/*
	Theme Name: Pulptoon
	Theme URI: http://www.pulptoon.com
	Description: Design for Pulp Art Web Site
	Version: 1.0
	Author: The Administrator & Canniblonde
	Author URI: http://pulptoon.com
*/

/* RESET 
---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0}
body{font-family:Arial, Helvetica, sans-serif;font-size:62.5%;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
/* STRUCTURE
---------------------------------------*/
body
	{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: #39061c url(images/bg_n.png) repeat-y center;
	color: #000;
	font: 11px/15px Arial, Helvetica, sans-serif;
	}
#header-container
	{
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	background: url(images/header.png) no-repeat top left;
	height: 146px;
	width:1024px;
	padding: 25px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
}

#header-upcoming
	{
	background: url(images/upcoming.png) no-repeat left top;  
	height: 123px;
	width: 249px;
	margin: 0px 0px 0px 748px;
	padding: 0px 0px 0px 48px;
	}
#container {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
}

#content-container {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#content {
	width:490px;
	text-align: left;
	border-left: 2px solid #03516a;
	border-right: 2px solid #03516a;
	margin: 0px 0px 65px 220px;
	padding: 0px 11px 20px 11px;
}
#content-page {
	width:735px;
	text-align: left;
	border-left: 2px solid #03516a;
	border-right: 2px solid #03516a;
	margin: 0px 0px 65px 230px;
	padding: 0px 11px 20px 11px;
}

#sidebar-left
	{
	float:left;
	overflow:hidden;
	width:181px;
	margin: 0px 0px 0px 34px;
	padding: 0px 0px 12px 0px;
	}
#sidebar-right
	{
	float:right;
	width:252px;
	overflow:hidden;
	background: url(images/recent_features.png) no-repeat left top;
	text-align: justify;
	margin: 0px 24px 20px 0px;
	padding:22px 0px 0px 0px;
	}
#footer-container
	{
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	}

#footer {
	clear: both;
	text-align: center;
	height: 65px;
	background: url(images/footer.png) no-repeat;
	width: 1020px;
	color: #ffffff;
}

#footer p{
	padding: 20px;
	margin:0px;
}






/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:10px 0;
	margin:10px 10px 0 10px;
	border:1px solid #ddd;
	}
.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	font-size:8px;
	padding-top:10px !important;
	padding-bottom:10px !important;
	margin:15px 0px 10px 0px; !important;
	border-top:1px solid #2b6610;
	border-bottom:1px solid #2b6610;
	}
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 20px 0 0px;
	}
h1
	{
	font-size:2em;
	background:url(images/logo.jpg) 5px 5px no-repeat;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
	}
h2
	{
	font-size:1.8em;
	}
h3
	{
	font-size:1.6em;
	}
h4
	{
	font-size:1.4em;
	}
h5
	{
	font-size:1.2em;
	}
h6
	{
	font-size:1em;
	}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content small
	{
	padding: 10px 0px 0px 0px;
	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:60px;
}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.aligncenter 
	{
	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;
	margin-left:10px;
	}
.alignleft
	{
	float:left;
	margin-right:10px;
	}
/* LISTS
----------------------------------------*/
ul
	{
	list-style:none;
	margin:5px 0 0 0;
font-size:10pt;
	}
ol
	{
	list-style:decimal;
	margin:5px 0 0 0;
	}
li
	{
	margin-left:10px;
	padding:0;
	}
dl
	{
	margin-left:20px;
	}
dt
	{
	margin-left:10px;
	}
dd
	{
	margin-left:20px;
	}
#content ul
	{
	list-style:outside square;
	margin:5px 0 5px 30px;
	}
#content ol
	{
	margin:5px 0 5px 30px;
	}
#content li
	{
	margin-left:20px;
	padding:10px;
	}
.inline ul
	{
	margin:0;
	padding:0;
	}
.inline li
	{
	display:inline;
	list-style-type:none;
	padding:10px;
	margin:0;
	}
ul#menu 
 	{
 	float:left;
   	list-style-type:none;
   	text-align:left;
	padding:0;
	margin:0;
	margin-top:20px;
 	}
ul#menu a
 	{
   	background-color:#008080;
   	padding:5px;
   	height:auto;
   	color:#fff;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
 	}
ul#menu li 
 	{
   	display:inline;
   	text-align:center;
	margin:0;
	padding:0;
 	}
ul#menu li.first 
 	{
   	display:inline;
   	text-align:center;
	margin:0 0 0 10px;
	padding:0;
 	}
ul#menu a:hover, ul#menu a:focus, ul#menu a:active 
 	{
   	background-color:#000080;
   	color:#fff;
 	}
ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,
ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active 
 	{
   	background-color:#005080;
   	color:#fff;
   	cursor:default;
   	text-align:left;
 	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#008080;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#000080;
	text-decoration:underline;
	}
