/* 
Theme Name: Hexcell
Theme URI: http://www.hexcellgames.com/blog
Version: 1.0
Description: The Hexcell theme
Author: Justin Walduck
Author URI: http://www.hexcellgames.com/blog/
*/
body {
	margin:			0;
	padding:		0;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
	line-height: 	1.5em;	
	color:			#000000;
	background: 	#6A6A6A url('images/page_bg.jpg') top repeat-x;
}

.clear {
	clear: both;
}

a {
	/*color:			#666633;*/
	color:				#598802;	
	text-decoration: none;
}
a:visited {
	/*color:			#666633;*/
	color:				#598802;
}
a:hover {
	/*color:			#666633;*/
	color:				#598802;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	background: 	#FFFFFF;
	border: 		#999999 1px solid;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
	line-height:	normal;
	color:			#000000;
}

/*======================================================================
	Structure
======================================================================*/

#header {
	height: 121px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url('images/content_top.gif') center bottom no-repeat;
}

#content {
	margin: 0;
	background: url('images/page_shadow.jpg') top center repeat-x;
}

#contentInner {
	width: 900px;
	min-height: 400px;
	margin: 0 auto;
	padding: 0 22px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#contentEnd {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding: 0 22px;
	background: #FFFFFF url('images/content_bottom.gif') center bottom no-repeat;
}

#footer {
	width: 900px;
	margin: 8px auto 0 auto;
	padding: 12px 22px;
	background: #6A6A6A url('images/footer_bg.jpg') center top no-repeat;
	height: auto !important;
	height: 160px;
	min-height: 160px;
}

/*======================================================================
	Header menu
======================================================================*/

#logo {
	float: left;
}

#tools {
	position: absolute;
	left: 50%;
	margin-left: 199px;
	width: 281px;
}

#tools form {
	padding: 0;
	margin: 0;
}

#tools .body {
	text-align: center;
	padding: 3px 10px 0 10px;
	background: #666666 url('images/tools_bg.gif') bottom left no-repeat;
	color: #CCCCCC;
}

#tools .base {
	height: 5px;
	background: url('images/tools_base.gif') bottom left no-repeat;
}

#tools a {
	color: #FFFFFF;
	text-decoration: none;
}
#tools a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu {
	float: left;
	margin: 40px 0 0 30px;
	padding: 0;
	height: 30px;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
	padding: 1px 2px;
	height: 28px;
	background: url('images/menu_bg.gif') top repeat-x; 
}

#menu li.first {
	width: 8px;
	padding: 1px 0;
	background: url('images/menu_left.gif') top left no-repeat; 
}
#menu li.last {
	width: 8px;
	padding: 1px 0;
	background: url('images/menu_right.gif') top right no-repeat;  
}

#menu li a {
	display: block;
	color: #FFFFFF;
	padding: 5px 12px 0 12px;
	height: 23px;
	text-decoration: none;
}

#menu li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#000000;
}

/*======================================================================
	Columns
======================================================================*/
.columnLeft {
	width: 280px;
	float: left;
}

.columnRight {
	width: 280px;
	float: right;
}

.columnCenter {
	margin: 0 310px;
}

.columnTwoLeft {
	margin: 0 310px 0 0;
}

/*======================================================================
	Footer
======================================================================*/

#footer {
	font-size: 0.9em;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h2 {
	margin: 0 0 3px 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*=========================================================
GENERAL TEXT
=========================================================*/

a img {
	border: 			none;
}
acronym, abbr {
	border-bottom: 		1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: 			help;
	letter-spacing: 	.07em;
}
code {
	font-size: 			1em;
	font-style: 		italic;
}
blockquote {
	margin: 			15px 30px 0 45px;
	padding: 			0 0 0 45px;
	background: 		url('images/blockquote.gif') no-repeat left top;
	font-style:			italic;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	/*font-size:1.3em;*/
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-weight: normal;
	letter-spacing: 1px;
}
#content ul {
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
}
#content ul li {
	background:   url("images/bullet.gif") no-repeat 0 6px;
	padding-left: 15px;
}
#pagenav {
	list-style:none;
}


