/* 
Theme Name: Structure
Theme URI: http://justintadlock.com/archives/2007/12/09/structure-wordpress-theme
Description: A theme for news/magazine sites with a blog-friendly option too.  It includes built-in video and image features that easily allow you to customize your site. There are content blocks that you can place virtually anywhere on the page.
Version: 1.2
Author: Justin Tadlock
Author URI: http://justintadlock.com
Copyright (c) 2007 - 2008 Justin Tadlock
*/

* { margin: 0; padding: 0; }

ul li { list-style-type: none; }

p { margin: 10px 0; }

a { color: #0C386E; text-decoration: none; }
a:hover { color: #000; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #0c386e; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #0C386E;
	}

body { 
	color: #000;
	/*background: #15191c;*/
    background-color:#fff;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}
#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0 12px;
	/*background: #01203c;*/
	}

/************************************************
	Navigation
************************************************/
#nav-container { overflow: hidden; display: block; background: #01203c; }
/*#navigation { float: left; width: 635px; margin: 0 10px 0 0; }*/
#navigation{width:160px; height:105px;overflow:hidden; position:absolute; right:45px;/*right:56px;*/ top:0; z-index:100; font-family:arial, sans-serif;background:url(images/nvbg.gif) no-repeat 0 0;}
#navigation ul {padding:0;margin:32px 0 0 0;list-style-type:none;text-align:left;display:none;}
#navigation li {float:left;width:80px;position:relative;}
#navigation a, #menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:66px; height:65px; border:1px solid #fff; padding: 6px 0px 0px 6px;  line-height:11px; font-weight:bold;}
#navigation a:hover{color:#fff;background-color:#e60622;border:1px solid #e60622;}

#nav { float: left;display:none; }
#nav li { float: left; display: inline; }
#nav li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #fff;
	text-align: center;
	padding: 8px 25px;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active { background: #0c386e; text-decoration: underline; }
#navigation ul li.current_page_item a { background: #0c386e; }
/************************************************
	Search form (navigation)
************************************************/
/*#search form { float: right; }
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 2px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#search input#search-submit {
	width: 50px;
	padding: 4px;
	color: #fff;
	border: 1px solid #333;
	background: #660000;
	}*/
#search { /*margin-top:25px; float:right;*/position:absolute;right:25px;top:240px; padding:0;/*background:url(images/s.png) no-repeat left top;*//*ie6*//*_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/s.png',sizingMethod='crop');*/ }
#search #s{border:none;background:none;color:#fff;width:155px;border-bottom:1px solid #fff;height:30px;line-height:25px;font-family:Myriad Pro,Verdana;font-size:25px;padding:2px 0;}
input#search-submit { background:#5E5A5A; border:none; color:#FFFFFF; font-size:12px;margin:12px 0 0 0;font-weight:bold;background:none; }
/************************************************
	Header
************************************************/
#header {
	clear: left;
	width: 980px;
  height:295px;
	/*padding: 10px;*/
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	background: #fff;
  background-image:url(images/header.jpg);
  position:relative;
  margin:0 0 2px 0;
	}
#header h1 {
	/*display: inline;
	float: left;
	width: 650px;
	font-size: 2.5em;
	font-weight: bold;*/
    position:absolute;
	}
#header h1 a { display:block; background:url(images/logo.png) no-repeat left top; height:224px;width:450px;/*ie6*/_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/structure/images/logo.png',sizingMethod='image'); }
#header h1 a span{display:none;}
/************************************************
	Feed (header)
************************************************/
#feed {
    display:none;
	width: 200px;
	float: right;
	padding: 2px 50px 0 0;
	background: url(images/subscribe.gif) no-repeat right 0;
	}
#feed ul li { text-align: right; margin: -1px 0 4px 0; }
#feed ul li a { font-weight: bold; }
#feed ul li a:hover { text-decoration: underline; }

/************************************************
	Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 977px;
	/*padding: 10px 10px 5px 10px;
	background: #f7f7f7;*/
  padding:0;
  margin-top:10px;
  border-left:1px solid #d9d9d9;
  border-right:1px solid #d9d9d9;
	}
