/* 
Theme Name: Blue Danube
Theme URI: http://justintadlock.com/wordpress/options
Description: A blending of soothing blues, light gray, and a dash of white for a pleasant atmosphere.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 1.1
*/

* { margin: 0; padding: 0; }

p { margin: 10px 0; }

ul li { list-style-type: none; }
.entry ul { padding-left: 10px; }
#content ul, #content ol { margin-bottom: 15px; }

a { color: #2c79d5; text-decoration: none; }
a:hover { color: #333; }

h1, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; color: #6a1258; }
h1 { font-size: 2em; }
h2 { color: #8d007f; font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h7 { color: #bcbcbc; font-size: 1em; }
#content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 15px; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { margin: 10px auto; display: block; }

/* Object */
object { padding: 0; margin: 0; }

/* Body */
body { color: #333; font: 80% Arial, Arial, "Lucida Sans Unicode", Tahoma, sans-serif; background: #1fa3c0 url(images/backgroundnetwork.jpg) repeat-x center 0; padding-bottom: 10px; }
#body-container {
	width: 942px;
	overflow: hidden;
	margin: 0 auto;
	background: #990a8b;
	}
	
	
#creditfooter
{display: none;}


.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
}
.feedburnerFeedBlock ul li {
padding: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0;
}

.feedburnerFeedBlock ul li span.headline a { color: #c0008a; font-weight: bold; background-color: #d9f9f8; text-decoration: none; padding: 4px; display: block; }

.feedburnerFeedBlock ul li span.headline a:hover { color: #00c5db; background-color: #e0f5d4; }


/************************************************
	Header
************************************************/
#header-container {
	width: 100%;
	float: left;
	overflow: hidden;
	}
#header h1 a { width: 942px; height: 135px; margin-left: 0; display: block; color: #f7f7f7; background: url(images/header.jpg) no-repeat; margin-right: 0; }
#header h1 a span, #header h2 { display: none; }


/* Container for content and sidebar */
#container {
	clear: left;
	position: relative; top: 10px;
	width: 902px;
	margin: 0 auto;
	padding: 10px 10px 0;
	overflow: hidden;
	background: #fff no-repeat;
	}

#home, #content { width: 590px; margin: 0; }

#home.right, #content.right, #sidebar.right { float: right; margin: 0; }
#home.left, #content.left, #sidebar.left { float: left; margin: 0; }

#homepageleft {
	float: left;
	width: 270px;
	margin: 0px 0 0;
	padding: 10px 5px 10px 0;
	}
	
#homepageright {
	float: right;
	width: 270px;
	margin: 0;
	padding: 10px 5px;
	}


/************************************************
	Navigation
************************************************/
/* Navigation containers */
#navigation, #sub-navigation { width: 100%; float: left; }
#navigation { background: #004aa5; }
#sub-navigation { background: #f5d38e; }

/* List items */
#nav li, #sub-nav li { background-color: #004fb1; float: left; margin-right: 1px; margin-left: 0; border-color: #fcfcfc; border-width: 1px; outline-color: #fcfcfc; }
#nav li li, #sub-nav li li {
	width: 175px;
	background: #5db633;
	border-top: 1px solid #8c0081;
	}

/* List links */
#nav li li a { background: #5db633; float: none; margin: 3px 5px; padding: 4px 5px; }
#nav a, #sub-nav a { color: #fff; font-weight: bold; display: block; text-decoration: none; }
#nav a { padding: 10px 16px; }
#sub-nav a { color: #010101; font-size: 0.95em; padding: 7px 10px; }

/* List items and active items */
#sub-nav li.current-cat a, #sub-nav li.current-cat a:hover { color: #164978; background: #dec083; }
#sub-nav li li { background: #dec083; border-top: 1px solid #3686cd; }
#sub-nav li li a { float: none; margin: 3px 5px; padding: 3px 7px; }
#sub-nav li.current-cat li { background: #fd0; border-top: 1px solid #54b1ec; }
#sub-nav li.current-cat li a { color: #164978; }

