/*  
Theme Name: CFP Theme
Theme URI: 
Description: CFP modifications to WordPress default theme
Version: 1.0
Author: RBN
Author URI: 
	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 70%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	background: #eee ;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

#news {
	text-align: left ;
	width: 250px ;
	float: left ;
     	font-size: 80% ;
	background-color: #eee ;
}

.slist {
	border-top: solid 1px #aaa ;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}

.widecolumn {
	line-height: 1.3em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

p {
	margin: 0 0 1em 0 ;	
	}

blockquote p {
	margin: 0 0 0.7em 0 ;
	line-height: 1.2em ;
	}

table {
	width: 100% ;
	border-collapse: collapse ;
	}	

td {
	font-size: 0.75em ;
	text-align: left ;
	padding: 2 ;
	}

#post-13 h3 {
	padding: 0 0 0 0 ;
	margin: 0.3em 0 .3em 0 ;
	font-size: 1.1em ;
	color: #444 ;
	}

#post-13 h3 {
	padding: 0 0 0 0 ;
	margin: 0.3em 0 .3em 0 ;
	font-size: 1.1em ;
	color: #444 ;
	}

#post-9 h3 {
	padding: 0 0 0 0 ;
	margin: 0.7em 0 0 0 ;
	font-size: 1em ;
	color: #444 ;
	}

#post-9 td {
	width: 49% ;
	text-align: left ;
	font-size: 0.75em ;
	padding: .3em .5em 0 0.5em ;
	color: #222 ;
	}

#post-9 p {
	margin: 0.35em 0 0 0 ;
	font-size: 0.95em ;
	}

#post-9 tr {
	vertical-align: top ;
	}

#post-13 em {
	color: #600 ;
	font-style: italic ;
	}

a.more-link {
	padding: 0 0 0 0 ;
	}

a:link, a:visited {
	text-decoration: none ;
	color: #600; 
	}

a:hover, a:active {
	text-decoration: underline ;
	color: #444 ; 
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	color: #444 ;
	margin: .7em 0 0.65em 0 ;
	}

h2.listhead {
	font-size: 1.4em ;
	color: #600 ;
	margin: 0.5em 0 0 0 ;
	}

h2.pagetitle {
	font-size: 1.4em ;
	margin: 1em 0 0 0 ;
	}

h3 {
	font-size: 1.2em ;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	}

.pagetitle p {
	font-weight: normal ;
	font-size: 1em ;
	margin: 0.5em 0 1em 0 ;
	padding: 0 0 0 0 ;
	line-height: 1.3em ;
	}
.pagetitle h3 {
	color: #444 ;
	font-style: normal ;
	font-weight: bold ;
	font-size: 1.1em ;
	margin: 0 0 0 0 ;
	padding: 0.5em 0 0.5em 0 ;		
	}

h3.search  {
	color: #444 ;
	font-style: italic ;
	font-size: 1em ;
	margin: 0 0 0 0 ;
	padding: 3px 0 20px 0 ;
	}

h3.exp {
	color: #444 ;
	font-style: italic ;
	font-size: 1em ;
	margin: 0 0 0 0 ;
	padding: 0 0 20px 0 ;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
	}

#page {
	background-color: #fff ;
	margin: 5px auto auto auto  ;
	border: solid 1pt #ccc ;
	padding: 0;
	width: 850px;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 0 0 ;
	margin: 10px 30px 0px 22px ; 
	width: 550px;
	}

.post {
	margin: 15px 0 20px;
	text-align: left ;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
	}



/*	Begin Headers */
h1 {
	padding-top: 50px;
	margin: 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


#sidebar ul ul li:before {
/*	content: "\00BB \0020"; */
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 1.5em 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: .9em .6em 0 0;
	padding: 0 0 0 0 ;
	border-bottom: 1px solid #ccc ;
	}

li	{
	margin: .2em 0 0.5em 0 ;
	}


/* End Entry Lists */




/* Begin Form Elements */
#searchform {
	margin: 0px 0 10px 0;
	padding: 8px 0 0 0 ; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 620px;
	width: 200px;
	background: #fff ;
	}

#sidebar li
{	
	width: 190px ;
	}

#sidebar a:link, #cfpmenu a:visited {
	text-decoration: none ;
	}

#sidebar a:hover, #cfpmenu a:active {
	background: #ccc ;
	color: #000 ; 
	text-decoration: none ;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	margin: 2em 0 1em 0 ;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 1em 1em 1em 2em ;
	color: #422 ;
	font-family: Times, Serif;
	padding-left: 2em ;
	padding-right: 3em ;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



#cfphead {

	position: relative ;
	}

#cfpimg {
	height: 85 ;
	position: relative ;
	z-index: 1 ;
	}

#cfpimg img {
	border-style: none ;
	}

.cfpbeacon {
	visibility: hidden ;	
     	width: 2 ;
	height: 2 ;
	font-size: 1px ;	
	background: #aaa ;
	z-index: 2 ;
	position: absolute ;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	}

#cfpmenu {

	position: relative ;
	width: 100% ;
	left: 0 ;
	z-index: 0 ;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	background: #444 ;
	}

#cfpmenu ul {
	border-top: 3px #222 solid ;
	margin: 0 0 0 0 ;
	padding: 6px 0 6px 22px ; 
	}

#cfpmenu li {
	display: inline ;
	font-family: Verdana, Ariel, sans-serif ;
	font-size: 1em ;
	font-weight: bold ;
	border-style: none ;
	margin: 0 0 0 0 ;
	padding: 0 2em 0 0 ; 
	}

#cfpmenu li:first-child {
	display: inline ;
	}

#cfpmenu a:link, #cfpmenu a:visited {
	text-decoration: none ;
	color: #fff ; 
	padding: 2 2 2 2;
	}

#cfpmenu a:hover, #cfpmenu a:active {
	background: #888 ;
	text-decoration: none ;
	color: #fff ; 
	}

#footer {
	padding: 0 0 0 0 ;
	background: #444 ;
	color: #fff ;
	margin: 0 0 0 0 ;
	width: 100% ;
	clear: both;
	}

#footer p {
	text-align:center ;
	font-size: 0.9em ;
	padding: 6px 0 6px 0 ;
	margin: 0 0 0 0 ;
	border-top: solid 2px #222 ;
	}

#footer a:link, #footer a:visited {
	text-decoration: none ;
	color: #fff ; 
	padding: 2 2 2 2;
	}

#footer a:hover, #cfpmenu a:active {
	background: #888 ;
	text-decoration: none ;
	color: #fff ; 
	}