#content, #home { /*margin-top:10px;*/width:760px; line-height:16px; margin-left:0; float:left;  border-top:1px solid #d9d9d9;/*border-right:1px solid #d9d9d9;*/border-bottom:none;/*border-left:1px solid #d9d9d9;*/overflow:hidden; padding:15px; font-size:11px; }
#content { /*padding: 0 0 10px 0;*/ }
/*#home.left,#content.left,*/#sidebar.left { float: left; }
/*#sidebar.right,*/#content.right, #home.right { float: right; }


/************************************************
	Images
************************************************/
.post img { 	max-width: 98%; }
img, a img {
	padding: 3px;
	border: 1px solid #01203c;
	background: #eee;
	}
.thumbnail { width: 75px; height: 75px; }
.thumbnail, .medium { float: left; margin-right: 10px; }
html>body #feature img { max-width: 300px; }
#feature img { width: 300px; }
.author-box .avatar { float: left; width: 75px; height: 75px; margin-right: 10px; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }

/************************************************
	Posts/pages/archives
************************************************/
#content .post {
	/*width: 594px;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;*/
    border-bottom:1px solid #d9d9d9;padding-bottom:5px;margin-bottom:5px;
}
#content .thumbnail { float: left; margin: 2px 17px 10px 0; }
#content.single .post {
	/*width: 554px;
	font-size: 1.1em;
	padding: 10px 30px;*/
	}
.post .post-title { margin: 0 0 5px 0; }
.post a { color: #1359AE; text-decoration: none; }
.post a:hover { color: #000; text-decoration: underline; }
.post .post-title a { color: #a40000; }
.post .byline { margin: 8px 0; }
.post-meta-data { text-align: right;margin:6px 0;color:#909090;font-size:12px;font-family:Verdana, Geneva, sans-serif; }
.post-meta-data a{font-family:Verdana, Geneva, sans-serif;font-size:12px;color:#909090;}
#content .post-meta-data {
	clear: left;
	/*float: left;*/
	width: 100%;
	text-align: left;
	}

/* Alignment */
.left { float: right; }
.right { float: left; }
.clear { clear: both; }
.center { margin: 15px auto; text-align: center; display: block; }

/* Navigation links */
.navigation-links {
	width: 594px;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	}
.previous { float: left; width: 47%; }
.next { float: right; width: 47%; text-align: right; }
.single .next { text-align: left; }

/* Tables */
table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
table tr { font-weight: bold; background: #ccc; }
table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
table tr td.pad { border: none; }

/************************************************
	Feature
************************************************/
/* Feature */
#feature .post {
	/*float: left;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;*/
    border-bottom:1px solid #d9d9d9;padding-bottom:5px;margin-bottom:5px;
}
#feature .post-title { margin: 0 0 5px 0; font-size: 1.6em; }
#feature img { float: left; margin: 3px 15px 10px 0; }
#feature p { margin: 0 0 10px 0; }

/************************************************
	Excerpts
************************************************/
#excerpts .post {
	/*float: left;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;*/
    border-bottom:1px solid #d9d9d9;padding-bottom:5px;margin-bottom:5px;
	}
#excerpts .post-title { float: left; width: 100%; margin: 0 0 5px 0; }
#excerpts img { float: left; margin: 2px 17px 10px 0; }

/************************************************
	Full posts (home)
************************************************/
#full-posts .post {
	/*float: left;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;*/
    border-bottom:1px solid #d9d9d9;padding-bottom:5px;margin-bottom:5px;
	}
#full-posts .post-title { float: left; width: 100%; margin: 0 0 5px 0; }
#full-posts .byline { margin: 8px 0; display: block;  }
#full-posts .post-meta-data { text-align: left; }

/************************************************
	Widget blocks (also see sidebar menu)
************************************************/
#widget-blocks { float: left; margin-bottom: 10px; width: 616px; }
#widget-blocks .block-left { float: left; width: 300px; }
#widget-blocks .block-right { float: right; width: 300px; }

/************************************************
	Sidebar
************************************************/
#sidebar {
	/*overflow: hidden;
	width: 300px;*/
  width:185px; border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;border-bottom:none;border-left:none; margin:0 0 10px 0; padding:0;
	}
.menu {
	/*overflow: hidden;
	float: left;
	width: 278px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;*/
	}
.menu li, .tabbed .tab-content li { padding: 0 5px 0 0; }
/********/
#sidebar .menu li a, #widget-blocks .menu li a, .tab-content li a { /*width: 97%; */display: block; /*padding: 2px 0 2px 10px;*/ }
.menu ul li a:hover, .tabs-block .tabbed div li a:hover { text-decoration: underline; }
#sidebar .tab-content p, #widget-blocks .tab-content p { margin: 5px; }

/************************************************
	Video widget
************************************************/
.video { /*padding: 10px 0; width: 298px;*/ }
.video div { /*padding: 2px 0; margin: 0;*/ }
.video object { /*float: left; width: 295px; height: 230px; margin: 5px 0; padding: 0;*/width:160px;height:120px; }
.video h2, .video h3 { /*margin-left: 10px;*/ }
.video .post-title { /*font-size: 1em; margin-top: 3px;*/ }

/************************************************
	Ads widget
************************************************/
.ads img {
	width: 125px; height: 125px;
	float: left;
	margin: 2px 4px 7px 10px;
	padding: 0; border: none;
}

/************************************************
	Recent widget
************************************************/
.recent {
	width: 288px;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	}
.recent .post {
	/*width: 99%;
	float: left;
	margin: 5px;
	padding: 0;
	line-height: 1em;*/
    border-bottom:1px solid #d9d9d9;padding-bottom:5px;margin-bottom:5px;
	}
.recent h2 { margin-left: 5px; }
.recent .post h3 { margin: 0; padding: 0; }
.recent .post h3 a { display: inline; font-size: .7em; font-weight: bold; }
.recent img { display: block; clear: left; float: left; margin: 2px 10px 0 0; }

/************************************************
	Tabs
************************************************/
#sidebar .tabs-block, #widget-blocks .tabs-block { width: 300px; }
.tabs-block {
	clear: left;
	float: left;
	margin-bottom: 10px;
	}
.tabbed {
	width: 100%;
	background: transparent;
	border: none;
	padding: 0;
	}
/* Actual tabs */
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; float: left; }
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 5px .4em;
	font-weight: bold;
	background: #eee;
	border: 1px solid #ccc;
	}
