/*  
Theme Name: Simpla Widgetized
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme, widgetized by <a href="http://blog.typpz.com">Nikolaos Maounis</a>
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	/*background:#fff url(./images/bg.png) repeat-x;*/
	border-top:5px solid #333;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
	

#wrap{
	margin-left:0px;
	text-align:left;
	width:760px;	
	float:left;
}

#topnav{
    background: #F7EED2;
	width:760px;
	height: 99px;
}

#sidebar{
	font-size:1.2em;
	width:150px;
	margin-top:0px;
	float:left;
}

#content{
	font-size:1.2em;
	float:right;
	width:605px;
	margin-top:0px;
	position:relative;
	margin-left:5px;
}

#pagetitle{
	margin-top:0px;
	position: relative;
	width:150px;
	height:34px;
}

#footer{
	background:#fff;
	clear:both;
	margin-left:0px;
	position: relative;
	width:760px;
	height:269px;
	font-weight: normal;
	font-size: x-small;
	color: #536374;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
}

#topfoot{
	position:relative;
	width:760px;
	height:200px;
}

#leftfoot{
	margin-top:78px;
	width:150px;
	height:122px;
	float: left;
}

#nsflogo{
	width:150px;
	height:71px;
}

#aaaslogo{
	width:150px;
	height:51px;

}

#rightfoot{
	width:610px;
	height:200px;
	float:right;
}

#network{
	margin-left:0px;
	width: 180px;
	height: 200px;
	float:left;
}

#eval{
	width: 190px;
	height: 200px;
	float:left;
}

#flashcontentbox{
	width:240px;
	height:200px;
	float:right;
}

#bottomfoot {
	border-top:1px solid #cccccc;
	float:right;
	width:610px;
	height:69px;
	position: relative;
	text-align:center;
	
}

.paralarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5f7386;
}
.paraextralarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5f7386;
}

.bodytxt {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.sidebartxt {
	font-size: 12px;
	margin-left:20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #668645;
}

.infobrief {
	color: #659733;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.paramedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5f7386;
}
.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul li{
  margin-bottom:0.3em;
  padding:0.3em;
}
#sidebar ul ul li{
  border-bottom:1px dotted #ddd;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a:link {
	color: #506D32;
}
a:hover {
	color: #5f7386;
}
a:visited {
	color: #AE8300;
}
