/* 
Theme Name: CoolAdGoo
Theme URI: http://themehybrid.com/themes/skeleton
Description: An affiliate child of the Hybrid theme framework.
Author: John Scott
Author URI: http://jengua.com
Version: 0.0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
@import url('../hybrid/library/css/reset.css'); 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
@import url('../hybrid/library/css/20px.css'); 
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
/*	background: #76add3 url(images/bg.gif) 0 0 repeat-x; */
	background: #E7E7E7 ;
	}
#wrapper {
	width: 800px;
	margin: 10px auto 10px;
	display: block;
	background: url(images/bg-container.jpg) top center repeat-y;
}

#wrapper-top {
	margin: 0;
	
}
#wrapper2-top {
	margin: 0;
	background: url(images/wrapper2-top.gif) top center no-repeat;
}


/* Body container */
#body-container {
	margin: 0;
	background: url(images/bg-bottom.png) bottom center no-repeat;
	padding: 0 0 10px;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #0066CC;
	text-decoration: none;
	}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
	}
.entry-content a {
	color: #336699;
	}

/* Headers */
h1 {
	color: #CC0000;
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F5692;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 10px 0  0;
	padding: 3px 24px 0;
	font-style: italic;
	color: #444;
	background: #f9ffff url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* 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 */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* 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;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* 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;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 20px 10px 0;
	border: 1px solid #ccc;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #CCC;
	}
/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 140px;
	margin:0 auto;
	background: url(images/header.png) top center no-repeat;
	}
#header {
	overflow: hidden;
	height: 109px;
	margin: 0;
	}

#site-title {
	font: bold 30px/36px "Trebuchet MS", Arial, Helvetica,sans-serif;
	padding: 15px 0 0 10px;
	margin-bottom: 10px;
	}
#site-title a {
	color:#FFFFFF;
	text-decoration: none;
	}
#site-title a:hover {
	text-decoration: none;
	}	
	
#site-description {
	font: bold 16px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
	padding-left: 20px;
	width: 300px;
	}

/* Navigation */
#navigation {
	overflow: visible;
	width: 750px;
	margin: 15px auto 10px;
	text-align: center;
	z-index: 100;
	}
#page-nav ul {
	margin: 0;
}
#page-nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 10px 0;
	color: #7b7b7b;
	background: #fff;
	background: url(images/v-spacer.png) right 9px no-repeat;
	}
#page-nav li.page-item-7 a {
	background: none;
}	

#page-nav li a:hover {
	color: #0066cc;
	text-decoration: underline;
	}	

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin: 0;
	padding: 10px 20px 0 25px ;
	}
	
#primary {
	width: 190px;
	height: 100%;
	float: right;
	padding-top: 10px;
}

/* Main content */
#content {

}

.content {
	overflow: hidden;
	float: left;
	width: 540px;
	padding: 0 10px 20px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 760px;
	}

/* Posts */
.post {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0;
	}
	
h1.category-title {
	font-size: 20px;
	color: #009933;
}

/* Entry title */
.entry-title {
	font-size: 16px;
	margin: 10px 0 5px;
	font-weight: bold;
	}
.archive .entry-title, .search .entry-title {
	font-size: 16px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 15px 0;
	}
.entry-title a {
	color: #333333;
	}
.entry-title a:hover {
	text-decoration: none;
	}
#post-32 h2.page-title {
	margin: 0;
	}


/* Byline */
.byline {
	margin: 0 0 10px 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	display: none;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}
	
.byline a {
	font-style: normal;
	}
.more-link {
	text-align: left;
	margin: 5px 10px 10px 0;
	padding-bottom: 5px;
}
.more-link a {
	color: #009933;
}



/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	display: none;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links (multiple-paged posts) */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* 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;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	font-size: 12px !important;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 7px; 
	margin: 2px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #0066cc;
	background-color: #FFFFFF;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.wp-pagenavi a:visited {
	padding: 4px 7px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	color:#1584d9;
	border:1px solid #1584d9;
	background:#F0F4F7;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi a:active {
	padding: 4px 7px; 
	margin: 2px;
	background:#1584d9;
	color:#FFF;
	border:1px solid #0364ae;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.wp-pagenavi span.pages {
	padding: 4px 7px; 
	margin: 2px;
	color: #CCC;
	border: none;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 4px 7px; 
	margin: 2px;
	background:#1584d9;
	font-weight: bold;
	color:#FFF;
	border:1px solid #0364ae;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.wp-pagenavi span.extend {
	padding: 4px 7px; 
	margin: 2px;	
	border: none;
	color: #1584D9;
	background-color: #FFFFFF;
}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	background: #F1F1F1 url(images/sidebarbg2.png) top center repeat-y;
	}
