/*
Theme Name: Cleaker
Theme URI: http://pomomusings.com/design/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 2.1
Author: Adam Walker Cleaveland
Author URI: http://pomomusings.com/design/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #232429 url(images/bg_blue.jpg) repeat-x;
	font-size: 11px;
	color: #232429;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #a2eb04;
	text-decoration: none;
}


/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 783px;
	position: relative;
	background: #000 url(images/contentBg2.jpg) repeat-y;
	border-left: none;
	border-right: none;
}


.title {
	padding: 5px 5px 5px 4px;
	color: transparent;

}

#Nav {
	display: block;
	height: 77px;
}

#header {
	width: 783px;
	background: #000 url(images/header.jpg) top center no-repeat;
	height: 77px;
	margin-top: 0;
	color: #000;
}

#content {
	width: 508px;
	float: left;
	color: #989898;
	padding: 25px;
        margin-left: 11px
}

#sidebarRight {
	width: 0px;
	float: right;
	color: #fff;
	background: #000;
	padding: 20px;
}

* html #sidebarRight {
	width: 0px;
}

#sidebarLeft {
	width: 165px;
	float: right;
	color: #8A8A8A;
	padding: 22px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	width: 783px;
	background: #0B6A7E url(images/footer.jpg) top center no-repeat;
	color: #000;
	text-align: left;
	height: 77px;
	border-bottom: none;
	border-top: none;
}

#footer a {
	color: #000;
	padding: 30px 30px 10px 30px;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750px;
	float: left;
	background: url(images/navOnBlue.png) repeat-x;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
	font-size: 11px;
        font-weight: bold;
	border-left: none;
	border-right: none;	
}

ul#Nav li {
	float: right;
	border-left: 1px solid #000;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #000;
        border-right: 1px solid #000;
	text-decoration: none;
        color: #a2eb04;
}

ul#Nav li.current_page_item a { 
	color: #a2eb04; 
	background: url(images/navOff.png) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #989898; 
	margin: 0 30px 20px 30px; 
	border-left: 0px solid #ACAB7B;
	background: #000 url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px/18px;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.1em;
}

p a {
	border-bottom: none;
	text-decoration: none;
}

p a:hover {
	border-bottom: none;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: ;
        border-top: 1px dotted #878686;
	border-bottom: 1px dotted #878686;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Lucida Grande', Verdana, arial, sans-serif;
}

h1 {
	font-size: 17px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #989898;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: right;
	margin: 0 2px 0;
	padding: 27px 0 0;
	text-align: left;
}

#searchform #s {
	width: 170px;
	padding: 5px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}


/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: left;
	padding:  2px;
	text-transform: normal;
	font-weight: normal;
	color:  #184c4e;
	border-top: 1px dotted #878686;
	border-bottom: 1px dotted #878686;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

#sidebarRight a {
	color: #fff;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #00999e;
	text-decoration: none;
}

#sidebarLeft a {
	color: #00999e;
	font-size: 11px;
	text-decoration: none;
}

#sidebarLeft a:hover {
	width:100%;
	height:100%;
	background-image: url(images/sideback.jpg);
	background-attachment: fixed;
	color:  #fff;
	text-decoration: none;
}

#sidebarLeft a:visited {
	color: #184c4e;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: -0.1px;
	margin-top: 35px;
	padding: 46px 10px 4px 10px;
}

#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #129AB7;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 0px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 0px solid #000;
}

img.alignright {
	padding: 5px;
	border: 0px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 0px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 0px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
        background: #333;
	border: 0px solid #49647d;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
	font-size: 11px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, arial, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 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;
}

/* @group My Group */



/* @end */
