@charset "UTF-8";
/* Desktop Classic View mode as defined by MobileDetect */

/*Default Style Reset */
* {
	margin: 0;
	padding: 0;
	
	}
body, html {
	width: 100%;
	height: 100%;
	background-color: #000000;
	}	

h1, h2, h3, h4, h5, p, div {
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.search_container {
	width: 320px;
	height: 20px;
	margin: 0 auto;
	
	}
.container {
	width: 960px;
	height: auto;
	background-image: url(../images/mainpagebackgroundimage.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
.childpage_container {
	width: 960px;
	height: auto;
	
	margin: 0 auto;
	}	

.header {
	height: 200px;
	width: inherit;
	 
	
	}
.childpage_header {
	height: 200px;
	width: inherit;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	
	}	


.content {
	width: inherit;
	height: 710px;
	
	}
.childpage_content {
	width: inherit;
	height: 510px;
	overflow: auto;
	text-align: center;
	
	}	


.footer{
	width: inherit;
	height: 55px;
	background-color: #333;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bar.png);
	background-size: cover;
	}	
.mainpage_content {
	width:490px;	
	height: 165px;
	position: relative;
	top: 240px;
	left: 470px;
	clear: both;
	text-align: center;
	overflow: auto;
	
	}
.content_upper_wrapper{
	width: inherit;
	height: 300px;
	
	
	}	
#cke_comment {
	width: 500px;
	margin: 0 auto;
	
	}
#searchres {
	margin: 0 auto;
	width: 900px;
	color: black !important;
	
	}
		
div.searchresults label, div.searchresults div {
	color: white !important;
	}		
/*Links Styles for stuff */
.viewlink {
	color: #ffffff;
	text-decoration: none;
	word-wrap: break-word;
	
	}
.viewlink:hover, .viewlink:focus {
	color: #3399fF;
	
	}
.explicitlink {
	color: red;
	}	
/*Page Elements */

.classic_deletecommentbutton {
	position: relative;
	top: 20px;
	left: 160px;
	
	
	}
.comments {
	width: 500px;
	height: auto;
	border-bottom: solid 4px darkgrey;
	padding-top: 25px;
	margin: 0 auto;
	list-style: none;
	clear: both;

	}
.comments p {
	padding: 15px 10px 10px 15px;
	background-color: lightgrey;
	color: black;
	
	
	}
.comments h2 {
	background-color: grey;
	background-image: url(../images/message-bar.gif);
	background-repeat:no-repeat;
	background-size:cover;
	color: black;
	}
.comments h2 span {
	color: black;
	
	}			
.comments div {
	
	}
.message_head {
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
	height: 40px;
	background-image: url(../images/message-bar.gif);
	background-repeat: no-repeat;
	background-size:cover;
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 15px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
}

.message_body {
	padding: 10px 5px 15px 5px;
	display: block;
	height: auto;
	text-wrap:normal;
	background-color: lightgrey;
	color: black;
	text-align: left;
}
.messagetext {
	width: 370px;
	height: auto;
	display: block;
	word-wrap: break-word;
	}	

.posttitle{
	line-height: 10pt;
	margin-bottom: 5px;
	
	}	
.header_login {
	float: right;
	
	}
.header_login input {
	width: 120px;
	height: 15px;
	background-color: #000000;
	background-color: rgba(120,120,120,.2);
	color: #ffffff;
	border: 0;	
	
	}
.viewpost_message {
	padding: 10px 30px 0px 30px;
	background-image: url(../images/paper.jpg);
	background-repeat:repeat;
	width: 880px;
	margin: 0 auto;
	color: black;
	min-height: 300px;
	text-align: left;
	}
.viewpost_message h1, .viewpost_message h2, .viewpost_message h3, .viewpost_message h4, .viewpost_message h5, .viewpost_message p {
	color: black;
	}	
.userinfoindex {
	width: 250px;
	float: right;
	
	}		
.avatarindex {
	float: right;
	margin-right: 15px;
	margin-top: 8px;
	}	
.tablelink {
	color: blue;
	
	}	
/*Keywords on post blog */
.keywords_div{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1000;	
	display: table-cell;
	vertical-align: middle;
	height: 400px;
	width: 550px;
	margin: 0 auto;
	text-align: left;
	}
.keyoverlay {
	width: 100%;
	height: 100%; 
	position: absolute;
	background-color: black;
	display: table;
	top: 0px;
	left: 0px;
	z-index: 1500;
	
	
	}	
.indexerrordiv {
	position: absolute;
	background-color: #333333;
	color: white;
	z-index: 1501;
	width: auto;
	text-align: center;
	height: auto;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	border: solid 2px darkgrey;
	}

#resetpass {
	margin-left: 6px;
	}
