/*
Theme Name: Elec02

Description: electrolyt rounded b/w
Version: 0.01
Author: buda
Author URI: http://www.budadesign.de/
*/

/* ************** STRUCTURE ************** */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: black;
	text-align: left;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

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; }

/* **************** HEADER *************** */

#header {
	margin: 0;
	padding: 0;
	height: 270px;
}

#header h1 { display: none; }
#header .description { display: none }

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#page2 {
	background-color: none;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#content-all{
	float: left;	
	width: 472px;
}

#content {
	border-color: black;
	float: left;
	background-color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	border-right: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-top: 0px;
	width: 448px;
	border-style: solid;
}


#content_o {
	float: left;
	background-color: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	width: 470px;
	height: 15px;
}
#content_u {
	float: left;
	background-color: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	width: 470px;
	height: 15px;
}

#sidebar-all {
	margin: -20 0 0 505;
	padding: 10px 0 0 0;
	width: 194px;
	float: right;
	
}

#sidebar {
	margin: -20 0 0 505;
	padding: 15px 0 0 0;
	width: 194px;
	float: right;
	
}

#sidebar_bottom {
	margin: -20 0 0 505;
	padding: 1px 0 0 0;
	width: 194px;
	height: 8px;
	float: right;
}

/* **************** FOOTER *************** */

#footer {
	text-align: center;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	height: 55px;
}

#footer p { 
	padding-top: 20px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* **************** LINKS **************** */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {

	text-decoration: none;
	color:  #954400;
}


/* *************** HEADERS *************** */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 0 10px;
}

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #000000;
	color: #000000;
	margin-top: 0;
	padding-bottom: 1px;
	padding-right: 5px;
	margin-bottom: 10px;
}

/* Next's that image under the post title */

img.lefth2img {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	background-color: none;
	padding: 8px 0 0 50px;
	color: black;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

.sb_header {
	background-color: none;
	height:60px;
	width: 194px;
}

.post h2 { display: inline; }
.post small { display: block; }

.post h3 {
	font-size: 19px;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
}

/* ****************** POST ****************** */

.post {
	vertical-align: top;
	text-align: justify;
	font-size: 12px;
}


.post small {
	color: #000000;
	padding-bottom: 20px;
}

.postmetadata {
	font-size: 10px;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.entry {
margin: 15px 30px 0 0;
}
.entrytext {
margin: 15px 30px 0 0;
}
blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #000000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 10px 'Courier New', Courier, Fixed, Sans-Serif;
	background-color: #eeeeee;
	color: black;
}

/* ************* SIDEBAR LISTS ************** */


/* That next line puts ' � ' front of the list-items
   in the sidebar, not with IE though :p */

#sidebar ul ul li:before { content: "\00BB \0020"; color: #000000; }


#sidebar ul, #sidebar ul ol {
	margin-left: 2px;
	padding-left: 2px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
        margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 10px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
        margin-left: 5px;
	padding: 0;
}

#sidebar a {
	color: #954400;
	padding: 2px;
        
	text-decoration: none;
}

#sidebar a:hover {
	
	text-decoration: underline;
	color: #954400;
	padding: 2px;
}





/* **************** COMMENTS **************** */

h2.respond {
	clear: both;
	display: inline;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000000;
}

/* Forms */

form#commentform input:focus, form#commentform textarea:focus {
	border-bottom: 2px dotted #000000;	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 1px;
	background-color: #ffffff;
}

#commentform input, #commentform textarea { 
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-bottom: 2px dotted #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 2px;
	width: 300px;
	background-color: #ffffff;
}

/* Comments */

.alt {
	background-color: #fffefe;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
#sidebar li.widget {margin-left: 20px;}
#sidebar li.widget div.title a {font-we;}


