/*********************************************
Theme Name: Superhuman 
Theme URI: http://www.shrud.com
Version: 1.0
Description: Knowing others is intelligence; knowing yourself is true wisdom. Mastering others is strength; mastering yourself is true power.
Author: Sazzad Hossain
Author URI: http://www.sazzadhossain.org
**********************************************/


/*******MAIN TAGS*******/

body {
	background-color: #A6DBE1;
	background-image: url('images/mainbg.png');
	background-repeat: repeat-x;
	color: #3C3C3C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin-top: 0px
}

h2 {
	color: #666;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 20px;
	letter-spacing: -2px;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 5px;
	
}

h3 {
}

html {
	margin-bottom: 50px;
}


li {
	line-height: 20px;
}


td,tr,p,div {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

ul {
	margin: 0px;
	padding: 0px;
}

/*******LINKS*******/

a#active_menu {
	color: #000000;
	font-weight: bold;
}

a#active_menu:hover {
	color: #FCD253;
	text-decoration: none;
}

a:link {
	color: #FF7F50;
	text-decoration: none;
}

a:visited {
	color: #FF7F50;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline; /*text-decoration: underline;*/
}

/*******HEADER*******/
#topheader{
	background-image: url('images/header_blank.png');
	background-repeat: no-repeat;
	position: absolute; 
	left: 214px; 
	top: 0px; 
	width: 572px; 
	height: 326px; 
	z-index: 1;
}

#header{
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	position:absolute; 
	left:214px; 
	top:0px; 
	width:572px; 
	height:326px; 
	z-index:1;
}

/*******BODY >> MAIN BODY >> STOMACH*******/
#mainbody {
	position: absolute; 
	left: 214px; 
	top: 321px; 
	width: 572px; 
	height: 172px; 
	z-index: 1;
}

#stomach{
	background-image: url('images/background.png');
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 572px;
	font-size: 13px
}

/*******BODY >> CONTENT*******/

#content{
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	width: 520px;
}

#content li {
	line-height: 20px;
list-style: square;
list-style-position: inside;	
}

/*******SIDEBAR*******/

#sidebar {
	position: absolute;
	width: 180px;
	margin-top: 325px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	text-align:left;
}

#sidebar a {
	color: #000;
}

#sidebar p {
	text-align:left;
}

#sublinks {
	border: 1px solid #fff;
	color: #000;
	background-color: #58BCC7;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
}

#myplace {
	border: 1px solid #fff;
	color: #000;
	background-color: #58BCC7;
	text-align: left;;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#myplace a {
	border: 1px solid #fff;
}

#myplace a:hover {
	border: 1px solid #000;
}

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

#loginbar {
	width: 180px;
	color: #000;
	text-align: left;;
	position: absolute;
	margin-left: 785px;
	margin-top: 80px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
}

#loginbar a {
	color: #000;
}

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

#sidebar h2 {
	font-size: 20px;
	text-align: center;
	margin-top:0px;
	margin-bottom: 0px;
}

/*******BUTTON*******/
.button {
	margin-top: 5px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	background: #0099cc;
	border: 1px dashed #fff;
}

.button:hover {
	color: #000;
}

/*******SIDEBAR >> MENU*******/

a.nav:link, a.nav:visited {
	border-bottom: 1px;
	border-bottom-color: #ededed;
	border-bottom-style: solid;
	color: #666666;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	width: 168px;
	text-align: center;
	list-style: none;
}

a.nav:hover {
	background-color: #92D2DA;
	font-weight: bold;
}

/*******POST-FOOTER*******/

.post-footer 
{ 
	font-size: 90%; 
	color: #000;
	margin-bottom: 5px; 
	padding:1px 1px 1px 1px;
	border: 1px solid #3FAFBC;
	background-color: #CCEBEE;
}

/*******CONTENT HEADING*******/

.c_heading {
	color: #666;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
}

/*******QUOTE*******/
.quote {
	color: #5791C8;
	display: block;
	font: oblique 160% georgia, times, serif;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}

/*******LEFT & RIGHT*******/
#left {
	width: 150px;
	position: absolute; 
	left: 9px; 
	top: 99px; 
	width: 200px; 
	height: 65px; 
	z-index: 2;
}

#right {
	width: 150px;
}

fieldset .center {
	text-align: center;
}

/*******MOD TABLE*******/
.modtable {
	padding-bottom: 30px;
	text-align: left;
}

.modtable td {
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
}

.modtable th {
	color: #999999;
	display: block;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	height: 25px;
	letter-spacing: -0.5px;
	padding-bottom: 5px;
	text-align: left;	
	width: 200px;
}

.modtable li{
	list-style: none;
}


/*******MOD TABLE >> NAV*******/
a.mainlevel:link, a.mainlevel:visited {
	border-bottom: 1px;
	border-bottom-color: #ededed;
	border-bottom-style: solid;
	color: #1F4261;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	width: 200px;
	text-align: right;
}

a.mainlevel:hover {
	background-color: #92D2DA;
	font-weight: bold;
}

/*******FOOTER*******/
#bottom{
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	position: relative;
	width: 572px;
	z-index: 3;
    text-align: center
}

#bottom a:link a:visited{
color: #ffffff;
}

.szfooter {
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

/*******STYLECHANGER*******/
#loginbar {
	width: 180px;
	color: #fff;
	text-align: left;;
	position: absolute;
	margin-left: 785px;
	padding: 5px 5px 5px 5px;
}

#loginbar a {
	color: #fff;
}

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

/*******RANDOM MODIFICATIONS*******/
.p_prop {
	text-align: center;
}

#imgLoc {
	border: 0px;
}
