/*
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-color:#b1b17b;
background: url(images/pattern.gif) repeat;


	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

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

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	/* color: #49647d;*/
}

/***** PAGE STRUCTURE FORMATTING *****/



#wrapper {
	display: block;
	margin: auto;
	width: 955px;
	position: relative;
	background: #ece8c1 url(images/contentBg2.gif) repeat-y;
	border: 10px solid #405774;
	border-top: 5px solid #405774;
	
}

#smmtop {
margin:0;
background:#405774;
color:#fff;
text-align:center;
padding-bottom:3px;
font-weight:normal;

font-size:90%;
}
#smmtop a {
font-style:normal;
}
#smmtop a:hover {
color:#fff;
}
#header {
/*	width: 900px;
	background: #fff url(images/header.gif) top center no-repeat;
	height: 104px;
	margin-top: 0;
	color: #fff;
	*/
	display:none;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block;

}

#content {
	width: 515px;
	float: left;
	color: #000;
	padding: 0 20px 20px 20px;
}


#sidebarTop {
	width: 360px;
	float: right;
	color: #000;
	padding: 5px 20px 5px 20px;
	text-align:left;

}



#sidebarRight {
	width: 185px;
	float: right;
	color: #000;
	padding: 0 20px;
	margin-top:-15px;

}

* html #sidebarRight {
	width: 185px;
}

#sidebarLeft {
	width: 135px;
	float: left;
	color: #000;
	padding: 0 20px;
	_padding:0 10px;
	margin-top:-15px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	text-align: right;
	padding: 8px 8px 12px 510px;
}

#footer a {
}

/***** NAVIGATION BAR FORMATTING *****/
#RWHeader {
text-align:center;
}

ul#Nav {
	margin: -20px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 9px;
	height:30px;
	position:relative;
	
}

ul#Nav li {
	border-left: 3px solid #fff;
float:left;
background-color: #405774;

}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #cf7f26 url(images/navOff.gif) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}

#intro {

margin-bottom:20px;
text-align:center;
font-style:italic;
color:#405774;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
	clear:both;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #6787b0;
	background: #e9f0f8 url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}


.postmeta {
	background: #ece8c1;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;

}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.5px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	background-color:#faf9f3;
	padding:3px;
	border:1px solid #f7f4d6;

}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}


h3 {
	padding-bottom:10px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

.post ul {
	
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

.post li  {
	margin: 7px 0 8px 10px;
	line-height:1.6em;
}

.post ol {
	padding: 0 0 10px 35px;
	
}

.post ol li {
	margin: 7px 0 8px 10px;
	line-height:1.6em;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	
}

#searchform #s {
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: small;
	letter-spacing: -0.5px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #49647d;
	border-bottom: 2px #fff solid;
	margin:15px 0 5px 0;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h2.special, .post h2 {
font-size:medium;
color:#cd6607;
border-bottom: 1px #cd6607 solid;
	margin:15px 0 5px 0;
		letter-spacing: -0.0px;

}

#sidebarRight a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #49647d;
}

/***** 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, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {

}

#footer a:hover {

}

#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: 1px solid #000;
	margin: 10px;
	float: right;
	background-color:#fff;

}

.posts img {
background-color:#fff;
}

img.center{
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom:5px;
	border: 1px solid #6787b0;
	background-color:#fff;

}

.center {

text-align:center;

}


img.right {
	padding: 5px;
	border: 1px solid #6787b0;
	background: #fff;
	margin: 10px;
	background-color:#fff;

float:right;}

img.left {
	padding: 5px;
	border: 1px solid #6787b0;
	margin: 0 8px 0 8px;
	background-color:#fff;

float:left;}

code {
padding: 5px;
	border: 1px solid #6787b0;
	background-color:#fff;
	background-color:#faf9f3;
	display:block;
}
	
/***** 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: 1px solid #49647d;
}

#commentform textarea {
	width: 450px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}
.commentlist li {
	font-weight: bold;
}

.commentlist li.item{
	margin:1px 0;
	background-color:#faf9f3;
	border:1px solid #f7f4d6;	
}
.commentlist li.author{
border:1px solid #e2e9f3;
	background-color:#eaf0f8;
	margin:1px 0;
}


.commentlist li.item .postmeta{
	border:none;
	background:#faf9f3;
}
.commentlist li.author .postmeta{
	border:none;
	background:#eaf0f8;
}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, 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-position:inside
}

.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;
}


/*Roni added specifics*/

.glbPost img, .glbPost p {
width:100px;
padding:5px;
background-color:#fff;
border:1px solid #cd6607;
margin:2px;
text-align:center;
}
#blogHerAd {

}

#blogherads li {
}

.ads {
text-align:center;
}
.ads .first {
margin-right:15px;

}
.ads .last {
margin-left:15px;

}


#blogher2 {
/*position: absolute;
top: 10px;
left:985px;*/
display:none;
}



table{border-spacing:1px;border:1px solid #f7f4d6;width:100%;margin:5px 0 10px 0;}
td, th{padding:4px;}
th{text-align:center;background-color:#f7f4d6;color:#666666;border:0;}
tr{background-color:#faf9f3;text-align:left;border:0}

dl {
border:1px solid #ccc; padding:10px; background-color:#faf9f3; margin-bottom: 25px;
line-height:1.5em;
}
dt {
	font-weight:bold;
	margin-top:10px;
}
dd {
margin: 5px 0 5px 25px;
}

small {
color:#666;
}

.google {
text-align:center;
margin:-15px 0 10px 0;
}

.topForms {
margin-bottom:15px;
}
.topForms input {
width:75px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#6787b0;
	display:inline;

}

.smallSubHeading {
color:#cd6607;font-size:xx-small;letter-spacing: -0.1px;
}

.strike {
text-decoration:line-through;
}

.revver, .video {
text-align:center;

}

/*for points calc */
#displayPoints, #displayTargetPoints, #displayPointsPLUS {
	text-align:center;
	font-size:xx-large;
}
#points {
margin:auto;
	border:1px solid #ddd;
	background-color:#f9fcf9;
	
}
.tdHeader{
 background-color:#f9fcf9;
 font-size:large;
 font-weight:bold;
 text-align:center;
}
form#calcPoints, form#calcPointTarget{
	text-align:center;
	width:100%;
}

.alert {
font-weight:bold;
background-color:#930;
color:#fff;
}


#contactform {

}
#contactform label {
width:150px;
margin-bottom:25px;
float:left;
display:block;
}

#contactform input, #contactform textarea {
margin-bottom:25px;
clear:right;
width:200px;
vertical-align:top;
}

#respond {
padding-top:25px;
}
#RGM {
background-color: #f8f6e3;
text-align:center;
border-bottom:1px solid #405774;
padding-bottom:10px;
}

