/* lookingat.com/me - an open source xhtml/css website layout by Stephen Norris  - http://www.lookingat.com

Screen layout: */

body{
	margin:0 auto;
	padding:0;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background:#000000;
	
	}

#wrap{
	background:#555555 url(../me/qsbg1.jpg) no-repeat;
	height:500px;
	color:#303030;
	width:800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#avmenu{
	clear:left;
	float:left;
	width:150px;
	font-size:0.9em;
	margin: 93px 20px 10px 10px;
	padding: 0 10px 0 20px;
}


#extras{
	float:right;
	width:145px;
	font-size:0.9em;
	line-height:1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 130px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* NAVIGATION ELEMENTS */
	
 #navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 150px;
}

#navigation a {
	display: block;
	padding: 5px;
	width: 100px;
	border-bottom: 1px solid #CCC;
}

#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}

#navigation a:hover {
	background: #000000 url(../me/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	color: #c2c2c2;
}


#content{
	line-height:1.6em;
	height: 400px;
	text-align:left;
	margin-top: 30px;
	margin-right: 245px;
	margin-bottom: 20px;
	margin-left: 220px;
	padding-top: 60px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0px;
}

#content h2{
font-size:1.5em;
margin:0 0 0.5em 0;
color: #fff;
}

#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#content p{
color: #c2c2c2;

}


h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
text-decoration:none;
color:#c2c2c2;
}

a:hover{
text-decoration:underline;
}



.announce{
	padding:10px;
	width:auto;
	color:#505050;
	line-height:1.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 180px;
	margin-top: 0px;
	background-color: #C73B44;
}
.announce img{
background: #cccccc;
margin-left: 10px;
border: 4px solid #f0f0f0;
float:right;
}


#footer{
	clear:both;
	border-top:1px solid #f0f0f0;
	width:800px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #333333;

}

#footer a{
	color:#808080;
	text-decoration:none;
	}

#footer a:hover{
	text-decoration:underline;
	}

.left{
	margin:10px 10px 5px 0;
	float:left;
	}

.right{
	margin:10px 0 5px 10px;
	float:right;
	}

.textright{
	text-align:right;
	}

.center{
	text-align:center;
	}

.small{
	font-size:0.8em;
	}

.bold{
	font-weight:bold;
	}

.hide{
	display:none;
	}
