/*
Theme Name: CCEF_Theme
Theme URI: http://ccef.barnettcox.com/
Description: A theme made for Central Coast Economic Forecasst
Author: Barnett Cox & Associates
Author URI: http://barnettcox.com/
Version: 1.0
Tags: none
.
(c)2012 Barnett Cox & Associates.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/**
 * @colordef #deeaec; Light Blue
 * @colordef #3f8b8c; Medium Blue
 * @colordef #095659; Dark Blue
 *
 * @colordef #c0c587; Light Green
 * @colordef #7e855a; Medium Green
 * @colordef #53593e; Dark Green
 */
body {
	margin: 0;
	padding: 0;
	font-size: 0.91em;
	background-color: #FFF;
	color: #095659;
}

#wrapper {
	margin-bottom: 40px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Headers */

h1, h2{
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}

h3{
	font-weight: 700;
	font-size: 1.5em;
	margin: 0;
	padding: 10px 0;
}

h4{
	font-weight: 700;
	font-size: 1.1em;
	margin: 0;
	
}

p{
	font-size: 1.1em;
	line-height: 1.4em;
}

/*li{
	margin-left: 15px;
}*/

a, a:visited{
	color: #095659;
}

.wide h1 {
	border-bottom: 2px solid #7e855a;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	color: #53593e;
	font-size: 3.0em;
	line-height: 1.5em;
	text-align: left;
}

.wide h1 span {
	font-size: 1.85em;
	display: block;
	font-weight: bold;
	color: #7e855a;
	letter-spacing: -4px;
}

.wide h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #53593e;
	text-align: left;
	padding-left: 10px;

}

/* @end */

/* @group Layout */

.column {
	float: left;
}

.column.narrow {
	width: 215px;
	padding: 0px;
	
}

.column.wide {
	width: 575px;
	padding-right: 10px;
	padding-left: 10px;
	
}

/* @end */

/* @group Header */

#mark {
	margin:0;
	padding: 0;
	width: 800px;
	background-color: #095659;
	float: left;
}

#mark a {
	padding: 0px;
	width: 800px;
	height: 142px;
	display: block;
	background-image: url(images/webheader2.png);
}

#mark a span {
	display: none;
}

/* @group Navigation */

#navigation {
	width: 800px;
	height: 50px;
	background-color: #095659;
	float: left;
	margin-bottom: 20px;
}

#navigation ul {
	padding: 0;
	margin:0;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
}

#navigation ul li a {
	text-transform:uppercase;
	font-weight: bold;
	color: #F2F5D3;
	text-decoration: none;
	float: left;
	margin: 15px 0px 0px 35px;
}

#navigation ul li a.first{
	margin-left: 130px;
	float: left;
}

#navigation ul li a.last{
	margin-right: 90px;
	float: left;
}


#navigation ul li a:hover, #navigation ul li a.current{
	color: #C0C687;
}

/* @end */


/* @group side */


#side {
	background-color: #7e855a;
	width: 215px;
	overflow: auto;
	margin-top: 10px;
	padding: 0px;
	border-bottom: 1px solid #7e855a;
	float: left;
}

#side ul {
	padding: 0;
	margin:0;
}

#side ul li {
	list-style-type: none;
}

#side ul li a {
	display: block;
	width: 185px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	color: #FFF;
	text-decoration: none;
	background-color: #7e855a;
	border-bottom: 1px solid #FFF;
	
}

#event_date {
	width: 175px;
	height: 95px;
	margin-top: 10px;
	background-color: #3f8b8c;
	padding: 20px;
	color: #cae0e2;
	font-size: 1.6em;
	line-height: 1em;
	float: left;
}

.register {
	font-weight: bold;
	font-size: 0.95em;
}

.date {
	font-size: 0.775em;
}

.ipad {
	color: #cae0e2;
	line-height: 1.2em;
	font-size: .55em !important;
}

#bca {
	width: 195px;
	height: auto;
	background-color: #3f8b8c;
	margin-top: 10px;
	font-size:0.7em;
	font-weight: 400;
	}
	
#bca a {
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	font-weight: bold;
	}
	



/* @end */


.block {
	color: #FFF;
	border-top: 1px solid #FFF;
	padding: 10px;
	width: 195px;
	clear:both;
}

#register {
	width: 195px;
	background: url(images/exclamation.png) no-repeat right top;
	text-transform: uppercase;
}

#register a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
}

#general a{
	color: #FFFFFF;
	text-transform: uppercase;
}

.title {
	font-size: 1.1em;
	font-weight: bold;
}
a#register_online{
	width: 150px;
	padding: 10px;
	height: auto;
	border: none;
	color: #fff;
	text-decoration: none;
	background-color: #3f8b8c;
	margin-top: 10px;
	text-transform: uppercase;
	font-size:1.1em;
	font-weight: 400;
	display: block;
}
#more{
}

/* @group Content */

.content {
	width: 100%;
	overflow: auto;
	clear: both;
	margin-top: 10px;
	background-color: #deeaec;
}

.content .hometitletop{
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 12px 0px 0px 15px;
	background-color: #095659;
	color: #cae0e2;
	float: left;
	width: 480px;
	height: 33px;
}

