/*  
Theme Name: Vespa WP theme
Theme URI: wptemplates.org 
Description:nice theme with vespa moto 
Version: 1.0
Author: wptemplates.org 
Author URI: wptemplates.org 
*/


body {cursor: url("images/mec18.cur"), progress;}
/*a, a:hover {cursor: url("images/mec20.cur"), progress;}*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignleft {
	float: left
	}

.alignright {
	float: right;
	}


/* General */

body {
	margin: 0;
	background: #ffffff url("images/background.gif") repeat-x;
	font-family: Arial;
}

h1, h2, h3, h4 {
	margin: 0;
}

a {
	color: #4d5854;
	text-decoration: none;
}

a:hover {
	color: #4d5854;
	text-decoration: underline;
}

img {
	padding:2px; 
	border: 1px #000000 solid; 
	float:none; 
	margin:10px 3px 10px 0px;
	background: #FFFFFF;
}

/* Page */

#page {
	margin: 0 auto;
	width: 1018px;
	background: #FFFFCC url("images/page_bg.jpg") repeat-y;
}

#page-in {
	width: 1018px;
	background: url("images/page.jpg") no-repeat left top;
}



/* Header */

#header {
	width: 1018px;
	height: 215px;
	position: relative;
}

#header h1 {
	margin: 0;
	color: #414141;
	font: normal 34px Arial;
	position: absolute;
	top: 45px;
	left: 85px;
	display:none;
}
	
#header h1 a {
	color: #414141;
	text-decoration:underline;
}

#header .description {
	color: #595757;
	font: bold 17px Arial;
	position: absolute;
	top: 95px;
	right: 545px;
	text-transform: lowercase;
}

#header #feed {
	position: absolute;
	top: 41px;
	left: 544px;
	width: 45px;
	height: 45px;
}

#header #searchform {
	position: absolute;
	top: 278px;
	left: 58px;
	margin: 0;
	padding: 0px;
	background: url("images/search.gif") no-repeat;
	width: 224px;
	height: 24px;
}

#header #s {
	width: 216px;
	height: 16px;
	padding: 4px;
	border: none;
	background: transparent;
}

#header #searchsubmit {
	visibility: hidden;
	width: 1px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: /* 135px; */ 235px;
	left: 35px;
	height: 30px;
}

#header ul li {
	float: left;
	height: 14px;
	margin-top: 6px;
}

#header ul li a {
	float: left;
	color: #bebebe;
	padding: 0 10px;
	font: bold 14px Arial;
	text-decoration: none;
	text-transform: lowercase;
	border-right: 2px solid #4e4e4e;
}

#header ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Main */

#main {
	width: 1018px;
	float: left;
	position:relative;
	top:100px;
}

#main #main-in {
	/*margin: 0 auto;*/
	padding-top: 30px;
	width: 1018px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

	/* Main - Sidebar */
	
	#main #sidebar {
		float: right;
		width: 326px;
		margin: 0px 15px 0 0;
	}
	
	#main #sidebar .left {
		float: left;
		width: 159px;
	}
	
	#main #sidebar .right {
		float: right;
		width: 159px;
	}
	
	#main #sidebar .box {
		/* width: 159px; */
                width: 270px;
		margin-bottom: 20px;
	}
	
	#main #sidebar .box h3 {
		margin: 0;
		padding-left: 10px;
		font: normal 21px/30px Arial;
		color: #ffffff;
		height: 30px;
		width: 249px;
		background: url("images/sidebar_title.gif") no-repeat;
	}
	
	#main #sidebar .box ul {
		margin: 0;
		list-style-type: none;
		padding: 12px 0 16px 0;
		margin-left: 14px;
		width: 245px;
		/* background: #ccccff; */
	}
	#main #sidebar .box li {
		list-style: none;
	}
	
	#main #sidebar .box ul li {
		color: #000000;
		height: 16px;
		font: normal 13px/16px Arial;
		display: block;
	}
	
	#main #sidebar .box ul li a {
		height: 16px;
		padding-left: 15px;
		color: #000000;
		font: normal 13px/16px Arial;
		text-decoration: none;
		display: block;
	}
	
	#main #sidebar .box ul li a:hover {
		background: #aab720;
		text-decoration: none;
	}
	
	
	
	/* Main - Content */
	
	#main #content {
		float: left;
		width: 630px;
		margin-left: 20px;
	}
	
	#main #content .post {
		margin: 0;
		font-size: 13px;
		color: #010101;
		float: left;
		margin-bottom: 20px;
		width: 630px;
	}
	
	#main #content .post .title {
		padding-bottom: 11px;
		border-bottom: 1px dashed #000000;
	}
	
	#main #content .post .title h2 {
		padding: 20px 0;
		color: #000000;
		font: bold 27px Arial;
	}
	
	#main #content .post .title h2 a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#main #content .post .title h2 a:hover {
		text-decoration: underline;
	}	
	
	#main #content .post .title a {
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post .title a:hover {
		text-decoration: underline;
	}
	

	#main #content .post .entry {
		margin: 0;
		padding: 15px 0;
		line-height: 18px;
	}
	
	#main #content .post .entry a {
		color: #4d5854;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		color: #4d5854;
		text-decoration: underline;
	}
	
	#main #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	
	#main #content .post .entry .more-link {
		font: bold 13px/16px Arial;
		color: #4d5854;
		float: right;
	}
	
	#main #content .post .entry .more-link a {
		color: #4d5854;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		color: #4d5854;
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: bold 13px Arial;
		color: #4d5854;
		padding-top: 5px;
		border-top: 1px dashed #000000;
	}
	
	#main #content .post .info a {
		color: #4d5854;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .title h3 {
		height: 36px;
		color: #000000;
		font: bold 16px/36px Arial;
		margin-top: 15px;
	}
	
	#main #content .post .comments {
		margin: 0;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #ccccff;
	}
	
	#main #content .post .comments ol li cite {
		color: #4d5854;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #4d5854;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}


/* Footer */

#footer {
	width: 987px;
	height: 60px;
	padding: 121px 0 0 30px;
/*	background: url("images/footer.jpg") no-repeat; */
	clear: both;
	color: #1a1919;
	text-align: left;
	font: normal 12px/30px Arial;
}

#footer a {
	color: #b8c344;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



