/* 
	Theme Name: CHEGheads
	Description: Modified from GimpStyle
	Author: Wesley Jones
	Version: 3.2
	Tags: 2 column, white
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 100%;
	background: #575757;
}
img {
	border: 0;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.clear-block {
	clear: both;
}
#page {
	background: url('images/icheg-pattern.png') repeat 0 0 transparent;
	position: relative;
	min-height: 100%;
	/*padding-top: 40px;*/
	text-align: left;
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
}

/**
 * 2. Fixed header
 */
#fixed-header-wrap {
	position:fixed;
	z-index:25;
	width:100%;
	background:url('images/header-bg.jpg') no-repeat 0 0 #999;
	border-bottom:1px solid #666;
}
#fixed-header {
	position:relative;
	margin:auto;
	padding:3px 5px 2px 20px;
	width:90%;
	min-width:900px; /* 925 - 20 - 5 */
	height:35px;
	color:#fff;
	font-size:9px;
}
/* Fixed header right side - secondary links and search form */
#secondary-search-wrap {
	position:relative;
	float:right;
	padding:7px 0 0 0;
	/*height:20px;*/
	width:380px;
}
#search {
	display: block;
	position: relative;
	/*float: right;*/
}
form#search-theme-form {
	height:20px;
	width:190px;
	background:#fff;
}
#search label {
	display:none;
}
#search .form-item {
	display:inline;
	float:left;
	margin:0;
}
#search .form-text {
	border:none;
  padding:2px 5px;
	width:150px;
	height:16px;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#search .form-submit {
	border:0;
	padding:0 2px;
	float:right;
}
#secondary {
	position:relative;
  float:right;
	padding:3px 5px 0 0;
}
#secondary ul.links li {
	padding:0 5px 0 0;
}
#secondary ul.links li a {
	padding-right:5px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#secondary ul.links li a:hover {
	color:#000;
	text-decoration:underline;
}
#block-strong_links-header  {
	position:relative;
	float:left;
	padding-top:2px;
}
#block-strong_links-header .strong-home {
	float:left;
	color: #000;
	text-align: center;
	/*padding-top:3px;*/
}
#block-strong_links-header .strong-home .yoyo {
	margin-top:-6px;	
}
#block-strong_links-header .strong-home .normal {
	margin-top:3px;	
}
.strong-home .text {
	padding-top: 2px;
}
.strong-home a:link,
 .strong-home a:visited {
	color:#000;
	text-decoration:none;
}
.strong-home a:hover,
 .strong-home a:active {
	color:#000;
	text-decoration:underline;
}
#block-strong_links-header .entity-links {
  float:left;
	padding: 0 0 0 12px;
}
#block-strong_links-header .entity-links ul.links {
	margin:4px 0 0;
	padding:0;
}
#block-strong_links-header .entity-links ul.links li {
	display:block;
	float:left;
	padding:0;
	margin-right:2px;
}
#block-strong_links-header .entity-links ul.links li a {
	background:url('images/pp-bg-grey.png') repeat-x 0 0 #e6e6e6;
	border:1px solid #bbb; /* never used b's before! */
	border-right:none;
	border-bottom:none;
	padding:4px 10px 5px 9px; /* adjust for border */
	color:#000;
	text-decoration:none;
	display:block;
}
#block-strong_links-header .entity-links ul.links li a.active {
	background:url('images/pp-bg-white.png') repeat-x 0 0 #fff;
	/*border:none;
	padding:5px 10px;*/
	border:1px solid #fff;
	border-right: none;
	border-bottom: none;
	color:#000;
	font-weight:bold;
}
#block-strong_links-header .entity-links ul.links li a:hover {
	background:url('images/pp-bg.png') repeat-x 0 0 #888;
	border:none;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}

/* Top part */
#header {
	position: relative;
	margin: 0 auto;
	width: 925px;
	height: 190px;
	background: #fff;
}

#header #logo {
	float:left;
}
#chegheads {
}
#chegheads a {
	text-decoration:none;
}
#chegheads img {
	float: right;
	padding-right:10px;
}
#chegheads h1 {
	margin-left: 25px;
	padding-top: 40px;
	font-size: 36px;
	letter-spacing: 1px;
}
h3#tagline {
	margin-left: 25px;
	margin-right: 265px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #666;
}
#green-bar {
	clear: both;
	background: url('images/green-bar.png') no-repeat 0 0 transparent;
	width: 925px;
	height: 40px;
}

