/*  
Theme Name: Tori Redesign 08
Theme URI: http://www.climberchick.com
Description: site redesign 2008. widget friendly
Version: 1.2
Author: tori
Author URI: http://www.climberchick.com/

*/
  

/*****************************
----Start standard styles ---
******************************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #333;
}

#wrapper{
	margin: 0 auto;

	text-align: left;
	border: none;
	background: #FFF;
	
width: 780px;

}

h1{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 34px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link{
	text-decoration: none;
	color:#900;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: none;
	color:#900;
}

a img {
	border: none;
}


/*****************************
----Old site custom Styles---
******************************/

.pageheader {
	letter-spacing: 0.5em;
	font-weight: bold;
	border-bottom: solid #A2151A thin;
	font-size: 110%;
}

.pagesubheader {
	border-bottom: dashed #A2151A thin;
	font-size: 95%;
}

#frame img {
	float: left;
	background-image:url(../images/side.gif);

	background-repeat: no-repeat;
margin:0px
}

/*******************
----Custom Styles 08 ---
*******************/

/********* fit log style **********/
table.bordered {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #000000 #000000 #000000 #000000; /*Black all around*/
	border-collapse: collapse;
}

table.bordered th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: #808080 #808080 #808080 #808080; /*Gray all around*/
}
table.bordered td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: #808080 #808080 #808080 #808080;  /*Gray all around*/
}
/********* end fit log style **********/

/********* site to-do style **********/
.complete  {
text-decoration: line-through;
color: #666666;
}
#date  {
text-decoration: none;
color: #990000;
font-style: italic;
}

/********* NowReading formatting **********/
#nodot ul {
list-style-type: none; 
}

