@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, sans-serif;
	background: #000 url(/assets/img/bg_nolight.jpg) repeat-x fixed;
	margin:0px;
	font-size:12px;
	color:#FFF;
}

body.addforms{
	background-image:none;
	background-color:#FFF;
	color:#000;
	padding:20px 50px;
}

textarea, input {
	font-family:Arial;
	font-size:11px;
}

/*DEFAULTS*/
img {
	border:0;
}

p {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#E20066;
}

a:hover {
	background-color:#E20066;
	color: #FFF;
}

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

a:hover {
	text-decoration:none;
	color:#FFF;
}

#leftcontent {
	float:left;
	width:124px;
	height:100px;
	text-align:right;
	padding-right:30px;
}

#middlecontainer
{
	float:left;
	width: 685px;
	height:100%;	
	margin-top: 80px;
	margin-left: -30px;
	padding-left: 30px;
	background-image:url(/assets/img/middlebg_nolight.jpg);
	background-repeat:no-repeat;
	background-position: 30px 0;
	position: relative;
	overflow: hidden;
}

#slidebox
{
	width: 785px;
	height: 100%;
	position: absolute;
	top: 164px;
	left: 685px;
	color: #FFF;
}

#slidebox #tabs, #staticbox #tabs
{
	float: left;
	width: 30px;
	height: 250px;
}

#slidebox #tabs.off, #staticbox #tabs.off
{
	background-image:url(/assets/img/tabs/tabs_off.png);	
}

#slidebox #tabs.register, #staticbox #tabs.register
{
	background-image:url(/assets/img/tabs/tabs_register.png);	
}

#slidebox #tabs.keydates, #staticbox #tabs.keydates
{
	background-image:url(/assets/img/tabs/tabs_keydates.png);	
}

#slidebox #tabs.screensaver, #staticbox #tabs.screensaver
{
	background-image:url(/assets/img/tabs/tabs_screensaver.png);	
}

#slidebox a
{
	color: #FFF;
}

#slidebox a:hover
{
	text-decoration: underline;
}
#screensaver_wrap {
	clear:both;
}

#tabs a
{
	display: block;
	width: 30px;
	text-indent: -1000px;
}
#tabs a:hover
{
	background: none;
}

a#tab1
{
	height: 92px;
}

a#tab2
{
	height: 80px;
}

a#tab3
{
	height: 80px;
}

#slidebox div.page
{
	float: left;
	width: 615px;
	height: 100%;	
	padding: 15px 25px;	
	display: none;
	background-color: #E20066;		
}


#slidebox div#closebox
{
	float:left;
	background-color:#E20066;
	padding-top:10px;
	width:20px;	
	background-color: #E20066;
	height: 100%;	
}

#slidebox div#closebox a
{
	color:#FFF;
}

#rightcontent
{
	position:absolute;
	top: 242px;
	left: 859px;
	width:90px;
	font-size:11px;
	color:#FFF;
	line-height:15px;
}

#rightcontent .date {
	color:#E20066;
}

h1 { /*bathroom innovations image*/
	margin:0px;
	padding:0 356px 20px 0;
	background-image:url(/assets/img/banner.gif);
	background-repeat:no-repeat;
}

h1 a { display: block; text-indent: -1000em; margin:0; height:144px; width:329px; }

h1 a:hover { background:none;} /*removing the pink hover*/

h2 { /*reece logo*/
	position:fixed;
	/*width:90px;*/
	margin:0px;
	/*padding:0 4px 188px 0;*/
	height:54px;
	padding-left:34px;
}

h3 { /*page section headers*/
	font-size:12px;
	color:#E20066;
	padding:0 0 10px 0;
	margin:0;
	font-weight:normal;
}

h4 {
	font-size:11px;
	color:#FFF;
	padding:0 0 10px 0;
	margin: 10px 0 0 0;
	font-weight:normal;
}

#leftmenu {
	position:fixed;
	list-style:none;
	margin: 242px 0 0 30px;
	padding:0;
	font-size:12px;
}

#leftmenu li{
	padding:0 0 0 0;
}

#leftmenu a {
	display:block;
	color:#FFF;
	text-decoration:none;
	/*padding:5px 4px 2px 0; For helvetica neue */
	padding:3px 4px 2px 0;
}

#leftmenu a:hover {
	color:#E20066;
	text-decoration:none;
	background:none;
}

#leftmenu .current {
	color:#E20066;
	text-decoration:none;
}

#leftmenu .inspiration {
	color:#FFF;
	text-decoration:none;
	background-color:#E20066;
}

#leftmenu .inspiration:hover{
	color:#000;
	text-decoration:none;
	background-color:#E20066;
}

/*MIDDLE CONTENT DIVS*/

#wholecontent
{
	float:left;
	padding:15px 0 0 25px;
	background-color:#FFF;
	color:#000;
	width:685px;
	height:100%;
	overflow:visible;
	background-image:url(/assets/img/tabs/tab_bg.png);
	background-repeat: repeat-y;	
	background-position: 655px 0;
}

#wholecontent.notify
{
	height: 400px;
}

body.addforms p
{
	margin-bottom: 10px;
}

.pulltabs {
	padding-bottom:5px;
}

#footer
{
	float: left;
	clear: left;
	width: 630px;
	text-align:right;
	font-size:11px;
	color:#E20066;	
	margin: 40px 0 25px 0;	
}

#footer a
{
	color:#E20066;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:none;
}

/*REGISTRATION PAGE*/
#slidebox h3
{
	color:#FFF;
	padding-bottom:10px;
}