.content .hometitlebottom {
	padding: 20px 0px 0px 15px;
	text-transform: uppercase;
	font-size: 1.65em;
	font-weight: bold;
	background-color: #3f8b8c;
	color: #FFF;
	float: left;
	width: 480px;
	height: 55px;
}

.content .maintitlesub {
	padding: 10px 0px 0px 15px;
	font-size: 1.1em;
	 background-color: #3f8b8c;
	color: #FFF;
	float: left;
	width: 560px;
	height: 30px;
}

.content .subnav {
	padding: 10px 0px 0px 15px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #3f8b8c;
	color: #FFF;
	float: left;
	width: 560px;
	height: 30px;
}


.content .maintitlesub a, .subnav a{
	text-decoration:none;
	color: #FFF;
}

.content .maintitle {
	padding: 15px 0px 0px 15px;
	font-size: 2.0em;
	font-weight: bold;
	background-color: #095659;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	width: 560px;
	height: 50px;
}

.content .text {
	clear: both;
	background-color: #deeaec;
	padding: 10px 10px 30px 15px;
	/*min-height: 350px;*/
	height: auto;
	font-size: 0.9em;
}

.content .gallery img { 
	text-decoration: none;
	border: none;
	
}

.content .photo {
	width: 80px;
	height: 120px;
	float: left;
}

.content .boardmembers{
	height: auto;
	width: auto;
	float: left;
}

.content .buzz{
	padding-left: 20px;
}

.content .signature{
	margin-top: 20px;
	margin-bottom: -10px;
}


/* @end */

/* @group Board */

.board {
	width: 260px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.board .info {
	float: left;
	width: 160px;
}

.board .title {
	font-size: 0.8em;
	background-color: #438585;
	color: #FFF;
	padding: 10px;
	float: left;
	width: 160px;
	height: 30px;
	margin-right: 10px;
	text-transform:uppercase;	
	
}

.board .name {
	background-color: #A7CDCD;
	color: #095659;
	padding: 10px;
	float: left;
	width: 160px;
	height: 50px;
	margin-right: 10px;
	
}

.board .name * {
	display: block;
	line-height: 1em;
}

.board .first_name {
	font-size: 1.1em;
	text-transform:uppercase;
}

.board .last_name {
	font-size: 2em;
	font-weight: bold;
	text-transform:uppercase;
}

.board .photo {
	width: 80px;
	height: 120px;
	float: left;
}


/* @end */

/* @group Speakers */



.speakers {
	width: 100%;
	overflow: auto;
	clear: both;
}

.speakers .margin {
	margin-right: 6%;
}

.speakers .speaker {
	margin-top: 15px;
	width: 270px;
	overflow: auto;
	float: left;
	position: relative;
	background: url(images/speaker_box.jpg) repeat-x left top;
}

.speakers .info {
	float: left;
	width: 170px;
}

.speakers .title {
	font-size: 0.75em;
	background-color: #095659;
	color: #cae0e2;
	padding: 10px;
	float: left;
	width: 170px;
	height: 30px;
}

.speakers .name {
	background-color: #3f8b8c;
	color: #FFF;
	padding: 10px;
	float: left;
	width: 170px;
	height: 50px;
}

.speakers .name * {
	display: block;
	line-height: 1em;
}

.speakers .first_name {
	font-size: 1.1em;
}

.speakers .last_name {
	font-size: 2em;
	font-weight: bold;
}

.speakers .top {
	font-size: 1.25em;
}

.speakers .bottom {
	font-size: 1.05em;
	font-weight: bold;
}

.speakers .topbar {
	font-size: 0.75em;
	background-color: #095659;
	color: #cae0e2;
	padding: 10px;
	float: left;
	width: 250px;
	height: 30px;
}

.speakers .bottombar {
	background-color: #3f8b8c;
	color: #FFF;
	padding: 10px;
	float: left;
	width: 250px;
	height: 50px;
}

.speakers .photo {
	width: 80px;
	height: 120px;
	float: right;
}

.speakers .profile {
	clear: both;
	background-color: #deeaec;
	padding: 10px;
	height: 140px;
	font-size: 0.9em;
}

.speakers .profile .small {
	font-size: 0.9em;
}

.speakers .profile .speechtitle {
	font-size: 1.2em;
}



/* @end */

/* @group MOC */
.moc {
	margin-top: 15px;
	position: relative;
	margin-bottom: 50px;
}

.moc .title {
	font-size: 2.75em;
	background-color: #3f8b8c;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
	height: 41px;
	line-height: 1em;
}

.moc .intro {
	display: block;
	font-size: 0.45em;
	color: #cae0e2;
}

.moc .name {
	background-color: #095659;
	padding: 10px;
	color: #FFF;
	font-size: 1.5em;
	height: 39px;
}

.moc .photo {
	position: absolute;
	top: 0;
	right: 0;
}

/* @end */

/* @group Sponsors */

.sponsors {
	font-size: 0.8em;
	text-transform:uppercase;
	width: 100%;
	height: auto;
	padding: 10px;
	float: left;
	border-left-style: solid;
	border-left-width:1px;
}

.sponsors .logo{
	/*float: left;*/
	border: none;
	text-align: center;
	margin: 30px;
}

.sponsors h4{
	margin-top: 20px;
	margin-left: 10px;
	color: #3f8b8c;
	font-size: 1.3em;
}
