/*
Theme Name: Lampstand
Description: 
Version: 0.1
Author: Mr Snow / Rebecca Kerr


new grey
#8d9296

*/

body {
	font-family : Arial, Helvetica, "Sans-serif";
	color : #B0B7BC;
	font-size : 12px;
}

#page {
	border : 1px solid #B0B7BC;
	margin-top : 40px;
	margin-bottom : 40px;
	margin-left : auto;
	margin-right : auto;
	min-height : 540px;	
	display : block;
}

#content {
	display : table;
}

.gallery-content {
	position : absolute;
	/* 140 + margin-top of #page */
	top : 180px;
	z-index : 10;
}

#wrapper {
	margin-left : auto;
	margin-right : auto;
	
}

ul#mainmenu, #footer ul {
	list-style : none;
	margin : 0;
	padding : 0;
}

a {
	color : #F89C57;
}

a:hover {
	color : #f86a00;
}

h1 a, h2 a, h3 a {
	text-decoration : none;
}

#mainmenu a, #footer a {
	color : #B0B7BC;
	text-decoration : none;
}

#mainmenu li.current_page_parent li a {
	color : #B0B7BC;
}

#mainmenu a:hover, #footer a:hover, #mainmenu li.current_page_item a, #mainmenu li.current_page_parent a, #mainmenu li.current_page_parent li.current_page_item a {
	color : #F89C57;
}

#mainmenu a:hover {
	color : #f86a00 ! important;
}

#mainmenu li {
	width : 90px;
	float : left;
	border-left : 1px solid #B0B7BC;
	height : 50px;
	line-height : 14px;
}

#mainmenu li a {
	padding : 5px;
	display : block;
	height : 50px;
	text-transform : uppercase;
	font-family : "Arial Narrow", Arial, Helvetica, "Sans-serif";
}

#mainmenu li ul li {
	height : auto ! important;
	border-left : none;
}

#mainmenu li ul {
	display : none;
	border : 1px solid white;
	background-image : url("./libs/images/white-95.png");
	border-top : none;
	list-style : none;
	margin : 0;
	padding : 0;
	
	margin-left : -1px;
	width : 100px;
	
	position : relative;
	z-index : 1000;
}

#mainmenu li ul li {
	height : auto ! important;
	min-height : 16px;
	margin-bottom : 0.3em;
}

#mainmenu li ul li a {
	padding : 0px;
	height : auto ! important;
	min-height : 16px;
	text-transform : lowercase;	
	color : #B0B7BC;
	font-family : Arial, Helvetica, "Sans-serif";

	padding-left : 6px;
	display : block;
}

#header {
	height : 68px;
}

#headerimg h1 {
	margin-top : 18px;
	margin-left : 12px;
}


.gallery {
	list-style : none;
	margin : 0;
	padding : 0;
	height : 255px;

	width : 950px;
	overflow : hidden;
}

.gallery li {
	position:absolute;
	z-index: 10;
	
	width : 950px;
	height : 255px;
	overflow : hidden;

	display : none;
	background-color : #ffffff;
}


/*	explorer msie requires important */
.gallery li.prevslide {
	z-index: 11 ! important;
}
.gallery li.activeslide {
	z-index: 12 ! important;
}


.gallery li.item-0 {
	display : block;
}

.gallery li span, ul.thumbnails li span {
	display : none;
}

ul.thumbnails {
	list-style : none;
	margin : 0;
	padding : 0;
	float : right;
	margin-top : 5px;
}

ul.thumbnails li {
	float : left;
	margin-right : 8px;
}

ul.thumbnails li a {
	width : 40px;
	height : 40px;
	overflow : hidden;
}	

ul.thumbnails li img {
	max-width : 40px;
}

.gallery-caption {
	clear : both;
	text-align : right;
	padding-right : 8px;
}

.gallery-caption .title {

}

.gallery-caption .caption {
	margin-left : 2em;
	font-size : 0.8em;
	margin-top : 2px;
	float : right;
}

.gallery-caption .description {
	margin-left : 2em;
}

