/*  
Theme Name: PhotoMocha Dark Grey
Theme URI: http://StrongMocha/theme/
Description: A clean, minimalist PhotoBlog theme
Version: 1.0
Author: Thorsten Meyer
Author URI: http://strongmoch.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#333333 repeat-x;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial, Georgia;
	color: #333333;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:99em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding:3em 1em;
}
/* footer area */
#footer {
	clear: both;
	background:#333333;
	color: #999999;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
}
#footer a, #footer a:visited {
	color: #999999;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #999999;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background:#333333;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background:#333333;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background:#333333;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 960px;
	color: #999999;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #00000;
}
.rss {
	background:#333333;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background:#333333;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: "Trebuchet MS", Tahoma, Arial, Georgia, Times New Roman, Times, serif;
	font-size:2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#999999;
}
#header h1 a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#header p{
	color:#999999;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#999999;
}
.entrytitle h2 a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.entrytitle h3{
	font-size:1.8em;
	color:#999999;
}
#sidebar h3{
	font-size:1.5em;
	margin:1em 0;
	color: #666666;
	overflow: hidden;
}

/* header area */
#header {
	background: url(/images/PhotoMocha.jpg) no-repeat;
	height: 20px;
	position: relative;
	font-size: 17px;
}
#headerimg {
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 10px;
	bottom: 3px;
	color: #999999;
	font-size: 14px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#999999;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#999999;
	text-decoration:none;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}
