/*
Main TechPodcasts.com CSS file
*/

/* Standard element properties */

body {
	font-family: Arial, Helvetica, sans-serif;
}
p, form {
	padding: 0;
	margin: 0;
}

input, textarea, select {font-family: 'Lucida Grande', arial,'Bitstream Vera Sans', verdana, sans-serif; font-size: 12px;}

h1, h2, h3 {font-family: arial, verdana, sans-serif;}
h1, h2, h3, h4 {font-weight: 700; color: #000000;}
h1 a, h2 a, h3 a, h4 a {font-family: 'Lucida Grande',arial,'Bitstream Vera Sans', verdana,sans-serif; color: #666666;}
h1 {font-size: 18px; margin: 0px 0px 5px 0px;}
h2 {font-size: 16px; margin: 0px 0px 5px 0px;}
h3 {font-size: 14px; margin: 0px 0px 5px 0px;}
h4 {font-size: 12px; margin: 0px 0px 3px 0px;}

/* a, a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;} */
a, a:link, a:visited { 	color: #005000; }
a:hover {  color: #008000; }
img{border:0px;}
address{font-style:normal;}

/* Site wide common elements */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	/* Temporary, lets see the limits of the page
	border-color: #000000;
	border-width: 1px;
	border-style: solid; */
}
#content {
	margin-top: 12px;
	margin-bottom: 6px;
}

/* Header section */
#header {
	/*
	width: 985px;
	height: 275px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	position: relative;
	*/
}
#navbottom {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 20px;
	margin: 0px;
	padding: 0px;
	
}
#headerad {
	position: absolute;
	top: 30px;
	left: 20px;
}
#nav {
	position: absolute;
	bottom: 34px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style: none;
	padding: 0px;
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#nav li:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#nav li:hover a {
	background-color: #666666;
	color: #FFFFFF;
}
#nav #nav_first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#nav li a {
	margin: 10px;
	margin-bottom: 20px;
	color: #666666;
	text-decoration: none;
}

#subnav {
	font-size: 13px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 945px;
	background-color: #339900;
	padding: 4px;
	
}
#subnav a, #subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav .subnavmsg {
	margin-right: 10px;
}
#subnav .subnavlinks {
}

#slogan {
	font-size: 10px;
	position: absolute;
	left: 10px;
	bottom: 30px;
	color: #000000;
}
#headerfeeds {
	width: 184px;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 70px;
	text-align: left;
}
#headerfeeds img {
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 0px;
}
#statusmsg {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
/*	position: absolute; */
	left: 260px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* Footer section */

/*
#footer {
	text-align: center;
	width: 985px;
	height: 25px;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}

#footer p {
	font-size: 10px;
	padding-top: 6px;
}

#footer a {
	text-decoration: underline;
}
*/

/*SEARCH HEADER STYLING*/
#searchbox {
	font-size: 12px;
	height: 32px;
	width: 320px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 35px;
}

#searchbox input {
	height: 16px;
	margin-top: 5px;
}
#searchbox input.textbox {
	height: 16px;
	margin-top: 5px;
	width: 130px;
}
#searchbox img {
	margin-top: 5px;
}
#searchbox_left {
	float:left;
	width: 123px;
	text-align: left;
	margin-top: 5px;
	padding-left: 9px;
}
#search_box_right {
	text-align: left;
	
}

#contentcontainer {
	width: 945px;
	height: auto;
}



