/*
Theme Name: TechValleyConnect
Theme URI: http://techvalleyconnect.com/
Author: Zone 5
Author URI: http://zone5.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	background-color: #f0edde;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

#wrapper {
	width: 930px;
	margin: 0 auto 0 auto;
}

/* ***********************************************
	HEADER
*********************************************** */
#header {
	width: 930px;
	height: 188px;
	margin: 35px 0 0 0;
	background: url(images/header_bg.gif) top left no-repeat;
}

#header #logo {
	float: right;
	margin: 25px 25px 0 0;
}


/* ***********************************************
	CONTENT
*********************************************** */
#content #content-top {
	background: url(images/body_top.gif) top left no-repeat;
	width: 930px;
	height: 22px;
	margin: 5px 0 0 0;
}
#content #content-middle {
	background: url(images/body_middle.gif) top left repeat-y;
	width: 930px;
	padding: 0 0 5px 0;
}


/* ***********************************************
	CONTENT: HOME
*********************************************** */
#home-left {
	float: left;
	width: 310px;
	margin: 0 0 0 25px;
}

#home-middle {
	float: left;
	width: 250px;
	margin: 0 0 0 25px;
}

#home-right {
	float: right;
	width: 239px;
	margin: 0 25px 0 0;
	padding: 10px;
	background: #f0edde;
}

#home-left h1, #home-middle h1, #home-right h1 {
	margin: 0 0 15px 0;
}

#home-left h1 a, #home-middle h1 a, #home-right h1 a {
	text-decoration: none;
	font-size: 30px;
	font-weight: normal;
}
#home-left h1 a, #home-middle h1 a {
	color: #0086cc;
}
#home-right h1 a {
	color: #003882;
}


#home-right .dateline {
	font-family: Verdana, sans-serif;
	color: #003882;
	font-size: 13px;
	line-height: 17px;
}
#home-right .dateline img {
	margin-right: 10px;
}
#home-right .headline {
	margin-top: 5px;
}
#home-right .headline a {
	font-family: Verdana, sans-serif;
	color: #003882;
	font-size: 11px;
	line-height: 17px;
}
#home-right .teaser {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}


body.home .home-more {
	background: url(images/read_more_arrow.gif) center left no-repeat;
	padding: 0 0 0 20px;
	margin: 15px 0 10px 0;
	height: 18px;
}
body.home .home-more a {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #003882;
	text-decoration: none;
	line-height: 16px;
}
body.home .home-more a:hover {
	font-size: 16px;
	color: #191919;
}


#home-bottom-left {
	float: left;
	background: url(images/dots.jpg) top left no-repeat;
	width: 600px;
	margin: 0 0 0 25px;
	color: #003882;
	font-size: 20px;
	font-style: italic;
}

#home-bottom-right {
	float: right;
	width: 239px;
	margin: 0 25px 0 0;
	padding: 10px;	
	background: #818285 url(images/home_bottom_right.jpg) top left no-repeat;		
}
#home-bottom-right .home-more {
	background: url(images/read_more_arrow_dark.jpg) top left no-repeat;
}
#home-bottom-right .home-more a {
	color: white;
}
#home-bottom-right .home-more a:hover {
	color: white;
}
#home-bottom-right .desc {
	color: white;
	font-size: 9px;
	font-family: Verdana, sans-serif;	
}
#home-bottom-right .video {
	float: right;
}
#home-bottom-right #myvideo {
	display: none;
}



/* ***********************************************
	SIDEBAR / MENU / NAVIGATION
*********************************************** */
#sidebar {
	float: left;
	width: 175px;
}
#sidebar ul {
	margin-top: 0;
	padding-left: 15px;
}
#sidebar ul li {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0;
}
#sidebar ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #0086cc;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
}
#sidebar ul li a:hover, #sidebar ul li.current_page_item a {
	background: url(images/read_more_arrow.gif) center left no-repeat;
}
#sidebar ul li a:hover, #sidebar ul li.current_page_item a {
	font-size: 18px;
	color: #191919;
}




/* ***********************************************
	POST
*********************************************** */
#content .post {
	float: right;
	width: 700px;
	margin-right: 25px;
	color: #191919;
}
#content .post .entry {
	margin-right: 200px;
}
#content .post a {
	color: #0086cc;
}
#content .post-news a, #content #post-27 a {
	color: #003882;
}
#content .post a:hover {
	color: #191919;
}

#content .post p {
	font-size: 13px;
	color: #191919;
}

#content .post h1 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	color: #191919;
}
#content .post h2 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0086cc;
	border-top: 1px dotted #191919;
	padding-top: 5px;
}
#content .post-news h2, #content #post-27 h2 {
	color: #003882;
}
#content .post h4 {
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	color: #191919;
	margin-bottom: 0;
}
#content .post ul {
	margin-top: 0;
}
#content .post ul li {
	font-size: 13px;
}

#content .post #post-content {
	float: left;
	width: 450px;
}
#content .post #post-sidebar {
	float: right;
	width: 200px;
}
#content .post #post-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
#content .post #post-sidebar ul li a {
	font-style: italic;
	color: #0086cc;
	font-size: 14px;
}
#content .post #post-sidebar ul li a:hover, #content .post #post-sidebar ul li.current a {
	color: #191919;
}

#content .post #post-sidebar .news_items li {
	border-top: 1px dotted #191919;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Verdana, sans-serif;
}
#content .post #post-sidebar .news_items li a {
	color: #003882;
}

#commentform textarea {
	width: 450px;
}


/* ***********************************************
	FOOTER
*********************************************** */
#footer {
	width: 930px;
	height: 125px;
	background: url(images/footer_bg.gif) top left no-repeat;
}

#footer #footer-icons {
	float: left;
	margin: 15px 0 0 25px;
}

#footer #footer-links {
	float: right;
	margin: 15px 120px 0 0;
}

#footer #footer-links a {
	color: white;
	text-decoration: none;
	font-size: 30px;
}
#footer #footer-links a:hover {
	text-decoration: underline;
}