/*
Theme Name: Charles Phoenix 2010
Theme URI: http://charlesphoenix.com/
Description: Developed for Charles Phoenix.
Author: Eric Arenson
Author URI: http://ericarenson.com/
version: 2.0
*/

/* basics */

*{margin:0; padding:0;}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	background: #0094D0 url(images/cpx_bg-gradient.jpg) repeat-y;
	font-size: 1em;
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; font-family: Verdana; line-height: 1.1em;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

.post img.alignnone{border:none;}

blockquote{
	border-left:1px solid #A5ABAB;
	padding-left: 12px;
	padding-bottom: 20px;
}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* CONTAINER */

/* 	The [id] thing is a little hack to remove the starry background form IE6 and below,
	since the PNG fix disorts the background image */
	
#container_outer[id] {
	/*width:1368px;*/
	background:url(images/cpx_bg-stars.png) repeat-y center;
	margin: 0 auto;
	padding:0;
}

#container {
	width:1070px;
	margin: 0 auto;
	padding:0;
}
	
/* header */

#header {
	background:url(images/cpx_header.png) center no-repeat;
  	width:100%;
	height:173px;
}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 14px;
	margin:0;	
}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 12px;
	margin:0;	
}

marquee{
	width: 1070px;
	height: 30px;
}

ul#news-ticker{
	font-family: Verdana;
	font-style:italic;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	list-style:none;
	color: #FFF;
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:30px;
}

ul#news-ticker li{
	display:inline;
	list-style-type:none;
	color:white;
	line-height:30px;
	padding-right: 20px;
}

ul#news-ticker li a{
	color: #FFF;
	text-decoration: none;
}

ul#news-ticker li a:hover{
	text-decoration:underline;
}

/* MAIN NAV */
ul.main-nav{
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
}


ul.main-nav, .main-nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.main-nav{
	display: table;
	table-layout: fixed;
}

ul.main-nav>li{
	display: table-cell;
	position: relative;
	padding: 3px 49px 3px 0;
}

.main-nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	text-decoration:none;
}

.main-nav ul li a:hover{
	text-decoration: underline;
	}

/*** Menu ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

/* CONTENT */

.archive-title{
	margin: 0px 0 8px 0;
	text-transform: uppercase;
	font-style: italic;
}

.clear {
	clear:both;
}

.box_top{padding:0;margin:0;}

.box_bottom{
	margin-bottom: 12px;
}

#content {
	float: left;
	width:670px;
	overflow: hidden;
	margin-right: 10px;
	font-size:0; /* some bullshit IE hack! */
	font: 12px Verdana;
}

.pagetitle {
	padding-bottom: 10px;
	margin-top: 8px;
}

.post {
	margin:0;
	padding: 0px 26px 0px 32px;
	line-height: 14pt;
	background-color: #fafbf5;
}

a.read_more{
	color: #E80088;
	text-decoration: underline;
}

.post h3{
	margin-bottom: 12px;
}

.post h3.date{
	color: #FF1320;
}

.post h2{
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	color: #000;
}

.post h2.test-kitchen-title { margin-bottom: 0; }
.post h2.post-title { margin-bottom: 22px; }

.post h2 a{
	color: #000;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #780505;
	text-decoration: none;
}

.test-kitchen-author{ font: Verdana; color: #323232; font-size: 12px; margin-top: 0; font-style: italic; margin-bottom: 15px; padding: 0;}

.read-more{
	color: #E61A71;
	text-decoration: underline;
}

p.read-more{
	margin:0;
	padding:0;
}

.post p.breadcrumbs{
	font-family: Verdana, sans-serif;
	color: #333;
	font-size: 10px;
	margin-bottom: 14px;
}

.post p.breadcrumbs a{
	color: #E61A71;
	text-decoration: underline;
}

.post img {
	margin: 0 25px 10px 0;
	padding: 5px;
	border: 1px solid #E0E0E0;
}

.post img.post-thumb{
	float:left;
}

.post-left{
	float: left;
}

.post-left .comments a{
	text-decoration: underline;
	color: #2E8A09;
	text-transform: uppercase;
}

.post-right{
	float:right;
	width: 300px;
}

p.comments a{
	text-decoration: underline;
	color: #2E8A09;
	text-transform: uppercase;
}

p.old-event .event-date, p.old-event .event-sub, p.old-event .event-location {
	color: #333;
}

p.old-event .event-date{
	font-size: 16px;
}

.event-date{
	font-family: Verdana;
	font-weight: bold;
	color: #e11d20;
	font-size: 20px;
}

.event-location{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.event-sub{
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

.event-tout{
	font-family:Verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.entry{
	margin-bottom: 0px;
	font-size: 12px;
}

.entry p{
	color: #333;
	font-size: 12px;
	padding-bottom: 18px;
}

.postmetadata, .comments{
	color: #323232;
	font-size: 12px;
	font-style:italic;
	padding-bottom: 4px;
}

.postmetadata-alt{
	border-top: 1px #CFCFCF solid;
	margin-top: 8px;
}

.postmetadata a{
	text-decoration: underline;
	text-transform: uppercase;
	color: #EF000F;
}

img.no-decoration{
	border:0; margin: 0; padding: 0 10px 0 10px; vertical-align: middle;
}

.title-block{
	margin-bottom: 16px;
}

.share-meta{
	margin-top: 10px; margin-bottom: 0px;
	font-size: 10px; font-weight: bold;
}

/* NAVIGATION */
.alignleft a{float:left; color: #CE1325;}
.alignright a{float:right; color: #CE1325;}

.navigation {
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: bold;
	padding-top:4px;
	padding-left: 26px;
}

/* LEFT SIDEBAR */

#left {
	width:194px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

#left p {margin:0; padding: 0; font-size: 12px;}

#left img {padding: 0; margin: 0;}

.divider{
	width: 186px;
	border-top: solid #AFEFEA 1px;
	margin: 20px 0px 20px 0px;
}

#social{
	margin-top: 16px;
}

#slide-of-the-week{
background:url(images/left_slide-of-week.png) no-repeat;
width: 186px;
height: 186px;
margin:0;
padding:0;
}

#slide-of-the-week img{
padding-left: 25px;
padding-top: 42px;
}

#meta{
	margin-top: 20px;
}

#signup{
margin-top: 20px;
}

/* RIGHT SIDEBAR */

#right{
	width:183px;
	float:right;
	margin:0;
	padding:0;
	font-size: 12px;
}

