/*
Theme Name: Urban Exploring theme
Theme URI: http://www.urban-exploring.com
Description: Urban Exploring theme based on the 2 Column Fixed - Menu Left by Will Healey
Author: Richard Jungschläger
Author URI: http://www.urban-exploring.com


/*-----------Block Level Elements--------------*/

Body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black url('');
	color: gray;
	background: url('images/bg.gif');
}


#page {
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background-position: center; 
	height: 120px;
	background: url('images/header.gif');
}

#headerimg {

}

.description {

}

#wrapper {
	width: 100%;
}

#content {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	width: 500px;
	border: 1px solid #dadada;
}

#bhl {
	border-bottom: 1px solid #dadada;
}

#sidebar {
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 0px;
	width: 150px;
	border: 1px solid #dadada;
}

#footer {
	clear: both;
	background: #414141;
	width: 678px;
	border-left: 1px solid #dadada;	
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding-top: 8px;
	padding-bottom: 0px;
	height: 25px;
	text-align: center;
}

#title{
	background: #414141;
	width: 678px;
	border-left: 1px solid #dadada;	
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	height: 25px;
	text-align: center;
}


/*-------------Richards Elements-------------*/

#centerwrap{	
	width: 689px;
	border-left: 1px solid #dadada;	
	border-right: 1px solid #dadada;
	padding-left: 9px;
	background: black;
}

#footer table{
	border: 1px solid #414141;
}

#graphicfooter{
	background: url('images/footer.gif');
	background-position: center; 
	height: 30px;
}

#comment textarea {
	width: 500px;
}

#sidebar input {
	width: 145px;
}

#content textarea {
	width: 500px;
	height: 60px;
}

#comment textarea {
	width: 300px;
}

a{
	color: #339999;
	font-weight: bold;
	text-decoration: none;
}

#footer a{
	font-weight: normal;
}

.thumb {
	float: right;
	padding: 1px 1px 1px 1px;
	border: 1px solid gray;
width: 102px;
height: 69px;
margin-left: 5px;
}

.post-teaser {
    padding-bottom: 1em;
    padding-right: 5px;
	text-align: right;
}


/*for protruding thumb*/

.entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*  ---------------------------- code here only not read by IEX ----------------------------  */

html>body 	#content {margin-right: 10px;}
 



/*-------------Headings-------------*/

h1 {
	font: 140% verdana,arial,helvetica,sans-serif;
	color: #339999;
	margin-top: 10px;}

h2 {
	margin: 5px 0 0;
	font-size: 1.6em;
	font-variant: small-caps
}

h3 {
	margin-top: 5px;
	font-size: 1.3em;
}

h4 {

}

h5 {

}




h2 a:hover, h2 a:visited, h2 a {

}


/*-------------The Post-------------*/






.post {
	border-bottom: 1px dashed #dadada;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {
	margin-left: 15px;	
}

.post .first {
	margin-left: 0px;	
}
	
.entry {
	padding-top: 5px;
	height: 100%;
}

.entrytext .postmetadata {

}

.postmetadata alt {
	background: #414141;

}

.postmetadata a {

}

.navigation {

}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style: none;
}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {
	margin-left: 20px;
}

ol.commentlist li {

}

ol.commentlist li.alt {
	background: #414141;

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}