/*----------------------------------------------------------------- MASTER CLASSES ---*/
* {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
	background: #000;
}

p {
	margin: 0 0 10px;
}

p.end {
	margin: 0;
}

p.titlepara:first-letter {
	color: #4E4E43;
	font-size: 24px;
	line-height: 18px;
	font-family: serif;
}

h1,h3,h4,h5,h6 {
	margin-bottom: 10px;
}

.clearfix {
	clear: both;
	display: block;
}

.right {
	float: right;
}

.left {
	float: left;
}

/*----------------------------------------------------------------- MASTER CLASSES END ---*/
	/*--------------------------------------------------------------------- LAYOUT CLASSES ---*/
div#wrapper {
	display: table;
	width: 754px;
	margin: 0 auto;
	border: 7px solid #D9D9D9;
	position: relative;
	background: #fff;
}

div#header {
	position: relative;
	margin: 7px 7px 17px 7px;
	height: 180px;
	border-bottom: 4px solid #FC0;
}

div#container {
	float: left;
	width: 754px;
	margin-top: 20px;
}

div#content {
	float: left;
	width: 334px !important;
	padding: 10px 8px;
	background: transparent url(../png/content-bg.png) repeat-x center top;
	width /**/: 346px;
}

div#mini_content {
	float: left;
	width: 500px !important;
	padding: 10px 26px;
	width /**/: 552px;
}

.content_area, .mini_content_area {
	
}

div.sidebar {
	float: left;
	overflow: hidden;
	padding: 10px;
	width: 183px
}

div#primary {
	margin: 0 5px 0 7px;
	background: transparent url(../png/sidebar-bg.png) repeat-x center top;
	width: 170px !important;
	width /**/: 183px;
}

div#secondary {
	margin: 0 7px 0 5px;
	width: 170px !important;
	width /**/: 183px;
}

div#footer {
	clear: both;
	width: 768px;
	height: 97px;
	margin: 0 auto;
	background: transparent url(../png/footer-rep.png) repeat-x center top;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	line-height: 18px;
}

/*--------------------------------------------------------------------- LAYOUT CLASSES END ---*/
	/*------------------------------------------------------------------------ GENERAL CLASSES ---*/
div#blog-description {
	width: 758px;
	padding: 10px 5px;
	margin: 0 auto;
	color: #CCC;
	font: bold 12px Arial, Helvetica, sans-serif;
}

div.skip-link,div#nav-above,div#nav-below {
	display: none;
}

div#car-overlay {
	position: absolute;
	top: 55px;
	right: 12px;
	width: 277px;
	height: 185px;
	background: transparent url(../png/car-overlay.png) no-repeat;
}

div.entry-content {
	padding-top: 10px;
}

div.entry-content p {
	padding-bottom: 10px;
}

/*----------------------------------------------------------------- GENERAL CLASSES END ---*/
	/*----------------------------------------------------------------- TYPOGRAPHY CLASSES ---*/
h1#blog-title {
	width: 740px;
	height: 57px;
	position: absolute;
	top: 0px;
	background: transparent url(../png/logo.png) no-repeat;
	text-indent: -9999px;
}

div.sidebar h3,.entry-title {
	font: lighter 20px Arial, Helvetica, sans-serif;
	color: #4F7697;
}

li#text-1 h3 {
	text-align: center;
}

li#text-1 {
	margin-bottom: 20px;
}

li#text-2 h3 {
	padding-bottom: 10px;
}

div#primary div.textwidget {
	font: lighter italic 15px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
}

div#container h1 {
	font: lighter 20px Arial, Helvetica, sans-serif;
	color: #4F7697;
}

div#container h2 {
	font: 700 15px Arial, Helvetica, sans-serif;
	padding: 4px 0;
}

div#container h3 {
	font: normal 15px Arial, Helvetica, sans-serif;
	padding: 4px 0;
	color: #000;
}

div#content img {
	margin: 0px 8px 5px 8px;
}

div#content ul {
	margin: 0 0 10px 15px;
}

div#content p {
	text-align: justify;
}

/*----------------------------------------------------------------- TYPOGRAPHY CLASSES END ---*/
	/*----------------------------------------------------------------- LINK CLASSES ---*/
a:link {
	color: #4F7697;
}

a:active {
	color: #4F7697;
}

a:visited {
	color: #4F7697;
}

a:hover {
	color: #6699CC;
	text-decoration: none;
}

div#footer a {
	color: #fff;
}

div#menu {
	width: 100%;
	padding-left: 10px;
}

div#menu ul a {
	font: lighter 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#menu ul,div#menu ul ul,div#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
}

div#menu ul li a {
	padding: 0.3em 0.5em;
}

div#menu ul ul {
	display: none;
}

div.sidebarlinks span a {
	background: #E9E9E9;
	margin: 2px 0px;
	padding: 4px;
	text-align: center;
	display: block;
}

div.sidebarlinks span a:hover {
	background: #4F7697;
	color: #fff;
}

/*----------------------------------------------------------------- LINK CLASSES END ---*/
	/* Just some example content */
.entry-title {
	clear: both;
}

div#nav-above,div#nav-below {
	width: 100%;
	height: 1em;
}

div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
	margin-top: 1em;
}

.alignleft,div.nav-previous {
	float: left;
}

.alignright,div.nav-next {
	float: right;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url {
	width: 50%;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 7em;
}

div.sidebar input#s {
	width: 7em;
}

div.sidebar li {
	list-style: none;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

* html div#car-overlay {
	background: none;
	filter: progid :   dximagetransform .   microsoft . 
		
		alphaimageloader(src =   '/png/car-overlay.png', sizingmethod =   'crop'
		);
}

* html h1#blog-title {
	background: none;
	filter: progid :   dximagetransform .   microsoft . 
		 alphaimageloader(src =   '/png/logo.png', sizingmethod =   'crop');
}
