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

/* GLOBAL SETTINGS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bolder;
	color: #3081B0;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	}
		
a:link {
	color: #789098;
	}
	
a:visited {
	color: #789098;
	}
	
a:hover {
	color: #789098;
	text-decoration: none;
	}

/* GLOBAL END */

/* HEADER */
	#header {
	margin: auto;
	width: 790px;
	height: 111px;
	padding-left: 170px;
	padding-top: 35px;
	background-image: url(/wp-content/themes/headstand/images/header.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#header p {
	color: #666666;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	}

/* HEADER END /*

/* CONTAINER */

	#container {
	margin: auto;
	width: 960px;
	overflow: auto;
	background-image: url(/wp-content/themes/headstand/images/line_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}

/* CONTAINER END */

/* LEFT NAV */

	#left_nav {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	display: inline;
	}
	
	#left_nav ul {
	padding-left: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
	#left_nav li {
	padding-bottom: 4px;
	}
	
	#left_nav ul {
	list-style-type: none;
	}
	
	#left_nav ul li ul{
	font-size:11px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	}
	
	#left_nav ul li ul li ul {
	padding-left: 15px;
	list-style-type: circle;
	list-style-position: outside;
	}

/* LEFT NAV END */

/* RIGHT NAV */

	#right_nav {
	width: 160px;
	float: right;
	margin-left: 30px;
	margin-right: 10px;
	display: inline;
	}

/* RIGHT NAV END */

/* CONTENT */

	#content {
	width: 470px;
	margin-left: 30px;
    margin-right: 30px;
	float: left;
	display: inline;
	}
	
	.entrytitle a {
	color: #3081B0;
	text-decoration: none;
	}
	
	.entrytitle a:hover {
	text-decoration: underline;
	}
	
	.entrymeta_top {
	font-size: 12px;
	}
	
	.entrymeta a {
	color: #3081B0;
	text-decoration: underline;
	}
	
/* CONTENT END */

/* FOOTER */

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

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

/* FOOTER END */

