/*
Theme Name: THW
Theme URL: http://www.krystamedia.com/
Description: Courteously provided by your friends at dreamscape content management system We heart your face.
Version: 1.0
Author: Ian Tearle
Author URL: www.iantearle.com
*/
#search{
display: none;
}

/*------------- General Junk ----------------*/
body {
	margin:0;
	padding:0;
	width: 5500px;
	height: 500px;
	color:#333; 
	font: 62.5%/150% Tahoma, Sans-Serif; 
	background: #fff url(../images/flooring.jpg) repeat bottom left;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 500px; 
	background: #fff url(../images/skirting.png) repeat-x left 475px;
}
/*
-------------------------------------------------
Header
=================================================
*/
#header {
	padding: 175px 0 0 50px;
	float: left;
	width:300px; 
}
#header h1 {
background: url(../images/logo.png) no-repeat;
text-indent: -9999em;
}
#header h1 a{
display: block;
height: 69px;
width: 223px;
}
/*
-------------------------------------------------
Menu
=================================================
*/
#menu {
	position: absolute;
	top: 0;
	left: 0;
	background: #1a1a1a;
	margin-top: 0px; 
	padding: 0px;
	width: 5500px;
	height: 25px;
}
#menu ul {
	float: left;
}
#menu li {
	float: left;
	margin: 5px 0;
}
#menu li a{
	text-decoration: none;
	color: #fff;
	padding: 3px 10px;
}
#menu li a:hover{
	background: #fff;
	color: #1a1a1a;
}
#menu ul li ul{
	display: none;
}
#menu ul li:hover ul{
	background-color: #000;
	display: block;
}
/*
-------------------------------------------------
Content
=================================================
*/
#content {
	margin: 75px 0 0 40px; 
	float: left;
	font-size: 1.1em;
	position: relative;
}
#content h4 {font-size: 1.2em;}
.par {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 315px;	
	height: 400px;
	overflow: hidden;
}
.alt {/* modify this to add style to alternate sections*/}
.gallery {
margin: 15px;
padding: 0;
float: left;
clear:left;
position: relative;
width: 212px;
height: 175px;
overflow: hidden;
}
.gallery a {
text-decoration: none;
color: #666;
}
.gallery a:hover {
color: #000;
text-decoration: underline;
}
.gallery img {
padding: 20px 0 0 21px;
}
.gallery em {
width: 212px;
height: 30px;
background: url(../images/picture-frame.png) no-repeat;
display: block;
position: absolute;
text-align: center;
font: 100%/100% Georgia, "Times New Roman", Times, serif;
padding-top: 145px;
}
.plaque{
clear: both;
background: url(../images/plaque.png) no-repeat;
text-indent: -9999px;
display: block;
width: 43px;
height: 17px;
margin: 0 0 0 100px;
}
#easyTooltip{
margin:0 10px 1em 0;
width:299px;
height: 104px;
padding:10px;
background: url(../images/plaque-large.png) no-repeat;
line-height:130%;				
}
#easyTooltip h4{
color: #fff;
padding: 10px 10px 5px 10px;
}	
#easyTooltip p{
color: #fff;
padding: 0 10px 5px 10px;
}		
#easyTooltip img{
background:#fff;
padding:1px;
border:1px solid #e1e1e1;
float:left;
margin-right:10px;
}		
/*
-------------------------------------------------
Doorway
=================================================
*/
#doorway{
background: url(../images/doorway.png) no-repeat;
width:456px;
height:502px;
position:absolute;
right:-456px;
top:-77px;
z-index: 89;
}
#paging{
background: url(../images/next-prev.png) bottom left no-repeat;
width:387px;
height:175px;
margin:40px 0 0 32px;
}
#paging .prev-link{
float:left;
}
#paging .next-link{
float: right;
}
#paging a{
display: block;
width:30px;
height:175px;
padding:180px 0 0 0;
color: #22b1e1;
text-decoration: none;
}
#paging-hover:hover{
background: url(../images/next-prev-hover.png) no-repeat;
}



#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	color: #cfcfcf;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	color: #22b1e1;
}

#arrows {
	position: fixed;
	top: 440px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}
/*
-------------------------------------------------
Form fields
=================================================
*/
#commentform,#contactform {
	float:left;
	clear:both;
	width:315px;
	margin:20px 0;
}

#commentform p,#contactform p {
	text-align:right;
	width:auto;
	margin:5px 0;
	padding:0;
	clear:both;
}

input.formfields,textarea,select {
	font:1em 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande', Lucida, Arial, Verdana, sans-serif;
	float:right;
}

