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



html, body
{
	height: 100%;
	margin: 0;
	
	background-color: #f3f3f3;
	background-image: url(images/back_body.jpg);
	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: #003366;
}

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
{
	border: 1px solid #FFFFFF;
	background: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

textarea
{	
	width: 520px;
}

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

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

	background-image: url(images/back_transparent.png);
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
}

#topbar ul
{
	display: inline;
	margin: 0;
	padding: 0;
}

#topbar ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

#logobar
{
	position: relative;
	margin-bottom: 6px;	
	padding: 0 0 0 230px;
	height: 54px;
}

#logo
{
	padding: 0px;
	width: 326px;
	height: 54px;
	
	border: none;
	background-image: url(images/logo.png);
	background-repeat: no-repeat; 
}

#footer
{
	position: relative;
	margin: 0 35px;
	padding: 7px 0 15px;
	width: 520px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

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

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

.bodytext
{
	position: relative;
	margin: 0 20px;
	padding: 5px 15px 1px;
	width: 520px;
	
	background-image: url(images/back_transparent.png);
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.posttext
{
	margin: 8px 0 14px;
	font-size: 10pt;
}

.posttext p
{
	margin: 0;
	padding: 0;
}

.posttext .smalltext
{
	margin: 8px 0 14px;
}

.posttext a
{
	text-decoration: underline;
}

.posttext .smalltext a
{
	text-decoration: none!important;
}

.smalltext
{
	font-size: 8pt;
}

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

.smalltext ul li
{
	margin: 0;
	padding: 0;
}

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

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

.mitemtitle
{
	font-weight: bold;
}

.portimage
{
	float: left;
	margin-right: 8px;
	
	border: 1px solid #FFFFFF;
}

.rightimage
{
	float: right;
	margin-left: 8px;
	
	border: 1px solid #FFFFFF;
}

.clearimage
{
	margin: 0;
	padding: 0;
	clear: both;
	height: 13px;
	/*border: 1px solid #FFFFFF;*/
}

.navigation
{
	font-size: 8pt;
}

.navclear
{
	margin: 0;
	height: 1px;
	clear: both;
}	

.left
{
	float: left;
}

.right
{
	float: right
}