/*
Theme name: KuulBlack
Theme URI: http://wpmasters.org/our-themes/kuulblack/
Description: New theme designed by wpmasters.org. Fixed-width, three columns and dynamic sidebars.
Tags: light, black, blue, fixed-width, three-columns
Author: WPMasters
Author URI: http://wpmasters.org
Version: 1.1

*/

/*  theme is licensed under the GPL  */


/* basics */

*{margin:0; padding:0;}



body {
	background:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size: 9pt;
	margin-top:10px;
        margin-bottom:20px;
	}
	
h1 {font-size: 14pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* links */

a{
	color: #c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
	}

a:hover{text-decoration: none; border-bottom:1px solid #c00;}

p.claim {font-family:arial,helvetica,sans-serif;
	font-size: 10pt;
	text-align:center;
        color:#fff;
        margin-top:4px;
        margin-bottom:4px;}

/* container */


#container {
	width:980px;
	margin: 0 auto;
	padding:0;
	color:#000;
	overflow: hidden;
	}
	
/* header */

#header {
  	width:100%; 
  	height:180px;
	color: #fff; 
	}

#header a{
	color: #c00;
	text-decoration:none;
	}

#header a:hover{text-decoration: none;}

/* main menu */


#menu {
	font-family:arial,helvetica,sans-serif;
	font-size: 10pt;
	width:100%; 
	overflow:hidden;
	margin-bottom:5px;
	background:#c00;
}


/* content */


#content {
	float: left;
	overflow: hidden;
	margin: 0 5px;
	padding:20px;
	background:#fff;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	width:500px;
	text-align:justify;
	}
	
.post h2{
	font:normal 14pt arial,helvetica,sans-serif;
        padding:20px 10px 10px 0px; 
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	border-bottom:none; 
	}
	
.post h2 a:hover{
	color: #c00;
	text-decoration: none;
	}
	
small a{ border:none;color:#000;}
small {padding:5px 0; color:#000;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:0;
	margin: 20px 0 40px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
/* sidebar */

#left, #right{ background:#fff;}

#left h2{
	font:14pt arial,helvetica,sans-serif;
	color: #fff;
	margin: 0;
	padding:24px 10px 10px 0px;	
}

#right h2{
	font:14pt arial,helvetica,sans-serif;
	color: #c00;
	margin: 0;
	padding:24px 10px 10px 0px;	
}

#left a, #right a { border-bottom:none;}
#left a:hover, #right a:hover { border-bottom:1px solid #c00;}
/* left sidebar */

#left {
	width:210px;
	float:left;
	margin:0;
	padding:0;
	}



#left label{
	font:normal 11pt arial,helvetica,sans-serif;
	color: #fff;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:15px;
	padding:0;
	}

#left ul li {
	margin:0px 0px 8px 0px;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
        text-align:right;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}



/* right sidebar */

#right{
	width:210px;
	float:right;
	margin:0;
	padding: 0;
	}


#right label{
	font:normal 11pt arial,helvetica,sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:15px;
	padding:0;
	}

#right ul li {
	margin:0px 0px 8px 0px;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}

	
#submit{margin:10px; padding:5px;}

/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:10px;
	background-color:#000000;
	color:#999999;
	width:160px
	}


/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}


/* footer */

#footer {
	background:#c00;
	clear: both;
	width: 100%;
        font-family:arial,helvetica,sans-serif;
	font-size:8pt;
	text-align:center;
        color:#fff;
        padding-top:4px;
        padding-bottom:4px;
	}

/* Start tables */

.post table, table.post
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.post table, table.post .post tr, .post th, .post td
{
  background-color:Transparent;
}

.post th, .post td
{
  padding: 5px;
  border: solid 1px #666;
  vertical-align: top;
  text-align:left;
}

.post th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}



/* Finish tables */

pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

hr{ margin:15px 0; background:#f2f2f2; color:#CCCCCC}

ul { list-style-position:outside;
     list-style-type: circle;
     margin:0px 0px 0px 20px; 
} 
ol {  list-style-position:inside;
}
ol li { padding-left:20px;
}