/*
Theme Name: Cause and Effect
Theme URI: http://ceffect.org
Description: Custom WordPress themed intended for Cause and Effect website
Version: 0.9
Author: C Murray Consulting
Author URI: http://www.cmurrayconsulting.com
Tags: custom
*/



/* Begin Typography & Colors */

body {
	background-color: #636357;
	font-family: Arial, Times;
	font-size: 1em;
}

body, div, h3, h5, p, ul, li {
	margin: 0px;
	padding: 0px;	
}

img {
	border: none;
}

h1 {
	color: #c48d24;
	font-family: Georgia;
	font-size: 1.1em;
	padding: 8px 0px;
	margin: 0px;
}
#content h1 { font-size:1.6em; margin-bottom:8px; }

h2 {
	color: #494957;
	font-size: 1em;
	padding: 8px 0px 2px 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

hr {
	border: #ece5d5 1px dotted;
}

hr.print {
	display: none;
}

#container {
	margin: 0px auto;
	width: 768px;
}

.print_display img {
	display: none;
}

#logo {
	display: block;
	width: 768px;
	height: 113px;
	background: #fff url(images/inner_bg.jpg) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#logo.home {
	float: left;
	width: 385px;
	height: 200px;
	background-image: url(images/logo_bg_left.jpg);
}
#logo.blog { background-image: url(images/inner_bg_blog.jpg); }

#header #tagline { float: right; }

#header { position: relative; }
#header #searchform { position: absolute; top: 5px; right: 15px; }
#content #searchform { height: 20px; margin: 5px 0 15px 0; }
#searchform label { display: none; }
#s { border: 1px solid #636357; width: 150px; font-size: .7em; padding: 2px; float: left; height: 13px; }
#content #s { width: 380px; }
#searchsubmit { 	  
	padding: 0; 
	border: 0; 
	background: #636357 url(images/search.gif); 
	cursor: pointer; 
	float: left; 
	margin-left: 3px;
	height: 19px;
	width: 49px;
	line-height: 5em;
	overflow: hidden;
	text-indent: -999px;
}

#messages {
	background: url(images/messages_bg.jpg) no-repeat;
	clear: both;
	height: 113px;
	width: 768px;
}

.left {
	float: left;
	padding-left: 32px;
	width: 341px;
}

.right {
	margin-left: 389px;
	width: 373px;
}

#messages h2 {
  color: #c48d24;
	font-family: Georgia;
	font-size: 1.1em;
	padding: 8px 0px;
}

#messages h3 {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 4px;
}

.left a, .right a {
	color: #f5c25f;
	font-size: .96em;
	padding-left: 260px;
	text-decoration: underline;
}

/* nav styles for all pages */

#nav {
	background: url(images/borders_bg.gif) repeat-y;
	clear: both;
	height: 28px;
	width: 768px;
}

#nav ul {
	background: url(images/nav_bg.gif) repeat-x;
	display: block;
	height: 28px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 16px;
	width: 744px;
}

#nav li {
	border-left: #f5c25f 1px solid;
	float: left;
	height: 28px;
	padding: 0;
}

#nav li:first-child {
	border-left: none;
}

#nav a:link, #nav a:visited {
	color: #000000;
	font-size: .82em;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	line-height: 27px;
	height: 27px;
	padding: 0px 12px;
	float: left;
}

#nav ul a:hover {
	background-color: #C85C03;
}

/* content_wrapper, sidebar, and conn(img), sidebar p styles for homepage */

#content_wrapper {
	background: #ffffff url(images/borders_bg.gif) repeat-y;
	min-height: 400px;
  height: auto !important;
  height: 400px;
	margin: 0px;
	padding: 0px;
	width: 768px;
}

#sidebar {
	border-right: #c4c4c4 1px solid;
	float: left;
	padding: 0px 8px 20px 36px;
	margin: 32px 0px 0px 0px;
	width: 224px;
}

#sidebar h1 {
	color: #c48d24;
	font-size: 1.1em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar h2 {
  font-size: .92em;
  margin: 2px 0;
}
#sidebar ul { margin-bottom: 15px; }

#conn { padding: 16px 0px 16px 16px; }

#sidebar p {
	color: #646457;
	font-size: .84em;
	padding: 10px 0px;
	margin: 0px;
}	

