/**
 * Theme Name: Prototype Child
 * Theme URI: http://themehybrid.com/themes/prototype
 * Description: A child theme of the Prototype parent theme.
 * Version: 0.2
 * Author: Alicen Brown
 * Author URI: http://www.studionacl.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: prototype
 */

/* Importing the parent theme stylesheet. */
@import url( '../prototype/style.css' );

/* Links */
a {
	color: #e2552d;
	border-bottom: none;
	}
a:hover {
	text-decoration: none;
	color: #a40202;
	border-bottom: 1px dotted #a40202;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4386c6;
	font-weight: normal;
	}
h1 { font-size: 36px; }
h2 { font-size: 33px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; line-height: 1.8em; margin-bottom: 24px; }
h5 { font-size: 17px; }
h6 { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 12px; }

.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 {
	padding-left: 0px;
	color: #4386c6;
	border-left: none;
	margin-bottom: .5em;
	}
.hfeed h1 { line-height: 25px; }
.hfeed h2 { line-height: .9em; border: none; padding-left: 0px; }
.hfeed h3 { line-height: 21px; border-color: #dfdfdf; padding-left: 0px; }
.hfeed h4 { font-size: 15px; color: #000; font-family: Arial, Helvetica, sans-serif; line-height: 1.8em; margin-bottom: 12px; padding-left: 0px; }
.hfeed h5 { line-height: 17px; border-color: #e3e3e3; padding-left: 0px; }
.hfeed h6 { line-height: 15px; border-color: #e5e5e5; padding-left: 0px; }


/* Horizontal rule */
hr {
	height: 2px;
	background: #999;
	margin-top: 20px;
	clear: both;
	}

/* Blockquotes. */
blockquote, blockquote blockquote blockquote {
	overflow: hidden;
	margin: 0 20px 25px 0;
	padding: 25px 25px 15px 25px;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #3e6b97;
	background: #ffffff;
	moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	border-left: none;
	}

/* Images */

.hentry .thumbnail {
	float: right;
	width: 150px;
	height: 150px;
	margin: 0 0 10px 15px;
	padding: 4px;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	}
.sticky .thumbnail { 
	background: #eee;
	border: 1px solid #ccc;
	}

.entry-content img {
	height: auto;
	max-width: 590px;
	padding: 0px;
	background: #f7f6e7;
	border: none;
	}

/* Body. */
body {
	background: url(http://www.idaswebsite.com/images/bkgndIda_main.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #254f00;
	color: #8b8471;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
	margin:0;
	padding: 0;
}


/* Header */

#header {
	overflow: hidden;
	clear: both;
	width: 960px;
	height: 182px;
	margin: 0 auto;
	padding: 0px;
	background: url(http://www.idaswebsite.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: none;
	border: none;
	}

#branding {
	float: left;
	width: 250px;
	}
#site-title {
	font: normal normal bold 25px/25px Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 2px #ccc;
	}
#site-title a {
	display: block;
	width: 630px;
	height: 160px;
	margin-top: 0px;
	text-indent: -9999em;
	}

#site-description {
	display: none;
	margin: 0;
	color: #999;
	}
#sidebar-header {
	overflow: hidden;
	float: right;
	width: 250px;
	height: 184px;
	}
#sidebar-header a {
	display: block;
	width: 250px;
	height: 184px;
	margin-top: 0px;
	text-indent: -9999em;
	}


/* Secondary menu */
#menu-secondary {
	width: 960px;
	height: 34px;
	background: url(http://www.poolyle.com/images/bkgnd_nav.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0 auto;
	background-color: none;
	}
#menu-secondary div.wrap {
	float: left;
	width: 950px;
	margin-left: 10px;
	background: none;
	border: none;
	}
#menu-secondary div.menu {
	float: left;
	width: 960px;
	}
#menu-secondary li {
	background: none;
	}
#menu-secondary li a {
	padding: 9px 10px;
	font: normal normal bold 14px/14px Arial, Verdana, sans-serif;
	color: #f7b202;
	background: none;
	text-decoration: none;
	border-bottom: none;
	border-right: 1px solid #f0d7a5;
	}
#menu-secondary li a:hover {
	text-decoration: none;
	color: #fff;
	}
#menu-secondary li ul {
	border-top: 1px solid #00457b;
	border-right: 1px solid #00457b;
	border-color: #00457b;
	}
#menu-secondary li.current-menu-item a {
	color: #fff;
	}
