/*
	Theme Name: Climbers - On-sight
	Theme URI: http://climbers-blog.org
	Description: Climbing 2-columns theme. Demo: http://climbersonsight.climbers-blog.org
	Version: 1.0	
	Author: OptArt
	Author URI: http://optart.pl
	Tags: orange, white, two-columns, fixed-width, custom-header

*/
* {
margin:0;
padding:0;
}

body {
background-color:#FAF9F8;
color:#8A410C;
font-family:'Tahoma','Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:11px;
text-align:left;
margin:0;
padding:0;
}
a,a:visited,a:hover {
text-decoration:none;
color:#BB723E;
}
h1 a,
.description{
	font-family:"Trebuchet MS", Verdana;
	color:#FAF8F7 !important;
}

.utw {
text-transform:lowercase;
}

#wrap {
overflow:hidden;
padding:15px 50px 0;
position:relative;
width:834px;
margin:0 auto;
background:#F6F3F1 url(images/bg.gif) center repeat-y;
}
#header_wrapper {position:relative;}
#header {
background: url(images/top.jpg) top center no-repeat;
width:1000px;
height:233px;
margin:0 auto;
padding:0;
position:relative;
left:-1px;
overflow:hidden;
z-index:100;
clear:both;
}
#header_bg_left {
position:absolute;
z-index:0;
width:50%;
left:0;
top:0;
height:233px;
background:url(images/bg.jpg);
}
#header_bg_right {
position:absolute;
z-index:0;
width:50%;
left:50%;
top:2px;;
height:231px;
background:url(images/bg2.jpg);
}
#adsense {
padding:0 0 10px;
}

#logo {
height:55px;
width:420px;
margin:121px 0 0 357px;
}

h1#blogname a {
font-size:30px;
font-weight:normal;
}

.description {
font-size:20px;
}

#content {
display:inline;
float:left;
font-size:100%;
line-height:1.6em;
width:550px;
padding:5px 0 15px;
}

#sidebar {
display:inline;
float:right;
line-height:1.5em;
padding-top:5px;
width:215px;
}

#footer {
background-image:url(images/footer.jpg);
background-position:bottom;
background-repeat:repeat-x;
clear:both;
height:60px;
padding-top:24px;
text-align:center;
}
#footer_inside {
	overflow: hidden;
	line-height: 45px;
	width:834px;
	margin:0 auto;
	color:#F6F3F1;

}
	#footer a {color:#F6F3F1 !important;}
	#footer ul {float: right;}
	#footer ul ul {display: none;}
	#footer li {
		display: inline;
		border-right: 1px solid #69674A;
		margin-right: 8px;
		padding-right: 10px;
	}
	#footer li:last-child {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	#footer p {float: left;}
		#footer p a {font-weight: bold;}

ol#commentlist {
list-style:none;
margin:15px 0 0;
padding:0;
}

.commentname {
color:#4b5ba2;
}

.commentname a {
color:#333;
font:bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
text-decoration:underline;
}

.commenttext {
background:#E9FFCE url(images/comm.png) no-repeat left top;
min-height:90px;
overflow:hidden;
}

* html .commenttext {
height:90px;
overflow:visible;
}

.commentp {
padding:20px 12px 10px 10px;
}

.commenttext p {
margin:0 0 10px;
padding:0;
}

#commentblock ol li {
margin-bottom:30px;
}

#commentblock {
margin-left:4px;
}

.gravatar {
background:url(images/grav.png) no-repeat;
display:inline;
float:left;
height:32px;
width:32px;
margin:20px 0 0 10px;
padding:8px;
}

#commentsform p {
margin-bottom:5px;
margin-top:5px;
}

a img {
border:0;
}
h3.entrytitle {padding-top:7px;}
h3.entrytitle,h3,h3 a {
display:block;
font-size:15px;
text-transform:capitalize;
color:#8A410C !important;
font-weight:bold;
}

h3.entrytitle a:hover,h3 a:hover {
text-decoration:underline;
}

.entry {
margin-top:0;
padding-bottom:10px;
padding-left:2px;
}

.entrybody img {
border:5px solid #8A410C;
}

.entrybody {

margin:0;
padding-left:10px;
text-align:justify;
}

.entrybody p {
margin-bottom:15px;
}

code {
background-color:#eee;
border:1px solid #CCC;
padding:5px;
}

.entrymeta {
margin-bottom:10px;
margin-top:3px;
color:#8A410C;
padding-left:55px;
background:url(images/post.gif) top left no-repeat;
border-bottom: 1px dotted #8A410C;
padding-bottom:11px;
height:47px;
}

h2.archives {
	background-color:#686749;
	color:#CCCCCC;
	font-style:italic;
	margin-bottom:25px;
	overflow:hidden;
	text-align:center;
}

.entrymeta-single {
color:#333;
margin-bottom:20px;
margin-top:3px;
}

#sidebar ul#feed {
list-style:none;
margin:15px 0;
padding:0;
}

#sidebar ul#feed li {
padding-bottom:3px;
padding-top:3px;
}

#sidebar ul#feed li a {
background:url(images/feed-icon-16x16.png) no-repeat left 50%;
padding-left:25px;
border-style:none;
}

.entrybody ul,.entrybody ol {
margin-bottom:10px;
margin-left:30px;
margin-top:10px;
}

.entrybody li {
padding-bottom:2px;
padding-top:2px;
}

