/*
Theme Name: Common Cause Consulting
Description: Custom WordPress theme for Common Cause Consulting
Version: 1.0
Author: Kyle Duncan
Author URI: http://www.richardpchapman.com/
*/

html, body {
	background: #ffffff;
    color: #d9e1dc;
	 color: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
    margin: 0;
	padding: 0;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

h1 {
    color: #000;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2em;
    padding: 0 0 0.8em;
}

h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2em;
    padding: 0 0 0.8em;

	
}

h3 {
	
}

p {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em;
}

strong {
    font-weight: 600;
}

a {
    color: #00853e!important;
}

a:hover {
    color: #008441;
}

a img {
	border: 0;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:1.5em;
}

#container {
    background: #ffffff;
    margin: auto;
	width: 1000px;
}

#header {
    height: 103px;
    padding:10px;
}

#logo {
	background: url(images/logo.png) no-repeat;
    float: left;
    height: 93px;
    text-indent: -9999em;
    width: 113px;
}

#logo a {
    display: block;
	height: 100%;
	outline: none;
	width: 100%;
}

#mainMenu {
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding: 55px 0 0;
}

#mainMenu li {
    display: block;
	float: left;
    padding: 0 10px;
}

#mainMenu li:last-child{
	padding-right:0;
}

#mainMenu li a {
    border-bottom: 0px solid #3a3f3a;
    display: block;
	float: left;
    text-decoration: none;
	text-transform:uppercase;
	padding-bottom: 7px;
}

#mainMenu li a:hover {
    color: rgba(0,133,62,.5);
	 border-bottom: 3px solid #00853e;
}

#mainMenu li.current_page_item a,
#mainMenu li.current-page-ancestor a,
.blog #mainMenu li#menu-item-19 a,
.archive #mainMenu li#menu-item-19 a,
.single #mainMenu li#menu-item-19 a {
    background:transparent;
    border-bottom: 3px solid #00853e;
    color:#00853e;
}



#banner {
    background: #000;
    min-height: 200px;
    margin: 0 0 16px;
}

#content {
    padding: 32px 0;
    width: 1000px;
}

.home #content, .blog #content, .archive #content, .single #content {
    padding: 0;
    width: 1000px;
}

.cmsContent ul {
	list-style: disc;
	margin: 0 0 1em 0;
    padding: 0 0 0 1.4em;
}

.cmsContent ul li {
    line-height: 1.5em;
	list-style: disc;
}

.cmsContent ol {
	list-style: decimal;
    margin: 0 0 1em;
    padding: 0 0 0 1.8em;
}

.cmsContent ol li {
    line-height: 1.5em;
	list-style: decimal;
}

#footer {
    border-top: 2px solid #252a25;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 0;
    width: 1000px;
    margin-top: 30px;
}

#copyright {
    float: left;
}

#shareLinks {
    float: right;
    height: 20px;
    margin: 0 0 20px;
    overflow: hidden;
}

a.linkedIn {
    background: url(images/linkedin.png) no-repeat;
    display: block;
    float: left;
    height: 20px;
    margin-right: 40px;
    text-indent: -9999em;
    width: 20px;
}

#credit {
    color: #727873;
    clear: right;
    font-weight: 400;
	display:none;
}

#credit a {
    color: #727873;
}

#credit a:hover {
    color: #aab0ac;
}

/* Homepage */

#homepageWelcome {
    min-height: 300px;
    padding: 0;
}

#homepageTitle {
    border-bottom: 2px solid #252a25;
    border-top: 5px solid #252a25;
    float: left;
    min-height: 300px;
    padding: 10px 40px 0 0;
    width: 70%;
}

#homepageText {
    border-bottom: 2px solid #000;
    border-top: 5px solid #000;
    float: right;
    min-height: 300px;
    padding: 12px 1em 0 0;
    width: 220px;
}

#homepageBlog {
     /*background: #f5f5f5;
   border-top: 16px solid #252a25;*/
    color: #4e4c4d;
}

#homepageBlog h2 {
    font-size: 24px;
    font-weight: 300;
    padding: 30px 0;
    width:100%;
}



#homepageLatestPost h3 {
    color: #008441;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px;
    width: 70%;
}

#homepageLatestPost a {
    color: #008441;
}

#homepageLatestPost a:hover {
    color: #3a3f3a;
}

#homepageBlogIntro {
    border-top: 0px solid #bac1bc;
    float: left;
    font-size: 14px;


    width: 70%;
}

#homepageBlogImage {
    float: left;
    margin-right: 16px;
    width: 230px;
}

#homepageBlogMeta {
    border-left: 1px solid #000000;
    float: right;
    font-size: 11px;
    padding: 0 0 0 14px;
    width: 215px;
}

#homepageBlogMeta .date {
    font-size: 12px;
}

#homepageBlogBottomLeftBorder {
    border-top: 0px solid #bac1bc;
    float: left;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 476px;
}

#homepageBlogBottomRightBorder {
    border-top: 0px solid #bac1bc;
    float: right;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 230px;
}

/* News */

#newsWrapper { border-top: 5px solid #252a25;
    background: #fff;
    font-size: 14px;
}

#postsWrapper {
    background: #fff;
    float: left;
    width: 844px;
    padding: 0;
}

.postWrapper {
    position: relative;
    width: 844px;
}

.postWrapper h2 {
	color: #00853e;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 40px 250px 16px 0;
    width: 700px;
}



.postWrapper h2 a {
    text-decoration: none;
}

.postContentWrapper {
    border-bottom: 0px solid #252a25;
    float: left;
    padding: 0 0 20px;
    width: 712px;
}

.postTextWrapper {
    float: left;
    padding: 0 16px 0 0;
    width: 462px;
}

.postImageWrapper {
    float: left;
    padding: 4px 0 0;
    width: 230px;
}

.postMetaWrapper {
    float: right;
    font-size: 11px;
    font-weight: 600;
    padding: 0 16px 0;
    width: 99px;
    border-left: 1px solid #000;
}

.postMetaWrapper p.date {
    font-size: 12px;
    left: 728px;
    position: absolute;
    top: 46px;
}

#postNavigation {
    font-weight: 600;
    line-height: 40px;
    width: 712px;
    margin-top: 30px;
    text-transform: uppercase;
}

#postNavigation a {
    text-decoration: none;
}

#sidebarWrapper {
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding: 16px;
    margin-top: 40px;
    width: 124px;
    background-color: #f5f5f5;
}

#sidebarWrapper h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#sidebarWrapper li{
	line-height:2em;
}

/* Publications */

.page-template-template-publications-php #content {
    padding-bottom: 0;
}

#publicationsWrapper {
    width: 712px;
}

.publicationWrapper {
    border-top: 2px solid #252a25;
    padding: 30px 0 40px;
    width: 712px;
}

.publicationImage {
    float: left;
    padding: 0 32px 1px 0;
    width: 230px;
}

.publicationText {
    float: left;
    font-size: 15px;
    width: 450px;
}

.publicationText h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 0.8em;
}

.publicationText h3 {
    font-weight: 600;
    padding: 0 0 1em;
    text-transform: uppercase;
}

#firstPublicationWrapper {
    border-top: 5px solid #252a25;
}

/* Pages */

#textColumn {
    float: left;
    width: 720px;
}

#imageColumn {
    float: right;
    width: 230px;
}

/* Misc. */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noPadding {
    padding: 0 !important;
}

.hidden {
	display: none;
}

.clearFix {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}