#right p{
	margin-top: 10px;
}

#upcoming{
	background-color: #FFF;
	width: 183px;
}

#upcoming ul{
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

img.upcoming-thumb{
	margin: 6px 0 6px 0;
	border: 1px solid #E4E4E4;
	padding: 2px;
}

#upcoming li{
	padding: 10px 0 14px 0;
	color: #FF1320;
}

#upcoming li a{
	color: #000;
}

#upcoming li.event{
	border-bottom: 1px #01aec2 solid;
}

.upcoming-title{
	font-style:italic;
}

.upcoming-cta{
	font-weight: bold;
	font-style: italic;
}

#upcoming p.upcoming-cta a{
	color: #019CAE;
	text-decoration: underline;
}

.event_category{
	color: #000;
}

.event_category{
font-size: 10px;
font-style: italic;
font-weight: normal;
}

/* COMMENTS */
#commentform{
	background:#fafbf5;
	margin:0;
	padding:0;
}
	
#commentform p{
	font-size: 11px;
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
}

#author, #email-field, #url, #comment, #submit{
	background: #eee;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #999;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:16px 26px 16px 26px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 8px 12px 0 0;
	line-height: 14pt;
	font-size: 11px;
}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.says{
	font-size: 10px;
}


.comment-meta{
	font-size: 9px;
}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

#respond {
	background-color: #fafbf5;
	padding-left: 26px;
}

#respond h3{
	margin-bottom: 18px;
	color: #CE1325;
}

/* SEARCH */

#searchform{

}

#searchform input#s{
	margin:0;
	padding:2px;
}

/* TEST KITCHEN SUBMIT FORM */
#submit-form .required{
	color: #46B7C1;
}

#submit-form a{
	text-decoration: underline;
}

/* MISC */

#searchbar img{
	border:none; margin:0; padding:0;
}


.book_listing{
padding-bottom: 20px;
padding-top: 40px;
border-bottom: 1px solid #333;
}

.pgtop{
font-size:10px;
text-transform:uppercase;
color: #000;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* EVENT BLOCK */
#event_block p{
	color: #000;
}

#event_block_left{
	float:left;
	width:320px;
}

#event_block_right{
	float:right;
	width: 286px;
	margin:0;
	padding:0;
}

#event_block_description{
	clear:both;
	font-size: 14px;
	margin-top:0px;
}

#event_block_description ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#event_block_description ul li{
	padding-bottom: 16px;
}

#event_block_description ul li:before {
	content: "\00BB \0020";
}


#event_block_date{
	font-weight: bold;
	font-size: 16px;
	color: #ef0000;
	line-height: 12px;
	margin-bottom: 16px;
	margin-top: 18px;
}

#event_block_cta{
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 18px;
	margin-top: 12px;
}

#event_block_cta a{
	color: #ef0000;
	font-weight: normal;
}

#event_block_cta a:hover{
	border-bottom: 1px dashed #ef0000;
}


/* footer */

#footer {
	clear: both;
	width: 100%;
}
	
#footer p{padding:14px 0;margin: 0; color: #000; text-align:center; text-transform:uppercase; font-size: 10px; letter-spacing: 0.5em;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* CONTACT */
#contact_form label{
font-size: 10px;
font-weight: bold;
}

#contact_form{
width:330px;
}

/* BANNERS */
.inter-banner{
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.inter-banner h2{
	margin:0;
	padding:0;
}

.inter-banner img{
	padding: 0px;
	margin: 0px;
}

.inter-banner ul{
	list-style-type: none;
	padding: 10px 0px 8px 0px;
	margin: 0px;
}

.inter-banner ul li{
	display:inline;
	padding: 0px;
	margin: 0px;
}

/* PHPList Stuff */
.required{
	font-size: 10px;
	font-weight: bold;
	color: #FBC61C;
	line-height: 28px;
}

.attributename{
	font-size: 12px;
}

.attributeinput{
	padding-left: 18px;
}


.phplist{
	margin-top: 0px;
}

.phplist input{
	margin: 4px 0 4px 0;
}

.phplist label{
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
}

/* FORMATTING FOR EVENT POSTS */
.event-super{font: 14px Verdana; color: #000; margin:0;}
h2.event-details{color: red; font-size: 18px;}
h2.event-title{margin:6px 0 6px 0;}
.event-subtitle{font: 18px Verdana; color: #000; margin-top: 8px; margin-bottom: 12px;}
a.event-link {color: #46B7C1; font: 16px Verdana; font-weight: bold;}
.event-img{}
.event-excerpt{}

.event-description{font: 14px Verdana; color: #000; margin-top: 8px; margin-bottom: 8px;}

.event-excerpt ul, .event-description ul{
	margin: 14px;
}








