/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css'); 

/**
* Body
************************************************/
body {
	color:#333333;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:13px;
	line-height:1.4em;
	}

#body-container {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #054451;
	text-decoration: none;
	}
a:hover {
	color: #666;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,serif;;
	font-weight: bold;
	line-height:1.2em;
	}
h1, h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
.hentry h3 {
	font: italic normal normal 18px/22px Georgia, Times, 'Times New Roman', serif;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 15px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Page Navigation
************************************************/
#navigation {
	background:transparent url(images/bg-topnav.gif) repeat-x scroll 0 0;
	height:59px;
	margin:0 auto;
	position:relative;
	}
#navigation .topnav-wrap{
	width:960px;
	margin:0 auto;
	position:relative;
}
#page-nav {
	margin:0 auto;
	width:960px;
	}
#page-nav ul {
	list-style: none;
	margin:10px 0 0;
	float:right;
	}
#page-nav li {
	float: left;
	margin:0 10px;
	padding: 0;
	}
#page-nav a {
	background:#33A096 none repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
	font-size:14px;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0 #444444;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
#page-nav a:hover {
	text-decoration: none;
	background:#62B5AE;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #01192f;
	background: #01203C;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #01192f;
	}
#page-nav li li a {
	padding: 10px 10px;
	border: none;
	}

/* Search form in navigation bar. */
#navigation form {
	float: right;
	}
#navigation .search-text {
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1) inset;
	border:1px solid #AAAAAA;
	color:#CCCCCC;	
	margin-top:20px;
	padding:4px;
	width:160px;
	}
#navigation .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header-container{
	background:transparent url(images/bg-header.jpg) repeat-x scroll 0 0;
	width:100%;
}
#header {
	height:80px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:960px;
	}
#site-title {
	font-family:Arial,Verdana,sans-serif;
	font-size:28px;
	height:68px;
	line-height:25px;
	margin:0;
	position:absolute;
	top:2px;
	}
#site-title a{
	background:transparent url(images/logo.png) no-repeat scroll 0 0;
	color:#A4C639;
	float:left;
	font-family:lucida Grande;
	height:68px;
	text-indent:-9999px;
	text-shadow:1px 1px 1px #666666;
	width:390px;
}
#site-title a:hover{
	text-decoration:none;
	}
#site-description {
	background:transparent url(images/desc.png) repeat scroll 0 0;
	color:#666666;
	font-family:Georgia,Times,'Times New Roman',serif;
	font-size:16px;
	font-stretch:normal;
	font-style:italic;
	left:0;
	line-height:47px;
	margin:14px 0 0;
	text-indent:-9999px;
	text-shadow:0 1px 0 #FFFFFF;
	width:580px;
	}
#site-description span{
	text-indent:-9999px;
}

#header .search{	
	position:absolute;
	right:0;
	top:20px;
	}
	
#header input[type="search"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:100%;
	-moz-border-radius-bottomright:100%;
	-moz-border-radius-topleft:100%;
	-moz-border-radius-topright:100%;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.7) inset;
	background:transparent url(images/icons.png) no-repeat scroll -285px -125px;
	border:medium none;
	display:inline-block;
	font-family:"Lucida Grande",sans-serif;
	font-size:11px;
	font-size-adjust:none;
	margin:0;
	padding:5px 10px 5px 20px;
	position:absolute;
	right:0;
	top:70px;
	width:180px;
}
#header input[type="search"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.7) inset;
	background:#fff url(images/icons.png) no-repeat scroll -285px -125px;
	border:medium none;
	display:inline-block;
	font-family:"Lucida Grande",sans-serif;
	font-size:11px;
	font-size-adjust:none;
	margin:0;
	padding:5px 10px 5px 20px;
	position:absolute;
	right:0;
	top:20px;
	width:180px;
}
	#header input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/icons.png) no-repeat scroll -256px -127px;
	border:medium none;
	cursor:pointer;
	height:19px;
	margin:2px 0 0 -20px;
	padding:0;
	position:absolute;
	right:3px;
	text-indent:-9999px;
	top:20px;
	width:19px;
}
/**
* Category Navigation
************************************************/
#cat-navigation {
	background:#ACB4BC none repeat scroll 0 0;
border-bottom:1px solid #B4B4B4;
border-top:1px solid #DDDDDD;
font-family:Arial,Geneva,Tahoma,sans-serif;
font-size:12px;
height:30px;
line-height:12px;
margin:0 auto;
padding:2px 0;
text-transform:uppercase;
width:100%;
}

#cat-nav {
	height:30px;
	margin:0 auto;
	width:960px;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li.cat-item {
	float:left;
	padding:0 6px;
	}
#cat-navigation a {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:10px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0 #333333;
}
#cat-navigation a:hover{
	color:#666;
}
#cat-navigation li li a {
	width: 160px;
	font: normal normal bold 10px/10px Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	color: #fff;
	background: #2b526b;
	border-top: 1px solid #244960;
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#content-wrap{
	background:transparent url('images/bg.jpg') repeat-x;
}
#container {
	margin:0 auto;
	overflow:hidden;
	width:960px;
	}
.content {
	overflow: hidden;
	float: left;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 940px;
	}
.primary-active .content, .secondary-active .content {
	width: 640px;
	}

/**
* Content
************************************************/
#content{
	float:left;
}
.hentry, .breadcrumb {
	border-bottom:1px solid #DDDDDD;
	margin:0 0 20px;
	overflow:hidden;
	padding:20px 0 0;
	}

/* Entry titles. */
.entry-title {
	font-size:32px;
	margin: 0 0 10px 0;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(64, 64, 64, 0.13);
	}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
	color: #333;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	border-bottom:2px solid #3F3F3F;
	border-top:1px solid #3F3F3F;
	display:block;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	height:26px;
	letter-spacing:0.05em;
	text-transform:lowercase;
	}
.wp-pagenavi span.pages {
	background-color:#FFFFFF;
	border:0;
	color:#000000;
	margin:2px;
	padding:2px 4px;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #000 !important;
	background: #000;
	border:0;
	}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	background:#EEEEEE none repeat scroll 0 0;
	border-color:#2266BB;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000000;
	background-color: #FFFFFF;
	border:0;
}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
	float: right;
	width: 300px;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	}
#primary .widget, #secondary .widget {
	padding:15px 0 0;
	}
#text-2.widget_text,#text-4.widget_text,#text-5.widget_text{
padding:0;
}
/* Widget titles */
.widget-title {
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #888;
	font-family:'Arial Black','Helvetica Neue',Arial,sans-serif;
	font-size:93%;
	margin-right:0.5em;
	text-transform:uppercase;
	}

/* Widget content */
.widget ul {
	list-style: square;
	margin-left: 20px;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #fff;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
.button {
	background:#EFEFEF none repeat scroll 0 0;
	border:1px double #BBBBBB;
	color:#111111;
	font-weight:bold;
	margin-right:10px;
	padding:7px;
	width:100px;
	}
.button:hover {
	cursor: pointer;
	background: #00162A;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	background:#EFEFEF none repeat scroll 0 0;
	border-top:1px solid #BBBBBB;
	clear:both;
	margin-top:20px;
	overflow:hidden;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear:both;
	color:#666;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 0;
	width:960px;
	}
#footer a {
	font-style: italic;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#footer .credit {
	text-align: right;
	}
