/*  
Theme Name: Dreamshire
Theme URI: http://www.dreamshire.com
Description: Dreamshire
Version: 1.0
Author: Dreamshire
Author URI: http://www.betaprojects.com/
*/

/**************************************************************************************/

@media print {
	
}

/**************************************************************************************/

* { padding: 0px; margin: 0px; }

BODY {
	background: url('../images/bg.jpg') #000000 no-repeat fixed top center;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	color: #FFFFFF;
}

IMG { border: 0px; }

A {
	text-decoration: underline;
	color: #FFFFFF;
}

A:hover { text-decoration: none; }

/**************************************************************************************/

#home {	padding-top: 18em; }

#home .logo { text-indent: -9000px; }

/**************************************************************************************/

#flash-logo, .logo {
	width: 250px;
	height: 77px;
	float: left;
}

.credits { 
	margin-top: 10px;
	font-size: 10px; 
	color: #8F8F8F;
}

.credits A { color: #8F8F8F; }

.logo { background: url('../images/dreamshireLogo2.png'); }

.logo A { 
	text-indent: -9000px;
	width: 250px;
	height: 77px;
	display: block; 
}

.viewport { 
	padding-top: 4.5em;
	min-height: 1000px;
}

.header {
	background: url('../images/head-bg.png');
	padding-top: 25px;
	height: 160px;
}

/**************************************************************************************/

.status { 
	margin: 20px 0px 50px 340px; 
	font-size: 10px;
}

.content {
	margin: 0px 40px 50px 0px; 
	text-align: justify;
	font-size: 12px;
}

.content .item {
	margin-bottom: 50px;
	overflow: hidden;
	clear: left;
}

.content .photo {
	background: url('../images/photo-frame.png') no-repeat;
	padding-top: 40px;
	text-align: right;
	width: 250px;
	height: 255px;
	float: left;
}

.content H1, .content .text { margin-left: 340px; }

.text IMG { 
	margin: 10px;
	float: left; 
}

.content H1 {
	background: url('../images/head-bg.png');
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 5px;
	line-height: 30px;
	font-size: 20px;
}

.content SMALL { 
	font-size: 14px;
	display: block;
	color: #FFFBCF;
}

.content P { margin-bottom: 10px; }

.content P EM { color: #CCCCCC; }

.content .address {
	float: left;
	width: 250px;
	text-align: right;
}

.content .address H2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
}

/**************************************************************************************/

.menu {
	width: 600px;
	float: right;
}

.menu LI { 
	list-style: none; 
	width: 150px;
}


.menu LI, .menu LI A, .menu EM {
	color: #FFFFFF;
	display: block;
	height: 120px;
	float: left;
}

.menu LI A, .menu LI EM  {
	text-decoration: none;
	text-indent: -9000px;
	width: 150px;
}

.menu .item1 { background: url('../images/menu_dreams.png') no-repeat; }
.menu .item2 { background: url('../images/menu_analysis.png') no-repeat; }
.menu .item3 { background: url('../images/menu_lucid_dreams.png') no-repeat; }
.menu .item4 { background: url('../images/menu_links.png') no-repeat; }

.menu .item1 A:hover { background: url('../images/menu_dreams_over.png') no-repeat; }
.menu .item2 A:hover { background: url('../images/menu_analysis_over.png') no-repeat; }
.menu .item3 A:hover { background: url('../images/menu_lucid_dreams_over.png') no-repeat; }
.menu .item4 A:hover { background: url('../images/menu_links_over.png') no-repeat; }

.menu .sel1 { background: url('../images/menu_dreams_sel.png') no-repeat; }
.menu .sel2 { background: url('../images/menu_analysis_sel.png') no-repeat; }
.menu .sel3 { background: url('../images/menu_lucid_dreams_sel.png') no-repeat; }
.menu .sel4 { background: url('../images/menu_links_sel.png ') no-repeat; }

/**************************************************************************************/

.ddfm { margin-top: 20px; }

.fieldwrap { 
	margin-bottom: 15px; 
	overflow: hidden;
}

.ddfm LABEL { 
	font-weight: bold;
	display: block;
}

.ddfm INPUT { 
	padding: 5px;
}

.ddfm TEXTAREA { 
	padding: 5px;
	height: 150px;
	width: 365px;
}

.ddfm INPUT, .ddfm TEXTAREA { width: 500px; }

.ddfm SELECT { 
	width: 20% !important; 
	padding: 2px; 
}

.required { color: red; }

.fmverify { 
	width: 20% !important; 
	margin-right: 10px;
	float: left;
}

.submit INPUT { width: 30%; }

.ddfmerrors { 
	font-weight: bold;
	color: red; 
}

.errorlist {
	border: 1px dotted red;
	padding: 10px;
}

/**************************************************************************************/

.wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.print { display: none; }

.right { float: right; }
.left { float: left; }

.cb { clear: both; }

.red { color: red; }
.small { font-size: 10px; }