/*
Theme Name:     CDCC
Theme URI:      http://cdcc.org/
Description:    Child theme for the Twenty Twelve theme
Author:         Anthony Palmeri
Author URI:     http://zone5.com
Template:       twentytwelve                             
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:400,700,300,300italic,400italic,700italic);

body {
	background: #FFFFFF url(images/bkgd.gif) repeat top left;	
}

body .site {
    box-shadow: 0 0px 11px rgba(100, 100, 100, 0.6);
	-moz-box-shadow: 0 0px 11px #888;
	-webkit-box-shadow: 0 0px 11px #888;
    margin-bottom: 0;
    margin-top: -122px;
    padding: 0;
}
hgroup, .site {
    max-width: none;
	width: 905px;
	margin: 0 auto;
}
.site-header {
	padding: 0;	
	background: #6d6e71 url(images/header-bkgd.gif) no-repeat top center;	
	height: 280px;
}
.site-content, body.full-width .site-content {
    margin: 2.5rem 0 0;
	width: 755px;
	background: #FFF url(images/two-column-bkgd.png) repeat-y top left;	
}
.site-content article {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	word-wrap: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	min-height: 200px;
}
body.home .site-content article {
	background-image: none;
    margin: 0rem 0 0;
	border-bottom: 1px solid #fcb040;
}
body.page-template-page-templatesfull-width-php .site-content,
body.home .site-content {
	background-image: none;
}
#main {
    padding: 0 0 3rem 2.85714rem;
	background: #FFFFFF url(images/page-bkgd.jpg) repeat-x top left;	
	position: relative;
}
#wbx-gw-button-wrapper-0 {
	display: none;	
}
/* ---------- TOP NAV ----------- */

.main-navigation {
    margin-top: 0;
    text-align: center;
    padding: 0;
}
.main-navigation li {
    margin: 0 1.5rem 0 0;	
}
.main-navigation li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background: #FFF url(images/nav-bkgd.gif) no-repeat top right;	
	padding-right: 1.75rem;
	line-height: 3.9;
	font-size: 0.95rem;
}
.main-navigation li a:hover {
	color: #00AEEF;
}
.main-navigation .current-menu-item > a {
	color: #00AEEF;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border: none;
}
.main-navigation li:first-child {
    margin-left: 2.85714rem;
}
.main-navigation li:last-child a {
    background-image: none;
}

