/*  
Theme Name: TalkTech
Theme URI: http://talktech.tv/
Description: WordPress theme designed for talktech.tv
Version: 0.3
Author: Kristin White
Author URI: http://talktech.tv/
	talktech wordpress theme, v0.3
	http://talktech.tv/
*/

body {
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 13px;
	background-image: url('images/back.png');
	background-repeat: repeat-x;
}
 
#container {
	position: relative;
	background: white none;
	min-height: 100%;
	width: 900px;
	margin: 15px auto 0 auto;
}

div.spacer {
	clear: both;
	width: 900px;
	height: 1px;
}

a { color:#000080; }
a:visited { color:#7098b8; }
a:hover { color:#e97d35; }

#header {
	height: 117px;
	background-image: url('images/content-bp.png');
	background-repeat: repeat-x;
	position: relative;	// now elements in header with absolute positioning are specified relative to #header..
}

#logo img {
	position: absolute;
	top: 8px;
	left: 5px;
	border: 0 none;
}

#header .links {
	position: absolute;
	bottom: 50px;
	right: 10px;
}

#header .links li {
	float: left;
	display: inline;
	padding-right: 5px;
}

#header .description {
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 14px;
	color: #000080;
}

#footer {
	font-size: 10px;
	float: left;
	width: 880px;
	margin: 10px 10px 0px 10px;
	border-top: 1px solid grey;
}

#footer p { margin: 10px auto 10px 20px; }

.posts_column {
	float: left;
	padding: 0px 0px;
	width: 542px;
}

.post {
	margin: 0px 20px auto 25px;
	padding-top: 0px;
}

.post h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

.post h2 a {
	color:#e97d35;
	text-decoration: none;
	
}

.post h2 a:visited {
	color:#e97d35;
}

.post h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
}

#postbox {
	width: 542px;
}

#postbox .Top {
	background: transparent url('images/post-top.png');
	background-repeat: no-repeat;
	height: 20px;
}

#postbox .Middle {
	background: transparent url('images/post-middle.png');
	background-repeat: repeat-y;
}

#postbox .Bottom {
	background: transparent url('images/post-bottom.png');
	background-repeat: no-repeat;
	height: 20px;
}

#sidebar {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-bottom:  15px;
}

#sidebar .Top {
	background: transparent url('images/sidebar-top.png');
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 0px;
}

#sidebar .Middle {
	background: transparent url('images/sidebar-middle.png');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#sidebar .Bottom {
	background: transparent url('images/sidebar-bottom.png');
	background-repeat: no-repeat;
	height: 20px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul {
	margin: 0px 2px 0px 20px;
	padding-left: 0px;
padding-bottom: 0px;
}

#sidebar li {
	font-size: 13px;
	padding: 0px 0px 5px 0px;
	margin-left: 0px;
}

#sidebar ul li {
	margin-top: 0px;
}

#sidebar h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 13px;
}

#searchform {
	margin: 10px 0px 0px auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#comments {
	margin: 10px 20px auto 20px;
}

#sidebar #searchform #s {
	width: 100px;
	padding: 0px;
	margin: 0px;
}

#sidebar #searchsubmit {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#rightbar {
	float: left;
	width: 180;
	margin-left: 20px;
padding-top:  10px;
}

#rightbar .Content {
	margin-left: 20px;
}

#rightbar .Top {
	background: transparent url('images/rightbar-top.png');
	background-repeat: no-repeat;
	height: 20px;
}

#rightbar .Middle {
	background: transparent url('images/rightbar-middle.png');
	background-repeat: repeat-y;
}

#rightbar .Bottom {
	background: transparent url('images/rightbar-bottom.png');
	background-repeat: no-repeat;
	height: 20px;
}

