/*
Theme Name: AGS Theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme for Austin Geological Society
Version: 1.6
Author: WEBii.net
Author URI: http://www.webii.net
Tags: custom sidebar

*/

@charset "utf-8";
/* CSS Document */

body{
margin: 20 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: underline;

}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;

}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: underline;
}

.centered{
margin-left: auto;
margin-right: auto;


}

#wrapper{
width:660px;
margin: 0 auto;
}

#header{
background-color:#F9A606;
width:660px;
height:130px;
margin-bottom: 0;

}

#posts{
float:left;
width:75%;
}

#posts h2 a:link{
font-size: 16px;
color:#CC6600;
text-decoration:underline;
}

#posts h2 a:active{
font-size: 16px;
color:#CC6600;
text-decoration:underline;
}

#posts h2 a:visited{
font-size: 16px;
color:#FC9936;
text-decoration:underline;
}

.post{


}

#side{
float:left;
width:25%;
}

#side ul{
list-style:none;

}

#links ul{
list-style:none;
margin: 0;

}


#footer{
width:660px;
}

p.styled {
-x-system-font:none;
font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-serif;
font-size:78%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0.1em;
line-height:1.6em;
margin:0;
padding-top:15px;
text-transform:uppercase;
}
.clearance {
margin-top:0px;
clear:both;
height: 1px;
}

/*defines the main nav links at the left side*/
a.menu:link {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	display: block;
	padding: 1px 1px 1px 12px;
	border: 1px solid;
	border-color: #a54f02 #a54f02 #cd6202 #a54f02;
	background-color: #999999;
	background-image:  url(images/bg_brown.png);
	background-position: 0% 50%;
	list-style: circle;

}

a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	display: block;
	padding: 1px 1px 1px 12px;
	border: 1px solid;
	border-color: #a54f02 #a54f02 #cd6202 #a54f02;
	background-color: #999999;
	background-image:  url(images/bg_brown.png);
	background-position: 0% 50%;
	list-style: circle;

}

a.menu:hover {
	display: block;
	text-decoration: none;
	color: #FF9933;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 1px 1px 1px 12px;
	border: 1px solid;
	border-color: #a54f02 #a54f02 #336699 #a54f02;
	background-color: #999999;
	background-image:  url(images/bg_brown.png);
	background-position: 0% 50%;
	list-style: circle;

}

a.submenu:link {
	text-decoration: none;
	color: #FF9933;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-left: 7px;
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #a54f02 #a54f02 #cd6202 #a54f02;
	background-image: url(images/bg_brown.png);
	background-position: 0% 50%;

}

a.submenu:visited {
	text-decoration: none;
	color: #FF9933;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-left: 7px;
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #a54f02 #a54f02 #cd6202 #a54f02;
	background-image:  url(images/bg_brown.png);
	background-position: 0% 50%;

}

a.submenu:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 7px;
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #a54f02 #a54f02 #333333 #a54f02;
	background-image:  url(images/bg_brown.png);
	background-position: 0% 50%;

}