.widget-inside {
	padding-bottom: 5px;
	background:  url(images/sidebarbg2-bot.png) bottom center no-repeat;
}	
	
.widget ul li a {
	color: #0000FF;
	text-decoration: none;
	display: block;
	}
.widget ul li a:hover {
	color: #CC0000;
	text-decoration: none;
	}

.widget ul {
	list-style: none;
	margin: 0 10px 10px;
	}
.widget ul li {
	padding: 5px 0 5px 15px;
	background: url(images/bullet.gif) no-repeat 3px 12px;
	border-bottom: 1px solid #ebebeb;
	}
.widget ul li:hover {
	padding: 5px 0 5px 15px;
	background: #F9F9F9 url(images/bullet.gif) no-repeat 3px 12px;
	color: #CC0000;
	}	
	

/* Widget titles */
.widget-title {
	text-align: center;
	padding:7px 11px;
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0;
	padding: 0 10px 0;
	}

#utility-before-content .widget {
	background: none;
	margin-bottom: 0;
}
	
#utility-before-content .widget-inside {
	background: none;
}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	display: none;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}
	
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

/* Respond textarea */
textarea {
	clear: left;
	display: block;
	width: 95%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

/* Submit and rest buttons */
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background: #90AA82;
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #c7d4c0;
	color:#006600;
	}
.search-form input {
	display: inline;
	margin: 0;
	width: 50px;
	padding: 3px 6px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	margin: 0 auto;
	width: 750px;
	height: 90px;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	border-top: 1px solid #CCC;
	}
#footer p.copyright, #footer p.powered {
	margin: 0 30px 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color:#999999;
	}
	
#wp125adwrap_2c .wp125ad {
	float: left !important;
	padding: 0 25px !important;
}	
img.none {
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
	background: none;
}


/**************************
* More Articles
***************************/
#hybrid-nav-menu-3.widget, #hybrid-archives-3.widget {
	background: url(images/sidebarbg3.png) top center repeat-y;
}
#hybrid-nav-menu-3 .widget-inside, #hybrid-archives-3 .widget-inside {
	padding-bottom: 5px;
	background:  url(images/sidebarbg3-bot.png) bottom center no-repeat;
}
#hybrid-nav-menu-3 .textwidget, #hybrid-archives-3 .textwidget {
	background:  url(images/sidebarbg3-top.png) top center no-repeat;
	min-height: 365px;
}
#hybrid-nav-menu-3 h3, #hybrid-archives-3 h3 {
	font-size: 15px;
	margin: 0;
	padding: 10px 0 0 10px;
	text-align: left;
	text-decoration: none;
	color: #CC0000;
	background: url(images/sidebarbg3-top.png) center top no-repeat;
}

/**************************
* Bottom Form
***************************/
#utility-after-page .widget, #utility-after-single .widget {
	background: none;
}
#utility-after-page .widget-inside, #utility-after-single .widget-inside {
	background: none;
}
.bottom-form {
	width: 469px;
	height: 260px;
	margin: 30px auto 20px;
	background: url(images/bottomformbox-bg.png)
}
.form-right {
	width: 214px;
	float: right;
	padding:10px;
	margin-top: 85px;
}
.hilite {
	background: #FFFF00;
}

/**************************
* Sales Page
***************************/
h1.sales {
	font: normal 33pt Impact, Arial, Helvetica;
	text-align: center;
	color:#CC0000;
}
h2.sales {
	font: normal 20pt Impact, Arial, Helvetica;
	text-align: center;
	color:#000000;
}
h3.sales {
	font: bold 16pt Arial, Helvetica, sans-serif;
	text-align: center;
	color:#0000FF;
}
h3.sales a {
	color:#0000FF;
	text-decoration: underline;
}

#sales p {
	font: normal 11pt Arial, Helvetica, sans-serif;
	color: #000000;
}
#sales li {
	font: normal 11pt Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background: url(images/bullet-sales.gif) 0 4px no-repeat;
}
#sales img {
	border: none;
	background: none;
}

.red {
	color: #CC0000 !important;
}
.blk {
	color: #000000 !important;
}
.hilite {
	background: #FFFF00;
}
.bigger {
	font-size: 14pt;
}
#post-72 .entry-title {
	display: none;
}

#got-banners {
	background: none;
	margin: 0 0 0 25px;
	height: 140px;
	overflow: hidden;
}

#got-banners.widget, #got-banners .widget-inside {
	background: none;
	border: none;
	overflow: hidden;
}
#got-banners h3 {
	display: none;
}
#got-banners img {
	padding-right: 50px;
}

.googad1 {
	margin: 5px 0 10px;
}

#text-3 {
	padding: 5px 30px 0;
}

#text-3.widget, #text-3 .widget-inside {
	border: none;
	background: none;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; width: 100%; }	
