/*  ====================
	HOME PAGE STYLES
	====================  */


/*	====================
	BEGIN NAVIGATION
	==================== */

ul {
	font: normal 12px verdana;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid none; 
	text-align: right;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	/*background: #A57385; /* IE6 Bug */
	padding: 5px;
	border: 1px solid none;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #666666; background: #ccc; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

li.topItem	{border-top:1px solid black; border-right:1px solid black;}
li.midItem	{border-right:1px solid black;}
li.BotItem	{border-right:1px solid black; border-bottom:1px solid black;}


/*  ====================
	END NAVIGATION
	====================  */



html, body { height: 100%; }


body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.biggest {font-size: 16px;}
.bigger {font-size: 15px;}
.huge {font-size: 14px;}
.bigg {font-size: 13px;}
.big {font-size: 12px;}
.mid {font-size: 11px;}
.small {font-size: 10px;}
.tiny {font-size: 8px;}


img {
	display: block;
	border: 0;
	}

a		{color: #666666; text-decoration:none;}
a:hover	{text-decoration:underline;}


a.regular:link { color: #0000cc; text-decoration:underline; }
a.regular:visited { color: #0000cc; text-decoration:underline; }
	
	
#contentlinks {
	text-align: left;
	vertical-align: top;
	padding: 20px;
	}
	
h1 {
	font-size: 18px;
	display: inline;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	}
	
h2 {
	font-size: 16px;
	display: inline;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	}
	
h3 {
	font-size: 14px;
	display: inline;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	}
	
h4 {
	font-size: 12px;
	display: inline;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	}
	
#forumpic {
	border: 1px solid #999;
	}
	
#nailartpic {
	border: 1px solid #999;
	}
	
#pastissuespic {
	border: 1px solid #999;
	}

img {
	display: block;
	border: 0;
	}

#magcover {
	vertical-align: top;
	}

#magcover img {
	margin: 5px;
	border: solid 1px #777;
	text-align: center;
	}

.inputbox {
	border: #333 solid 1px;
	height: 16px;
	padding: 0 5px 1px 5px;
	}

.inputboxpink {
	border: #333 solid 1px;
	height: 16px;
	padding: 0 5px 1px 5px;
	background-color: dcc6ce;
	}

.inputboxsmall {
	border: #333 solid 1px;
	height: 16px;
	padding: 0 5px 1px 5px;
	background-color: dcc6ce;
	font-size: 10px;
	}

.inputboxmid {
	border: #333 solid 1px;
	height: 16px;
	padding: 0 5px 1px 5px;
	background-color: dcc6ce;
	font-size: 11px;
	}

.inputboxmidMulti {
	border: #333 solid 1px;
	padding: 0 5px 1px 5px;
	background-color: dcc6ce;
	font-size: 11px;
	}


.inputbutton {
	vertical-align: middle;
	}

#header	{
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	}

#logo {
	width: 160px;
	text-align: left;
	vertical-align: bottom;
	}

#topnavlinks {
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #333;
	}

#topnavlinks a {
	color: #333;
	text-decoration : none;
	background: transparent; 
	}

#topnavlinks a:hover {
	text-decoration : underline;
	color: #666;
	background: transparent; 
	}
	
#topnav {
	height: 32px;
	/*vertical-align: middle;*/
	}

#topbanner {
	height: 60px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
	vertical-align: bottom;
	}

#formarea {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}

#ltcolumn {
	width: 160px;
	background: #a57385;
	text-align: center;
	vertical-align: top;
	}

#ltcolumn img {
	margin: 20px 0 10px 0;
	}

#ctrcolumnMain {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	}

#ctrcolumn {
	background: #fff;
	text-align: left;
	vertical-align: top;
	}

#ctrcolumn2 {
	text-align: left;
	vertical-align: top;
	border-left: solid 4px white;
	border-right: solid 4px white;
	}

#rtcolumn {
	width: 160px;
	background: #a57385;
	text-align: center;
	vertical-align: top;
	}

#rtcolumn img {
	margin: 15px 0 0 0;
	border: 1px solid #fff;
	}

#content {
	margin-top: 3px;
	}

#contentMain 
{
	background: #FFF;
	margin-top: 3px;
	}

#footer {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	}
#footer a {
	color: #333;
	text-decoration : none;
	background: transparent; 
	}
#footer a:hover {
	text-decoration : underline;
	color: #666;
	background: transparent; 
	}

#pinkline {
	/*height: 20px;*/
	margin: 2px 4px 0 4px;
	border-width: 4px;
	border-color: #fff;
	vertical-align: middle;
	}

#news, #newstitle {
	margin-left: 4px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	}

#news a {
	text-decoration : none;
	color: #333;
	background: transparent; 
	}

#news a:hover {
	text-decoration : underline;
	color: #666;
	background: transparent; 
	}

#newsletter {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-align: left;
	}

#newsletter p {
	text-align: left;
	vertical-align: middle;
	margin: 0 0 0 4px;
	}

#centercontent {
	border: 0;
	margin: 0px 4px 0px 4px;
	}

#centercontentMain 
{
	border: 0;
	margin: 0;
	}

#lowercontent {
	border: 0;
	margin: 2px 4px 0px 4px;
	/*height: 260px;*/
	}

#webpoll {
	color: #ffffff;
	margin: 4px;
	}

#webpoll p {
	font-weight: bold;
	}

.webpollitems {
	padding: 10px;
	text-align: center;
	}

.webpollitems {
	padding: 4px;
	}
	
#ltbottomspace {
	height: 2px;
	}

#ctrbottomspace {
	height: 2px;
	}

#rtbottomspace {
	height: 2px;
	}

#ltbottomline {
	height: 3px;
	}

#ctrbottomline {
	height: 3px;
	background: #fff;
	}

#rtbottomline {
	height: 3px;
	}

#bottompinkline {
	height: 3px;
	margin: 0 4px 0 4px;
	}

#bottomline {
	height: 3px;
	}

#subscription {
	/* MAIN SUBSCRIPTION CELL OF LAYOUT */
	padding: 2px 4px 0 4px;
	}

#subform {
	/* FORM AREA ON RIGHT SIDE OF SUBSCRIPTION AREA */
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-family:Verdana;
	}

#subinfo {
	/* TEXT ON RIGHT SIDE OF SUBSCRIPTION AREA */
	padding: 0 5px 0 0;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	font-family:Verdana;
	}

#subimage {
	/* PICTURE ON LEFT SIDE OF SUBSCRIPTION AREA */
	text-align:left;
	vertical-align: top;
}
#subimage img {
	margin: 0 20px 0 0;
	}
#subheader {
	/* HEADER ON TOP OF SUBSCRIPTION AREA */
	font-family:Verdana;
	vertical-align:top;	
}
#subheader h4 {
	margin: 0px;
	}

#search {
	margin: 0 5px 0 10px;
	padding: 0px;
	font-weight:bold;
	/*text-align: left;*/
	}

#searchtable {
	margin: 0;
	border: 0;
	padding: 0 5px 0 5px;
	}



form {
	display: inline;
	vertical-align: middle;
	}	

.newslisthome {
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_home.gif);
	padding: 0 10px 0 0;
	}
	
.menuHeads {
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

.menuHeads:hover {
	text-decoration:underline;
}

.errorMsg 
{
	color: #990000;
	font-weight: bold;
}