#menu-secondary li li.current-menu-item a {
	padding-left: 20px;
	border-left: 5px solid #f7b202;
	}
#menu-secondary li:hover ul li a, #menu-secondary li.sfHover ul li a, #menu-secondary li.sfHover a {
	color: #fff;
	background: #872121;
	}
#menu-secondary li li a, #menu-secondary li li.current-menu-item li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #872121;
	border-bottom: 1px solid #00457b;
	border-right: none;
	border-left: 1px solid #00457b;
	border-color: #444;
	}

#menu-secondary ul li a:hover, #menu-secondary li ul li a:hover {
	color: #fff;
	background: #872121;
	text-decoration: underline;
	}

/* Drop-down styles */
#menu-secondary li ul {
	}
#menu-secondary li:hover ul, #menu-secondary li.sfHover ul {
	top: 30px;
	}
#menu-secondary li:hover li ul, #menu-secondary li.sfHover li ul {
	top: -999em;
	}
#menu-secondary li li:hover ul, #menu-secondary li li.sfHover ul {
	top: -3px;
	margin-left: 0;
	}

/* Search form in the secondary menu */
.menu-container div.search {
	float: right;
	width: 0px;
	margin-right: 0px;
	}
	
.menu-container .search-form input[type="submit"] {
	display: none;
	}


/* Main wrapper div for the content and primary/secondary sidebars */
#main {
	clear: both;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: #cddbdd;
	border: none;
	}
.home #main {
	background: url(http://www.idaswebsite.com/images/home2.png);
	background-repeat: no-repeat;
	background-position: -3px 0px;
	clear: both;
	overflow: hidden;
	width: 992px;
	height: 560px;
	margin: 0 auto;
	padding: 0px;
	border: none;
	}

/* Content */
.home #content {
	padding: 0px;
	margin: 0px;
	}
#content {
	padding: 0px;
	}

/* Posts */
.home .hentry {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	}
.hentry {
	overflow: hidden;
	margin: 0px;
	padding: 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	}
.hentry p {
	margin-bottom: 12px;
	}

/* Primary and Secondary sidebars */

#sidebar-primary, #sidebar-secondary {
	font-size: 14px;
	color: #666;
	background: #e8eeef;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	margin-bottom: 0px;
	margin-top: 20px;	
	}
#sidebar-primary, #sidebar-secondary {
	list-style: none;
	}
#sidebar-primary a, #sidebar-secondary a {
	}

/* Widget title */
#sidebar-primary .widget-title, #sidebar-secondary .widget-title {
	display: none;
	}

/* Widget unordered lists */

#sidebar-primary .widget ul, #sidebar-secondary .widget ul {
	margin: 0px;
	}
#sidebar-primary .widget img, #sidebar-secondary .widget img {
	float: left;
	display: inline;
	padding-right: 0px;
	padding-top: 0px;
	}
#sidebar-primary .widget ul, #sidebar-secondary .widget ul {
	list-style: none;
	}
#sidebar-primary .widget ul li, #sidebar-secondary .widget ul li {
	margin: 0px;
	}
#sidebar-primary .widget ul li img a, #sidebar-secondary .widget ul li img a {
	font-size: 13px;
	color: #666;
	margin: 0px;
	border-bottom: none;
	}
#sidebar-primary .widget ul li a:hover, #sidebar-secondary .widget ul li a:hover {
	color: #cc0000;
	border-bottom: 1px solid #f3f0e2;
	text-decoration: none;
	}


/* Footer */
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	background: none;
	border: none;
	border-top: none;
	color: #f3f0e2;
	}
#footer a {
	color: #f3f0e2;
	border-bottom: none;
	}
#footer a:hover {
	color: #e2552d;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	}
#footer .copyright {
	float: left;
	width: 70%;
	}
#footer .credit {
	float: right;
	width: 30%;
	text-align: right;
	}

/* Layouts. */
.layout-1c #content {
	width: 960px;
	}

.layout-2c-l #content, .layout-default #content {
	float: left;
	width: 550px;
	}
.layout-2c-l #sidebar-primary, .layout-default #sidebar-primary {
	float: right;
	width: 300px;
	padding: 10px 0px 10px 0px;
	border: none;
	}
.layout-2c-l #sidebar-secondary, .layout-default #sidebar-secondary {
	clear: right;
	float: right;
	width: 300px;
	padding: 20px 15px 10px 10px;
	border: none;
	}