/* Hover states */
#nav a:hover, #sub-nav a:hover, #nav li.current_page_item a, #sub-nav li.current_cat a { background-color: #990a8b; text-decoration: underline; }
#nav a:hover, #nav li.current_page_item a, #sub-nav a:hover { color: #fff; }
#sub-nav li.current-cat li a:hover { color: #164978; }
#sub-nav li li a:hover, #sub-nav li li.current-cat a:hover { color: #c41034; }

/* Drop-down control */
#nav li ul, #sub-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 999;
	}
#nav li:hover ul, #sub-nav li:hover ul {
	left: auto;
	display: block;
	}

/************************************************
*	Subnavbar      								*
************************************************/

#subnavbar {
	background: #fc0;
	width: 902px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0 solid #b1c3d4;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #fc0;
	color: #000;
	display: block;
    font-weight: bold;
    margin: 0 20px 0 0;
	padding: 6px 10px;
	}
	
#subnav a:hover {
	background: #ffa200;
	color: #000;
	display: block;
	text-decoration: none;
    margin: 0 20px 0 0;
	padding: 6px 10px;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 14;
	position: relative;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	z-index: 10;
	position: relative;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #baef9f;
	color: #000;
	width: 160px;
	float: none;
	margin: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #b1c3d4;
	border-left: 1px solid #b1c3d4;
	border-right: 1px solid #b1c3d4;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #a4e285;
	color: #000;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}

/************************************************
*	Subnavbar Page     								*
************************************************/

#subnavbarpage { background: #97eff4; width: 902px; height: 29px; float: left; margin: 0 auto 10px; padding: 0; border-bottom: 0 solid #b1c3d4; }
	
#subnavpage {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnavpage ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnavpage a, #subnavpage a:visited {
	background: #97eff4;
	color: #000;
	display: block;
    font-weight: bold;
    margin: 0 20px 0 0;
	padding: 6px 10px;
	}
	
#subnavpage a:hover {
	background: #7adde3;
	color: #000;
	display: block;
	text-decoration: none;
    margin: 0 20px 0 0;
	padding: 6px 10px;
	}

#subnavpage li {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 14;
	position: relative;
	}
	
#subnavpage li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	z-index: 10;
	position: relative;
	}
	
#subnavpage li li a, #subnav li li a:link, #subnavpage li li a:visited {
	background: #baef9f;
	color: #000;
	width: 160px;
	float: none;
	margin: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #b1c3d4;
	border-left: 1px solid #b1c3d4;
	border-right: 1px solid #b1c3d4;
	}
	
#subnavpage li li a:hover, #subnavpage li li a:active {
	background: #a4e285;
	color: #000;
	}

#subnavpage li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnavpage li:hover ul {
	left: auto;
	display: block;
	}
	
#subnavpage li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}


/************************************************
	Sections of the site
************************************************/
.section, #home .flickr, div.cloud {
	width: 590px;

	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px 0;
	background: #f7f7f7;
	border: none;
	}
.section h2 { font-size: 1.2em; }
h2.section-header, h3.section-header, #home .flickr h2, #home div.tags h2, #sidebar .menu h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	height: 17px;
	background: url(images/section-header.jpg) no-repeat 0 0;
	}
.section-header a { font-weight: bold; }

