/* 
Theme Name: Color Blocks
Theme URI: http://maddon.net/
Description: A structured layout with bright colors and readable type.
Author: Madeline Ong
Author URI: http://maddon.net/
Version: 1
Tags: red, orange, yellow, green, blue, bright, colors, blocks, squares
Template: hybrid
*/
/* Get base CSS */@import url('../hybrid/library/css/21px.css');
/* Get plugins CSS */@import url('../hybrid/library/css/plugins.css');
body {
	font: 13px/21px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #4F4F4F;
	background: #046380;
}

body.home, body.front-page { background: #046380; }

#body-container { overflow: hidden; width: 100%; }

/* Links */a:link, a:visited {
	color: #fd7400;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active { color: #fd7400; }

/* Headers */h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

em {
	font-style: italic;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}

h3 {
	font: bold 20px/1.2em Helvetica, Arial, sans-serif;
	color: #1f8a70;
	margin: 0;
	padding: 0;
}

h3 em { font: bold italic 20px/1.2em Helvetica, Arial, sans-serif; }

h4 {
	font: bold 16px/1.2em Helvetica, Arial, sans-serif;
	color: #046380;
	margin: 0;
	padding: 0;
}

h4 em { font: bold italic 16px/1.2em Helvetica, Arial, sans-serif; }

/* Lists */#content ul { list-style: none; margin-left: 12px; }



#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}

#content ul li li { background: url(images/bullet-alt.png) no-repeat 0 8px; }

/* Blockquotes */blockquote {
	margin: 0 40px;
	padding: 0 10px;
	border-left: 10px solid #bedb39;
}

.post blockquote {
	font-style: italic;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #6F6F6F;
}

.post blockquote em { font-style: normal; }

/* Code */code { font-size: 13px; padding: 0 3px; background: #F4F4F4; }

pre {
	font-size: 13px;
	overflow: auto;
	padding: 9px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
}

pre code { padding: 0; background: transparent; }

/* Tables */table {
	width: 100%;
	background: #0C2E3B;
	border: 1px solid #e2e2e2;
}

caption {
	text-align: right;
	color: #6F6F6F;
	font: italic .8em "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}

td { padding: .3em; border: 1px solid #e2e2e2; }

tr { background: #F4F4F4; }

th {
	padding: .3em;
	color: #ffffff;
	background: #113644;
	border: 1px solid #e2e2e2;
}

td a, th a { font-weight: bold; }

/* Forms */
textarea {
	width: 98%;
	font: normal 13px/21px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #4F4F4F;
	background: white;
	border: 1px solid #c5c5c5;
	padding: 5px;
}

input {
	font: normal 13px/21px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 10px 10px 0 0;
	background: white;
	border: 1px solid #c5c5c5;
	color: #4F4F4F;
	padding: 5px;
}

.search-text { width: 148px; }

.text-input { display: block; width: 300px; }

.page-template-quick-post .text-input { width: 98%; }

.button {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #8e2800;
	text-transform: uppercase;
	font-weight: normal;
	background: #FFE11A;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.button:hover { cursor: pointer; background: #bedb39; color: #046380; }

/* Drop caps */.drop-cap {
	float: left;
	margin-right: 3px;
	color: #666;
	font: 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
}

/* Notes */.note {
	padding: 6px 9px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
}

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

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

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

/* Alignment */.left, .alignleft { float: left; margin: 0 15px 0 0; }

.right, .alignright { float: right; margin: 0 0 0 15px; }

.center, .aligncenter { display: block; margin: 0 auto 21px auto; }

.block, .alignnone { display: block; margin: 0 0 21px 0; }

.clear { clear: both; }

span.pullquote { float: none; margin: 0; }

	
span.tooltip { background: #FFFFCF; border-bottom: 1px solid #D2DFB5; }

span.tooltip:hover {
	background: #FFE11A;
	border-bottom: 1px solid #D2DFB5;
	cursor: help;
}

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

img, a img { padding: 5px; border: none !important; }

.post img {
	max-width: 594px;
	padding: 4px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
}

/* WP Smilies */img.wp-smiley { max-height: 12px; margin: 0; padding: 0; border: none; }

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

/* WP Captions [caption] */.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
	text-align: center;
}

.wp-caption img, .wp-caption a img { max-width: 588px; margin: 0; padding: 0; border: 0px !important; }

.wp-caption p {
	margin: 0;
	padding: 0;
	text-align: right;
	font: italic 11px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}

/* Gallery [gallery] */.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
}

.gallery img {
	padding: 4px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
}

/* Avatars */.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
}

/*** Header************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	height: 170px;
	background: #ffe11a;
}

	
#header {
	overflow: hidden;
	width: 539px;
	height: 170px;
	margin: 0 auto;
	padding: 20px 0;
}

#site-title { width: 539px; margin: 0 0 0 0; }

#site-title a {
	display: block;
	width: 539px;
	height: 131px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat 0 0;
}

#site-title a span { display: none; }

#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #ffffff;
	display: none;
}

/* Search form */#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 70px 0 0 0;
	padding: 0;
}

#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #4F4F4F;
	background: #bdd684;
	border: none;
}

#header .search-submit { display: none; }

/*** Navigation************************************************/
#navigation {
	height: 50px;
	width: 960px;
	margin: 20px auto;
	background: #bedb39;
}

#page-nav { padding: 0; }

#page-nav ul { list-style: none; margin: 0; padding: 0; }

#page-nav li { display: inline; padding: 0; margin: 0; }

#page-nav li a {
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	color: #8e2800;
	background: #ffe11a;
	border-right: 20px solid #046380;
	text-align: center;
	font: bold 15px/50px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#page-nav a:hover { color: #046380; background: #bedb39; }

#page-nav li.current_page_item a { color: #046380; background: #bedb39; }

/*** Containers************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
	background: url(images/sidebar.png) repeat-y top right;
}

#container a { color: #8e2800; font-weight: normal; }

#container a:hover { color: #fd7400; }

#content { overflow: hidden; float: left; width: 640px; }

/* Breadcrumb trail */
.breadcrumb {
	margin: 0 auto 20px auto;
	padding: 15px 20px;
	font-size: 13px;
	color: #4F4F4F;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

	
#search-1 { padding-bottom: 19px; }

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 0;
	border-bottom: 4px double #bedb39;
	font: normal normal bold 30px/1.1em Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}

.home .post-title, .single-title, .attachment-title, .page-title, .series-title, .related-title, .category-title, .tag-title, .author-title, .date-title, .search-title {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 0;
	border-bottom: 4px double #bedb39;
	font: normal normal bold 30px/1.1em Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}

.home .post-title a, .single-title a, .attachment-title a, .page-title a, .series-title a, .related-title a, 
.category-title a, .tag-title a, .author-title a, .date-title a, .search-title a, .entry-title a {
color: #8e2800 !important;
font-weight: bold !important;
}

.home .post-title a:hover, .single-title a:hover, .attachment-title a:hover, .page-title a:hover, .series-title a:hover, .related-title a:hover, .category-title a:hover, .tag-title a:hover, .author-title a:hover, .date-title a:hover, .search-title a:hover, .entry-title a:hover {
color: #fd7400 !important;
font-weight: bold !important;
}

/* Byline */
.byline { color: #6F6F6F;
	padding: 10px 0;
	margin: 0;
	border-top: 4px double #bedb39;
	font-size: 12px;
	line-height: 16px;
}

.byline a {
	color: #b64926 !important;
	font-weight: normal !important;
}

	.byline a:hover { color: #fd7400 !important; }

	
/* Post meta data */.post-meta-data {
	clear: both;
	font-size: 12px;
	line-height: 16px;
	color: #6F6F6F;
}

.post-meta-data a {
	color: #b64926 !important;
	font-weight: normal !important;
}


.post-meta-data a:hover { color: #fd7400 !important; }

/* Entry Content */
.entry-content p a { border-bottom: 1px dotted #fd7400; }


/* Using <!--nextpage--> */p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #8e2800 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
}

/* Page Templates */.page-template-authors .author-profile, .single .author-profile { overflow: hidden; margin: 0 0 20px 0; }

.page-template-authors .author-name, .single .author-profile .author-name { font-size: 15px; font-weight: bold; margin: 0; }

.page-template-no-widgets #content, .no-widgets #content { width: 960px; }

.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

/* Navigation links */.navigation-attachment { overflow: hidden; height: 100%; margin: 0 0 21px 0; }

.navigation-links {
	overflow: hidden;
	height: 100%;
	padding: 19px 19px 19px 19px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

.navigation-links a { color: #000; }

.navigation-links .previous { float: left; max-width: 49%; }

.navigation-links .next { float: right; max-width: 49%; text-align: right; }

/* Paged comments navigation */#comments-template .paged-navigation { overflow: hidden; margin: 0 0 20px 0; }

#comments-template .paged-navigation .page-numbers, #comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #8e2800 !important;
	background: #ffffff;
	border: 1px solid #e2e2e2;
}

/* WP PageNavi */
.wp-pagenavi {
	background: #BEDB39;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*height: 100%;*/
	height: 50px;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi .extend {
	color: #8e2800 !important;
	border-right: 20px solid #046380 !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 50px !important;
	display: block !important;
	text-align: center !important;
	font: bold 15px/50px Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
	
}

.wp-pagenavi span.pages { padding: 0 10px !important; }
.wp-pagenavi a, .wp-pagenavi .extend, .wp-pagenavi span.current { width: 50px !important; }
.wp-pagenavi span.pages, .wp-pagenavi a, .wp-pagenavi .extend { background: #FFE11A !important; }
.wp-pagenavi span.current, .wp-pagenavi a:hover { background: #BEDB39 !important; color: #046380 !important; }




/*** Primary widgets (sidebar)************************************************/
#primary { float: right; width: 300px; background: #bedb39; }

#primary .widget {
	margin: 0; /*margin: 0 0 21px 0;*/
	padding: 20px 20px 20px 20px;
	background: #ffffff;
	border-bottom: 20px solid #046380;
}

#primary .widget-title, .page-template-widgets #content .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 0;
	font: normal normal bold 26px/1.1em Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: #9bb93c;
	border-bottom: 1px solid #c5c5c5;
}

#primary .widget ul { list-style: none; margin: 0 0 21px 0; }

#primary .widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #c5c5c5;
}

#primary .widget ul ul { margin: 6px 0 0 0; }

#primary .widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
}

/*** Comments template************************************************/
#comments-number {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 22px/24px Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	color: #9bb93c;
}

#comments ol { list-style: none; margin-left: 0; }

#comments li, p.comments-closed {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

#comments li.thread-even, #comments li.thread-odd { padding-bottom: 9px; }

p.comments-closed { padding: 19px; }

#comments-template p.comments-closed { border: none; padding: 0; }

#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #F4F4F4;
	border: 1px solid #e7e7e7;
}

#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

/* Comment avatars */#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #F4F4F4;
	border: 1px solid #e2e2e2;
}

/* Comment meta data */#comments .comment-meta-data { margin: 10px 0; }

#comments .comment-meta-data cite {
	font: normal normal bold 16px/1.1em Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}

