/*
Theme Name: Clean and Simple (Red)
Theme URI: http://www.borngeek.com/
Description: The new default theme used at Born Geek.
Version: 1.1
Author: Jonah Bishop
Author URI: http://www.borngeek.com/
*/

a {
	background: transparent;
	color: #900;
}

a:hover {
	background: transparent;
	color: #3C78A7;
}

a.external {
	background: url(/images/icons/external-site.png) no-repeat center right;
	padding-right: 20px;
}

a.feed {
	background: url(images/feed-icon.png) no-repeat center left;
	padding-left: 16px;
}

a.next {
	background: url(/images/icons/next.gif) no-repeat center right;
	padding-right: 20px;
}

a.previous {
	background: url(/images/icons/previous.gif) no-repeat center left;
	padding-left: 20px;
}

a.twitter {
	background: url(images/feed-twitter.png) no-repeat center left;
	padding-left: 16px;
}

a img { border: none !important; }

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

blockquote {
	background: #DDD;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	margin: 1em 0;
	padding: 0.25em 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

body {
	background: #666 url(images/bg.jpg) repeat-x top left;
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
	text-align: center;
}

code {
	background: transparent;
	color: #900;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

dl { margin-left: 2em; }

dl dd {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	padding: 0;
}

dl dt { font-weight: bold; }
li, p { line-height: 1.5em; }

form em {
	color: #C00;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

pre {
	background: #DDD;
	border: 1px solid #BBB;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	padding: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

td {
	border-bottom: 1px solid #FCC;
	padding: 3px 5px;
}

th {
	background: #900;
	color: #FFF;
	padding: 3px 5px;
}

tr.alt { background: #FFF0F0; }

.center { text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }
.right { text-align: right; }

.hidden {
	position: absolute;
	left: -9999px;
}

.insetright {
	border: 1px solid #999;
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
}

.insetright img { display: block; }

div.notice {
	background: #FBEC88;
	border: 1px solid #FAD42E;
	color: #363636;
	margin: 1em 0;
	padding: 0.5em 1em;
}

span.hilite {
	background: #FFB;
	color: #000;
	font-weight: bold;
}

ul.quotes {
	background: #DDD;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Page Wrapper
-----------------------------------------------*/
#wrapper {
	margin: 0 auto;
	max-width: 95%;
	padding: 40px 0 0 0;
	text-align: left;
	width: 65em;
}

/* Header
-----------------------------------------------*/
#header { margin: 0; }

#header a,
#header a img {
	display: block;
	height: 90px;
	width: 350px;
}

#search-area {
	position: absolute;
	right: 3em;
	top: 4px;
}

#search-area form {
	margin: 0;
	padding: 0;
}

#search-area form input#go-button {
	background: #000;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 0 6px;
}

/* Navigation
-----------------------------------------------*/
#navbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	overflow: auto;
	position: relative;
	text-transform: uppercase;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 10px 0 0 0;
}

#navbar ul li { float: left; }

#navbar ul li a {
	background: #900;
	border-color: #999;
	border-style: solid;
	border-width: 2px 2px 0;
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	outline: none;
	padding: 6px 12px;
	text-decoration: none;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-radius: 10px 10px 0 0;
}

#navbar ul li a:hover {
	background: #3C78A7;
	border-color: #FFF;
	color: #FFF;
}

#navbar ul li a.current {
	background: #FFF;
	border-color: #FFF;
	color: #000;
	text-decoration: underline;
}

#navbar ul li a.current:hover {
	color: #900;
	text-decoration: underline;
}

/* Content Region
-----------------------------------------------*/
#content {
	background: #FFF;
	color: #000;
	overflow: auto;
	padding: 1em;
	width: 63em;
	-moz-border-radius: 0 15px 15px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-radius: 0 15px 15px;
}

h1.pagetitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
}

#content h2 {
	border-bottom: 1px solid #CCC;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.5em 0;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
}

#content div.helptopic h2 {
	border-bottom: none !important;
}

/* Narrow Column
-----------------------------------------------*/
#narrowcolumn {
	float: left;
	margin: 0 2em 0 0;
	width: 46em;
}

/* Post Header
-----------------------------------------------*/
div.post-header h2 {
	border-bottom: none !important;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	margin: 0;
}

div.post-header h2 a {
	background: transparent;
	color: #000;
	text-decoration: none;
}

div.post-header h2 a:hover {
	background: transparent;
	color: #900;
	text-decoration: underline;
}