/* ---------- CONTENT ----------- */
body.page-template-default .entry-content,
body.single .entry-content,
body.category .entry-content,
body.archive .entry-content,
body.category .site-content article,
body.archive .site-content article {
	padding-right: 30px;
    width: 460px;
}
body.single .entry-content {
	overflow: visible;
}
.entry-header .entry-title,
.entry-header .entry-title a,
body.home .entry-content strong,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	clear: none;
}
.entry-header .entry-title,
.entry-header .entry-title a,
h1 {
	color: #00aeef;
}
body.home .entry-title {
	display: none;	
}

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
    margin: 0rem 0 0.71429rem;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 1rem;
    line-height: 1;
	margin: 1.71429rem 0 1.25rem 0;
}
body.page-template-default .entry-content h2 {
	border-top: 1px solid #fcb040;
	padding-top: 25px;
}
body.page-id-7 .entry-content h2 {
	border-top: none;	
	padding-top: 15px;
}
body.home #bot-left h3 {
	margin-bottom: .5rem;	
}
body.page-id-7 #bottom h2 {
	margin-top: 0;	
}
.entry-content h1, .comment-content h1 {
    font-size: 1.5rem;
    line-height: 1.25;
}
.entry-content h3, .comment-content h3 {
    line-height: 1;
}
body.home .entry-content strong {
	font-size: 1.57143rem;
	color: #00aeef;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p, p, #bottom .date, ul {
    font-family: 'Droid Serif', serif;
	line-height: 1.5rem;
	font-size: .9rem
}
body.home .entry-content p {
	line-height: 2rem;
	font-size: 1rem
}
a {
	color: #009444;	
	font-weight: 700;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #009444;	
}
a:hover {
	color: #00AEEF;	
}
#right-block {
	float: right;
    margin: 0px 0 0 0;
    width: 240px;	
	min-height: 100px;
    overflow: hidden;
}
.entry-content table, .comment-content table {
    border-bottom: none;
    color: #757575;
    font-size: 0.857143rem;
    line-height: 2;
    margin: 0 0 0;
    width: 100%;
}
.entry-content td, .comment-content td {
    border: none;
    padding: 0;
}
.entry-content td img {
	border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.entry-content td img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
body.page-id-6 .entry-content ul {
	list-style-type: none;
	display: block;
	width: 200px;
	float: left;
	margin-right: 22px;
}
body.page-id-6 .entry-content li {
	margin: 0 0 14px 0;
	line-height: 1rem;
}
.breadcrumbs {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	margin-bottom: 10px;
}
.archive-header, .page-header {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 2.0rem;
    padding-bottom: 1.25rem;
}
.archive-header {
	width: 460px;
	
}
body.category footer.entry-meta,
body.archive footer.entry-meta {
    border-bottom: 1px solid #CCCCCC;
    color: #757575;
    font-size: 0.928571rem;
    line-height: 1.84615;
    margin-bottom: 2rem;
    margin-top: 0.25rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
}
#news-left {
    float: left;
    margin: 0px 0 0;
    padding-right: 0;
    width: auto;
}
.regNews {
	border-top: 2px dotted #999999;
    margin-top: 1rem;
    padding-top: 1rem;
}
.ngg-gallery-thumbnail {
    float: left;
    margin-right: 0;
    text-align: center;
}
.slideshowlink {
	display: none;	
}
.projects {
	width: 216px;
	float: left;
	margin-right: 30px;	
	display: block;
	min-height: 210px;
}
.more {
	display: none;	
}
/* ---------- SIDEBAR / SECONDARY ----------- */
.widget-area,
.template-front-page .widget-area {
    background: url("images/orange-bkgd.jpg") repeat-x scroll left top #FCB040;
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    width: auto;
	height: 100%;
	padding-top: 0;
	overflow: hidden;
	border: none;
}
#secondary h3 {
	font-size: 1rem;
	line-height: 1rem;	
	margin-bottom: 10px;
}
#secondary p {
	font-weight: normal;	
	font-size: 0.9rem;
	line-height: 1.2rem;
}
#secondary .buttons {
	float: right;
	width: 60px;
	padding: 15px 5px 5px 5px;
}
#secondary .icon-posts {
	float: right;
	display: none;
	width: auto;
}
#secondary .right {
	width: 140px;
	padding: 35px 10px 10px 30px;
	display: none;
}
#secondary .buttons li a {
	background-image: url("images/icon-sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
	width: 60px;
	height: 60px;
	list-style-type: none;
	font-size: 0;
}
#secondary .buttons a {
	display: block;
		
}
#secondary .buttons li.fuel a {
	background-position: 0 0;
}
#secondary .buttons li.cost a {
	background-position: 0 -60px;
}
#secondary .buttons li.tools a {
	background-position: 0 -120px;
}
#secondary .buttons li.fuel a:hover,
#secondary .buttons #post-30.active a {
	background-position: -60px 0;
}
#secondary .buttons li.cost a:hover,
#secondary .buttons #post-28.active a {
	background-position: -60px -60px;
}
#secondary .buttons li.tools a:hover,
#secondary .buttons #post-26.active a {
	background-position: -60px -120px;
}
/* ---------- BOTTOM SECTIONS ----------- */
#bottom {
	width: 755px;
}
#bot-right {
	float: right;
    margin: 30px 0 0 0;
    width: 220px;	
}
#bot-left {
	float: left;
    margin: 30px 0 0 0;
	padding-right: 0px;
	width: auto;	
	border-right: 1px solid #fcb040;
}
#bot-right {
	float: right;
    margin: 30px 0 0 0;
    width: 220px;	
}
#bottom h2 {
	color: #6d6e71;	
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 8px;
}
#bottom p {
	margin-bottom: 12px;
	font-size: .85rem;
	line-height: 1.2rem;
}
#bottom img,
.thumb img {
	margin-bottom: 10px;	
}
a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#bottom .column {
    width: 220px;	
	padding-right: 30px;
	float: left;
	display: block;	
}
#bottom .date {
	margin-bottom: 10px;
	color: #6d6e71;	
	font-size: .8rem;
	font-style: oblique;
}
/* ---------- FOOTER ----------- */
footer[role="contentinfo"] {
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 100%;
    padding: 1.71429rem 0;
}
#colophon {
	background-color: #eceded;	
	margin-top: -3rem;
	overflow: hidden;
	position: absolute;
    width: 100%;
    z-index: -1;
}
.site-info {
	max-width: 59rem;
	margin: 4rem auto 0;	
}
.site-info img {
	float: left;	
	margin-top: 0.2rem;
}
.site-info .contact {
	float: left;
	display: block;	
	margin-left: 2rem;
}
.site-info .social {
	float: right;	
}
.site-info .social img {
	padding-left: 12px;
	float: right;
}

#colophon p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
	font-size: 12px;
	line-height: 16px;
}
.social .copy {
	clear: both;
    float: right;
    margin-top: 40px;	
}
footer[role="contentinfo"] a {
    color: #009444;
}