#tagcloud { font-weight: normal; }
#tagcloud a:link, #tagcloud a:visited { color: #494957 !important; }

/* sidebar styles for pages with two column layouts */

#sidebar.two {
	border-right: none;
	padding: 32px 0px 20px 32px;
	margin: 0;
	width: 136px;
}

#sidebar.two ul {
	list-style-type: none;
	font-size: .85em;
	font-weight: bold;
}

#sidebar.two li {
  line-height: 1.1em;
	padding: 5px 0px;
}

#sidebar.two a:link, #sidebar.two a:visited {
	color: #000000;
	font-size: .8em;
	padding: 0px;
	text-decoration: none;	
}

#sidebar.two a:hover {
	color: #C48D24;
}

/* sidebar styles that have email links */

a .mail :hover {
	text-decoration: underline;
}

/* sidebar_left styles for pages with three column layouts */

#sidebar_left.three {
	float: left;
	padding: 32px 16px 20px;
	margin-left: 16px;
	width: 140px;
}

#sidebar_left.three ul {
	list-style-type: none;
}

#sidebar_left.three li {
	line-height: 80%;
	padding-bottom: 12px;
	text-decoration: none;
}

#sidebar_left.three a:link, #sidebar_left.three a:visited {
	color: #000000;
	font-size: .8em;
	padding: 0px;
	text-decoration: none;	
}

#sidebar_left.three a:hover {
	color: #f5c25f;
}

/* sidebar_right styles for pages with three column layouts */

#sidebar_right.three {
	border-left: #c4c4c4 1px solid;
	float: right;
	padding: 0px 24px 20px 14px;
	margin: 27px 0px 0px 0px;
	width: 155px;
	font-size: .82em;
	text-align: center;
}

#sidebar_right.three p {
	padding: 8px 0px;
}

#content {
	margin-left: 268px;
	padding: 24px 20px 20px;
	width: 452px;
	color: #000;
	font-size: .76em;
}

  #content #printbox {
    float: right; 
    padding: 5px 10px; 
    background-color: #EAEAEA; 
    margin: 0px 0px 10px 10px;
    line-height: 2em;
  }

    #printbox img.WP-PrintIcon {
      vertical-align: text-bottom;
    }
    
    #printbox img {
      margin-right: 3px;
    }
    
    #content #printbox a:link, #content #printbox a:visited, #content #printbox a:hover {
      text-decoration: none;
    }

  #content .alignleft {
    float: left;
    margin: 0px 15px 5px 0px;
  }
  
  #content .alignright {
    float: right;
    margin: 0px 0px 5px 15px;
  }
  
  #content div.wp-caption {
    background-color: #F3F3F3;
    color: #494957;
    font-size: .92em;
    border: 1px solid #ECE5D5;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
  }
  
  #content div.wp-caption img {
    padding: 5px;
  }
  
  #content div.wp-caption p {
    padding: 0px 5px 5px 5px;
  }

ul#left {
	float: left;
}

ul#right {
	float: right;
}

ul#left, ul#right {
	list-style-type: none;
	font-size: 1.15em;
}

ul#left a:link, ul#left a:visited, ul#right a:link, ul#right a:visited {
	color: #8b3108;
	font-weight: normal;
	text-decoration: underline;
}

ul#right li.more_info a {
	color: #c48d24;
	text-decoration: underline;
}

#content.two {
	float: left;
	padding: 24px 30px 20px 30px;
	width: 532px;
	margin-left: 0;
}
  
  #content h2 {
    font-size: 1.3em;
  }
  
  #content h2 a:link, #content h2 a:visited {
    color: #494957;
    text-decoration: none;
  }
  
  #content h2 a:hover {
    color: #0066CC;
  }

  #content h4, #content h3 {
    font-size: 1.2em;
    padding: 10px 0px 2px 0px;
    margin: 0;
  }
  
  #content h5 {
    font-size: 1em;
    padding: 8px 0px 2px 0px;
  }

  #content p {
      margin: 10px 0px;
      line-height: 1.4em;
  }

  #content a:link, #content a:visited, #sidebar_right a:link, #sidebar_right a:visited, #sidebar a:link, #sidebar a:visited {
    color: #DC9716;
    font-weight: bold;
    text-decoration: none;
  }
  
  #content a:hover, #sidebar_right a:hover, #sidebar a:hover {
    color: #C85C03;
    text-decoration: underline;
  }
  
  #content ul {
    padding: 8px 10px 8px 0px;
  }
  
  #content li {
    margin: 4px 0px 4px 20px;
  }
  
  #content ul#left, #content ul#right {
    padding: 0;
  }
  
  #content ul#left li, #content ul#right li {
    margin-left: 0px;
  }
  
