/* BACKGROUND */
#shadow, #flashpaper, #grain, #wallpaper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	clear:both;
}

#shadow {
	background: url('../images/Backgrounds/wallpapershadow.png') no-repeat 50% 50%;
	background-size: 100% 100%;
}

#wallpaper {
	background: url('../images/Backgrounds/wallpaperstarburst.png') no-repeat 50% 0;
}

/* MAIN */
#container {
	position: relative;	
	width:1020px;
	margin: 0 auto;
}

#containerDropShadow {
	position: absolute;
	height: 365px;
	width: 1020px;
	margin-top: -345px;
	background: url('../images/Backgrounds/dropshadow.png') no-repeat 50% 0;
}

#main {
	position:relative;
	z-index: 1;
	margin: 0 auto;
	width: 950px;
	height: auto;
	padding: 0 15px 0 15px;
	background-color:#FFF;
	border-width: 1px;
	border-style: solid;
	border-top: hidden;
}

/* HEADER */
#header {
	width: 980px;
	height: 100px;
	margin: 0 0 10px -15px;
}

#signInStatus {
	float:right;	
	font-size:14px;
	margin: 0 15px 0 0;
}

#headerContainer {
	/*background-color: #3F9;*/
	position: relative;
	width: 100%;
	
}


#loginPanel
{
	background-color: transparent;
	width: 42%;
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	font-weight: bold;
	cursor: pointer;	
	visibility: hidden;	/* Set this to VISIBLE after Phase 3 */
	
	font-size: 14px;
	margin: 0 15px 0 0;
	z-index: 1;
}

#logoPanel
{
	/*background-color: #FF3;*/
	width: 18%;
	height: auto;
	float: left;
	z-index: 1;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}

#headerRight
{
	/*background-color: #CF3;*/
	width: 79%;
	float: left;
	z-index: 1;
}


#sectionName
{
	/*background-color: #C30;*/
	height: 35px;
	width: 85%;
	font-variant:small-caps;
	font-size: 24px;
	text-align: center;
	z-index: 1;
}


#navigationBar {
	/*background-color: #FF0;*/
	width: 100%;
	height: 50px;
	background: url('../images/Backgrounds/navbg.png') repeat-x 100%;
	z-index: 1;
	visibility: hidden;
}

.navBtn{
	float: left;
}


.navBtn a:link, .navBtn:visited, .navBtn:hover, .navBtn:active {
	text-decoration: none;
}


.navBtnText {
	height: 33px;
	color: #FFF;
	padding: 17px 10px 0 10px;
	font-family:  'Nevis','Lato', Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-decoration: none;
}

/* Gets displayed on hover */
.navBtnBG {
	margin-top: -50px;
	background-color:#0C9;
	height: 50px;
	width: auto;
	background: url('../images/Backgrounds/navBarBtnBG.png') repeat-x;
}

.navBarSpacer {
	float: left;
	width: 2px;
	height: 50px;
	background: url('../images/Backgrounds/navBarSpacer.png') no-repeat;
}

.navBtnHome, .navBtn a:link, .navBtn:visited {
	float: left;
	height:21px;
	margin:14px 10px;
	width: 24px;
	background: url('../images/Backgrounds/navBarHomeBtn.png') no-repeat;
}

.navBtnHome:hover, .navBtnHome:active {
	background-position: 0 -22px;
}

#theComicsMenu {
	position:absolute;
	margin-top: 50px;
	min-width: 130px;
	left: 241px;
	z-index: 10;
}

#extrasMenu {
	position:absolute;
	margin-top: 50px;
	min-width: 130px;
	left: 373px;
	z-index: 10;
}


#adminMenu {
	position:absolute;
	margin-top: 50px;
	min-width: 130px;
	left: 624px;
	font-weight: 200;
	z-index: 10;
}

.navDropDownBtn { 
	font-size:18px;	
	color: #FFF;
	padding: 5px 10px;
	font-weight: bold;
	border-left:1px dotted;
	border-right:1px dotted;
	border-bottom:1px dotted;
}

.navDropDownBtn a:link, .navDropDownBtn:visited, .navDropDownBtn:hover, .navDropDownBtn:active {
	color: #FFF;
	cursor:pointer;
	text-decoration: none;
}

/* FOOTER */
#footer {
	font-size:10px;
	color:#FFFFFF;
	width:980px;
	margin: 20px auto 0 auto;
	padding-bottom:20px;
}

/* ROUNDED CORNERS */
.roundedCorners{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/Backgrounds/white_rounded_corners.png') no-repeat;	
	background-size: 20px 20px;
}

.roundedCornerTL{
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
}

.roundedCornerTR{
	background-position: -10px 0px;
	right: 0px;
	top: 0px;
}

.roundedCornerBR{
	background-position: -10px -10px;
	right: 0px;
	bottom: 0px;
}

.roundedCornerBL{
	background-position: 0px -10px;
	left: 0px;
	bottom: 0px;
}

/* TEST AREA */
.colourBox {
	height: 100px;
	width: 100px;
	border:1px solid black;	
	float: left;
}


/*
#sloganPanel
{
	background-color: #0C0;
	width: 60%;
	height: 130px;
	float: left; 
	text-align:center;
}

#slogan
{
	font-size: 30px;
	font-variant:small-caps;
	text-align:center;
}*/


/* Start of LOGIN DIV box */
#loginText
{
	position: absolute;
	right: 20px;
	width: 25%;
	font-size: 12px;
	float: left;
}

#ArrowArea
{
	position: absolute;
	right: 0;
	width: 15px;
	height: 14px;
	float: left;
	z-index: 100;
}

#loginArea
{
	background-color: #333;
	width: 75%;
	height: auto;
	position: absolute;
	top: 20px;
	right: 0;
	color: #CCC;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	
	border: 2px;
	border-color: #999;	
	border-style: solid;

	opacity: .95;
	filter:alpha(opacity=95);
}

#loginContainer
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;	
}

.row3
{
	margin-top: 15px;
}


.rememberMe
{
	width: 50%;
	float: left;
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;	
}



.loginButton
{	
	width: 50%;
	float: left;
}


.forgotPassword
{
	clear: both;
	margin-top: 50px;
	color: #3CF;
	font-size: 12px;
	/*text-decoration: underline; 	*/
}

.forgotPassword a:link {text-decoration: none; color: #3CF;}
.forgotPassword a:visited {text-decoration: none; color: #3CF;}
.forgotPassword a:hover {text-decoration: underline; color: #FF6;}	


.profilePageLink 
{
	width: 60%;
	float:left;
	font-size: 13px; 
	text-decoration: none; 
	color: #3CF;
}

.profilePageLink a:link {text-decoration: none; color: #3CF;}
.profilePageLink a:visited {text-decoration: none; color: #3CF;}
.profilePageLink a:hover {text-decoration: underline; color: #9AF8F5;}	

.logoutLink 
{
	width: 40%;
	float:left;
	font-size: 13px; 
	text-decoration: none; 
	color: #F03;
}

.logoutLink a:link {text-decoration: none; color: #F03;}
.logoutLink a:visited {text-decoration: none; color: #F03;}
.logoutLink a:hover {text-decoration: underline; color: #FF9B9B;}	
/* End of LOGIN DIV box */

