/* 
    Theme Name: Paper Thin
	Theme URI: http://www.sizzle-designs.com
	Description: A dark two-column grunge-style theme from <a href="http://www.sizzle-designs.com">Sizzle Designs</a>.
	Version: 1.0
	Author: Sizzle Designs
    Author URI: www.sizzle-designs.com
	Tags: black, blue, two-columns, fixed-width, right-sidebar, dark, valid XHTML, valid CSS
	
*/

/*------COLOURS-----*/

/*

Blue: #80b7ff
Black: #141414
White: #E8E8E8

/*------RESETS-----*/

* {margin:0px;padding:0px;border:none;outline:none;}

.clearer {clear:both;}

.alignleft {float:left;}

.alignright {float:right;}

.centered, .aligncenter {display:block; margin:auto; text-align:center;}

body {
	font-family:"Century Gothic";
	color:#E8E8E8;
	font-size:0.85em;
	letter-spacing:0.7px;
	line-height:20px;
	background-color:#141414;
	background-image:url(images/greypaper.jpg);
}

/*------MENU-----*/

#menu{background-color:#80b7ff;height:40px;}

#mainmenu {
	float:right;
	font-size:87%;
	list-style-image:none;
	list-style-type:none;
}

#mainmenu li {
	display:inline;
	float:left;
	margin-left:4px;
}

.page_item a {
	color:#E8E8E8;
	display:block;
	height:35px;
	line-height:35px;
	padding:5px;
	text-align:center;
	text-decoration:none;
	width:110px;
}
.page_item a:hover, .current_page_item a{	
	background-color:#141414;
	color:#80B7FF;
	height:30px;
}


/*------HEADER-----*/

#header{
	background-color:#141414;
	border-bottom:1px dashed #242424;
	border-top:1px dashed #242424;
	height:125px;
	
}


#blogtitle {
	font-weight:lighter;
	width:900px;
	margin:40px auto 5px;
}

#blogtitle a{text-decoration:none;color:#80B7FF;font-size:30px;}

#blogdesc{
	color:#80B7FF;
	font-family:Georgia;
	font-size:18px;
	font-style:italic;
	font-weight:lighter;
	margin-left:25px;
	padding-top:10px;
	padding-left:35px;
	text-align:left;
	width:900px;
	margin:auto;
}


/*------SIDEBAR------*/

#sidebar {
	float:right;
	width:240px;
}

#content #sidebar h2{color:#e8e8e8;}

.widgettitle{
	margin-bottom:8px;
	text-align:center;
}

#sidebar p{padding:8px 16px;}


#sidebar ul {
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:16px;
}

#sidebar li a {
	border-bottom:none;
}

#sidebar li a:hover, #sidebar a:hover {
	color:#2b2d26;
	background-color:#80b7ff;
}

#sidebar li{list-style-type:none!important;}

#sidebar li ul li{
	display:block;
	line-height:30px;
	padding-left:20px;
	text-decoration:none;
	color:#e8e8e8;
	border-bottom:1px dotted #80b7ff;
}

#sidebar .recentcomments{padding-left:20px;border-bottom:1px dotted #80b7ff; line-height:30px;}

#sidebar .recentcomments a{border-bottom:none;}

#sidebar a {
	text-decoration:none;
}

#thesearch{
	border-bottom:1px ridge #2B2D26;
	margin:auto;
	padding-bottom:10px;
	width:600px;
	height:35px;
}

#thesearch p{float:left;line-height:13px;text-align:right;width:300px !important;}

#searchform input {
	height:15px;
	padding:4px;
	text-align:left;
}
   
#searchform{width:280px;float:right;text-align:left;}

#search #searchform{width:200px; background-color:#ffffff;margin:25px 0;border:1px solid #80b7ff;}

/*------CONTENT-----*/

#content{width:900px; margin:auto; padding:50px 15px;clear:both;}

#maincontent {
	float:left;
	width:630px;
	text-align:justify;
	background-image:url(images/border.png);
	background-position:right;
	background-repeat:repeat-y;
	padding-right:30px;
}

#maincontent a, #content a{
	color:#80b7ff;
	border-bottom:1px dotted #80b7ff;
	text-decoration:none;
}

#maincontent a:hover, #content a:hover{
	background-color:#80b7ff;
    color:#E8E8E8;
}

#content h2{
	color:#80b7ff;