#content div.post h3, #content div.post h4 {
	font-size: 1em;
	font-weight: bold;
} 

#content div.post h4 {
	display: inline;
	padding: 0;
}

#content.three {
	padding: 24px 25px 20px 30px;
	margin-left: 168px;
	width: 347px;
}

#content .date {
	color: #c48d24;
	padding: 0px;
	margin: 0px;
}

#content .comment {
  padding: 10px;
}

#content .alt {
  background-color: #f1f1f1;
}

#content .comment h5 {
  margin-top: 0;
  padding-top: 0;
}

/* footer styles for all pages */

#footer {
	background: #e7a72b url(images/borders_bg.gif) repeat-y;
	clear: both;
	height: 34px;
	font-size: .92em;
}

#footer p {
	color: #ffffff;
	font-size: .78em;
	font-weight: bold;
	padding: 2px;
}

.location {
	float: left;
	margin-left: 18px;
}

.copyright {
	float: right;
	margin-right:15px;
}

#footer span.cmc {
  color: #f4f4f4;
}

#footer span.cmc a {
  color: #8B3108;
}

#footer_sub {
	background: url(images/footer_bg.gif) no-repeat;
	clear: both;
	height: 4px;
	margin: 0px 0px 10px 16px;
}

/* AWEBER FORMS */
.af-form-wrapper { margin-top: 5px; }
.af-form-wrapper label.previewLabel { font-size: 80% }
.af-form-wrapper input.text { margin-bottom: 5px; }
.af-form-wrapper#blog-sidebar input.text { width: 145px; }
.af-form-wrapper .privacyPolicy { margin-bottom: 15px; }

/* HOMEPAGE SOCIAL MEDIA BUTTONS */
#social-media-wrapper { height: 36px; margin-bottom: 20px;}
#social-media-wrapper a { color: #000 !important; font-weight: normal !important; }
#social-media-wrapper a:hover { text-decoration: none !important; }
#social-media-wrapper #social-media-menu { top: 0; left: 0; position: relative; margin-left: -5px; }
#social-media-wrapper #social-media-menu li { padding-right: 10px; }
#social-media-wrapper #social-media-menu li ul { top: 40px; }

/* HEADER META BOXES */
#social-media-menu {
	position: absolute;
	top: 3px;
	right: 261px;
	list-style: none;
}
#social-media-menu a { text-decoration: none; color: #000; }
#social-media-menu img { cursor: pointer; }

#social-media-menu li { float: left; padding-left: 5px; position: relative; }
	#social-media-menu li#social-media-menu-linkedin { padding-top: 4px; }

#social-media-menu li ul { display: none; list-style: none; position: absolute; top: 25px; }
	#social-media-menu li#social-media-menu-linkedin ul { width: 147px; }
	#social-media-menu li#social-media-menu-twitter ul { width: 102px; }
	
#social-media-menu li:hover ul { display: block; }
#social-media-menu li ul li { float: left; padding: 3px; width: 100%; background-color: #e9a82b; border: 1px solid #F5C25F; }
#social-media-menu li ul li:hover { background-color: #C85C03; }

#header-mailing-list {
	display: none;
	width: 142px;
	height: 145px;
	position: absolute;
	top: 29px;
	right: 164px;
	border: 1px solid #C85C03;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F5C25F;
	padding: 5px;
	z-index: 100;
}
#header-mailing-list input.text { width: 135px; }
#header-mailing-list .privacyPolicy { margin-top: 10px; font-size: 66% }
#header-mailing-list a { text-decoration: none; color: #000; }
#header-mailing-list a:hover { text-decoration: underline; }
#header-mailing-list-link {
	background: url( 'images/mail.png' );
	position: absolute;
	top: 3px;
	right: 230px;
	width: 24px;
	height: 24px;
}
