/*

Theme Name: CleanBreeze

Theme URI: http://chris.coggburn.us/cleanbreeze/

Description: A fixed page, left content column design with many useful features.

Author: Chris 'noderat' Coggburn

Author URI: http://chris.coggburn.us/

Version: 1.11 (Blastoff)



Licence: GNU GPL



/* ---------- Generic HTML Transformations ---------- */



acronym, abbr {

	cursor: help;

	font-size:90%;

  	letter-spacing:.07em;

}



img {

	border: none;

}



a {

	text-decoration: none;

	color: #990000;

}



cite {

	font-size:90%;

	font-style:normal;

}



/* ---------- Main Content Area - Alignment, Colors, Backgrounds, Sizing, Fonts ---------- */



/* === Generic Blocks === */



body { /* Define main background here as well as font choices. */

	border: none;

	margin: 0px auto;

	padding: 0;

	text-align: center;

	font-family: Tahoma, Verdana, Helvetica, Geneva, sans-serif;

	background: #006;

}



#rap { /* Main floating section */

	border: 2px solid #fff;

	width:700px;

	margin: 0 auto;

	margin-top: 30px;

	text-align:left;

	background:#ffffff;

	color: #000000;

}



#header {

	text-align: center;

	font-style: italic;

	font-variant: normal;

	font: 14px;

	letter-spacing: 0.2em;

	margin: 0 auto;

	height: 177px;

	width: 100%;

}





#header h1 {

	margin: 0;

	padding: 65px 0 0 0;

        color: #006;

}



#header .description {

	font: 15px bold;

	width: 600px;

	margin: 2px auto;

	font-style: italic;

}



/* === Content Block === */



#content { 

	padding: 10px 0 0 10px;

	float: left;

	width: 470px;

	background: #FFFFFF; /* Background for main content area */

}



#content p, #content li {

	font-size:12px;

}





/* -=- Linkblog (Asides) List Styling -=- */

ul.linkblog {

	list-style-type: disc;

	list-style-image: url(images/listblack.gif);

}





/* -=- Content->Post Block -=- */



.storycontent a {

	font-weight: bold;

}



/* Blockquote Transformations */

.post blockquote p {

	margin: 1em;

}



blockquote, .quote {

	overflow: hidden;

	background-color: #E7F7FF;

	padding: 0;

	margin: 1em;

	border: 1px solid #CCC;

	-moz-border-radius: 10px;

}



blockquote cite {

	margin: 0;

	padding-left: 63px;

	font-size: 8pt;

	font-style: normal;

	font-family: tahoma, verdana, helvetica, arial, sans-serif;

	color: #333;

	background: url(images/source_button.gif) no-repeat 0 0 #E7F7FF;

}



/* Feedback Link Section */

.post .feedback {

	text-align: right;

	clear: both;

	font-size: 10px;

	padding-bottom: 10px;

}



.post .feedback .pagelink {

	font-size: 12px;

	font-weight: bold;

}



.post .postdate {

	margin-top: 0;

}



.post h3.storytitle {

	border-bottom: dotted 1px #aaaaaa;

	margin: 0;

	padding: 0;

}



/* -=- Entry Navigation Styling -=- */

.navigation {

	display: block;

	text-align: center;

	margin: 10px auto;

}



/* === Menu Block === */



#menu {

	background:#fff;

	padding: 10px 0 10px 5px;

	margin: 0 0 0 490px;

	width:200px;

	border-left: none;

}



#searchform input {

	margin-right: 9.5px;

	width: 160px;

	text-align: center;

}



#searchform {

	margin: 0 0 0 13px;

}



#menu ul {

	color: #000000;

	font-weight: bold;

	list-style-type: none;

	margin: 0;

	padding-left: 3px;

}



#links li h2 {

	margin: 0;

	padding: 5px 0 0 0;

	font-size: 14px;

}



#menu ul ul li {

	border: 0;

	font-style: normal;

	font-variant: normal;

	font-size: 100%;

	line-height: 150%;

	letter-spacing: 1px;

	padding: 0 0 0 10px;

}



/* "Gadgets" */

#menu .gadget {

	border: 1px solid #000000;

	padding: 4px;

	margin-bottom: 6px;

}



#menu .gadgettitle {

	color: #ffffff;

	background-color: #006;

	font-size: 10px;



	font-weight: bold;

	text-align: center;

	padding: 2px;

}



