/* 
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.1.5
Author: Justin Tadlock
Author URI: http://justintadlock.com
Copyright (c) 2007 - 2008 Justin Tadlock
*/
body { 
	color: #000;
	background: #15191c;
	font: 80% Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	line-height: 1.4;
	padding: 0;
	margin: 0 auto;
	padding: 0 0 .8em 16px;
	width: 950px;
	}
/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden; 
	margin: 0 auto;
	padding: 0 12px;
	background: #01203c;
	}

/* SEARCH FORM */
/*
#search input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#f7f7f7f none repeat scroll 0 0;
	border:1px solid #333;
	margin:10px 5px 0 0;
	padding:5px;
	width:50%;
	}
#search input#search-submit {
	width: 50px;
	padding: 4px;
	margin: 0 0 0 0;
	color: #fff;
	border: 1px solid #333;
	background: #660000;
	}
*/
/* MAIN NAVIGATION MENU */
#nav-container {
	overflow: hidden;
	display: block;
	padding: 0;
	background: #01203c;
	}
#main-nav {
	float: left;
	/* width: 635px; */
	margin: 0 10px 0 0;
	padding: 0;
	}
#main-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
#main-nav ul li a {
	font-size: 1em;
	/* font-weight: bold; */
	float: left;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	}
#main-nav ul li a:hover, #main-nav ul li a:active {
	border: none;
	margin: 0;
	background: #0C386E;
	text-decoration: underline;
	}
#main-nav ul li#current a { background: #0C386E; }

/* #main-nav img { padding-top: 5px }; */

#subscribe {
	color: #ffffff;
        overflow: hidden;
	}

#subscribe img {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

#subscribe ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

#subscribe ul li {
	display: inline;
	margin: 0;
	}

#subscribe ul li a {
	font-size: 1em;
	color: #ffffff;
	margin: 0;
	}

/* HEADER */
#header {
	float: left;
	margin: 0;
	padding: 10px 10px;
	display: block;
	clear: left;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background: #fff;
	}
#header h1 {
	display: inline;
	float: left;
/*	width: 650px; */
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	height: 174px;
	padding: 0;
	}

#header h1 a {
        text-indent: -9999px; 
        display: block; */
        margin: 0;
        padding: 0;
/*        width: 921px;  */
        height: 174px;
        background: url(../files/header.jpg) no-repeat 0 0;
        }


/* FEED */
#feed {
        overflow: hidden;
        width: 180px;
        height: 45px;
        float: right;
        padding: 2px 0 0 0;
        line-height: 18px;
        }
#feed ul {
        margin: 0;
        list-style: none;
        }
#feed ul li { margin: 4px 0 0 10px; }
#feed ul li a {
        overflow: hidden;
        display: block;
        height: 16px;
        padding-left: 0px;
        font: normal bold .9em Helvetica, Arial, sans-serif;
        color: #fff;
        }
/* 
#feed li.feed-email a { background: url(images/email.png) no-repeat 0 0; background-position: 107px 0px; }
#feed li.feed-url a { background: url(images/feed.png) no-repeat 0 0; background-position: 107px 0px;}
*/

#feed li.feed-email a { background: url(images/email.png) no-repeat 0 0; background-position: 107px 0px; }
#feed li.feed-url a { background: url(images/feed.png) no-repeat 0 0; background-position: 107px 0px;}
#feed ul li a:hover { text-decoration: underline; }

/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: #f7f7f7;
	}

/* CONTAINS MAIN CONTENT */
#content, #home {
	float: left;
	margin: 0;
	}
#content {
	padding: 0 0 10px 0;
	}
#home {
	padding: 0 0 10px 0;
	}
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #0C386E;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	text-decoration: none;
	color: #0C386E;
	}
h1 { font-size: 1.3em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* LINKS */
a {
	color: #0C386E;
	text-decoration: none;
	}
a:hover {
	color: #000;
	}

/* FEATURE */
#home .feature {
	float: left;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 5px;
	background: #fff;
	}
#home .feature img {
	float: left;
	width: 300px;
	height: 175px;
	margin: 3px 15px 10px 5px;
	}