/* Single posts */
#content .post { overflow: hidden; width: 568px; padding: 10px; margin-bottom: 15px; background: #fff; border: solid 1px #eee; }
#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry { clear: left; margin-bottom: 5px; }
.post { clear: left; }
.byline { margin-top: 5px; }
code { font-size: 1.15em; }
blockquote { background-color: #dbf6fd; padding: 10px 15px; }
blockquote2 { background-color: #f4d3f2; padding: 10px 15px; }
.post ul { padding-left: 15px; }
.post ul li { list-style-type: disc; }
.post ol { padding-left: 20px; }

/* Full posts */
#full-posts .post { overflow: hidden; width: 568px; padding: 10px; margin-bottom: 15px; background: #fff; border: solid 1px #eee; }

/* Breadcrumb */
.breadcrumb { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Related posts */
#related { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Author box */
#author-box { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
#author-box .avatar { float: left; width: 80px; height: 80px; }

/* Comments template */
#comments-template { width: 568px; padding: 10px; margin-bottom: 15px; background: #f7f7f7; border: 1px solid #eee; }

/* Navigation links */
.navigation-links { font-size: 14px; width: 568px; padding: 10px; margin-bottom: 15px; background: #cadcf1; border: solid 1px #eee; }
.navigation-links .previous { float: left; width: 48%; }
.navigation-links .next { float: right; width: 48%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Features gallery */
#myGallery { height: 300px; margin: 0 0 15px 0; }
#myGallery .imageElement { display: none; }
#myGallery a, #myGallery a:hover { font-weight: bold; color: #f8f8f8; }

/* Features (single article) */
#feature { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 578px; padding: 10px 0 15px 10px; background: #f7f7f7; border: 1px solid #eee; }
#home .flickr img, #gallery-stream img { margin: 1px 13px 1px 0; width: 75px; height: 75px; }

/* Tag, category, and author clouds (home) */
#home div.cloud { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Excerpts / home paged posts */
#excerpts, #home.paged { margin: 0; padding: 0; background: #fff; }
#excerpts .post, #home.paged .post { width: 568px; padding: 10px; margin-bottom: 15px; background: #ffffff; border: 1px solid #eee; }

/* Post sections */
#post-sections .section { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }

/* Post blocks */
#post-blocks { padding: 0; margin: -15px 0 15px 0; background: #fff; }
#post-blocks .post { width: 266px; padding: 10px; margin: 15px 0 0 0; background: #f7f7f7; border: 1px solid #eee; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks h3 { font-size: 1.1em; }

/* Post list tabs */
#post-list-tabs { padding: 0; background: #fff; }
#post-list-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-list-tabs .odd { float: left; width: 50%; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content ul { margin-left: 10px; }
#post-list-tabs .tab-content li { margin: 4px 0; }
#post-list-tabs h3 { font-size: 1.1em; }

/* Post block tabs */
#post-block-tabs { padding: 0; background: #fff; }
#post-block-tabs .tab-content { width: 578px; padding: 10px 5px; }
#post-block-tabs .odd { clear: both; float: left; width: 48%; margin-bottom: 12px; }
#post-block-tabs .even { float: right; width: 48%; clear: none; margin-bottom: 12px; }
#post-block-tabs h3 { font-size: 1.1em; }

/* Post tabs */
#post-tabs { padding: 0; background: #fff; }
#post-tabs .tab-content { width: 568px; padding: 10px; }
#post-tabs h3 { font-size: 1.1em; }

/* Video tabbed */
#video-tabbed { width: 568px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; }
div.v2, div.v3, div.v4, div.v5 { display: none; }
#video-tabbed .video-list { width: 260px; float: right; }
#video-tabbed li { margin-bottom: 7px; }
#video-tabbed a { display: block; padding: 4%; width: 92%; background: #eee; border: 1px solid #ddd; }
#video-tabbed a:hover, #video-tabbed li a.tab-current { color: #f7f7f7; background: #666; }

/* Video and features numbers */
#video-numbers, #features-numbers { padding: 0; background: #fff; width: 590px; border-top: 1px solid #eee; }
#video-numbers .tab-content, #features-numbers .tab-content { padding: 10px; width: 568px; }

/* Home custom sections */
#home-custom-1, #home-custom-2, #home-custom-3 { background-color: #fff; width: 568px; margin-bottom: 20px; padding: 10px; border: solid 3px #eee; }

/* No sidebar */
#no-sidebar .post, #no-sidebar .section {
	overflow: hidden;
	width: 880px;
	padding: 10px;
	margin-bottom: 15px;
	background: #fff;
	border: solid 1px #eee;
	}
#no-sidebar #comments-template { width: 900px; }

/************************************************
	Images
************************************************/
a img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border: solid 0 #ccc; padding: 3px; }
.post img, .section img { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; max-width: 98%; padding: 3px; border: solid 0 #ccc; }
.attachment .entry img { margin: 20px auto; display: block; }
#author-box .avatar, .post .avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	}

#feature img, #features-numbers img { width: 300px; margin: 0 10px 10px 0; float: none; }
html>body #feature img, html>body #features-numbers img { max-width: 590px; width: auto; }

img.thumbnail {
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 10px 10px 0;
	}
img.medium { float: left; margin: 0 10px 10px 0; }

/************************************************
	Sidebar
************************************************/
#sidebar { width: 300px; padding: 6px 0 0; margin: 0; }

#sidebar .menu {
	overflow: hidden;
	padding: 6px 0 3px;
	background: #fcfcfc;
	border: solid 1px #eee;
	}
.tabbed {
	background: #fff;
	border: none;
	padding: 0;
	}
#sidebar .tabbed { float: left; }
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
	}
#sidebar .menu .section-header { margin-left: 5px; }
#sidebar .menu div { padding: 0 2%; }
.tabbed .tab-content {
	padding: 10px 2%;
	}
#sidebar .menu ul { padding-left: 10px; }
#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #333;
	display: block; width: 97%;
	padding: 3px 0;
	}
#sidebar .menu li a:hover, #sidebar .tabbed div li a:hover {
	color: #216daf;
	text-decoration: underline;
	}
#sidebar .menu p { margin: 15px 7px; }

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a { background: url(images/sidebar-feed.gif) no-repeat 0 .3em; }
#feed-sidebar li.feed-email a { background: url(images/sidebar-email.gif) no-repeat 0 .3em; }

/* Sidebar tables (ex: 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; }

/* Recent posts (sidebar) and asides */
#sidebar .recent .post { clear: left; padding-bottom: 10px; }
#sidebar .recent .post-title, #sidebar .asides .post-title { font-size: .9em; line-height: 1em; }
#sidebar .recent .entry, #sidebar .asides .entry { font-size: .95em; margin: 0; padding: 0; }
#sidebar .recent p, #sidebar .asides p { margin: 0; padding: 0; }
#sidebar .asides .post { clear: left; padding: 0 0 5px 0; }
#sidebar .asides .post-title { font-size: 1em; }

/* Video (sidebar) */
#sidebar .video div { padding: 2px 0 2px 1%; }
#sidebar .video object { width: 98%; height: 230px; }
#sidebar .video .post-title { font-size: 1em; margin-left: 1%; }

/* Flickr (sidebar) */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 0 5px 5px 7px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }

