/*  
Theme Name: Black Puzzle
Theme URI: http://www.carsondellosaonline.com
Description: WP Basic theme 2 cols 20081106
Version: 0.1 wp2.3.1+
Author: Sensitiv
Author URI: http://www.sensitiv.de/
Released free to use for private and commercial use Creative Commons Licence
http://creativecommons.org/licenses/by-sa/3.0/us
You can modify and change as long as you keep the 1 (one) link back. Guess thats fair. Thx.
*/

/* Element Definitions */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background: silver url(images/bg_grau.gif);
	font-size: 100%;
	line-height: 1.125em;
}
#wrapper { 
 margin: 0 auto;
 width: 1003px;
 background: inherit;
 margin-top: 30px;
 color: silver;
}

div.clearall
	{	clear: both;}
	
#puzzle {
	background:  url(images/puzzle.gif) no-repeat;
	height: 55px;
}

a{
	color: silver;
	text-decoration: none;
}

/*------------------ Navigation on top of page -------*/
#topnav {
	width: 654px;
	padding: 10px ; 
	margin: 0 0 0 165px;
	background: #313131 url(images/topnav.gif);
}


#topnav ul {
    margin: 0px;
    padding: 0px 5px 0px 15px;
    height: 1.3em;
    list-style-type: none;
}

#topnav ul li {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    height: 1.3em;
    display: inline;
}

#topnav a, #topnav a:active, #topnav a:visited {
	margin: 0px;
	padding: 0px 5px;
	height: 1.3em;
	font-size: 0.9em;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover{
    color: #DE3900;
    font-weight: bold;
    height: 1.3em;
    font-size: 0.9em;
}

/* wide banner at top ------------------------- */
#header {
	color: #DE3900;
	width: 983px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 140px;
	background: #393939 url(images/banner.gif);
	font-size: 1em;
}
#header p,h1,h2 {		margin-left: 170px;}
#header h1 {		padding: 20px 130px 10px 0px;	font-size: 2em;  line-height:1em;} 
#header h2 {		color: silver; padding: 10px 130px 10px 0px;	font-size: 1.3em;} 
 

/* main content wrapper * -------------------------------------------+*/
#main {
 margin: 0 auto;
 width: 880px;
 margin-left: 61px;
 background: #1B1B1B url(images/back.gif);
 overflow: hidden;		
}

#main .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */		}


/* content left column  with navigation menu* -------------------------------------------+*/
#main_left      {  
 font-size: 0.8em;
 	background: inherit;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 202px;
 float: left;	
  }
       
#main_left p {
    margin: 10px 0px 10px 10px;
    padding: 0px 0 5px 30px;
	 }

#main_left h1, #main_left h2 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#main_left  ul {
    margin: 0;
    padding: 10px 0 10px 0px;
    list-style-type: none;
}

#main_left  li {
    margin-left: 0px;
    padding-left: 30px;
	 background: black url(images/check1green.gif) no-repeat;
    list-style-type: none;
}

#main_left ul li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#main_left ul li a:hover{
    margin: 0px;
    padding: 0px;
    color: #ff0000;
}

#main_left img {
	margin: 10px;
}


/* ######  Content ################################################### */
#main_right     { 
 background: inherit;
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px;
  padding-left: 10px;
 width: 638px;
 }

#main_right img {
	margin: 5px;
} 
#main_right     ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#main_right     li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 0.8em;
}

#main_right h1 {
margin: 0px 0px 10px 0px;	font-size: 1.2em;  line-height:1em;	text-align: left; 
}
#main_right h2 {
margin: 30px 30px 10px 0px;	font-size: 1em;  line-height:1em;	
}

/* -------POST ----------------------- */
	#main_right div.post{
	margin: 20px 0px 0px 0px;
	font-size: 13px;
	border: 0px solid silver;
}

/* Header area of Post title */
.post_title {
	 background-color: black; 
}

.post a {
	color: #D5EAAA;
}
.post a:hover {
	color: #D5EAAA;
}
	.post h2		{
		color: #D5EAAA;
		border-bottom: 1px solid #aaa;
		padding: 4px 0 4px 30px;
		font-size: 18px; letter-spacing: 0em;
		background-color: transparent;
		background: url(images/pinred.gif) no-repeat left;
		}


	.post h4 {
		color: #FF6600;
		font-size: 0.9em;
	}

.post h2 a, .post h4 a {
	color: silver;
} 		
	.postmeta {
		font-size: 0.7em;
	}

/* --------------- CSS for single.php (single Post view ) */	

/* text of post */
.entry {
	background-color: black;
}	

/* area of comments */
.comments {
/*	background-color: fuchsia;*/
}	

.commentlist {
	padding-left: 20px;
}
.comments h3 {
		padding: 20px 0 10px 0;
		
}
.commentmetadata {
	font-style: italic;
}

/* at bottom of single.php */	
.navigation {
	background-color: black;
	padding: 5px 0 5px 0;
	margin-top: 20px;
	color: green;
}	
/* ------------- Footer ----------------------------*/
#footer { 
 width: 880px;
 clear: both;
 border: 0px solid #000;
 margin: 0px 0px 10px 61px;
 padding: 0px;
 font-size:0.7em;
 background: #BD9C8C url(images/back.gif);
 color: silver;
 text-align: center;
}
 
#footer a {
	color: silver;
} 
/*  QUOTE ---- can be manually coded in sidebar -------------------------*/

#quote     /* Quote box in sidebar */
{
	float: left;
	margin: 10px 0 40px 10px;
	padding: 10px 0 30px 0px;
	width: 150px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0;
	color: #56D657;
	font-weight: bold;
	line-height: 1.20em;
}

#quote p {
	margin: 15px 0 0 0px;
	background:0 ;	
}


/* WIDGET  (most work without extra coding */
.widgettitle {
	font-size: 0.9em;
}