div.post-header div.post-meta {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

span.post-comments {
	background: url(images/comments.gif) no-repeat center left;
	margin-left: 10px;
	padding-left: 22px;
}

span.post-date {
/*
	background: url(/images/icons/sprites.png) no-repeat;
	background-position: -64px 0px;
*/
	background: url(images/date.png) no-repeat center left;
	color: #666;
	padding-left: 22px;
}

/* Post Content
-----------------------------------------------*/
div.post-content {
	margin: 1em 0 0 0;
}

h3#comments {
	background: #333;
	color: #FFF;
	padding: 0.5em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	border-bottom: 1px solid #CCC;
	padding: 1em 1em 0;
}

div.comment-author-info {
	overflow: auto;
}

div.comment-author-info h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

div.comment-author-info img {
	border: 1px solid #CCC;
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
}

div.comment-author-info span.comment-date {
	font-size: 0.9em;
}

div.comment-author-info span.comment-date a.comment-date-link {
	color: #666;
	text-decoration: none;
}

div.comment-author-info span.comment-date a.comment-date-link:hover {
	color: #900;
	text-decoration: underline;
}

div.comment-content {
	clear: both;
}

ol.commentlist li.officialComment {
	background: #333;
	color: #FFF;
}

ol.commentlist li.officialComment a { color: #F99; }
ol.commentlist li.officialComment a:hover { color: #FFF; }
ol.commentlist li.officialComment code { color: #FF0; }
ol.commentlist li.officialComment span.comment-date a.comment-date-link { color: #CCC; }

#content div.downloadbox {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	color: #000;
	margin: 1em 0;
	padding: 1em;
}

#content div.downloadbox h3 {
	font-size: 1.2em;
	margin: 0;
}

#content div.downloadbox p { margin: 0.25em 0 1em 0; }

#content div.downloadbox ul {
	margin: 1em 0 0;
	padding: 0;
}

#content div.downloadbox ul li {
	display: inline;
	margin-right: 1em;
}

#content div.downloadbox li.changelog {
	background: url(images/edit.gif) no-repeat center left;
	padding-left: 22px;
}

#content div.downloadbox li.documentation {
	background: url(images/book.gif) no-repeat center left;
	padding-left: 22px;
}

div.downloadbox li.requirements {
	background: url(images/computer.gif) no-repeat center left;
	padding-left: 22px;
}

#content div.downloadbox li.screenshots {
	background: url(images/images.gif) no-repeat center left;
	padding-left: 22px;
}

#table-of-contents {
	margin: 1em 0 0 0;
	overflow: auto;
}

#table-of-contents div.col-left {
	border-right: 1px solid #CCC;
	float: left;
	margin-right: 2em;
	vertical-align: top;
	width: 48%;
}

#table-of-contents div.col-right {
	float: left;
	vertical-align: top;
	width: 48%;
}

#table-of-contents h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

/* Post Footer
-----------------------------------------------*/
div.post-footer {
	border-bottom: 1px solid #CCC;
	margin: 0 0 2em 0;
	padding: 0 0 0.5em 0;
	text-align: right;
}

div.post-footer a { text-decoration: none; }
div.post-footer a:hover { text-decoration: underline; }

span.post-edit {
	background: url(images/edit.gif) no-repeat center left;
	float: left;
	padding-left: 20px;
}

span.post-edit-single {
	background: url(images/edit.gif) no-repeat center left;
	margin-left: 10px;
	padding-left: 20px;
}

/* Sidebar
-----------------------------------------------*/
#sidebar {
	float: left;
	width: 15em;
}

#sidebar div#donate { margin: 0 0 1em 0; }

#sidebar h2 {
	background: #900 url(images/sidebar_grad_red.png) repeat-x top left;
	border: none;
	color: #FFF;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar p { margin: 0.5em 0 1em 5px; }

#sidebar ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#sidebar ul li {
	background: url(images/bullet_red.png) no-repeat center left;
	border-bottom: 1px dotted #BBB;
	font-size: 0.9em;
	padding: 5px 0 5px 18px;
}

#sidebar ul#feedslist li {
	background: none;
	padding: 5px;
}

#sidebar ul#recent-comments {
	list-style-type: none;
}

#sidebar ul#recent-comments li {
	background: none;
	padding-left: 5px;
}

/* Footer
-----------------------------------------------*/
#footer {
	background: #000;
	clear: both;
	color: #FFF;
	margin: 20px 0 0 0;
	padding: 2em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#footer a { color: #F99; }
#footer a:hover { color: #FFF; }

