/*

Theme Name:		AVAS Theme

== Short-cuts for Joe ==

Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH

	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
	link to home; <?php echo get_settings('home'); ?>/



*/
/* Reset Browser Defaults*/


@import url(library/styles/reset.css); 



/* Site Specific Styles */


@import url(css/screen.css);


/* Site Specific Styles */


@import url(css/wordpress-extras.css);


body {
	background:url(http://avassystems.com/wordpress/wp-content/uploads/2010/09/bodybg.jpg) repeat-x;
	font-family: Arial,Helvetica, sans-serif;
	background-color:#a9aaac;
}

#wrapper {
	margin:0 auto;
	width:933px;	
}
#header {
	background:url(http://avassystems.com/wordpress/wp-content/uploads/2010/09/headerbg1.png) bottom repeat-x;
	width:933px;
	height:410px;
	margin-top:5px;
}
#headerlogo {
	float:left;
}
#headerinfo {
	float:right;
	margin-top:45px;
}




h2 {
	color:#ff8416;
	font-size:26px;
}

.header1 {
	float:left;
	width:311px;
}
.header2 {
	float:left;
	width: 402px;
}
.header3 {
	float:right;
	width: 220px;
}

#header a:hover {text-decoration:underline}
#headernav {
	font-family: "Times New Roman";
	font-size:16px;
	list-style: none; 
	margin:0 auto;
	height: 35px; 
	width:944px;
	text-align:center;
	padding-left:180px;
	padding-bottom:10px;
}
#headernav a {
	line-height:35px;
	color:#272727;
	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
}
#headernav a:hover {
	line-height:35px;
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #632727;
}
#headernav ul{}
#headernav li {
	float: left; 
	height: 35px; 
}
#headernav li:hover {
}
#headernav li a {
	height: 35px; 
	margin-right:45px;

}
#headernav li a:hover {
	height: 35px; 
}


.topwidgettop {
	background:url(images/greysidebar-top.png);
	width:215px;
	height:5px;
	margin-top:27px;
}
.topwidgetfooter {
	background:url(images/greysidebar-bottom.png);
	width:215px;
	height:6px;
	margin-bottom:10px;
}
.topwidgetbg {
	background:url(images/greysidebar-bg.png);
	width:215px;
	padding-bottom:10px;
	min-height:245px;
}
.topwidget {
	color:#fff;
	font-size:14px;
	font-family: Arial,Helvetica, sans-serif;
}
.topwidget a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.topwidget a:hover {
	color:#fff;
}
.topwidget ul {list-style:none;}
.topwidget li {
	list-style:none;
	padding: 5px;
	margin-right:8px;
	margin-left:7px;
	display:block;
}
.topwidget ul li {list-style:none;}
.topwidget ul li ul {list-style:none;}
.topwidget ul li ul li {list-style:none;}


.nav {
	color:#fff;
	margin-left:20px;
}
.nav a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}
.img {
	margin-top:125px;
	background:url(images/imgbg.png) no-repeat;
	width:390px;
	height:285px;
	float:left;
	z-index:1;
}
.info2 {
	float:right;
	margin-right:10px;
}
.contentwrapper {
	width:955px;
	margin-top:10px;
}
.content-top {
	background:url(images/content-top.jpg) no-repeat;
	width:700px;
	height:9px;
}
.content {
	background:url(images/content-bg.jpg);
        float:left;
	width:700px;
}
.content-footer {
	background:url(images/content-bottom.jpg) no-repeat;
	width:700px;
	height:8px;
}
.post {
    float:left;
	width:670px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
min-height:305px;
}
.posttitle{
}
h1 {
	font-family: "Times New Roman";
	font-size:28px;
	color:#fff;
	font-weight:bolder;
}
h1 a {
	color:#fff;
	text-decoration:none;
}
.posttext { 
	color:#54555a;
	font-size:16px;
	padding:15px 20px 15px 0px;
	line-height:18px;
}
.posttext h2 {
	color:#fff;
	font-size:24px;
	font-family: "Times New Roman";
	background:none;
	margin: 5px 0 5px 0;
}
.posttext h3 {
    color:#fff;
	background:none;
	font-size:20px;
	font-weight:bold;
	font-family: "Times New Roman";
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;
}
.posttext h4 {
	color:#fff;
	background:none;
	font-size:18px;
	font-weight:bold;
	font-family: "Times New Roman";
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;
}
.posttext h5 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family: "Times New Roman";
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;
}
.posttext h6 {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family: "Times New Roman";
	text-align:left;
	padding:0;
	margin: 5px 0 5px 0;
}
.posttext p{
	text-align:justify;
	padding-bottom:10px;
}
.posttext a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.posttext a:hover{
	text-decoration:underline;
}
.posttext ul {
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
.posttext ul li {
	list-style-type:disc;
	list-style-position:inside;
	color:#fff;
	margin-bottom:5px;
}
.posttext ol {
	list-style-type:decimal;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
}
.posttext ol li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#fff;
	margin-bottom:5px;
}
.postmeta {
	text-align:left;
	font-size:16px;
	color:#fff;
	padding-left:15px;
}
.postmeta a{
	color:#fff;
	font-weight:bold;
}
.postmeta a:hover{ 
	text-decoration:underline;
}
.sidebar {
	display:inline;
	float:right;
	width:245px;}