#content label,#search label {
	width:5em;
	font-weight:bold;
	float:left;
	color:#585858;
	letter-spacing:.1em;
	text-transform:lowercase;
	font-size:10pt;
	font-variant:small-caps;
	text-align:right;
}

#commentform span.required,#contactform span.required,#search label span {
	font-size:.9em;
	font-weight:normal;
	padding-right:1em;
}

#content input.formfields,#content input.password,#content textarea,#content select,#search input.text,#search input.password,#search textarea,#search select {
	background:#fff;
	width:200px;
	padding:.2em .8em;
	border:1px solid #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	margin:0 0 .5em;
}
span.required{
color: #cc3300;
text-align: right;
float: left;
}

/*
-------------------------------------------------
Footer
=================================================
*/
#sockets{
background: url(../images/power-outlet.png) repeat-x;
position:absolute;
width:5000px;
height: 37px;
margin: 0;
top: 400px;
left: 0;
}
#chair{
background: url(../images/side-couch.png) left bottom no-repeat;
z-index: 100;
margin: -60px 0 0 0;
width: 253px;
height: 195px;
position: absolute;
left: 0;
top: 500px;
}
#footer {
	padding: 75px 10px 0px 0;
	float: right;
}	
#footer a{
	color: #22b1e1;
	text-decoration: none;
}
/*
-------------------------------------------------
Error/Success Messages
=================================================
*/
.contenterror{
background: #FFF1ED url(../images/error.gif) no-repeat 0.5em 50%;
padding: 0.5em 0.5em 0.5em 2.2em;
border: 1px solid #900;
width: 50%;
margin: 0.15em auto;
text-align: center;
}
.contentsuccess{
background: #F4FDEF url(../images/success.gif) no-repeat 0.5em 50%;
padding: 0.5em 0.5em 0.5em 2.2em;
border: 1px solid #3F9305;
width: 50%;
margin: 0.15em auto;
text-align: center;
}
.contentalert{
background: #FEFFDF url(../images/alert.gif) no-repeat 0.5em 10%;
padding: 0.5em 0.5em 0.5em 2.2em;
border: 1px solid #EFEFEF;
width: 50%;
margin: 0.15em auto;
text-align: center;
}
.errortext{
color:#C00;
}
.successtext{
color:#090;
}
.contenterror ul,.contentsuccess ul{
padding:0;
margin: 0 0 0 25px;
text-align:left;
list-style:none;
}
.formNote{
background: #fafafa;
padding: 0.5em;
border: 1px solid #53B2F8;
width: 70%;
margin: 1em auto;
text-align: left!important;
font-size: 90%;
color:#777;
clear: both;
}
.formNote a{
color: #000;
}
/*
-------------------------------------------------
Comments
=================================================
*/
ul.stream {
	display:block;
	border-top:1px solid #c9c9c9;
	margin:0 0 35px;
	padding:0;
}

.stream a {
	background:none!important;
}

.stream li {
	padding:10px 5px;
	border-bottom:solid 1px #e4e4e4;
}

.stream li.odd {
	background:#f7f7f7;
}

.stream div.icon,.stream div.gravatar,.stream div.content {
	float:left;
}

.stream div.icon {
	width:35px;
	padding:5px 0;
}

.stream div.gravatar {
	width:35px;
	padding:5px 15px;
}

.stream div.gravatar img {
	width:35px;
	height:35px;
}

.stream div.gravatar a {
	background:none;
}

.stream div.comment-content {
	position:relative;
	width: 310px;
	padding:3px 0 5px;
}

.stream h5 {
	font-size:12px;
	line-height:100%;
	padding:0 0 3px;
	margin:0;
	font-weight:bold;
}

.stream p {
	font-size:11px;
	color:#666;
	line-height:140%;
	margin:0;
}

.stream p.meta {
	font-size:11px;
	color:#aaa;
	padding:0 0 7px;
}

.stream p.meta a,.stream p.meta a:visited {
	color:#aaa!important;
	border-color:#e5e5e5;
	background:none!important;
}

.stream p.meta a:hover {
	color:#666;
}

.stream .body a,.stream .body a:visited,.stream h5 a,.stream h5 a:visited {
	border:0;
}

.stream a.permalink,.stream a.permalink:visited {
	color:#bbb;
	font-style:normal;
	font:normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

.stream a.permalink:hover {
	color:#666;
}

.stream div.icon a,.stream div.avatar a,.stream a.thumb,.stream a.thumb:visited {
	border:0;
}

.stream a.thumb img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:3px solid #ddd;
}

.stream a.thumb:hover img {
	border-color:#ccc;
}