/* FORMS
---------------------------------------*/
#searchform 
	{
	padding:0 0 0 0px;
	text-align:left;
	}
#searchform #s 
	{
	width:125px;
	padding:2px 2px 2px 0px;
	margin-top:20px;
	background:#f1f1f1 url(images/search.jpg) 5px 5px no-repeat;
	color:#000;
	border:1px solid #ccc;
	}
#searchsubmit 
	{
	padding:1px;
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
form textarea
	{
	width:487px;
	border:1px solid #ddd;
	padding:0;
	margin-right:10px;
	color:#000;
	background:#f1f1f1;
	}
form input
	{
	border:1px solid #ddd;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	}
form input submit
	{
	margin:10px 0;
	}
form input:focus, form textarea:focus
	{
	color:#000;
	background:#fff;
	}
form p
	{
	margin:0;
	}
/* MISCELLANEOUS
---------------------------------------*/
.hidden
	{
	display:none;
	}
.clear
	{
	clear:both;
	}
.center
	{
	text-align:center;
	}
.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation,  
	{

	}
.navigation-right 
	{
	text-align:left;
	background: url(images/next.png) no-repeat left top;
	}
.navigation-left
	{
	text-align:left;

	}
code
	{
	font-size:1.4em;
	}
blockquote
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
cite
	{
	margin:0px 0px 10px 0px;
	}
/* PAGENAVI
---------------------------------------*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 
	{
	color:#008080 !important;
	background:transparent !important;
	}
.wp-pagenavi a:hover 
	{
	color:#000080 !important;
	background:transparent !important;
	}
.wp-pagenavi span.pages 
	{
	background:transparent !important;
	}
.wp-pagenavi span.current 
	{
	background:transparent !important;
	}
.wp-pagenavi span.extend 
	{
	background:transparent !important;
	}
/* COMMENTS
---------------------------------------*/
.commentlist li .avatar
	{ 
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:2px 2px 2px 2px;
	background:#fff;
	color:#000;
	}
.commentlist li
	{
	list-style:decimal;
	margin:10px;
	border:1px solid #03516a;
	background:#edf2eb;
	padding:0px 4px 4px 4px;
	}
.commentlist .alt
	{
	background:#edf2eb;
	color:#000;
	border:1px solid #8a331e;
	}
.commentlist li p 
	{
	color:#000;
	margin:4px 10px 4px 10px;
	padding:4px 10px 4px 10px;
	}


	
/* navigation column */
span.navblock {
	float: left;
	padding: 0px;
	background: url(images/nav_bg.png) no-repeat;
	width: 181px;
	height: 292px;
margin-bottom:12px;
}

/* nav image settings */
.navblock img {float:left; margin:0px; border: none}
.navblock a img {float:left; margin:0px; border: none}


/* forum column */
span.forum {
	float: left;
	padding: 0px;
	width: 181px;
	height: 800px;
	border: 1pt #2b6610; 
	white-space: normal;
	display: block;
}
span.forum2 {
	float: left;
	padding: 0px;
	background: url(images/nav_bg.png) no-repeat;
	background-position: left top;
	width: 181px;
	height: 291px;
	border: 1pt #2b6610; 
	white-space: normal;
	display: block;
}

/* search */
rss {
	background: url(images/search.png) no-repeat;
	background-position: left top;

}

/* feature */
#content p{
	font-size: 10pt;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}
#content h2{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px px;
}
span.titlenew {
	float: left;
	padding: 8px 8px 4px 48px;
	margin-bottom: 8px;
	border: 1px solid #8a331e; 
	background: #edf2eb url(images/new.png) no-repeat;
	background-position: left top;
	color: #000;
	width: 432px;
	white-space: normal;
	display: block;
	font-weight: bold !important;
}
span.titleplain {
	float: left;
	padding: 8px 8px 8px 8px;
	margin-bottom: 8px;
	border-top: 1px solid #8a331e; 
	border-bottom: 1px solid #8a331e; 
	border-right: 1px solid #8a331e; 
	border-left: 4px solid #b94512; 
	background: #edf2eb;
	color: #000;
	width: 468px;
	white-space: normal;
	display: block;
	font-weight: bold;
}
span.titleside a {
	float: left;
	text-align: left;
	padding: 4px 4px 4px 4px;
	margin-bottom: 12px;
	border-top: 1px solid #8a331e; 
	border-bottom: 1px solid #8a331e; 
	border-right: 1px solid #8a331e; 
	border-left: 4px solid #b94512; 
	background: #edf2eb;
	color: #000;
	width: 233px;
	white-space: normal;
	display: block;
	font-weight: bold;
}
span.titlepage a {
	float: left;
	text-align: left;
	padding: 8px 8px 8px 8px;
	margin-bottom: 12px;
	border-top: 1px solid #8a331e; 
	border-bottom: 1px solid #8a331e; 
	border-right: 1px solid #8a331e; 
	border-left: 4px solid #b94512; 
	background: #edf2eb;
	color: #000;
	width: 715px;
	white-space: normal;
	display: block;
	font-weight: bold;
font-size:18pt;
}
.entrytitle h2 a, .entrytitle h2 a:visited {
	font-size: 18pt;
	line-height: 20pt;
	color: #000;
	text-align: left;
	font-weight: bold !important;
	text-decoration:none;
}
.entrytitle h2 a:hover {
	font-size: 18pt;
	color: #000;
}
.entrytitle lil, .entrytitle lil a, .entrytitle lil a:visited, .entrytitle lil a:hover {
	font-size: 10pt;
	color: #000;
	text-align: left;
	text-decoration:none;
}
.entrybody {
	margin-bottom: 35px;
}
.entrybody span.text {
	padding: 8px 8px 10px 8px;
	margin-top: 8px;
	margin-bottom: 10px;
	background: #edf2eb;
	width: 400px;
	border: 1pt #8a331e; 
	white-space: normal;
	display: block;
	font-size: 10pt;
	color: #666;
	text-align: left;
}
.entrybody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.entrybody ol{
	margin-left:30px;
	padding-left:0px;
}
.entrybody ul li {
	list-style:square;

}
tags {
	padding-left: 20px;
	margin-top: 8px;
	color: #000;
	font-size: 10px;
	margin-bottom: 10px;
}
tags a {
	margin-top: 8px;
	color: #2b6610;
	font-size: 10px;
}
a, a:visited{
	color: #8a331e;
	text-decoration:none;
}
a:hover{
	color: #2b6610;
}
h2, h3, h4 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}
comment {
	font-size:10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-image: url(images/comments.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* entry image settings */
#content img {max-width: 480px; height: auto; margin-bottom: 8px}
#content a img {max-width: 480px; height: auto; margin-bottom: 8px}
#content-page img {max-width: 715px; height: auto}
#content-page a img {max-width: 715px; height: auto}
.entrybody img.alignright {float:right; margin:0 0 8px 8px}
.entrybody img.alignleft {float:left; margin:0 8px 8px 0}
.entrybody img.aligncenter {display: block; margin-left: auto; margin-bottom: 8px; margin-right: auto}
.entrybody img {max-width: 480px; height: auto; margin-bottom: 8px; border: 0px solid #000}
.entrybody a img {max-width: 480px; height: auto; margin-bottom: 8px; border: 0px solid #000}
.entrybody a img.alignright {float:right; margin:0 0 8px 8px; border: 0px solid #000}
.entrybody a img.alignleft {float:left; margin:0 8px 8px 0; border: 0px solid #000}
.entrybody a img.aligncenter {display: block; margin-left: auto; margin-bottom: 8px; margin-right: auto; border: 0px solid #000}

.entrybody span.text img.alignright {float:right; margin:0 0 8px 8px}
.entrybody span.text img.alignleft {float:left; margin:0 8px 8px 0}
.entrybody span.text img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.entrybody span.text a img.alignright {float:right; margin:0 0 8px 8px}
.entrybody span.text a img.alignleft {float:left; margin:0 8px 8px 0}
.entrybody span.text a img.aligncenter {display: block; margin-left: auto; margin-right: auto


/* recents column */
#recent ul {
	padding-bottom: 6px;
}
.recent img.left, a img.left {
	border: 1px solid #000;
}

/* recents column on page*/
#forum-recent_page
	{
	float:right;
	width:252px;
	overflow:hidden;
	background: url(images/recent_features.png) no-repeat left top;
	text-align: justify;
	margin: 0px 24px 20px 0px;
	padding:22px 0px 0px 0px;
}
forum-recent ul {
	padding-bottom: 6px;
	display: inline;

}
forum-recent l i{
	list-style-type: none;

}

forum-recent img.left, a img.left {
	border: 1px solid #000;
}
span.titleforum a {
	float: left;
	text-align: left;
	padding: 4px 4px 4px 4px;
	margin-bottom: 12px;
	border-top: 1px solid #8a331e; 
	border-bottom: 1px solid #8a331e; 
	border-right: 1px solid #8a331e; 
	border-left: 4px solid #b94512; 
	background: #edf2eb;
	color: #000;
	width: 233px;
	white-space: normal;
	display: block;
	font-weight: bold;
}