.nrpic {border:#E8E6D9 1px dotted;padding:5px}
.nrpic img {float:left;border:#E8E6D9 5px solid;margin-right:30px;}
.nrpic img:hover {border:#CBC8B3 5px solid;}

.nrinfo {
font-size: 115%; font-weight: bold; margin-left:15px;padding:15px;text-transform:uppercase;
}
.nrinfosm {text-transform:none;}

.nramazonright {text-align:right;margin:0 50px 5px 0;font-size: 100%; font-weight: normal;}


.nrlist {color:#330000;margin-bottom:1.5em;}

.nrlist a:link,.nrlist a:visited {
font-size:95%;text-transform:uppercase;
color:#990000;text-decoration:none;font-weight: bold; 
}

.nrlist a:hover,.nrlistby a:hover {
color:#cc0000; text-decoration:none;}


.nrlistby a:link, .nrlistby a:visited {text-transform:none;font-size:92%; color:#cc0000;
}
.nrlistby, {color:#330000;font-size:92%;}



.librf,.librf a:link,.librf a:visited {font-family:georgia,serif;font-size:10px;text-transform:uppercase;color:#fff;}
.librfa {text-transform:lowercase;color:#ACACAC;}
.librupc {text-align:left;float:left;margin:40px 0 0 40px;width:400px;}
.librupc img,.libread img {border:#dbe1d9 2px solid;margin:3px;}
.librupc img:hover,.libread img:hover {border:#7D0707 2px solid;}
.librst {color:#58624F;font-family:arial,sans-serif;padding:5px 10px;text-align:left;}
.libread {width:440px;float:left;margin:0 0 0 30px;text-align:right;}
.libread ul {list-style-type:square;padding:0 0 0 50px;margin:8px;text-align:left;}
.librdates {width:138px;margin-right:35px;float:left;line-height:20px;background: url(images/dots.gif);}
.librdates:hover {background: url(images/dots2.gif);}
.librss {width:250px;float:left;text-align:left;margin:20px 0 0 10px;padding-left:10px;}


/*******************
----extra space below para---
*******************/
.entry p {
     margin-bottom: 2em;
}



/*******************
----Custom Styles_ORG---
*******************/

blockquote { 
	font-style: italic; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code { 
	color: #9A2EFE; 
	font-family: Courier, monospace; 
}


.entry p { 
	margin: 8px; 

}



.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 5px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry ul.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	background: #E0ECF8;
}

.entry ol.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
	background: #E0ECF8;
}

.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry blockquote.right { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: right; 
}
		
.entry blockquote.left { 
	width: 150px; 
	font-style: normal !important; 
	font-size: 14px;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 5px;
	background: #f1f0ed; 
	border-top: 2px solid #900;
	border-bottom: 2px solid #900; 
	border-left: none;
	border-right: none;
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0; 
	line-height: 1.2em !important; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0.5em 0.5em 10px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.archive_head { 
	text-align: center;
	font-style: normal; 
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900; 
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*******************
------Header-------
*******************/

#header{
	float: left;
	width: 100%;
	height: 87px;
	margin: 0;
	padding: 0;
	background: #900;
	border-bottom: 6px solid #000;
	color: #fff;
	clear: both;
}

.title{
	width: 100%;
	height: 57px;
	margin: 0;
	padding: 0px;
	background: #000000;
         text-align: left;
         margin: 15px 0 15px 0px;


}

.title a:link{
	text-decoration: none;
	color:#FFF;
}

.title a:hover{
	text-decoration: underline;
	color: #CCC;
}

.title a:visited{
	text-decoration: none;
	color:#FFF;
}

.headerinside {
	float: left;
	width: 100%;
	margin: 5px 0 5px 40px;
}

.headerinside p {
color:#ffffff;

}

/********************
----Navigaiton Bar---
********************/

#top-menu{
	clear: both;
	float: left;
	width: 110%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-align: left;
	border: none;
	background: #000000;
margin-left:15px;
font-weight: bold;
}

#top-menu a{
	text-decoration: none;
	padding: 5px 10px;
	color: #900;
	font-size: 16px;
}

#top-menu a:hover{
	text-decoration: none;
	color: #FFF;
	background: url(images/nav_hover.gif) repeat-x;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0;
	font-size: 14px;
}


/*******************
---------Post-------
*******************/

#container{
float: right;
	padding: 0 0 0 0;
background: #ffffff;
color: #333;
width: 600px;

/******background: #f1f0ed;***org color**/
background-image:url(http://climberchick.com/images/side.gif);
background-repeat: no-repeat;
margin: 0px
}

#wpg2content {
float: right;
	padding: 0 0 0 40px;
background: #ffffff;
color: #333;
width: 560px;
background-image:url(http://climberchick.com/images/side.gif);
background-repeat: no-repeat;
margin: 0px
}

.post{
	margin: 20px 20px 5px 60px;
/**background: #f1f0ed;**/
   border-bottom: 1px dotted #CCC;   

	
}

.post h2{
	text-transform: normal;
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 10px 8px 0 8px;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
margin:0 0 0 8px;
background:url(images/underline1.jpg) no-repeat left bottom;


	}

.postinfo a{
	color: #aaa;
}


.postdate{ color: #aaa; 
}


p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
   
	margin: 20px 0 0 0;
	padding: 5px 5px 0 5px;
/**	background: url(/images/post-info.gif) 0 0 no-repeat;**/

}

p.postmetadata strong{
	float: right;

}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	text-transform: normal !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 20px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
	
}

	

/********************
----Sidebar Styles---
********************/

.rightbar{
	float: left;
	width: 160px;
	margin: 0;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #000000;
	border-left: 1px dotted #CCC;
}

.rightbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.rightbar ul li{
	padding: 10px 0 10px 5px;
}

.rightbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #CCC;
}

.rightbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
	font-size: 12px;
}

.rightbar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.rightbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rightbar .syndication .rss .sub{
	list-style: none;
}

.rightbar a:link, a:visited{
	text-decoration: none;
	color:#900;
}

.rightbar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}

/* Left Sidebar */

.leftbar{
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	background: #000000;
        color:#ffffff;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;

}

.widget {
	background:#000000;
	border:1px solid #B0BEC7;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.widget h3 {
	background:#E9EEF1;
	font-size:11px;
	margin:1px;
	padding:5px 10px;
	text-decoration:none;
	color:#258;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
}
.widget a:hover h3 {
	background:#E1E7E9;
   font-weight: bold;
   color: #000000;
}


.widget ul {
	padding:4px 7px 10px;
}
.widget .space {
	padding:4px 12px 8px;
}
.widget ul li {
	line-height:18px;
	padding:3px 5px;
	border-bottom:1px solid #DCE3E9;
}
.widget ul li:hover {
	background:#F1F5F6;
    color:#000000;
}


/**** .widget {
       border: 1px dotted #cccccc; 
       margin: 10px 5px 5px 5px;
	/*background: #cccccc;
       color:#ffffff;*/
       padding: 10px;

}****/


/* 
.ltop
{
	background: url(images/ltop.jpg) no-repeat;
	width: 170px;
	height: 16px;
}
.lmid
{
	background: url(images/lmid.jpg) repeat-y;
	width: 150px;
	padding: 0 10px;
}
.lmid h2
{
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	padding-bottom: 5px;
}
.lbot
{
	background: url(images/lbot.jpg) no-repeat;
	width: 170px;
	height: 18px;
	margin-bottom: 30px;
}

*/



.leftbar ul img {
	padding:10px;
}


.leftbar ul li{
	padding: 10px 0 10px 5px;


}

.leftbar ul li h2{
font: italic bold 105% Georgia, Times, serif;
	font-weight: bold;
	
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0 5px 5px 0;
	border-bottom: 1px solid #CCC;

}

.leftbar ul ul li{
	padding: 2px 0;
	margin: 0 3px 0 10px;
	line-height: 19px;
list-style-type: none; 
/** list-style: url(images/bullet.png);**/
	font-size: 12px;
	/**border-bottom: 1px dotted #cccccc;**/
}


.leftbar a:link, a:visited{
	text-decoration: none;
	color:#cc0000;
font-weight: bold;

}

.leftbar a:hover{
	text-decoration: underline;
	color: #ffffff;
}

/*******************
----Comment Form---
*******************/

#comment-form{
	width: 425px;
	background: #f1f0ed;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
}

.comments-template a{
	text-decoration: underline;
	color: #900;
}


.comments-template a:hover{
	text-decoration: underline;
	color: #333;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 18px;
	padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #900;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #AAA;
	padding: 20px 0;
}

.commentmetadata strong { 
	font-size: 14px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: none;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}

/*******************
-------Footer-------
*******************/

#footertop{

clear:both;
		background: #ffffff;
background-image:url(http://climberchick.com/images/bottom_cornerBanner.gif);
background-repeat: no-repeat;
line-height: 50px;
float:left;



	/**border-bottom: 1px dotted #CCC;**/
}

#footertop p{
	text-align: right;
}

#footer{
	float: right;
	width: 75%;
	margin: 0;
	padding: 0px 0px 5px 196px;
	line-height: 18px;
	font-size: 80%;
	color: #900;
	background: #000000;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #369;
}

#footer a:hover{
	text-decoration: underline;
	color: #333;
}

#footer a:visited{
	text-decoration: none;
	color: #900;
}