/*
Theme Name: Element
Theme URI: 
Description: Child Theme for Benz
Author: Santhosh. S, updated by Armin H. Ausejo for Element Tuning
Author URI:
Template: Benz
Version: 0.2
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../Benz/style.css");

body {
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background:#333;
	margin: 0px;
	padding: 0px 0px 0px;
}

#header {
	background: url(header-bg-elementoverlap.jpg) center no-repeat;
}

#page {
	background: url(content-bg.png) center repeat-y;
	width: 1010px;
}

#sidebar {
	color: #646464;
}

#sidebar h2, #sidebar .sidebartitle 
{
	color: #646464;
	border-bottom-color: #646464;
}

#sidebar a, #sidebar a:visited {
	color: #646464;
}

#sidebar a:hover {
	color: #00d200;
}

h2 {
	color: #646464;
	border-bottom-color: #646464;
	background: url(ch1-bg-element.png) left no-repeat;
}
h3, h4 {
	color: #000000;
}

.post {
	background-color: transparent;
}

a, a:visited {
	color: #646464;
}
a:hover {
	color: #00d200;
	text-decoration: underline;
}

h2 a, h2 a:visited {
	color: #646464;
	text-decoration: none;
}
h2 a:hover {
	color: #00d200;
	text-decoration: none;
}
.posted {
	background-color: #ffffff;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #ffffff;
}
.category a {
	color: #646464;
}

#nav .page_item a:hover {
	color: #00d200;
}

#footer {
	color: #000000;
	background-color: #ffffff;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #fffff;
	background: url(content-bg.png) center repeat-y;
}
#footer a, #footer a:visited {
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}

ul, ol {
	margin : 5px 20px;
	padding : 0 20px;
	color : #000000;
}

#commentform textarea {
	background-color: #ffffff;
	color: #000000;
}

ul span, ol span {
	color: #000000;
}