#comments .comment-meta-data a { color: #8e2800 !important; }

	
#comments .comment-meta-data a:hover { color: #fd7400 !important; }

/* Comment text */#comments .comment-text { clear: both; margin: 0 15px; }

/* Comment form */#respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 0;
	font: normal normal bold 22px/24px Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px solid #c5c5c5;
	color: #9bb93c;
}

/*** Secondary widgets (footer)************************************************/
#secondary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
}

#secondary a { color: #ffffff; }

#secondary .widget { float: left; width: 200px; padding: 0 25px; }

#secondary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 24px/26px Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px solid #213a4b;
}

#secondary .widget ul { list-style: none; margin: 0 0 21px 0; }

#secondary .widget li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	border-bottom: 1px solid #213a4b;
}

/*** Footer************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #4F4F4F;
	background: #ffe11a;
}

#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	height: 115px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat top center;
}

#footer .copyright { float: left; width: 45%; display: none; }

#footer .credit {
	float: right;
	width: 45%;
	text-align: right;
	display: none;
}

/***AddThis plugin************************************************/

.addthis_container { text-align: right; }

.addthis_container img {
	padding: 0;
	background: none;
	border: none;
}

.addthis_container a {
	border: 0px solid white !important;
}


/*** No Search Results ************************************************/

.search-no-results p.no-data { background: #ffffff; padding: 19px; }

.search-no-results div #search-1 { background: #ffffff; padding: 19px; }