.tabbed ul.tabs li a:hover { background: #f7f7f7; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	border: 1px solid #ccc;
	background: #fff;
	}
#sidebar .tab-content, #widget-blocks .tab-content { width: 99%; padding: 5px 0; }
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* All post tabs */
#post-tabs, #post-list-tabs, #post-block-tabs { width: 616px; }
#post-tabs .tab-content, #post-block-tabs .tab-content, #post-list-tabs .tab-content { width: 594px; padding: 10px; }
#post-tabs .post, #post-block-tabs .post, #post-list-tabs .post { margin: 5px 0 0 0; }
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1.15em; }

/* Post block tabs */
#post-block-tabs .odd { clear: both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; clear: none; }

/* Post list tabs */
#post-list-tabs .odd { float: left; width: 50%; clear: left; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content li { margin: 4px 0; }

/************************************************
	Comments template
************************************************/
#comments-template {
	/*overflow: hidden;
	float: left;
	clear: left;
	width: 564px;*/
	padding: 10px 25px;
	margin: 0 0 10px 0;
	/*border: 1px solid #ccc;
	background: #fff;*/
	}
#comments-template h3 { margin: 10px 0 0 0; }
#comments-template li {
	list-style-type: none;
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
#comments-template img { border: none; padding: 0; }
#comments-template .avatar {
	float: left;
	width: 35px; height: 35px;
	margin: 5px 10px 0 10px;
	padding: 1px;
	border: 1px solid #01203c;
	background: #eee;
	}
#comments-template li.alt {
	border-top: 1px solid #0C386E;
	border-bottom: 1px solid #0C386E;
	}
