/*  
Theme Name: blackmagic
Theme URI: http://www.themes.iwebnet.org/
Description: WP Theme  blackmagic  by <a href="http://www.themes.iwebnet.org/">i Web Net</a>. blackmagic is 2 columns adsense & widget ready theme with Right sidebar in black color. 
Author: iWebNet
Author URI: http://www.iwebnet.org/

	This theme was designed and built by iWebNet
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php
*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	
                background: #000000 ;
	margin: 0px;
	text-align: center;
}
 a {
	color: #8caa31 ;
	text-decoration: none;
                
}
a:visited {
	color: #8caa31;
	text-decoration: none;
                
}
a:hover {
	color: #35ad25;
	text-decoration: none;
}


h1 {
	margin:0px;
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #d9d351;
}
h1 a, h1 a:visited{
	color: #d9d351;
	text-decoration: none;
}
h1 a:hover{
	color: #d9d351;
	text-decoration: none;
}
h2 {
	color: #d7c525;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #d9d351;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #d7c525;
	text-decoration: none;
}
h2 a:hover {
	color: #EAB43B;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #d7c525;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #d7c525;
	margin: 10px 0px 5px;
}

#page {
	margin: 0px auto;
	width: 950px;
	background: #000000 ;
	text-align: justify;
                
}
/* header area */
#header {
	background: #000000 url(images/header.jpg) no-repeat;
	height: 225px;
	position: relative;
}
#headerlogo {
	position: relative;
	padding: 20px 0px 0px 600px;
	height: 60px;
}

/* content  */
#content {
	padding: 10px 10px 25px 13px;
	float: left;
	width: 692px;
	overflow: hidden;
}


/*sidebar */
#sidebar {
	float: right;
	padding: 10px 0px 25px 13px;
	width: 220px;
	color: #d9d351;
	overflow: hidden;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #d9d351;
                font-size: 12px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #d9d351;
                font-size: 12px;
	text-decoration: none;
}

#content .inputTextArea, #content .inputText
{
	background:#000000 none repeat scroll 0 0;
	border:1px solid #8CAA31;
	color:#8CAA31;
	font-weight:normal;
	margin-right:2px;
	padding:4px 5px 0;
}


#content input, #sidebar input
{
	-x-system-font:none;
	background:#000000 none repeat scroll 0 0;
	border:1px solid #8CAA31;
	color:#8CAA31;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	vertical-align:middle;
}