.content {
}

/* Structure Divs */

#main {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 925px;
	font-size: 14px;
}

#pages {
	margin: 0;
	padding: 8px 0;
	text-align: right;
	background: #333;
	}
	
#main-content {
	float: left;
	margin: 0px 0 20px 55px;
	padding: 0 10px 0 0;
	width: 500px;
	}

#sidebar {
	float: right;
	line-height: 1.2em;
	font-size: 12px;
	margin: 0 55px 0 0;
	padding: 0;
	width: 250px;
	}

#credits {
	margin: 30px 0 0 0;
	background: #f6f6f6;
	border-top: 1px solid #DCE1E5;
	padding: 15px 0;
	font-size: 9pt;
	font-family: Verdana;
	}

/* Header */

	
/* Pages */

#pages li {
	display: inline;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
	}
		
#pages ul {
	margin: 0;
	padding: 0;
	}

#pages a {
	color: #fff;
	text-decoration: none;
	}
		
.current_page_item a {
	text-decoration: underline;
	}

/* 3. Articles */
.post {
	margin: 20px 0 60px;
	font-size: 0.875em;
	text-align: left;
	line-height: 1.5em;
	padding: 0;
}
.post.first-post, .post.post-excerpt {
	margin-bottom: 40px;
}
.post UL, .post OL
{
	margin: 10px 0 10px 40px;
}
.post h2.post-title {
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 0 0 5px;
	padding: 0 10px 0px 0;
}
.post.post-excerpt h2.post-title {
	font-size: 1.8em;
}
.post.first-post h2.post-title {
	font-size: 1.8em;
}
.post.first-post h2.post-title .new-button {
	/*background: url('images/new-button.png') right top no-repeat transparent;*/
	display: block;
	float: left;
	height: 58px;
	width: 58px;
	margin-top: -5px;
	margin-left: -15px;
	margin-right: 15px;
}
.post h2.post-title A:link, .post h2.post-title A:visited
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.post h2.post-title A:hover
{
	color: #000;
	background: none;
	text-decoration: underline;
}
.post a:link {
	color: #0645ad;
	text-decoration: underline;
}
.post a:visited {
	color: #0b0080;
	text-decoration: underline;
}
.post a:hover, .post a:focus {
	text-decoration: none;
}
.post a:active {
	text-decoration:underline;
}
.post P
{
	margin: 0px 0 15px;
}
.postavatar {
	float: none !important;
}
.postavatar img {
	border: none !important;
}
.post-excerpt .postavatar {
  display: none;
}
.first-post .post-excerpt .postavatar {
  display: block !important;
}
BLOCKQUOTE
{
	background: #EEE;
	padding: 10px;
	margin: 5px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post .endofpost {
	clear: both;
	/*float: right;
	margin-top: -10px;*/
	padding: 10px;
	background: #F6F6F6 url(images/blue_degrade.png) top repeat-x;
	border-bottom: 1px solid #DCE1E5;
	border-left: 1px solid #DCE1E5;
	border-right: 1px solid #DCE1E5;
}
.post .endofpost .read-more {
	display: inline;
}
.post .endofpost .commentnumber {
	display: inline;
}
.post .endofpost .commentnumber a {
}
/* edit link */
.post .edit-link {
	float: right;
}
.addthis-post {
	float: right;
	width: 120px;
	margin-top: -28px;
}

.postmetadata
{
	/*width: 460px;*/
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #666;
}
.postmetadata A:link
{
	color: #888;
	text-decoration: none;
}
.postmetadata A:hover
/*.postmetadata A:hover, .postmetadata A:visited*/
{
	color: #000;
	background: #D1E5EF;
}
#signature
{
	margin: 30px 0 0;
	font-size: 0.8em;
	color: #999;
}
#signature A:link
{
	color: #777;
	font-weight: bold;
	text-decoration: none;
}


#pagination {
	margin: 10px 0;
	text-align: center;
	}

/**
 * WES 7/12/11
 * Comments
 * New, much more sophisticated comment section. Taken from twentyeleven theme.
 */
