/*
Theme Name: Climb The Rainbow
Theme URI: http://www.climbtherainbow.com/blog/
Description: Custom design for Climb the Rainbow Blog
Version: 1.0
Author: Taz
Author URI: http://www.climbtherainbow.com/
Tags: left-sidebar, right-content, purple, white, orange, two-columns
*/

body {
	background-color:#80789f;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #654ebb;
	text-align: justify;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color:#fff;
	background-color: #f6f4ff;
	border-left: 1px solid #654ebb;
	border-right: 1px solid #654ebb;
}


/******************************************************************
 * HEADER
 ******************************************************************/
#header {
	padding:0px 50px 0 50px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	/*background-position: 30px 10px;*/
	width: 800px;
	height: 178px;
	position: relative;
	background-color:#fff;
}
#header h1 {
	font-size: 18px;
}

#header h1 a { 
	position:absolute;
	bottom:10px;
	right:110px;
	display:block;
}
#header a {
	text-decoration: none;
	color: #654ebb;
	display:none;
}
#header a:hover {
	color: #ff9933;
}
#header #search {
display:none;
	position: absolute;
	top:20px;
	right:30px;
}
#header #s {
	background-color: #f6f4ff;
	border: 1px solid #654ebb;
	width: 205px;
	margin: 0;
	color: #654ebb;
	padding: 2px;
}
#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}
#login {
	text-align: right;
}


/******************************************************************
 * TOP NAVIGATION
 ******************************************************************/
#navbar {
	margin: 0 0 20px 0;
	height: 31px;
	background-color: #654ebb;
	padding-top:1px;
	background-image:url(images/nav-hoz-bg.png);
	background-repeat:no-repeat;
	background-position: 32px 1px;

}
#navbar ul {
	margin: 0 0 0 30px;
	padding: 0;

}
#navbar li {
	display: inline;
	margin-top:1px;
}
#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 17px;
	color: #f6f4ff;
	text-decoration: none;
	line-height: 30px;
	border-right: 1px solid #f6f4ff;
	font-weight:bold;
}
#navbar a:hover {
	color: #654ebb;
	background-color: #f6f4ff;
}

#navbar .page-item-59 a {
	background-color: #ff9933;
	color:#654ebb;
}

#navbar .page-item-59 a:hover {
	background-color: #ff9933;
	color:#f6f4ff;
}
/******************************************************************
 * POSTS
 ******************************************************************/
#posts {
	width: 580px;
	padding: 0 30px 0 0px;
	margin: 0 0 20px 0;
	float: right;
}
.commentbubble a {
	float: left;
	background: url(images/comment-heart.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 40px;
	height: 35px;
	text-align: center;
	margin: 0 5px 0 0;
	padding-top: 3px;
}

.date {
	font-size: 11px;
	color: #afa8ca;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
	background-color:#fff;
	border: 3px solid #ddd4ff;
padding:10px 20px;

}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #afa8ca;
}

.tags a {
text-transform: lowercase;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin:0;
	line-height: 20px;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 18px 0 0 0;
}

.post h4 {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	padding-top: 5px;
	margin-bottom:0;
}


.post h5 {
	font-size: 11px;
	font-weight: bold;
	margin:5px 0 0 0;
}

.post p{
padding-bottom: 8px;
margin: 3px 0 0 0;
}

.post a, .navigation a {
	text-decoration: none;
	color: #0000ff;


}
.navigation {
	text-align:right;
}

.post a:hover, .navigation a:hover {
	color: #ff9933;
}

.post a img {
	border: none;
}

.postmetadata {
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

blockquote {
	font-style:italic;
}

.entry a img {
	margin: 15px 0 10px 0;
}

.entry table tr.odd {
background-color:#f6f4ff;
}

.postmetadata a {
text-transform: capitalize;
}

/******************************************************************
 * COMMENTS
 ******************************************************************/
 #commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	color: #654ebb;
	border: 1px solid #654ebb;
}
#commentform #comment {
	width: 530px;
	height: 170px;
}
#commentform p {
	overflow:hidden;
	zoom:1;
	clear:both;
}
#commentform p input#submit {
	padding:6px; 
	font-size:11px;
	background-color:#654ebb; 
	color:#f6f4ff;
	font-weight:bold;
	border: 0;
	float:right;
	width: 115px;
}
.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	background: #f6f4ff;
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #654ebb;
}
.avatar {
	float: left;
	margin: 0 5px 0 0;
}


/******************************************************************
 * SIDEBAR
 ******************************************************************/
 .sidebar {
	margin-left: 30px;
	float:left;
	width: 235px;
	border:3px solid #ddd4ff;
	background-color:#fff;
	padding:0;
	font-size: 11px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;

}
.sidebar ul li {
	padding: 10px 15px 0 15px;

}
.sidebar ul li ul li {
	padding: 4px 0;
	margin:0;
	text-align:left;

border-bottom: 1px solid #ddd4ff;
}

.sidebar ul li ul li.cat-item-21 {
text-transform: capitalize;
}

.sidebar ul li ul li ul{
	margin-left: 10px;
}
.sidebar h3 {
	margin: 0 0 0 0;
	font-size: 13px;
	color: #654ebb;
	width: 205px;
	padding-bottom: 2px;
	border-bottom: 1px solid #654ebb;
}
.sidebar a {
	color: #0000ff;
	text-decoration: none;
}
.sidebar a:hover {
	color: #ff9933;
}

.pagenav ul li ul {
border-top:1px solid #ddd4ff;
margin-top: 5px;
}


.sidebar ul li ul li.page-item-80 {
border: none;
}

/******************************************************************
 * FOOTER
 ******************************************************************/
#footer {
	clear: both;
	height: 90px;
	background: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer p {
	text-align: center;
	font-size: 10px;
	position: relative;
	top: 50px;
}
#footer a {
	color: #0000ff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff9933;
}


/******************************************************************
 * CALENDER
 ******************************************************************/
#wp-calendar {
	width: 210px;
	background: #f6f4ff;
	border: 1px solid #654ebb;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #today {
	background: #654ebb;
	color:#f6f4ff;
	font-weight:bold;
}
#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}
#wp-calendar a:hover {
	color:#ff9933;
	background-color:#f6f4ff;
}


/******************************************************************
 * SUBSCRIBE - POST BODY
 ******************************************************************/
.subscribe-to-ctr-blog {
	overflow:hidden;
	clear:both;
	zoom:1;
margin: 10px 0;
}
.subscribe-to-ctr-blog a {
	float:left;
}
.subscribe-to-ctr-blog a.subscribe-text {
	font-weight:bold;
	float:left;
	margin: 7px 0 0 5px;
}


/******************************************************************
 * SUBSCRIBE - SIDEBAR
 ******************************************************************/
.sb-subscribe-to-feed a {
	display:block;
	margin-bottom: 4px;
}
.sb-subscribe-to-feed a img {
	border:0;
}

/******************************************************************
 * GOOGLE ADSENSE
 ******************************************************************/
.adsense-480x60 {
margin: 20px 30px 30px;
}

/******************************************************************
 * SUPPORT CTR
 ******************************************************************/
.support-ctr {
	background:#f6f4ff;
	border: 1px solid #654ebb;
}
.support-ctr p{
	margin:5px 20px;
}

/******************************************************************
 * INDIVIDUAL PAGE STYLES
 ******************************************************************/
#sitemap,
#sitemap ul {
	list-style-type:none;
	padding:0;
}
#sitemap ul {
	padding:5px 0 0 15px;
}