/* @override 
	http://blog.orangehatdesign.com/wp-content/themes/elegant-orange/style.css
	http://blog.orangehatdesign.com/wp-content/themes/ORANGEHAT/style.css
*/

/*
Theme Name: ORANGEHAT
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Based off the Elegant Orange theme from Themelab.
Version: 1.0
Author: ORANGEHAT Design

*/

* {
	padding: 0;
	margin: 0;
}

body { 
	font: 0.8em Gotham, Helvetica, Arial, sans-serif;
	color: #babac0;
	line-height: 1.6em;
	background: #696b73;
}

h1 {
	font: 3.8em Gotham, Helvetica, Arial, sans-serif;	font-weight: 800;
	

	padding: 80px 0 0 80px;
	text-shadow: #b62625 0 -3px 1px;
	letter-spacing: -1px;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

.description {	background-image: url(images/silver-bar.png);
	color: #696b73;	font-size: 1.3em;
	font-weight: 800;
	padding: 2px 0 0 90px;
	text-transform: uppercase;
	height: 18px;
	position: relative;
	top: 10px;

}

h2 {
	font: 1.4em Gotham, Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #DDDEDD;
	text-transform: uppercase;
	text-shadow: #4d5154 0 -2px 1px;
}

h2 a {
	font: 1.4em Gotham, Helvetica, Arial, sans-serif;	color: #DDDEDD;	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
}

#sidebar h2 {
	padding: 20px 0 0 0;
}

h3 a {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	text-decoration: none;
}

h3#respond {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 40px 0 20px 0;
}

h3#comments {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 40px 0 20px 0;
}

p {
	padding: 10px 0 0 0;
}

#header {
	height: 152px;
	width: auto;
	background-image: url(images/blog-header.png);
	background-repeat: no-repeat;
	background-color: #da6505;
}

#container {
	width: 90%;
	margin-left: 100px;
	
	padding-top: 80px;
}

#content {
	float: left;
	width: 500px;
	
	padding-left: 30px;
	
	padding-right: 60px;
}

.post {
	padding: 40px 0 0 0;
	border-top-style: none;
}

.entry li {
	padding: 10px 0 10px 30px;
	list-style-type: square;
}

.entry ol {
	padding: 10px 0 10px 30px;
}

.entry a {
	color: #ffffff;
	border-bottom: 1px dotted #F8931D;
	text-decoration: none;
}

.entry a:hover {	
	color: #faa61b;
	background: #52545a;
	
	padding-top: 5px;

}

.postmetadata a {
	color: #bbbbbd;	border-bottom: 1px dotted #8c8a8e;	text-decoration: none;
	border-top-color: #8c8a8e;

}

.postmetadata a:hover {	
	background: #52545a;
	padding-top: 5px;
	border-style: none;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 40px 30px 0 0;
}

#sidebar ul {	
	list-style-type: none;
	padding: 5px 0 0 10px;
}

#sidebar a {
	color: #faa61b;
	text-decoration: none;
}

#sidebar a:hover {	
	color: #faa61b;
	background: #52545a;
	
	padding-top: 5px;

}

.commentlist {
	list-style-type: none;
}

.commentlist li {
	padding: 0 0 40px 0;
}

.commentlist a {
	color: #000;
	border-bottom: 1px solid #F8931D;
	text-decoration: none;
}

.commentlist a:hover {	
	color: #fff;
	background: #000;
}

#footer {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 10px 0 10px;
	border-top: 1px solid #4d5154;
}

#footer a {
	color: #bbbbbd;
	border-bottom: 1px dotted #8c8a8e;
	text-decoration: none;
	border-top-color: #8c8a8e;

}

#footer a:hover {	
	background: #52545a;
	padding-top: 5px;
	border-style: none;

}

.clearing {
	height:1px;
	margin:0 0 -1px 0;
	clear:both;
	overflow:hidden;
}

.navigation {padding:10px;}

.navigation a {		
	color: #bbbbbd;
	border-bottom: 1px dotted #8c8a8e;
	text-decoration: none;
	border-top-color: #8c8a8e;
}

.navigation a:hover {	
	background: #52545a;
	padding-top: 5px;
	border-style: none;

}

.alignleft { float:left; }
.alignright { float:right; }
