/* @override http://www.solarcom.it/wp-content/themes/solarcom/style.css */

/*
Theme Name: Solarcom
Theme URI: http://www.helloadv.com/
Description: custom theme
Version: 1.0 (11/2009)
Author: Fabrizio Tucci
Tags: 
*/
html, body, h1, h2, h3, h4, ul, li, a {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	background-color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	text-decoration: none;
	color:#2995e5;
	outline: none;
}
a img {
	border: none;
}
#header {
	height: 158px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #2995e5 url(images/bg.jpg) no-repeat 30% top;
}
#top {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}
#outer {
	width: 900px;
	position: relative;
	margin: 0 auto;
	font-size: 0.9em;
	color: #767676;
	line-height: 145%;
}
#footer {
	width: 100%;
	background-color: #188ddf;
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

h1 {
	float: right;
	color: white;
	font-size: 1em;
	width: 470px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}
h2 {
	font-size: 2em;
	color: #338CEE;
	line-height: 130%;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px dotted #47A4EA;
	padding: 5px 0;
	margin-bottom: 30px;
	margin-top: 15px;
}
#footer h2 {
	color: white;
	font-size: 1em;
	border: none;
	font-weight: normal;
	margin: 0; padding: 0;
}
h3 {
	font-size: 1.3em;
	color: #188ddf;
	
}
.col {
	float: left; display: inline;
	margin-left: 30px;
	text-align: justify;
}
#col1 {
	width: 400px;
	margin-top: 50px;
}
#col2 {
	width: 400px;
	margin-top: 80px;
}
#colmain {
	width: 640px;
	margin-top: 20px;
}
#col3 {
	width: 180px;
	margin-top: 65px;
}
#sidebar {
	list-style: none;
	background-color: #55AAEA;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 20px 20px;
	margin-top: 15px;

}
#sidebar li {
	list-style: none;
	border-bottom: 1px solid #AFD8F4;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#sidebar a {
	font-weight: normal;
	color: white;
	display: block;
	padding-left: 22px;
	background: url(images/bullet02.png) no-repeat 0 2px;
}
#sidebar a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}



#logo {
	float: left;
}

#menu {
	height: 35px;
	list-style: none;
	position: relative;
	margin-top: -30px;
}
#menu li {
	float: left; display: inline;
	margin-right: 12px;
}
#menu li a {
	position: relative;
	float: left;
	line-height: 23px;
	display: block;
	font-weight: normal;
	color: #7c7c7c;
	font-size: 15px;
	background: url(images/menubg.gif) repeat-x;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

	padding: 3px 40px 4px;
}
#menu li a.active {
	background-color: white;
	color: #178cdf;
	background: url(images/menubg2.gif) repeat-x;
	font-weight: bold;
}
#menu li a:hover  {
	background-color: white;
	color: #178cdf;
	background: url(images/menubg2.gif) repeat-x;
	position: relative;
	top: 1px;
	left: 1px;
}

#topimage {
	margin-top: 20px;
	/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}


#links {
	width: 100%;
	position: relative;
	background-color: #47A4EA;
	text-align: center;
	color: white;
	font-size: 11px;
	position: relative;
	margin: 60px auto 0;
	padding: 20px 0;
}
#links a {
	color: white;
	font-size: 1em;
}
h3.sectitle {
	font-size: 20px;
	margin-top: 15px;
	
}














dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #3671A8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC5914;
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}




