/*  
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
*/

/* Element Definitions */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCFFA8;
	font-size: 100%;
	line-height: 1.125em;
}
#wrapper { 
 margin: 0 auto;
  width: 1024px;
 background: silver ;
 margin-top: 0px;
 color: white;
 padding: 0;
}

div.clearall
	{	clear: both;}
	

a{
	color: silver;
	text-decoration: none;
}

/*------------------ Navigation on top of page -------*/
#slogan {
	width: 1004px;
	background: #ADFF2F;
	height: 30px;
	font-size: 1.5em;
	font-weight: bold;
	padding: 25px 10px 5px 10px;
	color: #002000;
}

#topnav {
	width: 100%;
	background: #00A401 url(images/green1_02.gif);
	height: 25px;
}


#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: #ADFF2F;
	text-decoration: none;
}

#topnav a:hover{
    color: #002000;
    font-weight: bold;
}

/* wide banner at top ------------------------- */
#header {
	width: 100%;
	background: silver url(images/green1_03.jpg);
	font-size: 1em;
	height: 186px;
}
#header p,h1,h2 {		margin-left: 170px;}
#header h1 {		padding: 5px 130px 5px 0px;	font-size: 1.5em;  line-height:1em;} 
#header h2 {		color: white; padding: 5px 130px 0px 0px;	font-size: 1.1em;} 

 
.navigation {
	background: #BD9C8C url(images/lightgreen.gif);
	background: #ADFF2F;
	height: 20px;
	width: 1004px;
	font-size: 0.7em;
	padding: 0 0 0 20px;
		color: #003100;
}	
/* main content wrapper * -------------------------------------------+*/
#main {
	margin: 0 auto;
	width: 1024px;
	margin-left: 0px;
	padding: 0;
	overflow: hidden;
	background-image: url(images/darkgreen.gif);
}

#main .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */		}


/* content left column  with navigation menu* -------------------------------------------+*/
#sidebar      {  
 font-size: 0.8em;
 margin: 0px 0px 0px 0px;
 padding: 0 0px 0 0 ;
 width: 220px;
 float: right;	
background: inherit;

  }
       
#sidebar p {
    margin: 10px 0px 10px 10px;
    padding: 0px 0 5px 30px;
	 }

#sidebar h1, #sidebar h2 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#sidebar  ul {
    padding: 20px 0px 20px 5px;
    list-style-type: none;
 	 background: #ADFF2F ;
}

#sidebar  li {
    margin-left: 0px;
    padding-left: 30px;
	 background: #ADFF2F url(images/check1green.gif) no-repeat;
    list-style-type: none;
}

#sidebar ul li a {
	margin: 0px;
	padding: 0px;
	color: #002000;
	text-decoration: none;
}

#sidebar ul li a:hover{
	margin: 0px;
	padding: 0px;
	color: #ff0000;
	background: #F0FFF8;
}

#sidebar img {
	margin: 10px;
}



/* ######  Content ################################################### */
#content     { 
background: inherit;
font-size: 0.8em;
 float: left;
 margin: 0px 0px 0px 10px;
 padding: 0;
 width: 790px;
color: white;
 }


#content     ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#content     li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 0.8em;
}

#content h1 {
	margin: 15px 0px 10px 0px;
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	color: #ADFF2F;
	text-decoration: underline;
}
#content h2 {
margin: 5px 0px 5px 0px;	font-size: 1.2em;  line-height:1em;	
color: #ADFF2F;
}

#content h3 {
margin: 5px 0px 5px 0px;	font-size: 1em;  line-height:1em;	
color: #ADFF2F;
}

#content img {
	margin: 10px;
}


/* -------POST ----------------------- */
	#content 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 h2		{
		color: #666;
		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: #333;
		font-size: 0.9em;
	}

	.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;
}



/* ------------- Footer ----------------------------*/
#footer { 
 width: 100%;
 clear: both;
 border: 0px solid #000;
 padding: 0px;
 font-size:0.7em;
 background: #BD9C8C url(images/lightgreen.gif);
background: #ADFF2F;
color: white;
	color: #002000;
 text-align: center;
}
 
#footer a {
	color: white;
} 
/*  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: #ADFF2F;
	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;
}
