/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

/*
#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
*/

body {
	background-color: #1c1c1c;
	text-align: center;
}

div, p, span, a, li, td, input, label {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* --- container --- */
#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

/* --- header --- */
#topTitle {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
}

#topTitle h1 {
	width: 140px;
	height: 78px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

#topTitle h1 a {
	text-indent: -9999px;
	background: url(/images/logo.gif) left top no-repeat;
	width: 140px;
	height: 85px;
	display: block;
}

#topTitle .address {
	color: #bd9400;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 120%;
	float: left;
	overflow: hidden;
	width: 200px;
	height: 90px;
}

/* --- navigation --- */

#topNav {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #312d25;
	border-bottom: 1px solid #312d25;
	padding: 10px 0;
	clear: both;
}

#topNav a {
	color: #999;
	text-decoration: none;
	float: left;
	margin-right: 25px;
	text-transform: lowercase;
	font-size: 1.2em;
}

#topNav a:hover {
	color: #eee;
}

#topNav .current_page_item a {
	color: #f6cc10;
}

#topNav ul {
	list-style-type: none;
}


/* --- content --- */

#content {
	color: #d1d1d1;
	min-height: 400px;
	padding: 8px 0 15px 0;
}

#content .title {
	display: none;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #f6cc10;
}

#content p, #content div {
	padding: 10px 0;
}

#content p + h2 {
	margin-top: 20px;
}

#content a {
	color: #f6cc10;
	text-decoration: none;
}

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

#content-body {
	float: left;
	width: 420px;
}

#content-body.fullwidth {
	width: 100%;
}


/* --- rss feed --- */
#rss-feed ol {
	margin-top: 20px;
}

#rss-feed li {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* --- photos --- */
#photos {
	float: right;
	width: 440px;
	height: 440px;
	margin: 20px 0;
	padding-top: 10px;
	background: url(/images/photos_bg.jpg) left top no-repeat;
}

#photos img {
	margin: 10px 0 0 20px;
}


.back-to-top {
	text-align: center;
}

/* --- footer --- */
#footer {
	text-align: center;
	border-top: 1px solid #312d25;
	padding: 10px 0;
	clear: both;
}

#footer p {
	color: #a3a3a3;
	font-size: 0.8em;
	line-height: 150%;
}

#footer p.acknowledgement {
	color: #777;
	font-size: 0.7em;
	margin-top: 15px;
}

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

#footer a:hover {
	color: #fff;
}

/* --- slideshow --- */
#slideshow {
	float: left;
    position: relative;
    width: 400px;
    height: 400px;
	padding: 0;
	margin: 10px 0 0 20px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
	margin: 0;
    z-index: 8;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}

/* --- google-map --- */
#google-map {
	width: 400px;
	height: 340px;
	margin: 10px 0 0 20px;	
}

#google-map-link {
	text-align: center;
	width: 440px;
	height: 40px;
	margin-top: 20px;
}

/*
#google-map {
	border: 1px solid red;
}
*/

/* gallery style */
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 20%;
}
.gallery-item img {
	border: 2px solid #cfcfcf;
}
.gallery-item .gallery-caption {
	margin-left: 0;
}

.gallery-item a:hover img {
	border: 2px solid #f6cc10;
}

#lightbox-image {
	max-width: 600px;
	max-height: 600px;
}