/*
Theme Name: Paper
Theme URI: http://secretsushi.com/
Description: Custom theme made for Paper by SecretSushi
Version: 1.0
Author: Secret Sushi
Author URI: http://secretsushi.com/
*/


/* LINKS */

a {
	color:#376168;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

.navigation li a {
	color:#FFF;
	font-weight:bold;
}

#footer .navigation li a {
	color:#2d2023;
}

.navigation li a:hover,
.navigation li.current_page_item a,
#footer .navigation li a:hover,
#footer .navigation li.current_page_item a {
	color:#d48008;
	text-decoration: none;
}

.subscribe a {
	color:#376168;
}

#footer_subscribe a {
	color:#FFF;
}

.subscribe a:hover, #footer_subscribe a:hover {
	text-decoration: none;
}

#sidebar a {
	color:#2d2023;
}

#sidebar p.blurb {
	padding: 15px;
	background-image: url('images/about_back.png');
	margin: 0px 0 40px 0;
}

#sidebar p.blurb a {
	text-decoration:underline;
}

#sidebar p.blurb a:hover {
	text-decoration:none;
}

p.comment_policy {
	padding: 15px;
	background-image: url('images/about_back.png');
	margin: 0px 0 20px 60px;
}

p.comment_policy a {
	text-decoration:underline;
	color: #2d2023;
}

p.comment_policy a:hover {
	text-decoration:none;
}

.copyright {
	font-style: italic;
	margin-bottom: 20px;
}

.copyright a {
	color: #8a8384;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}

.comment_bubble a {
	color:#FFF;
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:4px 0 0 3px;
	text-align:center;
}    

/* GENERAL */

body {
	background:#FFF;
	color:#2d2023;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
}

h1 {
	font-size:18px;
}

h2, h2 a {
	color:#2d2023;
	font-size:19px;
	font-weight:bold;
	line-height: 30px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom: 23px;
}

h4 {
	color:#376168;
	font-size:19px;
}

.entry p {
	line-height: 25px;
}

.entry h1 {
	font-size: 19px;
}

.entry h2 {
	font-size: 19px;
	color: #8c8587;
}

.entry h3 {
	font-size: 15px;
	font-weight: bold;
	color: #8c8587;
	margin: 15px 0px;
}

.entry h4 {
	font-size: 15px;
	font-weight: normal;
	color: #8c8587;
}

.entry ol {
	padding-left: 36px;
}


.entry ul {
	list-style: none;
	padding-left: 20px;
}

.entry ul li {
	padding:0 0 0 15px;
	margin: 0;
	background:url('images/bullet.png') 0px 9px no-repeat;
}

.entry img {
	background-color: white;
	padding:4px;
}

.entry img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.entry img.alignright {
	margin:0 0 2px 15px;
	display:inline;
}

.entry img.alignleft {
	margin:0 15px 2px 0;
	display:inline;
}

div.hr {
	background:#2d2023;
	height:1px;
	font-size:0px;
	overflow:hidden;
	clear: both;
	margin-top: 20px;
}

#header {
	background:#2d2023 url('images/header_stamp.png') no-repeat bottom center;
	min-height:118px;
}

#header_content {
	margin:auto;
	position:relative;
	width:970px;
}

.navigation {
	color:#FFF;
	list-style:none;
	margin:0 0 0 60px;
	padding:0;
}
	.navigation li {
		float:left;
		padding:5px 20px 5px 0;
	}

#header_logo {
	left:20px;
	margin:0;
	position:relative;
	top:50px;
    height:44px;
    text-indent:-9999px;
	width:233px;
	display: block;
}

#header_logo a {
	/* image replacement */
	background:url('images/logo.png') 0px 0px no-repeat;
	height:44px;
	text-indent:-9999px;
	width:233px;
	display: block;
}

#header_logo a:hover {
	/* image replacement */
	background:url('images/logo.png') 0px -44px no-repeat;
	height:44px;
	text-indent:-9999px;
	width:233px;
	display: block;
}

#header .navigation {
	font-size:19px;
	font-weight:bold;
	left:340px;
	margin:15px 0 0;
	position:relative;
	width:589px;
}

#header_subscribe {
	background:url('images/subscribe_fold.png') bottom right no-repeat #FFF;
	font-size:15px;
	font-weight:bold;
	right:20px;
	padding:16px;
	position:absolute;
}
	.subscribe a {
		background-image:url('images/rss.png');
		background-position: right 0px;
		padding-right: 33px;
		background-repeat: no-repeat;
	}

