/* 

	RAMATH-LEHI.COM DEFAULT PROFILE CSS
	(c) 2009 http://www.ramath-lehi.com/
	For use at Ramath-lehi only.

*/

/*************************** 
	Basic stuff
***************************/

/* Link colours */
a, a:link,a:visited  {
	color:#2F415D;
	text-decoration:none;
	font-weight:bold;
	background:transparent
	}
	
a:hover,a:active {
	color:#FFC500;
	text-decoration:none;
	font-weight:bold;
	background:transparent
	}

/* Body properties */
body {
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	color: #525252;
	line-height:18px;
	background-color: #334254;
	padding: 0;
	margin: 20px 0;
	text-align: center;
	}
	
img {
	border: 0;
	vertical-align: bottom;
	}
	
div.clear {
	clear: both;
	}

/*************************** 
	PROFILE HEADERS
***************************/

/* Character name header */
h1 {
	font-size: 48px;
	margin: 0;
	margin-bottom: 6px;
	color: #FFC500;
	font-family: Times New Roman, Georgia;
	position: relative;
	top: 40px
	}

/* Secondary headings: basic information, character trades, etc. */
h2 { 
	border:10px solid #555576;
	background-color:#555576;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin: 0 0 .3em;
	color:#F5F5F5;
	}
	
/*************************** 
	CONTENT NOW, PLZ
***************************/

/* Body content wrapper */
#pagewrapper {
   width: 900px;
   background: #fff;
   margin: auto;
   text-align: left;
   border:10px solid #FFF;
   background-color:#FFF;
   -moz-border-radius: 15px;
   border-radius: 5px;
   }	

/* Header bar */   
#heading {
	border:1px solid #666;
	background-color:#F1F1F1;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 6px;
	width: auto;
	height: auto;
	margin: 0 20px 0 20px;
	padding: 15px;
	clear:both;
	min-height: 120px
	}
#headingtext {
	float: right;
	margin-right: 15px;
	}

/* Character avatar */
#avatar {
	float: left; 
	background-color:#FFF;
	border: 1px solid #666;
	margin-right: 15px;
	}
	
#created, #serial, #player, #status {
	font-size: 11px;
	}

#main {
	border-top: 0;
	padding: 15px;
	text-align: left;
	height: auto;
	}
	
#basicinformation { 
	float: left;
	width: 280px;
	margin-right: 14px;
	}
	
#chartrades {
	float: left;
	width: 280px;
	}

#relations {
	float: right;
	width: 280px;
	}
	
#tradenotes {
	font-size: 11px;
	line-height:16px;
	}	
	
#name, #aliases, #gender, #species, #age, #orientation, #hatchday, #birthplace, #residence, #occupation, #mother, #father, #siblings, #significantother, #offspring,  #tradenotes {
	margin: 0 0 9px 7px;
	}

#trade0, #trade1, #trade2, #trade3, #trade4, #trade5, #trade6, #trade7, #trade8 {
	margin: 0 0 9px 7px;
	}
	
#status, #created, #player, #serial {
	
	}

.title {
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
.value {

	}
	
/* Copyright & credits */	
#copyright { 
	font-size: 10px; 
	padding: 11px;
	text-align: center;
	}