/*
Theme Name: SurrealPerspectives
Theme URI: http://surrealperspectives.com/
Description: New interface for the SurrealPerspectives website.
Version: 4.5
Author: Andrew Waegli
Author URI: http://blog.surrealperspectives.com/
Tags: dark, green, digital art, nature
*/



html, body
{
	height: 100%;
	margin: 0;
	
	background-color: #1e1e1c;
	background-image: url(images/dark/back_body.png);
	background-repeat:repeat-y;
	background-position: center;
}

a:link
{
	text-decoration: none;
	color:#FFFFFF;
}
a:active
{
	color: #FFFFFF;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover
{
	text-decoration: none;
	color: #C2CEB3;
}

h1
{
	width: 520px;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
	background-image:url(images/transpline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
	font-size: 11pt;
	font-weight: bold;
	text-transform: lowercase;
}

input, textarea
{
	padding: 3px;
	background: #1e1e1c; 
	border: none;
	color: #FFFFFF;
	font-size: 1em;
}

input:hover, textarea:hover
{
	background:#2d2d2b;
}

input:focus, textarea:focus
{
	background:#2d2d2b;
}

textarea
{	
	width: 60%;
}

p, table, li
{
	margin: 0 0 10px; 
	font-size: 10pt;
}

table
{
	width: 100%;
}

input, textarea, #topbar, #footer, .bodytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

label
{
	padding-top: 0.2em;
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
	margin-left: 11.7em;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
	background-image: url(images/dark/back_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

#topbar
{
	position: relative;
	margin: 0 25px;
	width: 520px;
	min-height: 11px;
	padding: 11px 15px 9px;

	background-image: url(images/dark/back_transparent.png);
	background-repeat: repeat-y;
	
	font-weight: bold;
	text-transform: lowercase;
}

#menu
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#menu li
{
	float: left;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	padding-right: 1em;
	font-size: 8pt!important;
}

#menu li:before
{
	content: ".: ";
}

#menu div
{
	margin-top: 11px;
	padding: 1.1em;
	padding-top: 0;
	position: absolute;
	background-image: url(images/dark/back_transparent.png);
	z-index: 30;
	visibility: hidden;
}

#menu div a
{
	position: relative;
	display: block;
	margin-top: .5em;
}

#logobar
{
	padding: 0;
	width: 600px;
	height: 178px;
	margin-bottom: -60px;
	
	border: none;
	background-image: url(images/dark/logo.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}

#content
{
	padding: 0 0 2.6em 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	/*margin: 0 25px;
	width: 520px;
	min-height: 11px;
	padding: 7px 15px 15px;

	background-image: url(images/dark/back_transparent.png);
	background-repeat: repeat-y;*/
	
	text-align: right;
}

.topborder
{
	position: relative;
	margin: 0 25px;
	padding: 0;
	width: 550px;
	height: 4px;
	
	background-image: url(images/dark/border_top.png);
	background-repeat: no-repeat;
}

.bottomborder
{
	position: relative;
	margin: 0 25px 8px 25px;
	padding: 0;
	width: 550px;
	height: 4px;
	
	background-image: url(images/dark/border_bottom.png);
	background-repeat: no-repeat;
}

.bodytext
{
	position: relative;
	margin: 0 25px;
	padding: 5px 15px 1px;
	width: 520px;
	
	background-image: url(images/dark/back_transparent.png);
	background-repeat: repeat-y;
}

.post
{
	margin: 8px 0 30px;
}

.post a
{
	text-decoration: underline;
}

.smalltext
{
	font-size: 8pt;
}

.bodytext .smalltext
{
	padding-bottom: 7px;
}

.smalltext ul
{
	margin: 5px 0;
	padding: 0;
	
	list-style-position: inside;
}

.smalltext ul li
{
	margin: 0;
	padding: 0;
	
	font-size: 8pt!important;
}

.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

img.alignleft, img.alignright
{
	border: 1px solid #1e1e1c;
}

img.alignleft
{
	margin: 5px 15px 5px 0;
}

img.alignright
{
	margin: 5px 0 5px 15px;
}

.wp-caption
{
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.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;
}

.menuimage
{
	position: relative;
	width: 144px;
	height: 84px;
	border: none;
	float: left;
	
	margin-right: 2px;
}

.menublock
{
	min-height: 84px;
	padding-bottom: 4px;
	clear: both;
}

.navigation
{
	margin-top: -10px;
	padding: 7px 0;
	font-size: 8pt;
}

.clearme
{
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