#menu .gadgetcontent {

	padding: 2px;

	font-size: 9px;

}



/* Category Styling */

#menu .categorycontent {

	padding: 2px;

	font-size: 9px;

	line-height: 17px;

	margin-left: 30px;

}



#menu .categorycontent img {

	float: left;

	margin-top: -17px;

	margin-left: -31px;

}



#menu #wp-calendar, #menu #wp-calendar caption {

	margin: 0 auto;

}



/* ---------- Multi/General Use Classes ---------- */



.center {

	text-align: center;

	margin: 0 auto;

}



.fright {

	float: right;

}



.fleft {

	float: left;

}



.gravatar {

	position: relative;

	float: right;

	margin: 0 0 2px 5px;

	padding: 0;

	border: 1px solid black;

}



#blogtimes {

	text-align: center;

	margin: 25px auto 0 auto;

}



.storycontent .imgborder {

	text-align: center;

	font-weight: bold;

	background-color: #ddd;

	padding: 10px;

	font-size: 10px;

	border: 1px solid black;

}



.storycontent .imgleft {

	float: left;

	margin: 0 5px 0 0;

	display: inline;

	text-align: center;

	font-weight: bold;

}



.storycontent .imgright {

	float: right;

	margin: 0 0 0 5px;

	display: inline;

	text-align: center;

	font-weight: bold;

}



/* ---------- Footer ---------- */

.credit {

	background: #dddddd;

	border: 2px solid #000000;

	border-top: 0;

	color: #000000;

	font-size: 9px;

	margin: 0 auto;

	text-align: center;

	clear: both;

	padding: 3px 0px;

	width: 700px;

}



.credit a:link, .credit a:hover {

	color: #000000;

}



/* ---------- Comment Area Styling ---------- */

#commentform textarea {

	width:100%;

}



.comment-wrapper, .comment-wrapper-odd, .section {

	display: block;

	font-family: lucida sans unicode, lucida grande, verdana, helvetica, arial, sans-serif;

	color: #222;

	font-size: small;

	font-weight: normal;

	background: #F9F9F9;

	line-height: 120%;

	padding-bottom: 1px;

	margin-bottom: 10px;

	margin-left: 5px;		

	border: 1px solid #F0F0F0;

	-moz-border-radius: 10px;

}

					  

.comment-wrapper-odd {

	background: #FAF5F5;

}



.comment-wrapper-odd:hover, .comment-wrapper:hover {

	background: #EEF5F0;

}



.comment-wrapper:hover > .comment-posted, .comment-wrapper-odd:hover > .comment-posted {

	background: #FAFFF5;

}



.comment-wrapper p, .comment-wrapper-odd p {

	margin: 10px 0;

	padding: 0 0 0 5px;

}



.comment-posted {

	top: 1px;

	position: relative;

	color: #000;

	background: #F0F0F0;

	font-family: tahoma, verdana, helvetica, arial, sans-serif;

	font-size: x-small;

	padding: 1px 1px 1px 5px;

	margin: 0;

	-moz-border-radius-bottomleft: 10px;

	-moz-border-radius-bottomright: 10px;

	clear: both;

}



.comment-wrapper-odd .comment-posted {

	background: #F5EBEB;

	-moz-border-radius-bottomleft: 10px;

	-moz-border-radius-bottomright: 10px;

}



.googleads {

	text-align: center;

	margin: 15px 0 15px 0;

}



/* ---------- Nice Tooltips Styling ---------- */

div.nicetitle {

	background-color: #333;

	color: #fff;

	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;

	left: 0;

	padding: 4px;

	position: absolute;

	top: 0;

	width: 25em;

	z-index: 20;

	-moz-border-radius-bottomleft: 10px;

	-moz-border-radius-bottomright: 10px;

	-moz-border-radius-topleft: 0;

	-moz-border-radius-topright: 10px;

	-moz-opacity: .87;

	/* changes: */

	min-width: 300px;

	width: auto;

	height: auto;

}

	

div.nicetitle p {

    margin: 0;

	padding: 0 3px;

	-moz-opacity: 1;

}



div.nicetitle p.destination {

    font-size: 9px;

    padding-top: 3px;

	text-align: left;

	-moz-opacity: 1;

}



div.nicetitle p span.accesskey {

	color: #d17e62;

}