/*   
Theme Name: WiredGround
Theme URI: http://www.wiredground.com
Description: WiredGround WordPress Template
Author: Eric Mey
Author URI: http://www.wiredground.com
Version: 1.0
.
Copyright &copy; 2009 WiredGround, LLC. All Rights Reserved.
.
*/

html, body {
	height				: 100%;
}

html {
	min-height			: 100%;
	margin-bottom		: 1px;
}

html {
	overflow			: -moz-scrollbars-vertical !important;
}

body {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	color				: #093865;
	font				: normal 12px arial, sans-serif;
	background			: #C45A15 url(images/bg.png) top left repeat-x;
}

a {
	color				: #CC6600;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

ins {
	visibility			: hidden;
	clear				: both;
}


/* ========================================================================================== */
/* = HEADER																					= */
/* ========================================================================================== */
#header {
	width				: 640px;
	height				: 167px;
	margin				: 0px auto 0px auto;
	padding				: 13px 8px 0px 0px;
	position			: relative;
	color				: #FFFFFF;
	font				: normal 9px arial, sans-serif;
	text-align			: right;
	background			: #C45A15 url(images/header_bg.jpg) top left no-repeat;
}

#header a {
	color				: #FFFFFF;
	text-decoration		: none;
}

#header a:hover {
	text-decoration		: underline;
}

#header .logo {
	position			: absolute;
	left				: 35px;
	top					: 35px;
}

/* ========================================================================================== */
/* = CONTENT																				= */
/* ========================================================================================== */
#content {
	width				: 330px;
	margin				: 0px auto 35px auto;
	padding				: 0px 283px 35px 35px;
	position			: relative;
	background			: #DBD9C5;
	border-bottom		: 8px solid #401c02;
}

.banner {
	width				: 310px;
	margin				: 0px 0px 0px 0px;
	padding				: 10px 10px 10px 10px;
	color				: #401c02;
	font				: bold 12px arial, sans-serif;
	text-align			: center;
	background			: #FFFFFF;
	border-right		: 1px solid #401c02;
	border-bottom		: 1px solid #401c02;
	border-left			: 1px solid #401c02;
}

.entry {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	color				: #000000;
	font				: normal 12px/18px arial, sans-serif;
}

.entry img {
	margin				: 0px 0px 0px 0px;
	padding				: 3px 3px 3px 3px;
	background			: #FFFFFF;
	border				: 1px solid #093865;
}

.post {
	margin				: 0px 0px 0px 0px;
	padding				: 25px 0px 15px 0px;
	border-bottom		: 1px dotted #093865;
}

.post h2 {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	display				: block;
	color				: #093865;
	font				: normal 18px arial, sans-serif;
}

.post h2 a {
	color				: #093865;
	text-decoration		: none;
}

.post h2 a:hover {
	color				: #CC6600;
}

.post small {
	color				: #093865;
	font				: normal 9px arial, sans-serif;
	text-transform		: uppercase;
}

.post small a {
	color				: #CC6600;
	text-decoration		: none;
}

.post small a:hover {
	color				: #093865;
}

.postmetadata {
	margin				: 0px 0px 0px 0px;
	padding				: 15px 0px 0px 0px;
	border-top			: 1px dotted #093865;
}


#navigation {
	margin				: 10px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}

#navigation a {
	color				: #CC6600;
	text-decoration		: none;
}

#navigation a:hover {
	color				: #093865;
	text-decoration		: none;
}

#navigation .left {
	float				: left;
}

#navigation .right {
	float				: right;
}

#post_navigation {
	margin				: 0px 0px 0px 0px;
	padding				: 35px 0px 10px 0px;
}

#post_navigation a {
	color				: #CC6600;
	text-decoration		: none;
}

#post_navigation a:hover {
	color				: #093865;
	text-decoration		: none;
}

#post_navigation .left {
	float				: left;
}

#post_navigation .right {
	float				: right;
}

/* ========================================================================================== */
/* = SIDEBAR																				= */
/* ========================================================================================== */
#sidebar {
	width				: 218px;
	margin				: 0px 0px 35px 76px;
	padding				: 20px 15px 15px 15px;
	display				: block;
	position			: absolute;
	top					: 0px;
	left				: 50%;
	list-style			: none;
	background			: #FFFFFF;
}

#sidebar li.widget {
	margin				: 15px 0px 0px 0px;
	padding				: 0px 0px 15px 0px;
	border-bottom		: 1px dotted #093865;
}

#sidebar li.widget h2.widgettitle {
	margin				: 0px 0px 10px 0px;
	padding				: 0px 0px 0px 0px;
	color				: #093865;
	font				: bold 12px arial, sans-serif;
	text-transform		: uppercase;
}

#sidebar li.widget ul {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	list-style			: none;
}

#sidebar li.widget ul li {
	margin				: 0px 0px 0px 0px;
	padding				: 2px 0px 2px 0px;
	list-style			: none;
}

#sidebar li.widget_search label {
	display				: block;
}

#sidebar li.footer {
	margin				: 15px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	text-align			: center;
}
