/* 
Theme Name: Paper
Theme URI: http://www.dirsrc.com/wpress/
Description: A clean, modern theme made from 99% recycled paper.
Version: 1.1
Author: Damien A (DirSrc)
Author URI: http://www.dirsrc.com/
*/



/* ------ PAGE LAYOUT CODE ------ */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #999 url('images/gradient.jpg') repeat-x top;
	margin-top: 0px;
	padding: 0; 
	color: #333;
	text-align: center;
	}
	
#page {
	background: url('images/pagebg.jpg') repeat-y top;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
	}

#header {
	background: url('images/header.jpg') no-repeat bottom center;
	height: 200px;
	width: 750px;
	text-align: left;
	}
	
#footer {
	height: 120px;
	width: 750px;
	background: url('images/footer.jpg') no-repeat top;
	border: none;
	text-align: center;
	clear: both;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
.postp {
	margin: 0;
	text-align: justify;
	padding-left: 60px;
	}

.postp hr {
	display: block;
	}

.postcontain {
	width: 550px;
	margin: 0;
	}
	
#date {
	background: url('images/icons/calendar_view_month.png') no-repeat left top;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	}

hr {
	display: none;
	}

.narrowcolumn {
	float: left;
	padding: 15px 0 20px 60px;
	margin: 0px 0 0;
	width: 425px;
	
	text-align: center;
	}
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 25px 0 20px 60px;
	width: 600px;
	}

.widecolumn .post {
	margin: 0;
	}
	
.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.postmetadata {
	width: 280px;
	padding: 10px 20px 10px 20px;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	text-align: justify;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}
	
h2.pagetitle {
	font-size: 1.6em;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #555;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#fl {
	display: inline;
	margin: 0 10px 10px 10px;
 	padding: 0px;
 	width: 100px;
 	float: left;
	}

#fc {
	float: left;
	margin: 10px;
	padding: 0px;
	width: 500px;
	display: inline;
	position: relative;
	}

#fr {
	display: inline;
	position: relative;
	margin: 0 10px 10px 0px;
	padding: 0 0 0;
	width: 100px;
	float: right;
	text-align: left;
	}
	
#vcontain
{
	padding: 10px 0 0 20px;
}


/* Begin Sidebar */
#sidebar
{
	position: relative;
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 150px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 4px solid #666;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists (Special stylized non-IE bullets) */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00A6 \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#rss {
	margin-top: 20px;
	margin-left: -12px;
	position: relative;
	text-align: left;
	}
	
#rss a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
	}
	
* html #rss {
	margin: 0 0 0 0;
}


/* Begin Form Elements */

#sarea {
	clear: both;
	position: relative;
	width: 100px;
	height: 30px;
	padding: 67px 0 0 110px;
	text-align: left;
	float:left;
}
* html #sarea {
	margin: 0 0 0 0;
}
#searchbox {
	float: left;
	background-color: #FFCC00;
	width: 82px;
	margin: 0 0 0 18px;
	color: #555;
	font-size: 12px;
	border: 0;
}
#go {
	padding-top: 5px;
	padding-left: 20px;
	width: 70px;
}


#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* ------ TEXT STYLING ------ */

a, h2 a:hover, h3 a:hover {
	color: #555;
	text-decoration: none;
	}

a:hover {
	color: #444;
	text-decoration: underline;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.postinfo {
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 25px;
	}

#sidebar h2 {
	background: url(images/titlebox.jpg) no-repeat;
	font-size: 14px;
	width: 130px;
	height: 40px;
	text-align: left;
	padding: 10px 0 0 15px;
	margin-bottom: -10px;
	}

.entry p a:visited {
	color: #666;
	}
#titles {
	position: relative;
	width: 450px;
	height: 150px;
	text-align: center;
	float: left;
}

.btitle {
	font-weight: bold;
	font-size: 22px;
	padding-top: 50px;
	padding-left: 0px;
	color: #444;
	}
	
.btitle a {
	text-decoration: none;
	color: #444;
	}

.stitle {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 0px;
	color: #444;
	}