#container {
	background:url('images/background.jpg');
}

#content_container {
	background:url('images/background_line.gif');
	background-repeat: repeat-y;
	background-position: 300px 0px;
	margin:auto;
	width:970px;
}

.content_endcap {
	background:url('images/content_endcap.png') top left repeat-x;
	height:5px;
	margin: 0px auto;
}

#sidebar {
	float:left;
	padding:35px 40px 40px 20px;
	width:240px;
}
	#sidebar p {

	}
	#sidebar ul {
		margin:0 0;
	}
	#sidebar ul li {
		padding: 0;
		margin: 0;
	}
	#sidebar ul ul {
		margin:0;
	}
		#sidebar ul ul li {
			padding:0 0 0 15px;
			margin: 0;
			background:url('images/bullet.png') 0px 9px no-repeat;
		}
		#sidebar ul ul li.cat-item {
			background:url('images/sidebar_bullet.png') 0px 9px no-repeat;
		}
	#sidebar h2 {
		margin: 37px 0 15px 0;
		color: #92a6aa;
		font-weight: bold;
		font-size: 15px;
	}
#content {
	float:left;
	padding:32px 20px 40px 40px;
	width:609px;
}
	.archive #content {
		padding:14px 20px 40px 40px;
	}
	
	.category #content,
	.single #content {
		padding:14px 20px 40px 40px;
	}
	
	.search .post {
		margin-bottom: 30px;
	}
	
	.page #content {
		min-height:inherit;
		padding:14px 160px 45px 60px;
		width:750px;
	}

	.page #content_container {
		background: transparent;
	}
	.page .tweetmeme_button {
		display:none;
	}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
}

#footer {
	font-size:15px;
	margin:auto;
	width:auto;
	min-width: 970px;
	background-color: white;
}
	#footer_container {
	margin:0px auto;
	width: 970px;	
	}

	#footer_left {
		border:1px solid #5f5558;
		border-width:0 1px 0 0;
		margin:30px 0 30px 20px;
		color: #8a8384;
		width: 507px;
	}
	#footer_left,
	#footer_right,
	#footer_left img,
	#footer_left p {
		float:left;
	}
	#footer_left p {
			margin:0 0 0 19px;
			width:390px;
	}

#footer_right {
	margin:30px 20px 30px 27px;
	position:relative;
	width:393px;
}
#footer .navigation {
	font-size:19px;
	font-weight:bold;
	margin:0 0 0 3px;
	line-height: 30px;
}

#footer_subscribe {
	background:url('images/subscribe_footer.png') top left no-repeat;
	font-size:15px;
	font-weight:bold;
	height:92px;
	padding:20px 25px;
	width:343px;
}
	#footer_subscribe form {
		margin:10px 0 0 0;
	}
	#footer_subscribe input {
		width:289px;
		line-height: 32px;
	}
	

.forminput {
	background:url('images/subscribe_input.png') top left repeat-x;
	border:0;
	font-size:15px;
	height:32px;
	line-height:32px;
	padding:0 5px;
	vertical-align:top;
}

#search_input {
	width:186px;
	line-height:32px;
}



.go_button {
	background:url('images/go_button.png') top left repeat-x;
	border:0;
	cursor:pointer;
	height:32px;
	width:44px;
	font-size:0;
}

.go_button:hover {
	background:url('images/go_button.png') 0px -32px repeat-x;
	border:0;
	cursor:pointer;
	height:32px;
	width:44px;
	font-size:0;
}


.post {
	margin: 16px 0px 20px 60px;
	position:relative;
	width:549px;
}

.share_this {
	margin:10px 0 0 0;
	float: left;
	background: transparent;
	width: 130px;
}

.share_this a {
	color: #5c5255;
	font-family: Tahoma, Geneva, sans-serif;
}

.tweetmeme {
	margin:11px 0 0 0;
	float: left;
	background: transparent;
	width: 101px;
	margin-right: 5px;
}

.side_comment {
	font-style: italic;
}

#sidebar .side_comment_author a, #sidebar .side_comment_author a:link {
color: #376168;
font-weight: normal;
display: block;
margin-bottom: 23px;
text-align: right;
}

