*{
	margin: 0;
	padding: 0;
	border: none;
}

html{
	background-color: #000000;
}

body{
	width: 100%;
	font: 1em/1.5 "Times New Roman", Times, serif;
	background-color: #ccc;
}

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 100%;               
  background-color: #000;
  height: 1px;
}

#details{
	text-align: center;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

/*-----------------------------Nav Bars------------------------------------------------*/

#topNav{
	height: 30px;
	background-color: black;
	padding-right: 180px;
}

#bottomNav{
	height: 40px;
	background-color: #666;
	padding-right: 180px;
	padding-left: 180px;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#search{
	height: 10px;
	width: 190px;
	background-color: #fdfcfc;
	float: right;
	padding: 5px;
	margin-top: 10px;
}

#log {
	float: right;
	color: white;
}

#log a{
	color: white;
}

li {
    float: left;
}

#navMenu a {
    display: block;
    width: 100px;
    color: white;
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------*/

#pageMiddle{
	padding: 20px;
	width: 980px;
	height: 900px;
	margin: 0 auto;
	background-color: #ffffff;	
}

/*-----------------------------------------------------------------------------*/

footer{
	background-color: #666;
	padding: 24px;
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

/*---------------------------------Sign Up--------------------------------------------*/

#signupform{
	margin-top:24px;	
}
#signupform > div {
	margin-top: 12px;	
}
#signupform > input,select {
	width: 200px;
	padding: 3px;
	background: #F3F9DD;
}
#signupbtn {
	font-size:18px;
	padding: 12px;
}
#terms {
	border:#CCC 1px solid;
	background: #F5F5F5;
	padding: 12px;
}

/*---------------------------------Log In--------------------------------------------*/

#loginform{
	margin-top:24px;	
}
#loginform > div {
	margin-top: 12px;	
}
#loginform > input,select {
	width: 200px;
	padding: 3px;
	background: #F3F9DD;
}
#loginbtn {
	font-size:15px;
	padding: 10px;
}

/*---------------------------------Forgot Password--------------------------------------------*/

#forgotpassform{
	margin-top:24px;	
}
#forgotpassform > div {
	margin-top: 12px;	
}
#forgotpassform > input {
	width: 250px;
	padding: 3px;
	background: #F3F9DD;
}
#forgotpassbtn {
	font-size:15px;
	padding: 10px;
}

/*---------------------------------Notifications.php--------------------------------------------*/

div#notesBox{float:left; width:430px; border:#F0F 1px dashed; margin-right:60px; padding:10px;}
div#friendReqBox{float:left; width:430px; border:#F0F 1px dashed; padding:10px;}
div.friendrequests{height:74px; border-bottom:#CCC 1px solid; margin-bottom:8px;}
img.user_pic{float:left; width:68px; height:68px; margin-right:8px;}
div.user_info{float:left; font-size:14px;}

/*---------------------------------user.php--------------------------------------------*/

div#profile_pic_box{float:right; border:#999 2px solid; width:200px; height:200px; margin:20px 30px 0px 0px; overflow-y:hidden;}
div#profile_pic_box > img{z-index:2000; width:200px;}
div#profile_pic_box > a {
	display: none;
	position:absolute; 
	margin:140px 0px 0px 120px;
	z-index:4000;
	background:#D8F08E;
	border:#81A332 1px solid;
	border-radius:3px;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	color:#60750B;
}
div#profile_pic_box > form{
	display:none;
	position:absolute; 
	z-index:3000;
	padding:10px;
	opacity:.8;
	background:#F0FEC2;
	width:180px;
	height:180px;
}
div#profile_pic_box:hover a {
    display: block;
}
img.friendpics{border:#000 1px solid; width:40px; height:40px; margin:2px;}
