/*
	Theme Name: Headstand Basic
	Theme URI: http://www.headstandmedia.com/
	Description: Custom theme designed for Headstand Media
	Version: 1.0	
	Author: Headstand Media
	Author URI: http://www.headstandmedia.com
*/

/* GLOBAL SETTINGS */

h1,h2,h3,h4,h5,h6,body,ul,li,form,img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	margin: 10px;
}
	
h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #c57d35;
}
	
h2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
	
h3 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
		
a:link {
	color: #c57d35;
}
	
a:visited {
	color: #c57d35;
}
	
a:hover {
	color: #c57d35;
	text-decoration: none;
}
	
.alignright {
	float: right;
	padding: 10px;
}

.alignleft {
	float: left;
	padding: 10px;
}
	
.wp-caption {
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
	
.clear {
	clear: both;	
}

/* CONTAINER */

#container {
	margin: auto;
	width: 1000px;
	overflow: auto;
}


/* HEADER */

#header {
	margin-bottom: 16px;
	overflow:auto;
}
	
#logo {
	margin-bottom: 8px;
}

/* HEADER END /*

/* TOPNAV */

	

#topnav a{
	color: #000000;
	font-style:normal;
	font-weight: bold;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
#topnav ul {
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

#topnav li {
	display:inline;
	margin-left: 20px;
}


/* BREADCRUMB */

.breadcrumb {
	font-size: 11px;
	padding-bottom: 16px;
}
	
/* LEFT NAV */

#left_nav {
	width: 200px;
	border: 1px solid #E1E1E1;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	behavior:url(/js/border-radius.htc);
	background-color: #ffffff;
	float: left;
	overflow: auto;
	padding: 10px;
}
	
#left_nav a {
	color: #000000;
	text-decoration: none;
}
	
#left_nav a:hover {
	color: #c57d35;
}
	
#left_nav li {
	list-style-type: none;
	padding-bottom: 5px;
}
	
#left_nav ul {
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#left_nav ul li ul {
	font-size: 12px;
	padding-left: 12px;
}
	
#left_nav ul li ul li a {
	color: #444444;
}

#left_nav ul li ul li a:hover {
	color: #c57d35;
}
	
#left_nav ul li ul li ul {
	font-size: 11px;
}
	
#left_nav ul li ul li ul li ul {
	font-size: 10px;	
}
	
li.current_page_item a {
	font-weight: bold;
	color: #c57d35;
}
	
ul li ul li.current_page_item ul a {
	font-weight: normal;
}

/* CONTENT */

#content {
	width: 578px;
	margin-left: 20px;
	float: left;
	display: inline;
	overflow: hidden;
}
	
#content ul {
		margin-left: 20px;
		margin-bottom: 20px;
}

#content li {
	list-style-type: disc;
}
	
.entrytitle a {
	color: #c57d35;
	text-decoration: none;
}
	
.entrytitle a:hover {
	text-decoration: underline;
}
	
.entrymeta_top {
	font-size: 12px;
}
	
.entrymeta a {
	color: #c57d35;
	text-decoration: underline;
}

/* RIGHT NAV */

#right {
	width: 160px;
	margin-left: 20px;
	float: left;
}

.right_ad {
	margin-bottom: 20px;
	text-align: center;
}
	
/* FOOTER */

#footer_line {
	width: 900px;
	height: 1px;
	margin: auto;
	margin-top: 20px;
	background-color: #EDEDED;
}

#footer {
	width: 900px;
	margin: auto;
	font-size: 12px;
	text-align: center;
	color: #999999;
}
	
#footer a {
	color: #999999;
}
