@charset "UTF-8";


/* CSS Reset
-------------------------------------------------------------- */

:focus {outline: 0;}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}


/* Default
-------------------------------------------------------------- */

*, .clear, body { margin: 0; padding: 0; }
html { height:101%; }

body { 
	background: #000;
	color: #d4d4d4; 
  	font: normal 13px/18px Helvetica, "Helvetica Neue", Arial, sans-serif;
	}
	
#wrap 	{ width: 780px; margin: 0 auto; }

.left 	{ float: left; }
.right 	{ float: right; }
.center { text-align: center; }
.clear 	{ clear:both; }
			
			
/* Header
-------------------------------------------------------------- */
	
h1#header {	
	width: 780px;
	height: 250px;
	background-image: url(assets/header.jpg);
	text-indent: -5000px;
	}
	
		
/* Menu
-------------------------------------------------------------- */

#menu {
	height: 44px; 
	width: 780px;
	background-color: #1f1f1f;
	margin-bottom: 40px;
	}

ul#menu li {
	border-right: 1px solid #000;
	float:left;
	font-size: 14px;
	line-height: 44px;
	list-style-type: none;
	margin: 0;
	}

ul#menu li a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	}
			
ul#menu li a:hover { color: #74c9e3; }


/* Content
-------------------------------------------------------------- */

#main {
	min-height: 400px;
	padding-bottom: 40px;
	width: 500px;
	float: left;
	}	

#sidebar { 
	width: 260px;
	margin-bottom: 20px; 
	float: right; 
	}

.stack {
	width: 500px;
	height: 100px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #333;
	margin-bottom: 30px;
	}	
	
ul.members-list { margin: 0 40px 40px 0; }
ul.members-list li { list-style-type: none; }
	
	
#discription {
	padding: 20px;
	background-color: #16262b;
	}	

#footer {
	border-top: 1px dotted #999;
	font-size: 10px;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
	}
	
#footer a { color: #d4d4d4; }	

	
/* Styles
-------------------------------------------------------------- */
	
p 			{ padding-bottom:10px; }
b, strong 	{ color: #fff; font-size: 14px; font-weight: bold; }	
img			{ margin-bottom: 20px; }
img.p-right { padding-right: 15px; }
a 			{ color: #74c9e3; text-decoration:underline; }
a:hover 	{ color: #e5ae3b; text-decoration:none; }

h2, h3 { font-weight: normal; }
	
h2, h2 a {
	color: #74c9e3;
	font-size: 33px;
	margin: 5px 0 30px 0;
	text-decoration: none;
	}	

h3 { 
	color: #fff;
	font-size: 18px; 
	line-height: 23px; 
	margin: 5px 0 15px 0;
	}
	
	
				