/*	height:72px;
	line-height:72px;*/
	margin:32px 0;
	text-align:center;
}

#content h3, #content h4, #content h5, #content h6{
	color:#80b7ff;
	text-align:left;
}

#maincontent p, #content p{padding-bottom:24px;}

#content li{
	list-style-position:inside;
	list-style-type: disc;
	display: list-item;
	line-height:24px;
	padding-left:16px;
}

#content li ul li{
	padding-left:24px;
}

/*-----BLOGPOSTS-----*/

#maincontent .post{clear:both; margin-bottom:32px;padding:16px;}


#maincontent .title {display:block; width:100%; margin:12px 0 4px 0; text-align:left;padding-bottom:15px;}

#maincontent .title a{
	font-size:24px;
	text-align:left;
	width:100%;
	color:#80b7ff;
	text-decoration:none;
	margin-bottom:16px;
	border-bottom:none;
}

#maincontent .title a:hover{
	border-bottom:1px dotted #80b7ff;
}


#maincontent .entrydate {
	color:#e8e8e8;
	width:220px;
	float:left;
}

#maincontent .metainfo {
	color:#80b7ff;
	font-size:87%;
}

#maincontent .entrymeta{font-size:87%; clear:both;border:1px solid #141414;color:#E8E8E8;padding:5px 10px;}

#maincontent .tags{float:left;line-height:16px;}

#maincontent .categories{float:right;width:340px; text-align:right;}

#maincontent .postcomments a {
	color:#80b7ff;
	font-style:normal;
}

.month, .day, .year, .time{color:#80b7ff;}

#maincontent .metainfo a, #maincontent .postcomments a {
	color:#80b7ff;
	text-decoration:none;
	font-style:normal;
}

#maincontent .metainfo a:hover, #maincontent .postcomments a:hover {
	background-color:#80b7ff;
        color:#000000;
}

#maincontent .navigation {
	clear:both;
	color:#80b7ff;
	padding-top:30px;
}

#maincontent .navigation a:hover {font-style:italic;}

blockquote{
font-style:normal;
margin:16px;
padding:16px;
border:1px dashed #80b7ff;}

/*-----COMMENTS -----*/


#maincontent .comments li{list-style-image:none; list-style-type:none; padding-left:0px;border-bottom:1px dashed #80b7ff; margin-bottom:16px; padding-bottom:16px;}

#maincontent .commentheading{color:#80b7ff; font-size:120%; padding:16px 0; text-align:left;margin:75px 0 50px 0;}

.gravatar {float:left; margin-bottom:16px; margin-right:16px; border:4px solid #80b7ff; height:50px; width:50px;}

.gravatar img{padding:0;}

#comments {margin-top:32px;}

.nocomments {text-align:center;}

.theactualcomment {font-size:90%;line-height:18px;}


.commentnumber {
	/*color:#80b7ff;
	float:right;
	font-size:72px;
	font-weight:bold;
	margin:18px 0 16px 0;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;	
        line-height:72px;*/
		display:none;
}

#maincontent .commentmeta {
	/*display:block;
	text-align:right;
	width:475px;
	float:right;*/
	font-style:italic;
	padding-bottom:8px;
	
}

#maincontent .commentmeta a{font-style:normal;}

#maincontent .author {
	color:#80b7ff;
}

#maincontent .author a{color:#80b7ff; border-bottom:1px dotted #80b7ff;}
#maincontent .author a:hover{font-style:italic;}

#commentform{
	margin-left:82px;
	text-align:justify;
	width:428px;
}

#commentform textarea, #commentform #url, #commentform #email, #commentform #author, #commentform #submit {
background-color:#E8E8E8;
border:1px solid #2b2d26;
}

#commentform #submit:hover{background-color:#2b2d26; color:#80b7ff;}

#respond{margin:40px 0 20px 0;}


/*------FOOTER-----*/

#footer {
	clear:both;
	color:#E8E8E8;
	font-size:80%;
	font-weight:lighter;
	text-align:center;
	height:100px;
	background-color:#141414;
	padding-top:25px;
	border-top:1px ridge #2B2D26;
}

#footer a{
	color:#80b7ff;
	border-bottom:1px dotted #80b7ff;
	text-decoration:none;
}

#footer a:hover {background-color:#80b7ff;color:#141414;}
	
#footer p{
	padding:8px;
	width:900px;
	text-align:center;
	margin:auto;
}