.post-content {
	position : relative;
	z-index : 50;
/*	
	height : 324px;
*/
	display : table;
}

.post-content .entry {
	background-image : url("./libs/images/white-85.png");
	min-height : 240px;
	padding-top : 15px;
	margin-top : 38px;
}

.post-content p {
	margin : 8px 20px 8px 20px;
}

h2 {
	font-size : 1.4em;
	font-weight : normal;
	text-align : right;
	width : 550px;
	text-transform : lowercase;
	color : #F89C57;
}

.post-content h2, .post-content h3 {
	margin : 8px 20px 8px 20px;
}

.post-content h2 {
	margin-bottom : 1.5em;
}

.post-content h3 {
	font-family : "Arial Narrow", Arial, Helvetica, "Sans-serif";
	text-transform : uppercase;
	font-size : 1.0em;
	color : #F89C57;

	margin-bottom : 0px;
}

.post-content h3 + p {
	margin-top : 0;
}

a.toggle {
	background-image : url("./libs/images/chrome.png");
	height : 20px;
	width : 20px;
	display : inline-block;
	opacity : 0.5;
	background-repeat : no-repeat;
	text-decoration : none;

	position : absolute;
	margin-top : -30px;
	margin-left : 555px;

}

a.close {
	background-position : 0 0;
}

a.open {
	background-position : 0 -20px;
}

a.toggle span {
	visibility : hidden;
}

a.toggle:hover {
	opacity : 1;
}

img.alignright {
	float : right;
}

img.alignleft {
	margin-left : -355px;
	float : left;
}
/*old footer code*/
/*#footer {
	clear : both;
	position : absolute;
	top : 590px;
	text-align : right;
	font-size : 0.9em;
}*/
/*new footer code by franz*/
#footer {
    clear: both;
    float: none;
    font-size: 0.9em;
    margin: -30px auto 100px;
    text-align: right;
    width: 950px !important;
}
#footer ul li, #footer ul {
	float : left;
}

#footer ul li {
	margin-right : 1em;
	padding-right : 1em;
	border-right : 1px solid #B0B7BC;
}

#footer ul li:last-child {
	border : none;
}

div#footer span {
	float : right;
}

.post-edit-link {
	font-size : 0.9em;
	padding-left : 2em;
}

.wpcf7 {
	display : block;

}

#recaptcha_area .recaptchatable {
	border : none ! important;
}

form input[type=submit] {
	border : 3px double #B0B7BC;
	width : 200px;
	font-weight : bold;
	background-color : #e9e9e9;
	
}

form input[type=text], form input[type=password] {
	border : 1px solid #B0B7BC;
	width : 120px;
	padding : 4px;
	
}

form input[type=submit] {
	border : 3px double #B0B7BC;
	width : 200px;
	font-weight : bold;
	background-color : #e9e9e9;
	
}

#sidebar ul, #sidebar ul li.widget {
	list-style : none;
	padding : 0;
	margin : 0;	
}


#sidebar {
	position : absolute;
	top : 400px;
	margin-left : 40px;
	z-index : 200;
}

body.archive .post, body.archive .post-content, body.archive .entry {
	height : auto;
	min-height : 0;
	margin-top : 0;
	padding-top : 0;
}

body.archive .toggle, body.archive .gallery {
	display : none;
}

body.archive .post-content h2 {
	margin-bottom : 0.5em;
}

body.archive .post-content {
/*
	border-bottom : 1px solid #B0B7BC;
*/
	margin-bottom : 2em;
	font-size : 1.2em;
	clear : both;
}

body.archive .post-content img {
/*
	max-width : 430px;
*/
	border : 1px solid #B0B7BC;
	padding : 2px;
	margin-right : 1em;
	margin-left : 1em;
}

body.archive #footer {
	position : relative;
}

body.archive ul.thumbnails {
	display : none;
}


body.archive .post-content h3 {
	margin-bottom : 0px ! important;
}

span.date {
	display : block;
	text-align : right;
	width : 550px;
	margin : 0px 20px 8px 20px ! important;
	margin-bottom : 1.5em;
}

