/*  
Theme Name: Cardab
Theme URI: http://www.cardab.com
Description: Cardab - 3 column widget ready wordpress theme
Version: 1.1
Author: Rash
Author URI: http://www.cardab.com/

*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: verdana, "trebuchet ms", sans-serif;
	font-size: 9pt;
	background:#000 url(images/blackwood.jpg);
	color: #222;
}

a
{
	color: #883377;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 0em 2em 0em 2em;
	background-color: #fff;
}

/* Header */

#header
{
	position: absolute;
	top: 0em;
	background: #191919 url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
}

#header h1
{
	background: #fff url(images/logo.jpg) no-repeat top left;
	width:342px;
	height:61px;
	margin:30px 0 0 10px;
	
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#menu h1 a
{
	color: #D5C400;
	text-decoration: none;
	float:right;
	margin:4px 10px 0px 0px;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 10em;
	left: 0em;
	background:#5E3A13 url('images/x3.gif') top left repeat-x;
	height: 3em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
	top:.5em;
}

#menu li
{
	display: block;
	float: left;	
	padding: 0.5em 1.25em 1.25em 1.25em;
	color: #ccc;
	font-weight:bold;
}	

#menu li a
{
	color: #fff;
	font-weight:bold;
	
	text-decoration: none;
}

#menu li a:hover
{
	color:#ff9999;
}

/* Content */

#content
{
	line-height: 1.7em;
	padding: 150px 0px 0px 5px;
}

#content p
{
	margin-bottom:1.3em;
	font-size:12px;
	line-height:22px;
}

#content h2,h3
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px .1em 0em;
	color: #333;
	padding: .5em 14px .2em 14px;
	font-size: 1.6em;
	background: #fff;
	border-bottom:1px dashed #aaa;
	color:#5A3B1E;
}

#content h2 a
{
	text-decoration:none;
	font-weight:normal;
	color:#770000;
}

#content h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px .6em 0em;
	color: #333;
	padding: 0em 14px .2em 14px;
	font-size: .9em;
	
	
}

#tertiaryContent h3, #secondaryContent h3{
margin-bottom:.3em;
font-size:14px;
}

#tertiaryContent li, #secondaryContent li{
background:url(images/Icon_ForwardArrow.gif) no-repeat 0px 7px;
list-style:none;
padding-left:20px;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: .5em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 36em 0em 0em;
	padding: 1.5em;
}

html>body #primaryContent ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
	
#primaryContent ul {
	margin: 0px;
	padding: 0 0 10px 30px;
	list-style: none;	
	text-indent: -10px;
	}	

html>body #primaryContent li {
	margin: 0px 0 8px 10px;
	}

#primaryContent ul li {
	padding: 0px 0 0px 10px;
margin:0px;
	}
	

#primaryContent ul li:before{
	content: "\00BB \0020";
	}

#primaryContent ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#primaryContent ol li {
	margin: 0;
	padding: 0;
	}
	
	
/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 13.5em;
	padding: 1em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	padding: 2em 1.5em 1.5em 1.5em;
	background: #674522 url('images/x2.gif') top left repeat-x;
	color:#fff;
	text-align:center;
}

#footer a
{	
	color:#ccc;	
}


/* Comments CSS */

#comments, #respond{
	margin: 2em 0 0 5px;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 0.5em 0;
	padding: 0.5em;	
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #eee 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
}
ul.authorposts
{
	margin:0;
	padding:0 10px;
}
ul.authorposts li
{
	margin:0;
	padding:5px 0;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}

.wp-notable {
        border: 1px solid #eee;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-top: 15px;
}

.wp-notable img{
        border: 0px solid #eee;
}


.wp-notable:hover {
        border: 1px solid #bbb;
}