#sidebar .side_comment_author a span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #92a7aa;
}

#sidebar ul li#get-recent-comments ul li {
	padding-left: 0px;
	margin-left: 0px;
	background: transparent;
	list-style: none;
}


.entry {
	margin: 24px 0 27px 0;
}

a.read_more {
	background:url('images/read_more.png') top left no-repeat;
	color:#FFF;
	display:block;
	float:right;
	height:34px;
	margin:15px 0 25px 0;
	text-indent:-9999px;
	width:115px;
}
a:hover.read_more {
	background:url('images/read_more.png') 0px -34px no-repeat;
	color:#FFF;
	display:block;
	float:right;
	height:34px;
	margin:15px 0 25px 0;
	text-indent:-9999px;
	width:115px;
}

	.read_more .text {
		font-weight:bold;
		margin:3px 0 0 3px;
		text-align:center;
	}

.comment_bubble {
	background:url('images/comment_bubble.png') top left no-repeat;
	float:right;
	height:42px;
	width:63px;
	margin-top: 5px;
}

.post_date {
	background:url('images/post_date_bg.png') repeat-x;
	color:#376168;
	height:32px;
	line-height:1em;
	left:-60px;
	padding:0;
	position:absolute;
	top:5px;
	width:44px;
}
.post_date span {
	display:block;
	font-size:10px;
	font-weight:bold;
	padding:2px 0 0 15px;
	text-align:center;
}
	.post_date .month {
		text-transform:uppercase;
	}
	.post_date .date {
		font-size:15px;
		line-height:11px;
		padding:0px 0 0 15px;
		margin-top: -1px;
	}

.nav_image_left {
	vertical-align:top;
	
}

.nav_image_right {
	vertical-align:top;
}

#older_posts a {
	color: #2d2023;
	text-decoration: none;
	background-image: url('images/older_posts.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 24px;
	display: block;
	padding-left: 30px;
	margin-top: 0px;
}

#older_posts a:hover {
	color: #2d2023;
	text-decoration: none;
	background-image: url('images/older_posts.png');
	background-repeat: no-repeat;
	background-position: left -24px;
	height: 24px;
}

#newer_posts a {
	color: #2d2023;
	text-decoration: none;
	background-image: url('images/newer_posts.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 24px;
	display: block;
	padding-right: 30px;
	margin-top: 0px;
}

#newer_posts a:hover {
	color: #2d2023;
	text-decoration: none;
	background-image: url('images/newer_posts.png');
	background-repeat: no-repeat;
	background-position: right -24px;
	height: 24px;
}

.dsq-brlink,
.commentlist,
#comments,
#respond,
#disqus_thread {
	margin:10px 0 40px 60px;
}

.inputValueSwap {
	color:#7f7778;
	font-style:italic;
}

#header_recent_comments {
	/* image replacement */
	background:url('images/header_recent_comments.png') top left no-repeat;
    height:25px;
	text-indent:-9999px;
	width:147px;
	background-repeat: no-repeat;
	background-position: -1px 3px;
}

#header_recent_blog_posts {
	margin:0;

	/* image replacement */
	background:url('images/header_recent_posts.png') top left no-repeat;
    height:25px;
	text-indent:-9999px;
	width:118px;
	background-repeat: no-repeat;
	background-position: -1px 3px;
}

#header_categories {
	/* image replacement */
	background:url('images/header_categories.png') top left no-repeat;
    height:25px;
	text-indent:-9999px;
	width:72px;
	background-repeat: no-repeat;
	background-position: -1px 3px;
}

#header_archives {
	/* image replacement */
	background:url('images/header_archives.png') top left no-repeat;
    height:25px;
	text-indent:-9999px;
	width:72px;
	background-repeat: no-repeat;
	background-position: -1px 3px;
}

#header_searchresults  {
	margin:0;
	/* image replacement */
	background:url('images/header_searchresults.png') top left no-repeat;
    height:25px;
	text-indent:-9999px;
	width:118px;
	background-repeat: no-repeat;
	background-position: -1px 3px;
}

#footer h2 {
	margin: 16px 0 7px 0;
	color: #376168;
	font-weight: bold;
	font-size: 15px;
}

#header_navigation  {
	/* image replacement */
	background:url('images/header_navigation.png') top left no-repeat;
    height:25px;
	text-indent:-9999px;
	width:118px;
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
