/*
Theme Name:　DENBUN RED SPIDER
Version: 1.0
Description: Simple 2 column AdSense theme. Theme Design by <a href="http://denbunbo.info/">DENBUNBO.INFO</a>.
Theme URI: http://denbunbo.info
Author: denbun
Author URI: http://denbunbo.info
*/

html {
	font: 0.8em Arial, Verdana, 'Helvetica', sans-serif, Osaka;
	background: #FFFFFF url(images/back.jpg) repeat-y center;
	margin: 0px auto;
}

body {
	font: 0.8em Arial, Verdana, 'Helvetica', sans-serif, Osaka;
	background: url(images/topbar.jpg) no-repeat center top;
	margin: 0px auto;
        padding-top:-40px;
}

#box {
	width: 800px;
	margin: 0 auto;
/*	background: #ffffff; */
}

#header {
        background: transparent;
	width: 100%;
	height: 150px;
	_height: 150px;
}

#wrapper {
	width: 800px;
}

#content {
	float: left;
	width: 550px !important;
        margin-top: 45px;
}

#sidebar {
        background: #FFFFFF;
	width: 220px;
        padding:5px;
	margin: 0px 0px 40px 0px;
	float: right;
}

#footer {
	background: #B52821;
	color: #FFFFFF;
        font-size: 12px;
	text-align: center;
	height: 45px;
	margin-bottom: 10px;
	clear: both;	
}

p {
        padding-top: 5px;
        margin: 10px 0 10px 0;
}

#footer a {
	color: #FFFFFF;
        font-size: 12px;
	text-decoration:none;
}

#footer a:hover {
	color: #b3b3b3;
	text-decoration:underline;
}


a {
	color: #423434;
	text-decoration: none;
    outline: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	outline: none;
	font-weight: normal;
}






/*------------- HEADINGS -------------*/

#headerbanner {
        margin-left: 20px;
	padding-top: 40px;
}

#headerbanner p, #headerbanner p a {
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 30px;
}

h1, h1 a {
	color: #ffffff;
	margin-top: 0px;
	font-size: 28px;
	margin-bottom: 0px;
}

h1 a:hover {
	background: #423434;	
	color: #ffffff;

}

/*
.description {
        color: #e6e6e6;
	font-size: 14px;
        margin-top: 10px;
}
*/

#headerbanner h2 {
        color: #e6e6e6;
	font-size: 14px;
        margin-top: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 0px;	

}






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


h2, h2 a:visited, h2 a { 
        color: #B52821;
	margin-bottom: 5px;	
}

h2 a:hover {
	background: #423434;	
	color: #ffffff;
}

.post {
	margin-bottom: 40px;	
	margin-top: 40px;	
	clear: both;
}

.post img {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
	border-color: #000000;
}

.post li {
	list-style-type:square;
}

.entry {
	line-height: 150%;
	text-align: justify;
	
}

.post li a, .entry a {
	color: #545454;
	text-decoration: underline;
}

.post li a:hover, .entry a:hover {
	background: #423434;
	color: #ffffff;
	text-decoration: none;
}

.entrytext  {
	line-height: 150%;
	display: block;
	clear: both;
	
}

.entrytext p {
	width: 500px;
	
}

.postmetadata, .postmetaedit {
        width: 500px;
	padding: 3px;
	font-size: 0.9em;
	color: #ffffff;
	background: #B52821;
}

.postmetadata a{
	color: #e9e9e9;
	text-decoration: underline;
}

.postmetaedit {
	background: transparent;
}

.postmetaedit a:hover {
	background: transparent;
	text-decoration: underline;
}

img, a img {
	margin: 5px;
	display: inline;
}






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


#sidebar ul {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

#sidebar ul h2 {
	color: #423434;
	font-size: 16px;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}

#sidebar ul li {
	list-style-type:none;
	text-align:left;
}

#sidebar ul ul {
	margin-bottom: 15px;
}

#sidebar ul ul li {
	line-height: 26px;
	border-bottom: 1px solid #dbdbdb;
	display: block;
}

#sidebar ul ul ul {
	margin: 0px;
	border-top: 1px solid #dbdbdb;
}

#sidebar ul ul ul li {
	margin-left: 15px;
	padding-left: 15px;
	line-height: 26px;
	background: url(images/sub.gif) no-repeat left;
}

#sidebar li a {
	display: block;
}

#sidebar li a:hover {
	display: block;
	background: #cccccc;
	color: #ffffff;
	text-decoration: none;
}

#sidebar a {
	background: #B52821;
	color: #FFFFFF;
	padding: 0 5px 0 5px ;
}





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


ol.commentlist {
	margin-bottom: 50px;
}

#author, #email, #url {
	background: #f6f6f6;
	border: 1px solid #857373;
	padding-left: 5px;
}

#comment {
	width: 450px;
	background: #f6f6f6;
	border: 1px solid #857373;
	padding: 5px;
}

#commentform {
	margin-left: 20px;
}

.commentauthor, .commentauthor  a {
	font-size: 12px;
	font-weight: bold;
	display:block;
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	padding: 10px;
	width: 400px;
}

ol.commentlist ol {
	font-weight: bold;
}

ol.commentlist li.alt {
	background: #f5f5f5;
}




/*-------------- SEARCH FORM -------------*/

#searchform {
	margin-bottom: 15px;
}

#searchform input {
	background: #f6f6f6;
	border-top: 2px solid #B52821;
	border-right: 1px solid #B52821;
	border-bottom: 1px solid #B52821;
	border-left: 2px solid #B52821;
	padding-left: 5px;
}

#searchform #s {
	width: 210px;

}

#searchform #searchsubmit {
	border-top: 2px solid #B52821;
	border-right: 1px solid #B52821;
	border-bottom: 1px solid #B52821;
	border-left: 2px solid #B52821;	
}




/*------------- CALENDAR -----------------*/

#wp-calendar {
	width: 100%;
	color: #8c8c8c;
	margin-bottom: 20px;
}

#wp-calendar th {
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	color: #000000;
}

#wp-calendar a {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#wp-calendar a:hover {
	color: #898989;
	font-weight: bold;
	background: #423434;
	padding: 0px !important;
	
}

#prev a,  #next a {
	margin: 10px;
}

#wp-calendar caption {
	color: #000000;
	margin: 10px;
	font-size: 1.1em;
}




/*------------- OTHER ------------------*/

hr {
	display: none;
}


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

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/*
#body_content {position: absolute;left: -10000px;};
*/

/*Adsense*/

#adsunit {
        width: 540px;
        margin: 0 0 10px 20px;
}

#ads200 {
        width: 450px;
        margin: 0 0 10px 20px;
}

#ads300 {
       float:left;
       width:310px;
       height:260px;
       margin-top:8px;
       clear:right;
}

#adsBottom468 {
       margin-top:20px;
}

#ads728 {
       text-align: center;
       margin-bottom: 15px;
}