#comments-template .comment-meta-data {  float: left; margin-top: 5px; }
#comments-template .comment-text {
	clear: left;
	float: left;
	display: block;
	width: 90.5%;
	margin: 10px;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
#comments-template input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #0C386E;
	}
#comments-template textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #0C386E;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #0C386E;
	}

/************************************************
	Footer
************************************************/
#footer {
	/*display:none;*/
	color: #fff;
	clear: both;
	width: 945px;
	margin: 0 auto;
	/*border-top: 1px solid #660000;*/
	}
#footer p {
	display:none;
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; padding: 0px; }
#footer a { color: #ccc; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer img { margin: 0 10px; border: none; }

/*********/
div.hr { height:3px; background:#fff url(images/hr.gif) repeat-x scroll center; clear:both; }
.section-header{background-color:#a8b1b9;border:none;margin:0 0 12px 0;padding:30px 8px 5px 12px;font-size:11px;font-weight:bold;line-height:14px;color:#fff;}
#content .section-header{padding:5px 8px;margin:0;}
.entry{color:#000;font-size:12px;font-family:Verdana, Geneva, sans-serif;}
.entry a{color:#909090;}
.middle a{color:#7f7f7f;text-decoration:none;}
.middle a:hover{color:#7f7f7f;text-decoration:underline;}
.postmetadata{color:#7f7f7f;font-size:12px;font-family:Verdana, Geneva, sans-serif;}
.postmetadata a{font-size:11px;}
.postmetadata small{font-size:11px;}
.nocomments{}
.menu ul{list-style-type:none; margin:3px 12px; padding:0;border:none;}
.menu li{border:0; margin:0; padding:0 0 2px 10px;}
.menu li.cat-item a{color:#5f5f5f;font-size:12px;font-weight:bold;}
.menu ul.children{list-style-type:square;margin:3px;padding:0;border:none;}
.menu ul.children li{background:transparent url(images/bullet.gif) no-repeat 6px 7px; border:0; margin:0; padding:0 0 2px 12px;}
.menu ul.children a{color:#000;font-size:11px;font-weight:normal;}
/*.menu ul li:hover{border-bottom:#ccc 1px solid;}*/
.menu a{padding:0;font-size:11px;line-height:15px;color:#000;}
.menu a:hover{line-height:15px;}
.menu select{font-size:12px;margin:0 12px;font-family:Arial, Helvetica, sans-serif;}
.menu .xoxo, .menu .blogroll{margin:5px 2px;border:none;padding:0;color:#000;font-size:11px;line-height:14px;}
.menu .xoxo li, .menu .blogroll li{padding:0 12px;}
.menu .xoxo a, .menu .blogroll a{font-weight:bold;font-size:12px;line-height:16px;}
.menu .xoxo img, .menu .blogroll img{border:none;padding:0;}
.post-title { font-family:High Tower Text, Arial, Helvetica, sans-serif;font-size:24px;font-weight:normal; /*border-bottom:dashed 1px #ccc;*/ margin:0 7px 3px 0; padding:3px 0; }
.post-title a{color:#025783;line-height:26px;}
.more-link{color:#909090;}
.byline{color:#909090;}
.byline a{color:#909090;}
.navigation-links{display:none;}



#home-custom-1{float:left;width:546px;padding:15px;border-right:1px solid #d9d9d9;}
#widget-blocks{float:right;width:256px;padding:3px;}
#widget-blocks .block-left,#block-left{float:none;width:auto;}
#widget-blocks .block-right,#block-right{float:none;width:auto;}

/*#home-custom-2{float:right;width:256px;padding:3px;}*/

/*#home{padding:0;width:840px;}
#home .menu .blogroll a{font-weight:bold;}
#home .menu .blogroll img{border:none;display:block;}*/

#footer2{border-top:2px solid #000;width:978px;margin:0 auto 12px auto;border-right:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;border-left:1px solid #cdcdcd;}
#footer2 p{margin:0;padding:0;text-align:center;line-height:60px;}
#footer2 a{line-height:60px;}