/*   
Theme Name: HDMotor
Description: Dla Motocyklistow
Author: Odyss
Author URI: http://www.hd-motormania.com
Version: 0.1
*/

/* Color Schemes
    -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
	background-image: url('images/bgl.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #000000; 
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600 ; 
}

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:299px;
	height:299px;
	background: url('images/hlogo69_1.jpg') no-repeat;
}

#header-img {
	position:absolute;
	left:299px;
	top:0px;
	width:826px;
	height:299px;
	
}

#subheader {
	position:absolute;
	left:260px;
	top:303px;
	width:75%;
	height:101px;
	margin: 3px 5px 0 35px;
	
}
	
		#subheader #search {
			float: left;
			width: 49%;
		}
		
		#subheader #cats {
			float: right;
			width: 50%;
		}

#sidebar {
	position:absolute;
	left:0px;
	top:340px;
	width:250px;
	margin: 10px 0 7px 3px;
}

#content {
	position:absolute;
	left:20px;
	top:130px;
	margin: 10px 20px 10px 35px;
	padding: 0;
	right:0;
	margin: 285px 20px 10px 300px;
	padding:0;
	z-index:0;
	color: #ff6600 ;
	width: 60%;
	 
	
}

#footer {
	text-align: center;

	font-size:.7em;
	border: 1px solid #D4DBD3;
	width:100%;
	height:100%;
	color: #ff6600 ; 
}

.post {
	border-top: 1px #ff6600 dotted;
	padding: 7px 3px 1px 4px;
	
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

h1, h2, h3 {
	font-weight: bold;
	
}

.post_head {
	/*position:absolute;
	left:260px;
	top:410px;*/
	margin-top:-19px;
	color: #FFFFFF ; 
	
	
}

p {
	font-size: .8em;
}

a:link {
	color: #B22222;
	text-decoration: none;
        
	
}

a:visited {
	color: #B20000;
	text-decoration: none;
	border: none;
        
}

a:hover {
	color: #FF0000;
        
	text-decoration: none;
	/*border-bottom: 1px #E0D3CD dashed;*/
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
	color: #ff6600 ; 
}
/* End Typography & Colors */

/* Calendar Styles */

#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #cc0000;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #cc0000;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */


.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #cc0000;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		color: #FFFFFF;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
	color: #FFFFFF;
}

/* End Postit Date */

/* Sidebar Styles 
#sidebar h3 {
	font-size: medium;
        color: #990000;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px 10px 5px;
	padding: 0;
color: #990000;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
color: #990000;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
color: #990000;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
color: #990000;
	font-size: smaller;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
color: #990000;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
color: #990000;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
color: #990000;
	}
/* End Sidebar Styles */

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 10px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.40em;
}

#sidebar ul li ul li {
	list-style-type: square;

}

/* Seriously hacked out code for cool boxes */


.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('images/sbbody-r.jpg') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('images/sbhead-r.jpg') no-repeat top right;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
}

.boxhead h3 {
	background: url('images/sbhead-l.jpg') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	color: #FFFFFF;
	line-height: .8em;
}

.boxbody {
	background: url('images/sbbody-l.jpg') no-repeat bottom left;
	margin: 0;
	color: #000000;
        font-weight: normal;
        font-size: 10pt;
	padding: 5px 5px 10px 5px;
}