input, textarea, select {
border: 1px solid rgb(68, 68, 68);
background: #000000;
background: linear-gradient(rgb(68, 68, 68), rgb(34, 34, 34)) repeat scroll 0% 0% rgb(34, 34, 34);
color: rgb(255, 255, 255);
text-shadow: 0px 1px 0px rgb(17, 17, 17);
font-weight: normal;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
	
input {
	height: 22px;
	}

input:hover, input:focus, textarea:hover, textarea:focus{
	box-shadow: 0px 0px 12px rgb(56, 123, 190);

	
	}
	input[type=submit] {
		width: 60px;
		
		}
	
.postbutton {
	width: 100px !important;
	height: 50px;
	box-shadow: 0px 0px 12px rgb(56, 123, 190);
	font-size: 12pt;
	position: relative;
	top: -5px;
	}	
a {
	text-decoration: none;
	color: #ffffff;
	
	}
a:hover, a:focus {
	color: #FFFF66;
	
	}		
	
.yellowlink {
	color: #FFFF66;
	
	}	
	
	
.all_userpanel_classic {
	position: absolute;
	width: 450px;
	height: 400px;
	background: black;
	color: white;
	top: 30px;
	left: 20px;
	display: none;
	z-index: 1;
	
	vertical-align: middle;
	text-align: center;
	}
.all_userpanel_classic table {
	color: white;
	
	}
.userprofile_top {
	padding-left: 20px;
	padding-right: 20px;
	width: 900px;
	height: 60px;
	color: #ffffff;
	margin: 0 auto;
	background-color: #333;
	background-image: url(../images/bar.png);
	margin-bottom: 10px;
	}	
	
.userprofile_left{
	width: 450px;
	height: 450px;
	float: left;
	margin-left: 30px;
	background-color: green;
	text-align: left;
	background-image: url(../images/paper.jpg);
	background-repeat:repeat;
	overflow: auto;
	}
.userprofile_right {
	width: 400px;
	height: 450px;
	float: right;
	margin-right: 30px;
	overflow: auto;

	}

.userprofile_right_toprated {
	height: 250px;
	overflow: auto;
	
	}
.userprofile_right_favorites{
	width: 300px;
	margin: 30px auto;
	clear: both;
	height: 140px;
	overflow: auto;
	background-color: grey;
	color: white;
	
	}	
.viewuser_username {
	width: 300px;
	height: 70px;
	float: right;
	margin-top: 20px;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;

	}
.viewuser_userbio{
	color: #000000;

	padding: 10px 20px 10px 20px;
	
	
	
	}
.viewuser_papertext {
	color: #000000 !important;
	}	
			
.viewuser_userrating {
	background-color: #333;
	display: inline;
	padding: 7px 5px 0px 5px;
	margin-top: 14px;
	background-color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	}		
								
.viewuser_userbio h1, .viewuser_userbio h2, .viewuser_userbio h3, .viewuser_userbio h4, .viewuser_userbio h5, .viewuser_userbio p, .viewuser_userbio span {
	color: black;
	
	}
#editbuttondiv {
		display: inline-block;
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		
		}
.postrate {
	display: inline;
	float: left;
	
	}		
#commentform {
	clear: both;
	}	
#vererror {
	width: 100%;
	
	background-color: blue;
	text-align: center;
	text-shadow: 0px 1px 1px rgb(51, 84, 19);
	background: rgb(106,186,147);
	}
#viewporfile_imagetable tbody tr td {
	vertical-align: bottom;
	}		
#viewprofile_imagetable {
	
	padding-top: 20px;
	margin: 0px auto;
	}
.userprofile_galimg {
	width: 50px;
	margin: 0 5px;
	border: solid 4px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	}	
.userprofile_galimg:hover {
	border: solid 4px #FF0;
	
	}	