/* bigwet CSS */

/* FORCE 1px SCROLLBAR ON SHORT PAGES */

html
	{
	height: 100%;
	margin-bottom: 1px;
	text-rendering: optimizeLegibility;
	}


/* SMOOTH CLIENT-SIDE IMAGE RESIZING FOR IE */

img
	{
	-ms-interpolation-mode:bicubic;
	}


/* LAYOUT AND POSITIONING */

body
	{
	background:#000 url('http://www.thebigwet.com/images/mainsigilbg.gif') no-repeat;
	text-align:center;
	}
	
#centerframe 
	{
	max-width:780px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	}
		
#maincontent
	{
	width:740px;
	float:left;
	padding:20px;
	background:#fff;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	}

#boxleft
	{
	width:223px;
	float:left;
	padding:0 15px 0 0;
	}
	
#boxcenter
	{
	width:223px;
	float:left;
	padding:0px 20px 0 15px;
	}
	
#boxright
	{
	width:223px;
	float:left;
	padding:0 0 0 15px;
	}
	
#blurbs
	{
	width:200px;
	float:right;
	padding:0 15px 0 15px;
	background:#dcdcdc url('http://www.thebigwet.com/images/spacer.gif') no-repeat;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	}

#navbar
	{
	width:780px;
	text-align:center;
	padding:0px;
	margin:0px;
	}
	
#footer
	{
	width:600px;
	text-align:center;
	}
	
#header
	{
	width:780px;
	height:153px;
	background:transparent url('http://www.thebigwet.com/images/wlheaderlogo.png') no-repeat;
	}

/* END LAYOUT */


/* BODY TEXT STYLES */

#navbar
	{
	font:normal 13px "Lucida Grande",verdana,sans-serif;
	color:#fff;
	text-align:center;
	line-height:180%;
	}
	
#navbar a, #navbar a:visited
	{
	font-weight:bold;
	color:#ffcc33;
	text-decoration:none;
	}
	
#navbar a:hover
	{
	color:#fff;
	}
	
#maincontent p
	{
	font:normal 13px "Lucida Grande",verdana,sans-serif;
	line-height:150%;
	color:#000;
	}

#maincontent a, #maincontent a:visited
	{
	font-weight:bold;
	color:#993300;
	text-decoration:none;
	}

#maincontent a:hover
	{
	text-decoration:underline;
	}

#maincontent li
	{
	font:normal 13px "Lucida Grande",verdana,sans-serif;
	line-height:150%;
	color:#000;
	}
	
#maincontent .leftindent
	{
	margin-left:172px;
	}

#maincontent .blurb
	{
	font:italic 15px "Lucida Grande",verdana,sans-serif;
	font-weight:bold;
	line-height:130%;
	color:#993300;
	text-align:center;
	}

#maincontent .blurber
	{
	font:bold 11px "Lucida Grande",verdana,sans-serif;
	text-align:center;
	line-height:200%;
	color:#666;
	text-transform:uppercase;
	padding-bottom: 4px;
	border-bottom:1px #000 solid;
	}

#footer p
	{
	font:normal 10px "Lucida Grande",verdana,sans-serif;
	color:#666;
	text-align:center;
	margin-bottom:10px;
	}
	
#footer a, #footer a:visited
	{
	color:#ffcc33;
	text-decoration:none;
	}
	
#footer a:hover
	{
	color:#fff;
	}
	
.aligncenter
	{
	text-align:center;
	margin-bottom:20px;
	}

.ordercode
	{
	font:bold 13px "Lucida Grande",verdana,sans-serif;
	line-height:150%;
	color:#000;
	display:block;
	}
	
.charstats
	{
	font:bold 13px "Lucida Grande",verdana,sans-serif;
	color:#993300;
	text-transform:uppercase;
	}


/* IMG STYLES */

img.box
	{
	width:140px;
	margin-left:40px;
	margin-top:10px;
	-webkit-box-shadow: 0px 0px 10px #b3b3b3;
	-moz-box-shadow: 0px 0px 10px #b3b3b3;
	box-shadow: 0px 0px 10px #b3b3b3;
	}
	
img.boxnoshadow
	{
	width:140px;
	margin-left:40px;
	margin-top:10px;
	}
	
img.contentrighticon
	{
	float:left;
	margin-right:5px;
	border:none;
	}
	
img.issues
	{
	border:1px solid #ffcc33;
	width:100px;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-box-shadow: 0px 0px 10px #b3b3b3;
	-moz-box-shadow: 0px 0px 10px #b3b3b3;
	box-shadow: 0px 0px 10px #b3b3b3;
	}

img.alignright
	{
	float:right;
	margin-left:20px;
	margin-right:10px;
	border:none;
	}
	
img.alignrightshadow
	{
	float:right;
	margin-left:20px;
	margin-right:10px;
	border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px #b3b3b3;
	-moz-box-shadow: 0px 0px 10px #b3b3b3;
	box-shadow: 0px 0px 10px #b3b3b3;
	}
	
img.alignleft
	{
	float:left;
	margin-right:20px;
	margin-left:10px;
	border:1px solid #999;
	-webkit-box-shadow: 0px 0px 10px #b3b3b3;
	-moz-box-shadow: 0px 0px 10px #b3b3b3;
	box-shadow: 0px 0px 10px #b3b3b3;
	}
	
img
	{
	border:none;
	}

	
/* HEADER TEXT STYLES */

h1,h2,h3,h4,h5,h6 
	{
	font-family:"Lucida Grande",verdana,sans-serif;
	}

#maincontent h1
	{
	text-transform: uppercase;
	font:bold 30px "Lucida Grande",verdana,sans-serif;
	color:#000;
	text-align:left;
	text-shadow: 0px 0px 5px #b3b3b3;
	letter-spacing: 2px;
	}

#maincontent h1 a:link, #maincontent h1 a:visited
	{
	color:#993300;
	text-decoration:none;
	}

#maincontent h1 a:hover
	{
	text-decoration:underline;
	}

#maincontent h2
	{
	line-height: 130%;
	letter-spacing: 0px;
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:left;
	}

#maincontent h2 a:link, #maincontent h2 a:visited
	{
	color:#993300;
	text-decoration:none;
	}

#maincontent h2 a:hover
	{
	text-decoration:underline;
	}

#boxleft h1, #boxcenter h1, #boxright h1
	{
	text-transform: uppercase;
	font:bold 13px "Lucida Grande",verdana,sans-serif;
	color:#666;
	text-align:center;
	text-shadow: 0px 0px 4px #ccc;
	letter-spacing: 3px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:solid 1px #ccc;
	}

#navbar h1
	{
	text-transform: uppercase;
	font:bold 13px "Lucida Grande",verdana,sans-serif;
	color:#fff;
	text-align:left;
	text-shadow: 0px 0px 4px #ccc;
	letter-spacing: 3px;
	margin-bottom:15px;
	}