#slidebox p
{
	padding-bottom:10px;
}

#slideboxmenu {
	float:left;
	padding-right:35px;
	height:100%;
}

#slideboxmenu li{
	padding-bottom:2px;
}

#slideboxmenu a {
	display:block;
	color:#FFF;
	padding:1px 3px;
	margin-left:-3px;
	margin-top:-1px;
	text-decoration:none;
}

#slideboxmenu a:hover {
	color:#E20066;
	background-color:#FFF;
}

#slideboxmenu a.current{
	color:#E20066;
	background-color:#FFF;
}

#screensaver_list 
{
	padding:0;
	margin:0 0 0 20px;	
}

/*FORM*/
.submitbutton {
	padding:2px;
	width:180px;
	border:0;
	margin: 10px 0 0 0;
	background-color:#E20066;
	color:#FFF;
	margin-left:2px;
	cursor:pointer;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
}

.regbutton {
	padding:2px;
	width:180px;
	border:0;
	margin:0;
	background-color:#FFF;
	color:#E20066;
	margin-left:2px;
	cursor:pointer;
	font-family: Arial, sans-serif;
	margin-bottom:16px;
}

.formlabel {
	display:block;
	float:left;
	width:100px;
	cursor:pointer;
	padding-top:3px;
}

.formfield {
	width:180px;
}

/*INSPIRE*/
#header h3
{
	float:left;
	width: 100%;
	height: 75px;
	background-image: url(/assets/img/inspiredots.gif);
	background-position: 0 74px;
	background-repeat: no-repeat;
}

#header h3 a
{
	display: block;
	width: 306px;
	height: 65px;
	background-image: url(/assets/img/inspirebanner.gif);
	text-indent: -1000px;
}


#promo
{
	position: absolute;
	top: 205px;
	left: 580px;
	height: 95px;
	width: 95px;
}


#intro
{
	position: absolute;
	top: 178px;
	left: 380px;
	height: 95px;
	width: 255px;
	font-size: 12px;
}

#viewer
{
	float: left;
	width: 320px;
}

#thumbs
{
	float: left;
	width: 295px;
	margin-left: 15px;
}

.todaysdate
{
	color:#E20066;
	padding: 5px 0;
}

#viewer p.author
{
	text-transform: uppercase;
	padding: 5px 0 2px 0 ;
	font-weight: bold;
}

#viewer #comments p.author
{
	font-weight: normal;
}

.author .location
{
	color:#E20066;
}

#article
{
	margin-bottom: 20px;
}

#article h3
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}

#viewer #commentcount, #viewer #share
{
	float: left;
	width: 50%;
	margin-top: 7px;
	text-transform: uppercase;
}
#viewer #share
{
	text-align: right;
}

#comments
{
	float: left;
	clear: left;
	width: 100%;
	margin-top: 20px;
}

.comment
{
	background-image: url(/assets/img/inspiredots.gif);
	background-repeat: no-repeat;
	padding: 10px 0;
}

#commentsform
{
	background-image: url(/assets/img/inspiredots.gif);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	color:#E20066;
}

#addform
{
	width: 400px;
	font-size:12px;
}
#addform p
{
	font-size: 12px;
	padding-bottom:10px;
}

p.error
{
	background-color:#F00;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

p.notify
{
	background-color:#FFF;
	color: #000;
	font-weight: bold;
}

form p
{
	font-size: 11px;
	margin-bottom: 3px;
}

#switch
{
	margin-top: 8px;
}

#switch a
{
	float: left;
	clear: left;
	font-weight: bold;
	padding: 2px 3px;
	width: 85px;
	display: block;
}
#switch a.current
{
	background-color:#E20066;
	color: #FFF;
}

#thumbs #clips
{
	float: left;
	margin-top: 1px;
	width: 100%;
	height: 222px;
}

#clips a
{
	float: left;
	display: block;
	width: 91px;
	height: 68px;
	margin: 0 4px 4px 0;
}

#clips a span
{
	float: left;
	display: block;
	text-align: right;
	margin-top: 32px;
	/*background-color: #2f2f2f;*/
	background-image: url(/assets/img/transblack.png);
	height: 30px;
	width: 81px;
	padding: 3px 5px;
	color: #fff;
}

#clips a.current span
{
	background-color: #E20066;
	color: #fff;
	background-image:none;
}

#clips a:hover span
{
	background-color:#E20066;
	color: #FFF;
	background-image:none;
}

#thumbs #pages
{
	float: left;
	clear: left;
	width: 281px;
	text-align: right;
}

#thumbs #add
{
	float: left;
	clear: left;
	width: 281px;
	margin-top: 31px;
	text-align: right;
	text-transform: uppercase;
}

#posts ul
{
	float: left;
	width: 280px;
	margin: 10px 0;
	padding: 0;
}

#posts li
{
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}

#posts li a
{
	float: left;
	background-color: #eee;
	padding: 2px 4px;
	display: block;
	width: 278px;
}

#posts li a span.r
{
	color: #eee;
}
#posts li a.alt span.r
{
	color: #fff;	
}
#posts li a.current span.r
{
	color: #E20066;	
}

#posts li a.alt
{
	background-color: #fff;	
}

#posts li a.current
{
	background-color: #E20066;	
	color: #fff;
}

#posts li a span.author
{
	color: #000;
}

#posts li a:hover span.author
{
	color: #eee;
}

#posts li a:hover
{
	background-color:#E20066;	
}

