/* 
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; }

.entry ol li { margin-left:25px; }

p { margin: 10px 0; }

.entry p {line-height:18px; font-size:13px; }

a { color: #2C7B95; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #0066DD; }
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: #0066DD;
	}

body { 
	color: #373E40;
	background: #EFEFE5;
	/*font: 75% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;*/
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	}
#body-container {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
	padding: 0 12px;
	background: #ffffff;
        background-repeat: repeat-x;
}
	
	
/************************************************
    Bar under logo
	
************************************************/	
#nav-container { }
#nav-container li {display: inline-block; }

.cat-item{
    background: #DAE0E5;
    padding: 0 10px 0 10px;
	margin: 5px 2px 0px 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.cat-item a:hover {
    color:#000;
    
}

/************************************************
	Navigation 1
************************************************/
#navigation { float: left; width: 1018px; margin: 5px 0 5px 0; }
#nav { float: left; width:1018; }
#nav li { float: left; display: inline; }


/************************************************
	Navigation 2
************************************************/
#navigation2 { text-align:center; width: 900px; margin: 0 0 0 0; background: #ffffff; margin-bottom:0px; }
#cats { 
      width: 923px;
      background-color:#DDDDDD;
      border-right: 1px solid #234b7b;
      border-left: 1px solid #234b7b;
      border-bottom: 1px solid #234b7b;
 }
#cats li { display: inline; }
#cats li a {
	font-size: 11px;
	font-weight: normal;
	color: #234b7b;        
        padding: 0px 10px;
	text-decoration: none;
	}
#cats li a:hover, #nav li a:active { text-decoration: none; color:#236b7b; }



/************************************************
	Header
************************************************/

#header {
	clear: left;
	float: left;
	width: 1020px;
	padding-left: 0px;
	background: #ffffff;
    margin: 0 0 0 0;
    padding-top:0px;
	}
	
div#header div.f1
 {
	float: left;
	margin-right: 0px;
}

div#header div.f2
 {
	float: right;
    margin-top:10px;
}	


/************************************************
	Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 1020px;
	padding: 10px 0px 0px 0px;
	background: #ffffff;
	}
#content { width: 460px; }
#home { width: 457px; }
#content { padding: 0 0 10px 0; }
#content.left, #home.left, #sidebar.left { float: left; }
#content.right, #home.right, #sidebar.right { float: right; clear: right; }
/************
left block
***********/
#left-block{
	float: left;
	margin: 0 0 0 0;
}
/************************************************
	Images
************************************************/
.post img { 	max-width: 98%; }
.post blockquote {
    margin: 1em 3em;
    padding: .5em 1em;
    border-left: 4px solid #CCCCCC;
    background-color: #D4D4D4; }
.post blockquote p {
    margin: 0; }

.post ul li { list-style: disc; margin-left:15px; }
img, a img {
	padding: 3px;
	background: #ffffff;
	}
.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; }
#buttons img { 
    background: 0 !important; 
    border:0px;   
}

/************************************************
	Posts/pages/archives
************************************************/
#content .post {
	width: 700px;

	overflow: hidden;
	float: left;

}
#content .thumbnail { float: left; margin: 2px 17px 10px 0; }
#content.single .post {
	width: 700px;
	
	}
.post .post-title { margin: 0 0 5px 0; }
.post a { color: #2C7B95; text-decoration: none; }
.post a:hover { color: #000; text-decoration: underline; }
.post .post-title a { color: #2C7B95; font-size:16px; font-weight:bold; }
.post .byline { margin: 5px 0 7px 0; }
.post-meta-data { margin-right: 6px; text-align: right; }
#content .post-meta-data {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	}

/* Alignment */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { margin: 15px auto; text-align: center; display: block; }

/* Navigation links */
.navigation-links {
	width: 450px;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 13px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	}
.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: 460px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #ccc;
}
#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: 460px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#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: 700px;
	margin: 0 0 10px 0;
    margin-left:0px;
	padding: 0px;
	background: #FFFFFF;
	border-bottom: 2px dotted #C4C4C4;
	
	}
#full-posts .post-title { float: left; width: 100%; margin: 0 0 5px 0; }
#full-posts .byline { margin: 0 0 15px 0; clear: left; display: block; float: left; width: 100%; }
#full-posts .post-meta-data { float: left; 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;
	}
.menu {
	overflow: hidden;
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	background: #ffffff;
	
	}
.menu h2
{
 color:#FFFFFF;
 background-color:#2C7B95;
 font-weight:normal;
 padding-top: 1px;
 padding-bottom: 1px;
 font-size:12px;
}

.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; }
.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: 266px;
	padding: 10px 5px;
	margin: 0 10px 10px 0;
	float: right;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	}
.recent .post {
	width: 99%;
	float: left;
	margin: 5px;
	padding: 0;
	line-height: 1em;
	}
.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: 93%;
	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: #ffffff;
	border: 1px solid #CCCCCC;
	}
.tabbed ul.tabs li a:hover { background: #ffffff; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { color:#ff0000; background: #ffffff; border-bottom: 1px dotted #E2DDDC; }

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	}
#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: 700px;
	padding: 10px;
	margin: 0 0 10px 0;
	}
#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: #E2DDDC;
	border: 1px solid #A3A09E;
	}
#comments-template img { border: none; padding: 0; }
#comments-template .avatar {
	float: left;
	width: 35px; height: 35px;
	margin: 5px 10px 0 10px;
	padding: 1px;
	background: #E2DDDC;
	border: 1px solid #000000;
	}
#comments-template li.alt {
	border-top: 1px solid #A3A09E;
	border-bottom: 1px solid #A3A09E;
	}
#comments-template .comment-meta-data {  float: left; margin-top: 5px; }
#comments-template .comment-text {
	clear: left;
	float: left;
	display: block;
	width: 87.5%;
	margin: 10px;
	padding: 8px 15px;
	background: #E2DDDC;
	border: 1px solid #A3A09E;
	}
#comments-template .comment-text-owner {
	clear: left;
	float: left;
	display: block;
	width: 87.5%;
	margin: 10px;
	padding: 8px 15px;
	background: #E2DDDC;
	border: 1px solid #0066DD;
	}
#comments-template input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #EEEEEEE;
	border: 1px solid #A3A09E;
	}
#comments-template textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	background: #EEEEEE;
	border: 1px solid #A3A09E;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #000000;
	border: 1px double #0066DD;
	background: #E2DDDC;
	}

/************************************************
	Footer
************************************************/
#subfooter { 
        width: 1042px; 
        margin:auto; overflow:hidden;
        background:#ffffff; 
        text-align:right;
clear:both;
}
#subfooter a {
        color:#234b7b;
}
#subfooter a:hover {
        border-bottom:#CCCCCC;
}

#subfooter2 { 
        width: 1042px; 
        margin:auto; overflow:hidden;
clear:both; 
        background:#2C7B95; 
        text-align:center;
}
#subfooter2 a {
        color:#ffffff;
}
#subfooter2 a:hover {
        border-bottom:#CCCCCC;
}

#footer { 
        width: 1042px; 
clear:both;
        margin:auto; overflow:hidden;
        background:#2C7B95;
        color:#ffffff;
        height:40px;
}
#footer a {
       color:#ffffff;
}
.post img { border:1px solid #CCCCCC; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px;
	text-align: center;
	
	padding-top: 4px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	
	margin: 0;
}
/* End captions */