#home .feature h2 { margin: 10px 5px 0 5px; padding: 0; font-size: 1.6em; }
.feature p { margin: 10px 0; }

/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home #home-categories {
	clear: left;
	float: left;
	display: block;
	margin: 0 0 10px 0;
	}

/* EVERYTHING BELOW THE FEATURE */
#home #home-bottom {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	}
#home #home-bottom .block-left { float: left; }
#home #home-bottom .block-right { float: left; margin-left: 10px; }

/* VIDEO */
.video {
	display: block;
	float: left;
	overflow: hidden;
	width: 288px;
	margin: 0 0 10px 0;
	padding: 2px 5px 10px 5px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	}
.video h3 { text-align: left; padding: 0 0 5px 2px; margin: 0; }
.video h3 a {
	font-size: .8em;
	font-weight: bold;
	}
.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	text-align: center;
	display: block;
	border: none;
	}
object { padding: 0; margin: 0; }

/* POST */
.post {
	float: left;
	clear: left;
	font-size: 100%;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	}
.post a {
	font-weight: bold;
	color: #1359AE;
	text-decoration: none;
	}
.post a:hover {
	color: #000;
	text-decoration: underline;
	}
.post h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: bold;
	}
.post h2 a { color: #0C386E; }
.post .date {
	margin: 5px 0 7px 0;
	color: #999999;
/*	font-size: 1.2em; */
	font-weight: normal;
	padding: 0 0 0.3em;
	}
.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.post-meta-data {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	}
/* LISTS */
#home .post ul, #content ul {
	margin: 15px 0;
	padding: 0;
	}
#home .post ul li, #content ul li, .bottom ul li {
	margin: 7px 0;
	padding: 0 0 0 15px;
	background: url(../files/bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}
/* tables */
.post table { border: none; }
.post tr, .post td { border: 1px solid #333; }

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	/* width: 570px; */
	}
#comments-template pre, #comments-template pre code { width: 98%; border: none; }
/* ALIGNMENT */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
.right {
	float: right;
	margin: 0 0 0 15px;
	}
.clear { clear: both; }
p.ie6-bug { float: left; margin: -5px 0; padding: 0; }
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
/* IMAGES */
.post img, .post a img {
	padding: 3px;
	border: 0px; 
	}
.thumbnail {
	width: 75px;
	height: 75px;
	}
/* RELATED POSTS */
.related {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	margin: 15px 0 0 0;
	padding: 0;
	}
.ads img { border: none; }
/* COMMENTS TEMPLATE */
#comments-template {
	clear: both;
	overflow: hidden;
	float: left;
	display: block;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	}
#comments-template h3 {
	margin: 10px 0 0 0;
	padding: 0;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 94%;
	padding: 15px;
	list-style-type: none;
	background: #FFFFFF;
	border-top: 1px solid #ccc;
	}
#comments-template ol li.alt {
	background-color: #f7f7f7 !important;
	}
#comments-template ol li .comment-meta-data {
	float: left;
	padding: 0 0 0 5px;
	font-weight: normal;
	}

#comments-template ol li .comment-text {
	float: right;
	}

#comments-template ol li .comment-text a {
	font-weight: bold;
	}

span.comment-author {
	display: block;
	float: left;
	line-height: 1.4em;
	}




/* TRACKBACKS */
.trackback, .trackback a { color: #666; decoration: none; }
.trackback .comment-meta-data em { color: #0C386E; }
input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #0C386E;
	}
textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #0C386E;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #0C386E;
	}
/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBAR */
#sidebar {
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
	}

.box img.headshot {
	/* border:1px solid #CCCCCC; */
	float:left;
	padding-right: 10px;
	margin-bottom: 8px;
	}

.box {
	padding: 0px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
	}
.box p {
	margin: 0;
	padding: 10px;
	}
.box h2 {
	border-bottom: 1px solid #CCCCCC;
	border-style: dotted;
	padding: 10px; 
	margin: 0;
	}
