/*
Aerhaus: CSS
Written in Notepad++
*/

/* 
============================================
Global CSS
============================================
 */

body	{	background:#1d1d1d; 
			margin: 0; 
			padding: 0; 
			text-align: center;
		}

a:link, a:visited  	{ color: #ffedaf; text-decoration: none; }
a:active, a:hover	{ color: #1decff; text-decoration: none; }

p	{	padding: 5px; }

img	{ 	border:none; }

/* 
============================================
Main Definitions
============================================
 */

.cc	{	position:relative;
		margin: 15px 0 0 15px;
		text-align: left;
		width: 700px;
		height: 850px;
		float: left;
	}

.top	{	background:#1decff;
			height:25px;
		}
		
.g_search	{	margin: 5px 0 0 15px;
				float:left;	
			}	
			
.g_search2	{	position: absolute;
				margin: 110px 0 0 5px;
			}

.p_container	{	position: absolute;
					top: 0;
					left: 0;
					height: auto;
					width:auto;
					margin:0;
				}

.p_sidebar	{	top: 25px;
				position: relative;
				left: 510px;
				width: 210px;
			}

.content p, .content h1, .menu h1, .content h3	{	font: 18px 'Lucida Grande', 'Lucida Sans',Arial, Verdana, Helvetica, sans-serif;
									color: #fff;}
.content h2, .val, p, .desc, .desc p, .friends h1{	font: 10px 'Lucida Grande', 'Lucida Sans',Arial, Verdana, Helvetica, sans-serif;}
.content a:hover	{ border-bottom: 1px dotted #6793c1; }
.friends a:hover	{ border-bottom: 1px dotted #6793c1; }

.content	{	position: absolute;
				top: 30px;
				width: 450px;
				height: 300px;
				margin: 0 auto;
				float: right;
			}
	.content p 	{	width: 450px;
					text-align:justify;
				}
	.content h1, .menu h1	{	font-weight:bold; }
	.content h2	{	color: #fff;
					font-weight:bold;
				}
	.content h3{	color: #d9ff06;	}

.menu	{	background: #1a1a1a;
			padding: 10px;
			width: auto;
		}
	.menu h2	{	font-weight: normal; }

.val	{	padding: 5px;
			top: -50px;
			width: 450px;
			position: relative;
			color: #999;
		}
	.val:hover	{ background: #1a1a1a; }
	.val a:hover	{ border-bottom: 1px dotted #6793c1; }
	
.desc	{	margin-bottom: 30px;
			padding: 5px;
			background: #1a1a1a;
			color: #fff;
			width: 500px;
			text-align: left;
		}
	.desc:hover	{	background: #333;}
	
.friends	{	margin-left: 5px;
				width: auto;
			}
	.friends h1	{	color: #ff90c2;
					font-weight: bold;			
				}
	.friends p	{	color: #fff;}
	
html>body { background: #252525;}