h3 {
	color:#fff;
	font-weight:bolder;
	font-size:18px;
	font-family: Arial;
	text-align:left;
	padding:1px 13px 0 13px;
}
h3 a {
	color:#fff;
	text-decoration:none;
}
h4 {
	color:#fff;
	font-weight:bolder;
	font-size:20px;
	font-family: Arial;
	text-align:center;
	padding:3px;
	padding-top:7px;
}
h4 a {
	color:#fff;
	text-decoration:none;
}
.sidebarwidgettop {
	background:url(images/sidebar-top.jpg);
	width:223px;
	height:9px;
}
.sidebarwidgetfooter{
	background:url(images/sidebar-bottom.jpg);
	width:223px;
	height:10px;
	margin-bottom:10px;
}
.sidebarwidgetbg {
	background:url(images/sidebar-bg.jpg);
	width:223px;
	padding-bottom:10px;
}
.sidebarwidget {
	color:#fff;
	font-size:14px;
	font-family: Arial,Helvetica, sans-serif;
}
.sidebarwidget a {
	color:#fff;
	text-decoration:none;
}
.sidebarwidget a:hover {
	color:#fff;
}
.sidebarwidget ul {list-style:none;}
.sidebarwidget li {
	list-style:none;
	padding: 5px;
	margin-right:8px;
	margin-left:7px;
	display:block;
}
.sidebarwidget ul li {list-style:none;}
.sidebarwidget ul li ul {list-style:none;}
.sidebarwidget ul li ul li {list-style:none;}





#footer {
	margin-bottom:10px;
	color:#fff;
	font-size: 12px;
	height: 112px;
	width:933px;
	padding-bottom:10px;
	background:url(images/footerbg.png) bottom no-repeat;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
.postmeta-single {
	background:#eef0f1;
	padding:15px;
}
.comment-count {
	float:right;
	margin-left:25px;
	font-weight:bolder;
	color:#b7bfc4;
}
.comment-count a{
	font-size: 20px;
	font-weight:bolder;
	color:#b7bfc4;
	text-decoration:none;
}
#bottom {
	width:955px;
	margin:0 auto;
	margin-top:10px;
}
#bottombar {
	float:left;
	color:#fff;
	font-family: Arial,Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	padding-top:73px;
	padding-left:15px;
	margin:0 auto;
}
#bottombar a {
	color:#2f2f2f;
	text-decoration:underline;
	font-weight:bold;
}
#bottomlogo {
	float:right;
}
#footernav {
	font-family: Arial,Helvetica, sans-serif;
	list-style: none; 
	margin-bottom:-25px;
        margin-left:-15px;
	text-align:center;
	padding-bottom:5px;
}
#footernav a {
	color:#111;
	font-family: Arial,Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#footernav a:hover {
	color:#111;
}
#footernav ul{}
#footernav li {
	list-style:none;
	float: left; 
	height: 22px; 
	padding: 0px;
}
#footernav li:hover {
}
#footernav li a {
	height: 25px; 
    padding: 0px; 
	margin-top: -4px; 
	margin-left:-4px;
}
#footernav li a:hover {
}
.textwidget {padding:0px 10px 0px 10px;}
.scott {color:#2f2f2f;width:300px;margin-top:15px;}
.scott a {color:#2f2f2f;}