/*=========================================================
EXCERPT
=========================================================*/
.excerpt {
	padding:			0 0 5px 0;
	border-bottom: 		1px dotted #DDDDDD;
	margin-bottom: 		5px;
}

.excerpt p {
	margin:				0;
	padding:			0;
}

.excerpt h2.title {
	/*font-family:		Georgia, "Times New Roman",times, serif;*/
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	line-height: 		normal;
	margin:				0;
	padding:			0;
}

/*=========================================================
POST
=========================================================*/
.post {
	padding:			0 0 10px 0;
	border-bottom: 		1px dotted #DDDDDD;
	margin-bottom: 		10px;
}

.post .postHead {
	min-height: 		55px;
	height: 			auto !important;
	height: 			55px;
}

.post .postHead .date {
	float: 				left;
	width: 				44px;
	height: 			40px;
	margin: 			0 10px 0 0;
	padding:		 	10px 3px 0 3px;
	background: 		#EDEBD5 url('images/post_date_bg.gif') left top no-repeat;
	vertical-align: 	middle;
	text-align: 		center;
	font-size:			11px;
	line-height:		12px;
}

.post .postHead .title {
	/*font-family:		Georgia, "Times New Roman",times, serif;*/
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			18px;
	line-height: 		normal;
	margin:				0;
}

.post .title a, 
.post .title a:link, 
.post .title a:visited, 
.post .title a:hover, 
.post .title a:active {
	text-decoration:	none;
	/*color:			#666633;*/
	color: 				#598802;
}

.post .postHead .info {
	font-size:			10px;
	line-height: 		normal;
}

.post .info a {
	/*color:			#666633;*/
	color:				#598802;
}

.post .info a:hover {
	/*color:			#666633;*/
	color:				#598802;
	text-decoration: 	underline;
}

.post .postContent {
}

.post .postContent a {
	text-decoration:	underline;
}

.post .postContent .info {
	border-top: 		1px dotted #DDDDDD;
	border-bottom: 		1px dotted #DDDDDD;
}

/*=========================================================
POST IMAGES
=========================================================*/

/* Captions & aligment */


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}
/* End captions & aligment */


/*=========================================================
SIDEBAR
=========================================================*/

#sidebar .widget {
	margin: 		0 0 5px 0;
	border-bottom: 	1px dotted #DDDDDD;
	padding-bottom: 10px;	
}

#sidebar h2 {
	margin: 		0;
	color: 			#000000;
	font-size: 		14px;
	font-weight: 	bold;
}

#sidebar form {
	padding: 		0;
	margin: 		0;
}

#sidebar ul {
	list-style: 	none;
	padding: 		0;
	margin: 		0;
}
#sidebar ul li {
	list-style: 	none;
	margin: 		0.1em 0 0 0;
	padding: 		0;
	line-height: 	normal;	
}
#sidebar ul li a {
	text-decoration: none;
	border:			none;
	line-height: 	normal;
}
#sidebar ul li a:link {
	/*color:			#666633;*/
	color:				#598802;	
}
#sidebar ul li a:visited {
	/*color:			#666633;*/
	color:				#598802;	
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: 			#CC0000;
}
#sidebar ul ul {
	list-style-type: none;
	padding: 		0;
	padding-left: 	5px;
	margin: 		0;
	font-size: 		1em;	
	background:		none;
	border:			none;
}
#sidebar ul ul li {
	margin: 		0;
	padding: 		0;
	padding-left: 	15px;
	margin-left: 	5px;
	background:   	url("images/subcat_bullet.gif") no-repeat  0 6px;
}

/*=========================================================
COMMENT STYLES
=========================================================*/

#commentform {
	margin: 0;
}
#commentform textarea {
	width: 95%;
}
#commentform p {
	margin: 0 0 1em;
}
#comments, #respond {
	text-transform: uppercase;
	margin: 3em 0 1em 0;
	color: #000000;
	font: 0.9em arial, verdana, helvetica, sans-serif;
}
.commentlist {
	font-size:1em;
	font-weight:normal;	
}
.commentlist li {
	margin: 5px 0;
	padding: 10px;
	border: #EEEEEE 1px solid;
}


