/*
CSS for ADJUDGED: The Danielle Namelisting (version 2)
by Ai~, (c) 2008 
tutorials: 
http://freecsstemplates.com/
http://www.simplebits.com/
http://www.wpdfd.com/editorial/thebox/deadcentre4.html
http://www.htmlhelp.com/
http://vintage-fairy.com/
http://jessett.com/
http://htmlhelp.com/
http://maxdesign.com.au/listamatic/
*/

/*ELEMENTS*/

body {
	background: #DAC3BB url(img/bg5.jpg) repeat-x top left;
	margin:0px;
	padding:0px;
	scrollbar-face-color: #DAC3BB; 
	scrollbar-highlight-color: #DAC3BB; 
	scrollbar-shadow-color: #DAC3BB; 
	scrollbar-3dlight-color: #DAC3BB; 
	scrollbar-arrow-color: #DA9BA5; 
	scrollbar-track-color: #DAC3BB; 
	scrollbar-darkshadow-color: #DAC3BB;
	color: #ccc;
}


p {
	font: 13px/120% "Lucida Grande," "Lucida Sans Unicode", "Trebuchet MS", "Century Gothic", Arial, Sans-Serif;
	color: #7D6D6D;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
}

h1 {
	text-align: right;
	font: bold 18px "Century Gothic", "Trebuchet MS", "Tahoma", Arial, Sans-serif;
	color:#E58181;
	border-bottom:#81827A 1px dotted;
	text-transform:uppercase;
	letter-spacing: 10px;
}

h2 {
font: bold 11px "Trebuchet MS", Arial, Tahoma;
border-bottom: 2px solid #FEF6C8;
color: #90A9B0;
}


b, strong {
	color: #8282B0;
}

em, i {
	color: #C15D84;
}
	

ol, ul, li {
		list-style-image: none;
		margin-right:7px;
		line-height:12px;
}


input,  select {
	border: 0px;
	border: #000 1px solid; 
	background: #DAC3BB;
	font-family: Arial, Tahoma; 
	font-size: 8pt;
	color: #555;
	scrollbar-face-color: #8F9274; 
	scrollbar-highlight-color: #8F9274; 
	scrollbar-shadow-color: #8F9274; 
	scrollbar-3dlight-color: #8F9274; 
	scrollbar-arrow-color: #B5D8CC; 
	scrollbar-track-color: #8F9274; 
	scrollbar-darkshadow-color: #8F9274;
}


textarea {
overflow-x: hidden;
overflow-y: auto;
width: 150px;
height: 30px;
}

.tiny, .tiny a, .tiny a:visited, .tiny a:active {
   font: italic 10px Arial;
}

blockquote {
background: url(img/bq.gif) no-repeat;
width: 221px;
height: 101px;
float: left;
}

blockquote p {
text-align: left;
font: 11px/120% Verdana, Tahoma, Arial;
color: #685E7E;
padding-left: 10px;
letter-spacing: 1px;
}

/*POSITIONING*/

#wrapper {
width: 100%;
}

#header {
float: right;
width:451px;
height:337px;
position: relative;
}

#content {
	float: right;
	width: 48%;
	height: 155px;
	padding-left: 7%;
	padding-right: 7%;
	position: absolute;
	top: 55px;
	left: 15px;
	margin: 0px;
	overflow-y:auto;
	overflow-x:hidden;
	direction: rtl;
}



#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	background: #EDD6C5;
	border-bottom: 1px dotted;
	color: #739676;
	font-weight:bold;	
	cursor: crosshair;
}

#content a:hover {
	text-decoration: none;
	color: #6588A6;
	background: #FAFAE4;
	font-weight:bold;
}


#iframe {
	text-align: justify;
	margin: 0px;
	z-index: 5;
	direction: ltr;
	}

/* FOOTER */ 

#footer {
text-align: center;
width: 70%;
float: right;
}

#footer p {
font: 9px/90% Arial;
color: #969889;
}

#footer a, #footer a:active, #footer a:visited {
font: italic bold 9px/90% Arial;
border: 0px;
color: #D9E7E4;
background: transparent;
}



/* MENU */

#menu {
	position: absolute;
	left: 11px;
	top: 0px;
	z-index: 1000;
}


*html #menu {
	position: absolute;
	left: 11px;
	top: 20px;
}


#navlist li
{
display: inline;
list-style-type: none;
font: italic bold 16px/100% Georgia, Garamond, Times, Serif;
color: #333;
}


#navlist li a, #navlist li a:active, #navlist li a:visited {
	color: #839CB5;
	background: #ECD7CF;
	border: 0px;
	text-transform: lowercase;
	padding: 3px;
}

#navlist li a:hover {
	background: #F5EBE7;
}