/************************************************
	Tabs
************************************************/
/* 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 0.4em;
	color: #333;
	font-weight: bold;
	background: #acee8d;
	border: solid 1px #eee;
	}
.tabbed ul.tabs li a:hover { background: #d977cf; }
ul.tabs li a.tab-current { background: #65dcea; border-bottom: 1px solid #f7f7f7; }
/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	width: 95.5%;
	background: #eefdff;
	border: solid 1px #eee;
	}
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* Recent comments tab */
#sidebar ul.recent-comments li { margin: 2px 0 5px 0; }
#sidebar ul.recent-comments li a { color: #2c79d5; display: inline; }

/* Sidebar search tab */
#sidebar .search input { width: 94%; background: #fff; color: #333; margin: 4px 0; }
#sidebar .search input.search-submit { display: none; }

/************************************************
	Comments Template
************************************************/
/* Comments template */
#comments-template { width: 590px; padding: 0; background: #fff; border: none; }
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	clear: left;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #eee
	}
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 7px 7px 7px 0;
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
	}
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 9px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #333; }
#comments-template ol li .comment-text { float: left; width: 88%; padding: 10px 0 0 0; }
#no-sidebar #comments-template ol li .comment-text { width: 88%; }
input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
#footer {
	overflow: hidden;
	clear: left;
	width: 922px;
	padding: 35px 10px 5px;
	color: #f7f7f7;
	background: #990a8b no-repeat;
	}
#footer a { color: #b5d3ee; }

a.more-link { display: block; margin: 15px 0; padding: 5px; background-color: #9e0c94; border: solid 3px #ffb700; color: #fff; font-size: 16px; text-decoration: none; width: 145px; }
a.more-link:hover {
background-color: #469bff;
border-color: #9e0c94;
}