#comments-wrapper {
	position: relative;
}
/* anchor tag */
#comments {
	position: absolute;
	top: -55px;
}
#comments-title {
	font-size: 18px;
	line-height: 1.3em;
	margin: 30px 0 20px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	margin-left: 100px !important;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 20px;
	padding: 15px 20px;
	position: relative;
}
.commentlist > li.comment .comment-content {
	margin: 7px 0;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-meta a, .reply a {
	text-decoration: none !important;
}
.comment-meta a:hover {
	text-decoration: underline !important;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
em.comment-awaiting-moderation {
	background: #FFFFE0;
	padding: 5px;
	border: 1px solid #E6DB55;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 20px;
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 50px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Form */

form textarea {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

/* Sidebar */

#sidebar h3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	}
		
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 5px 0;
	}
	
#sidebar li {
	list-style-image: url(images/dot.png);
	margin-left: 20px;
	border-bottom: 1px solid #DCE1E5;
	padding: 5px 0;
	}
	
#sidebar div { 
	margin: 20px 0;
	padding: 0;
	}

#sidebar .statement, #sidebar .textwidget {
	background:#ededed;
	padding:10px;
	margin-top:10px;
	font-size:14px;
	line-height:1.3em;
	color:#000;
}

#sidebar input {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	color: #333;
	background: #fff;
	}

#sidebar input:focus {
	background: #fffeec;
	}

#sidebar a {
	font-weight: bold;
	color: #5a9a43;
	text-decoration: none;
	}

#sidebar a:hover{
	color: #666666;
	text-decoration: underline;
	}

/*	Credits */

#credits p {
	margin: 0;
	padding: 0;
	}


/* General */

a {
	color: #000000;
	background-image: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}
p {
	margin: 10px 0;
}
h1 {	font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}
h3 {
	padding: 4px 0;
	margin:  0;
	color: #000;
}
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr {
	height: 1px;
	border-style: none;
	margin: 10px 0;
}


/* Float and Clear */

div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	

/* Images align */

img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

/* WES 10/19/09 - Adding alignment for the caption boxes */

/* WES 6/11/10 - center alignment */
img.aligncenter, .wp-caption.aligncenter {
	padding: 4px;
	margin: 10px auto;
	display: block;
	}

img.alignright, .wp-caption.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, .wp-caption.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	

/* Text align */

.aligncenter {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
/* Social media links */
.social-links {
	display:block;
	float:right;
	padding-top:5px;
	width:100px;
}
.social-links a {
	display:block;
	float:right;
	margin-left:10px;
}

/**
 * Footer styles
 */
#footer {
	clear: both;
	height: 60px;
	background: #6db33f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
}
#footer-inner {
	width:875px; /* 925 - 25 - 25 */
	margin:auto;
	padding:25px 25px 0 23px;
}
#footer #footer-message,
  #footer #footer-left {
	float:left;
}
#footer #footer-right {
	float:right;
}
#footer #footer-right .content a {
	padding:0 2px 0 2px;
	color:#fff;
	text-decoration: none;
}
#footer #footer-right .content a:hover {
	text-decoration: underline;
}
#footer #block-strong_links-utility-links ul,
 #footer .block-menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#footer #block-strong_links-utility-links ul li,
 #footer .block-menu ul li {
	float:left;
	border-right:1px solid #fff;
	padding:0 5px 0 5px;
}
#footer .block-menu ul li.last {
	border-right:none;
	padding-right:0;
}
	
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}
.footerleft {
	display:block;
	float:left;
	margin-top:0px;
	padding-top:5px;
	text-align:left;
	color:#999999;
}
.titleimage {
	float: left;
}
.captiontag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
}
.stronglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* AddThis link align right */
.addthis_container {
	clear:left;
	padding-top:1em;
	/*text-align:right;*/
}

/* Caption Styles */
.wp-caption {
	/*border-bottom: 1px solid #ddd;
	text-align:center;
	background-color:#f6f6f6;*/
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ebebeb;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* override silly postavatar CSS */
.postavatar {
	float: none !important;
	margin: 10px 0 !important;
	padding: 0 !important;
}
.postavatar img {
	border: none !important;
}

.comment-form-url{
	display:none;	
}