/*  
Theme Name: Booyabase
Author: Martin

*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	font:11px/16px Verdana, Tahoma;
	color:#CCCCCC;
	background-color:#000000;

}

a {
	color:#CCCCCC;	
}

#content-right a {
	color:#881011;	
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #000000;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto 0 auto;
	padding:0px
}
	
#header {
	width:720px;
	height: 272px;
	background-color:#000000;
	background-image: url(img/tentacle.jpg);
}

#content {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
        background-color:#000000;
}

#left {
	float: left;
	width: 720px;
	background-color:#000000;
}

#content-left {
	padding-left: 132px;
	padding-right: 48px;
}

#content_right_wrap {
	background-image: url(img/border.jpg);
        background-repeat: repeat-y;
	background-color: #000000;
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
        padding-top:0px;
        padding-right:40px;
}

#content_right_start{
	background-image:url(img/bordertop.jpg);
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 21px;
}
#content_right {
	width: 160px;
	padding-right: 20px;
	padding-left: 20px;
}
#content_right_end{
	background-image:url(img/borderbot.jpg);
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	height: 21px;
}

#footer{
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:bold italic 24px/24px Georgia, "Times New Roman", Times, serif;
}

h1 a {
	color:#fff;
	text-decoration: none;
}

h2#blog-description {
	position: relative;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:normal 11px/11px Verdana, Tahoma;
	color: #c7532d;

}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px Verdana, Tahoma;
        color:#881011;
}

h3 {
	margin: 0 0 15px 0;
        padding-left: 20px;
	font:bold 18px/18px Verdana, Tahoma;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	color: #881011;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	top: 260px;
	right: 40px;
	float: right;
	background-image: url(img/menubar.jpg);
	background-repeat: repeat-x;
	background-position: right;
	font-size: 12px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0px;
}

.page_item  a{
	font-family: Verdana, Tahoma;
	color: #CCCCCC;
	text-decoration: none;

}
.page_item a:hover {
	background-color: #8DA8BA;
	color: #0D1B24;
	text-decoration: none;
}

.current_page_item a, .current_page_item a:hover {
	background-color: #8DA8BA;
	color: #0D1B24;
	text-decoration: none;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 0;
	clear: both;
}
	
.meta {
	font:italic 10px/10px Verdana, Tahoma;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/** box right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #6A6A6A;
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#CCCCCC;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 115px;
	padding: 5px;
	color: #101010;
	background-color: #AAAAAA;
	border: 0;
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

#search-submit {
	width: auto;
	color: #CCCCCC;
	background-color: #000000;
	height: 21px;
        padding: 0 0 0 0px;
	border: 1;
        border-color:#CCCCCC;
        border-style:solid;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
        color:#CCCCCC;
	margin:0 0 20px 0;
	padding: 10px;
	background: #303030;
}

.comment a {
        color:#CCCCCC;

}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
        color:#AAAAAA;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 370px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #D5D5D5;
}

textarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #AAAAAA;
	width: 528px;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #AAAAAA;
	color: #000000;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	width: 100%;
}

#footer {
	width: 920px;
	height: 64px;
	margin: 0 auto;
	font:normal 9px/9px Verdana, Tahoma;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	text-align: right;
}

#footer a {
	color:#CCCCCC;
}

#legal {
	font:normal 9px/9px Verdana, Tahoma;
	float: right;
	width: 200px;
	text-align: center;
	color: #AAAAAA;
	background-color: #000000;
	padding-left: 0px;
	padding-right: 0px;
        padding-bottom:40px;
}

#webdemar {
	float: right;
	width: 220px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

