/* Global Styles
==================================== */
html, body, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0;
	border-collapse: collapse;  
	}

body { font-size: 12px; font-family: "Lucida Grande",Helvetica, Arial, sans-serif; color: #474743; background: #ffffff url(../img/body.jpg) repeat-x; }

.clear { clear:both; }

p { padding: 5px 0; }


/* General Links, typography &
/* Headings
==================================== */

/*-- Links --*/
a:link { color: #0066FF; }
a:visited { color: #0066FF; }
a:hover { color: #0066FF; }
a:active { color: #0066FF; }

a img { border: 0; }

.dnone {
	display:none;
	}
	

/*-- Headings --*/
h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, Times, "Times New Roman", serif; 
	margin-bottom: 10px;
	}
	
h1 {
	font-size:3.2em;
	}

h2 {
	font-size:2.4em;
	}

h3 {
	font-size:1.8em; font-weight:normal; letter-spacing: -1px;  
	}

h4 {
	font-size:1.5em; font-weight:normal; letter-spacing: -1px; 
	}

h5 {
	font-size:1.2em; 
	}

h6 {
	font-size:1.2em; 
	}




/* div#container
==================================== */
#container { width:880px; margin:0 auto; }


/* div#header
==================================== */
#header { height:127px; }
	
#logo { width: 458px; height: 127px; float: left; }


/* div#welcome
/*
/*	Sub-Divs:
/*  	div#writing
/*		div#video
==================================== */
#welcome {
	width: 880px;
	margin-top: 30px;
	margin-bottom:  40px;
}

#writing {
	float: left;
	width: 840px;
	margin-right: 20px;
}


/* div#login
/*
/*	Sub-Divs:
/*  	div#register
/*		div#member
==================================== */
#login {
	width: 880px;
	clear: both;
	padding-bottom: 20px;
}

#register {
	float: left;
	width: 360px;
}

#member{
	float: right;
	width: 360px;	
}


#userbox {
	width: 800px;
	}
	
	#details {
		width: 400px;
		float: left;
		}
		
		#userbox ul {
			list-style-type: none;
			}
		
		#userbox ul li { padding:15px 0 15px 15px; }
		
		fieldset { width: 800px; border: 1px solid #ccc; padding: 20px; margin-bottom: 40px; }
		
	#img {
		float: right;
		width: 150px;
		height: 150px;
		background-image: url(img/user.png);
		border-bottom: 1px solid #ccc;
		}
		
		

/*Login Logout Styling*/
.action {
	width: 400px;
	margin: 30px auto;
	background-color: #ddd;
	padding: 30px;
	border: 1px solid #ccc;
	text-align: center;
}

.loading {
	text-align: center;
}		

#footer {
   height: auto;
   padding: 15px 15px;
   position: relative;
   font-size: 10px;
}

.clearfooter {
   height: 80px;
   clear: both;
}