.box h4 {
	border-bottom: 1px solid #CCCCCC;
	border-style: dotted;
	margin: 0;
	padding-left: 10px;
	}
.box ul, .tabbed div ul {
	margin: 0;
	}
.box ul li, .tabbed div ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0;
	list-style-type: none;
	}
.box ul li:last-child {
        border: none;
        }

.box ul li a, .tabbed div ul li a {
	padding: 0px;
	}
.box ul li a:hover { text-decoration: underline; }

.recent {
	border-bottom-width: 1px;
	}
/* TABS */
.tabs-block {
	clear: left;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #eee;
	border: 1px solid #ccc;
	}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.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;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background: #fff;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
/* .tabs-block .tabbed div { width: 298px; } */
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0;
	}
.tabbed div ul li:last-child {
	border: medium none;
	}
.tabbed div ul li a {
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none;
	font-weight: bold;
	}
.tabbed div ul li a:hover { text-decoration: underline; }

/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
/* #home .tabbed .c { width: 608px; } */

.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 1%;
	padding: 0;
	}
.tabbed .post h3 {
	width: 97%;
	font-size: .95em;
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post h3 a { 
	font-weight: bold;
	}
.tabbed .post .entry {
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post .entry p { margin: 0; padding: 0; }

/* SIDEBAR ADS */
.ads { float: left; clear: left; display: block; padding: 5px 0; margin: 0 0 10px 0; }
.ads p {
	margin: 0;
	padding: 0;
	}
.ads img {
	float: left;
	margin: 5px 4px 5px 15px;
	padding: 0;
	}

/* FLICKR PHOTOS */
.flickr img {
	margin: 5px 4px 5px 4px;
	padding: 3px;
	border: 1px solid #01203c;
	}
.flickr p {
	margin: 0 10px 0 0;
	text-align: right;
	}

/* SIDEBAR WIDGETS */
/* calendar */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }

/* FOOTER */
#footer {
	color: #666;
	clear: both;
	margin: 0 auto;
	text-align: center; 
	}
#footer p {
	float: center;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; }
#footer a {
	color: #666;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer img { margin: 0 10px; border: none; }
.mania { background: #990000; position: absolute; top: 0; left: 0; height: 2000px; } .mania h2 { font-size: 5em; }
/*	"Structure"	*/
/*start [mad]Berry adds*/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
#content .sociable ul {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
}
#content .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 2px;
}
#content .sociable ul li:before { content: ""; }
#content .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	border:0 !important;
}
#content .sociable a {
	text-decoration: none !important;
	border:0 !important;
}

.sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#content ul.sociable li { margin: 0 !important; }

/*start [mad]Berry adds*/
#home .sociable ul {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
}
#home .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 2px;
}
#home .sociable ul li:before { content: ""; }
#home .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
	border:0 !important;
}
#home .sociable a {
	text-decoration: none !important;
	border:0 !important;
}

#home ul.sociable li { margin: 0 !important; }

.authcomment {
	background-color: #DDDEEE !important;
} 

#bottom {
/*	float: left; */
/*	clear: left; */
/*	font-size: 100%; */
/*	overflow: hidden; */
	padding: 10px;
	margin: 0 0 10px 0;
	background: #FFFFFF none repeat scroll 0 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	}
#bottom a {
	font-weight: normal;
	text-decoration: none;
	}
#bottom a:hover {
	color: #000;
	text-decoration: underline;
	}
#bottom h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight: bold;
	}
#bottom h2 a { color: #0C386E; }

#bottom li {
	list-style-type:square
        }
#listolinks {
	margin-left: 10px;
	margin-right: 10px;
	}
.cta {
	clear: left;
	padding: 10px 10px 10px 10px;
	margin: 30px 100px;
	border-width: 1px;
	border-style: dotted;
	border-color: #123;
	background: #EEEAAA none repeat scroll 0 0;
	text-align: center;
	font-size: 1.2em;
	}	

.pagenav {
	clear: left;
	}

.pagenav a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	}
#pagenav-prev a {
	float: left;
	}
#pagenav-next a {
	float: right;
	}