#sidebar h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	text-transform:capitalize;
	margin:0;
	color:#0B0B0C;
	padding:20px 0 15px;
}
	#sidebar h2 span {
		padding-left:15px;
		background:url(images/h2.gif) 0 3px no-repeat;

	}
	#sidebar h2 a {
		color:#0B0B0C;
	}

.sidebarbg {
background-color:#eee;
padding:3px;
}

.scrobblersmall {
color:#ccc;
font-size:11px;
font-style:italic;
}

#sidebar p {
margin-bottom:10px;
margin-top:10px;
}

#sidebar ul {
list-style:none;
margin-bottom:5px;
}
	#sidebar ul.children {
		padding-left:20px;
	}

#sidebar ul li a {
color:#8A410C;
text-decoration:none !important;
margin:0 0 5px;
padding:5px 5px 5px 20px;
display:block;
background:#EDDED5 url(images/li.gif) 10px 10px no-repeat;
}

#sidebar ul li a:hover {
color:#69674A;
}

#searchdiv {
font-weight:700;
margin-bottom:25px;
margin-top:15px;
padding:0;
}

.adwrap,.adwrapwide,.adwrap-lu,.adwrapbutton {
background:#fff;
border-color:#d5d7d0;
border-style:solid;
border-width:1px 0;
margin:0 0 1em;
padding:4px 0;
}

.adwrap object {
height:280px;
width:336px;
}

.adwrapwide iframe,.adwrapwide object {
height:65px;
width:468px;
}

.adwrap-lu {
float:right;
width:180px;
margin:0 0 1em 1em;
}

.adwrap-lu object {
height:90px;
width:180px;
}

.adwrapbutton iframe,.adwrapbutton object {
height:150px;
width:180px;
}

table {
margin:10px;
}

td,th {
font-weight:400;
padding:3px;
}

.navigation {
clear:both;
width:830px;
margin:13px auto;
overflow:hidden;
}

.navigation a:link,.navigation a:visited {
color:#8A410C;
height:24px;
margin-right:36px;
padding-left:10px;
background:url(images/li.gif) 0 10px no-repeat;
text-decoration:none;
}

.navigation a:link,.navigation a:link span,.navigation a:visited,.navigation a:visited span {
cursor:pointer;
display:block;
float:left;
}

.navigation li {
line-height:23px;
float:left;
list-style:none;
margin:0;
}

.navigation a:hover {
color:#ccc;
}

.current_page_item a:link,.current_page_item a:visited {
color:#ccc;
}

.current_page_item a:hover {
color:#ccc;
}

.navigation ul {
list-style:none;
margin:0;
padding:0;
text-transform:uppercase;
}

blockquote {
border-left:2px solid #CADAE7;
color:#999;
font-style:italic;
padding-left:8px;
margin:0 25px;
}

h1,h2,h3,h4,#comments {
font-weight:normal;
}
h2#comments {
	padding-left:50px;
	background:url(images/form.gif) top left no-repeat;
	height:30px;
	color:#000000;
	border-bottom:1px dotted #8A410C;
	padding-top:16px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
}
h3,#commentblock h2 {
font-size:15px;
}

.entrybody a:link,.entrybody a:visited {
color:#707070;
font-weight:400;
text-decoration:underline;
}

.entrybody a:active,.entrybody a:hover {
color:#707070;
font-weight:400;
text-decoration:none;
}


ul.sociable {
clear:both;
margin:0;
padding:15px 0 10px;
list-style-type:none;
border-bottom: 1px dotted #8A410C;
}
	ul.sociable li {padding:0;}
		ul.sociable li a {text-decoration:none;}

#commentform textarea, #commentform input {
	border:1px solid #D5AB8D;
	background:#EDDED5;
}
#commentform #submit {
	border:none;
	background:none;
	text-decoration:underline;
	padding-left:25px;
	background:url(images/send.gif) 0 1px no-repeat;
	color:#000;
}

#searchsubmit {
	border:none;
	background:none;
	background:url(images/search.gif);
	text-indent:-99999px;
	width:28px;
	height:30px;
}
#photo {
	width:192px;
	height:134px;
	position:absolute;
	top:49px;
	right:13px;
}
/*RECENT MEDIA */
ul.media-list {
	overflow: hidden;
	text-align: center;
}
	ul.media-list img,
	#content ul.avatar-list img {
		display: block;
		margin: 0 auto;
		border: 2px solid #eb8003;
		padding: 1px;
	}
	ul.media-list h3 {
		border-bottom: none;
		background: url('images/bg_gallery_li_top.png') no-repeat;
		margin-bottom: 0;
		padding: 11px 5px 0;
		text-align: center;
	}
		ul.media-list h3 a {color: #e78d03;} 
	ul.media-list li {
		overflow: visible;
		float: left;
		width: 188px;
		min-height: 144px;
		background: url('images/bg_gallery_li_bottom.png') right bottom no-repeat !important;
		margin: 0 9px 8px 0 !important;
		padding: 0 6px 21px 0 !important;
	}
	ul.media-list li a {
		display:inline !important;
		background:none !important;
		padding: 0 0 10px !important;
	}
	ul.media-list dl {text-align: center;}
	dl.item-header-meta {font-size: 0.9em;}
	dl.item-header-meta dt,
	dl.item-footer-meta dt {display: none;}
	dl.item-header-meta dd {
		display: inline;
		border-right: 1px solid #7a6958;
		margin-right: 3px;
		padding-right: 5px;
	}
	dl.item-header-meta dd.last-child {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.avatar {float:left;margin-right:10px;}