/*  
Theme Name: Robert Gumpert
Author URI: http://skltnkeys.com
Version: 1.0
Author: Skeleton Keys Development
Description: Custom template for Bob Gumpert

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************
*	BASE STYLES  			*
************************************************/

body {
	background: #1a1a1a;
	color: #999;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: 400;
	margin: 0;
}

a,a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

#container {
	background: #1a1a1a;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/************************************************
*	ROTATING HOME PAGE  			*
************************************************/
#homebg {
	background: #000;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#homebg img {
	min-width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/************************************************
*	Header  					*
************************************************/
#header {
	background: #000;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header a img {
	border: none;
	margin: 0;
	padding-top: 3px;
}

#header h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	background: #000;
}

#header h1 a,#header h1 a:visited {
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#headerleft {
	float: left;
	font-size: 14px;
	margin: 0;
	padding-left: 20px;
	overflow: hidden;
}

#headerleft p {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding-left: 25px;
	text-decoration: none;
}

#headerright {
	float: right;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/************************************************
*	DROP DOWN NAV  				*
************************************************/
ul,ol {
	padding: 10px 0;
}

#nav {
	margin: 0;
	padding: 0:
	list-style: none;
}

#nav ul {
	display: none;
	position: absolute;
	margin: 16px 0 0 -1px;
	text-align: right;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	z-index: 500;
}

#nav li a {
	display: block;
	float: left;
	background: #000;
	padding: 5px;
	border: none;
	margin-left: -1px;
	text-decoration: none;
	width: 100px;
}

/*subnav styling*/
#nav ul li {
	float: none;
}

#nav ul li a {
	float: none;
}

#nav ul li a {
	margin-top: -2px;
	padding: 8px;
	width: 120px;
	border: none;
	color: #fff;
}

#nav ul li a:hover {
	background: #000;
	color: #999;
	padding: 8px;
}

/************************************************
*	HOME PAGE  									*
************************************************/
.small {
	float: left;
	width: 830px;
	height: 350px;
	margin: 10px 5px 0;
	background: #fff;
	display: inline;
	border: 10px solid #666;
}

.small img {
	margin: 0;
	border: 0;
	padding: 0;
	border: 1px solid #000;
	float: left;
}

.small img a {
	border: none;
}

.small img a:hover {
	border: 1px solid #fff;
}

/************************************************
*	CONTENT CONTAINER 			*
************************************************/
#content_container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 945px;
}

/************************************************
*	BLOG PAGE TEMPLATE 			*
************************************************/
#content_index {
	width: 600px;
	padding: 0;
	margin: 20px 0 0;
	float: left;
	padding: 0 0 15px;
	display: block;
	background: #1a1a1a;
	font-size: 14px;
}

#content_index p {
	margin: 0;
	line-height: 1.4em;
	padding: 0 0 10px;
}

#content_index p img {
	border: 2px solid #fff;
	padding: 0;
	margin: 0;
}

#content_index h1 {
	color: #fff;
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
	line-height: 120%;
	font-variant: normal;
	text-align: left;
}

#content_index h1 a {
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

#content_index h1 a:hover {
	text-decoration: none;
}

#content_index h2 {
	color: #fff;
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px;
	line-height: 120%;
	font-variant: normal;
}

#content_index h2 a {
	text-decoration: none;
}

#content_index h2 a:hover {
	background: none;
	text-decoration: underline;
}

.content-separator {
	margin: 20px 0;
	background: none repeat scroll 0 0 #333333;
	clear: both;
	color: #FFFFEE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
}

/************************************************
*	SINGLE POST  									*
************************************************/
* html #content {
	width: 860px;
}

#content {
	display: block;
	background: #1a1a1a;
	width: 860px;
	margin: 20px 0 0;
	float: left;
	padding: 0 0 15px;
}

#content p {
	margin: 0;
	line-height: 1.4em;
	padding: 0 0 10px;
}

#content p img {
	border: 2px solid #fff;
	padding: 0;
	margin: 0;
}

#content h1 {
	color: #999;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
	line-height: 120%;
	font-variant: normal;
	text-align: left;
}

#content h1 a {
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

#content h1 a:hover {
	background: none;
	text-decoration: none;
}

#content h2 {
	color: #999;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0 15px;
	line-height: 120%;
	font-variant: normal;
}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	background: none;
	text-decoration: underline;
}

#content h3 {
	color: #999;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 120%;
	text-align: left;
	padding: 0 0 10px;
}

#content h3 a {
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

#content li {
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: square inside;
	margin-left: 10px;
	padding: 5px 0 0;
}

#content ul li a {
	text-decoration: underline;
}

#content ul li a:hover {
	text-decoration: underline;
}

blockquote {
	margin-left: 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666;
	border-left: 1px solid #ccc;
}

#content blockquote p {
	margin: 0 0 20px;
	padding: 0;
}

/************************************************
*	SIDEBAR 				*
************************************************/
#sidebar {
	float: right;
	width: 246px;
	margin: 40px 0 0 30px;
	padding: 0;
	overflow: hidden;
}

#sidebar p, #bottom .textwidget {
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	clear: both;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0 6px;
	padding: 5px 0;
	text-align: left;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar h2 a hover {
	color: #000;
	text-decoration: underline;
}

#sidebar img {
	float: left;
	border: none;
	margin: 0 0 10px;
}

#sidebar ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: square;
	margin-left: 20px;
	padding: 0;
}

#sidebar ul li a {
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

/************************************************
*	MISC 					*
************************************************/
#navigation {
	margin: 0 0 20px;
	padding: 4px 0;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
}

#navigation a {
	text-decoration: none;
	padding: 0 8px;
}

#navigation a:hover {
	text-decoration: underline;
}

#tags {
	text-align: left;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0 0 15px;
}

#comment_page {
	display: block;
	background: #000;
	margin: 10px 200px;
	float: left;
	padding: 0 0 15px;
}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0;
	padding: 0;
}

.postspace2 {
	width: 440px;
	height: 0;
	margin: 0;
	padding: 0;
}

.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
}

/************************************************
*	COMMENTS 									*
************************************************/
#comments {
	width: 660px;
	margin: 0 auto;
	padding: 20px 0 0;
	border-top: 1px dotted #333;
}

#comments h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 120%;
	text-align: center;
	padding: 0 0 10px;
	text-transform: uppercase;
	border-top: 0;
}

/************************************************
*	FOOTER 									*
************************************************/
#footer {
	color: #fff;
	background: #000;
	font-weight: 400;
	padding: 30px 20px 20px;
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


.slideshowlink {
	display: none;
}