/*
Theme Name: Condors MC
Theme URI: http://dev2.hu/
Description: 
Version: 1.6
Author: Koos Zoltan cadmagician
Author URI: http://dev2.hu/
Tags: motors, two columns, widgets

Condors MC design. rizs

*/

html, body {
	height: 100%;
	
}

body {
	margin: 0;
	padding: 0;
	background-color: #42241a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #42241a;
}

a img{
  border:none;
  margin: 0px;
  padding: 0px;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	width: 997px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px ;
}

html>body #wrapper {
	height: auto;
}


div.topheader{
    background: url(images/tophead.jpg) no-repeat left bottom;
    height: 174px;
}


div.topheader p.menu{
  padding: 110px 0px 0px 392px;
  * padding: 123px 0px 0px 392px;
  float:left;

}

div.bottomheader{
    background: url(images/bottomhead.jpg) no-repeat left bottom;
    height: 353px;
}

div.footer1{
    background: url(images/bottomline.jpg) no-repeat left bottom;
    height: 51px;
}



/* Page */

#page {
	background: url(images/contentbg.jpg) repeat-y;
	width: 817px;
	padding: 20px 80px 0px 100px;
	
}

/* Content */

#content {
	float: left;
	width: 494px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 0px 5px 0px;
	
}

.post .title a {
	text-decoration: none;
	color: #42241a;
}

.post .entry {
	padding: 10px 5px 0 5px;
	
}

.entry ul{
  list-style-type: square;
  }

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	
}


/*comment*/

div.commentblock{
  margin: 0px 0px 0px 20px;
  width: 90%;

}

div.commentblock textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 450px;
	padding: 2px;
	color: #42241a;
	border: 1px solid #42241a;
	}


/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	margin:  0px 0px 0px 10px ;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	border-bottom: 4px  solid #42241a;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}



/* feliratkozás */

li#wpsb p input#wpsb_email{
  width: 260px;
  border: 1px  solid #42241a;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 175px;
	border: 1px  solid #42241a;
}

/* Footer */

#footer {
  background-color: #948c62;
  background: url(images/bottomfbg.jpg) repeat-y;
	clear: both;
	padding: 10px 0;
	font-size: smaller;
	height: 165px;
	width: 997px;
	margin: 0px auto;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


.center{
  text-align: center;
}