/* 
	
	CSS Document
	Filename: style.css
   	Project : INDC Geeks
	Ver.	: 1.0
	Date	: February, 18th 2009
	Author  : Nikolas Sildeyna - SILDEYNA.COM
	
	PANDAWEB.US
	   
*/


/* CSS RESET v1.0 | 20080212 -------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* CSS RESET END-------------------------------------------- */



body {
	background:url(../images/geeks2009/bg_tile.gif) #fff repeat-x top;
	color:#767676;
	font-family:'Segoe UI',Tahoma,Arial;
	font-size:13px;
	line-height:13px;
	margin:0;
	padding:0;
}

a {text-decoration:none; font-weight:700; padding:0; margin:0; }
a:link { color:#0d5dca; }
a:visited {color:#0d5dca;}
a:hover { color:#4586de; }
a:active { 	color:#0d5dca; }


#container{ 
	margin:0 auto 0 auto;
	width:980px; 

	}
	
#header{
	width:980px; 
	height:100px;
	float:left;
	}

#content{
	float:left;
	width:980px;
	background:url(../images/geeks2009/bg_content.jpg) no-repeat top;
	
	
	}

#footer{
	width:980px; 
	float:left;
	
	}

/* HEADER START ---------------------------------------------------------------------------- */

#header_logo{
	width:230px;
	float:left;

	margin-top:25px;	
	}

#header_nav{ float:left; width:750px;}
#header_nav ul{	float:right}
#header_nav li{ display:inline;	float:left;	list-style:none; }
#header_nav a {  color:#989898; display:block; font-size:16px; letter-spacing:-1px; 	line-height:50px; margin:0 0 0 15px; text-transform:uppercase;}
#header_nav a:hover {	color:#FFF; text-transform:uppercase;}
#header_nav a.current { color:#FFF; text-transform:uppercase;}

#header_login{
	width:733px;
	float:left;
	text-align:right;

	}

/* HEADER END ---------------------------------------------------------------------------- */


/* CONTENT START ---------------------------------------------------------------------------- */
#content_search{ width:980px; float:left; text-align:right;	}
.content_search_gobutton { width:30px; margin-left:2px;	font-size:14px;	}
.content_search_text {	width:110px; padding:3px; font-size:12px; background:transparent; border:none; }

#content_silverlight{ height:170px;	float:left;	width:980px; background-image:url(../images/geeks2009/bg_content.jpg); background-position:right}
#content_banner_buttom{height:36px; float:left; width:980px; background-image:url(../images/geeks2009/bg_content_bottom.jpg)}
#content_main{ margin-top:15px;	width:980px; float:left; }
	
.content_main_box{	background:url(../images/geeks2009/bg_sidebar.gif) no-repeat #fff top; float:left; margin:0 0 10px 7px;	height:195px; width:236px; }
.content_main_box h2{ float:left; font-weight:normal; line-height:40px;	font-size:21px;	color:#FFF;	letter-spacing:-1px; margin-left:14px; width:222px; }
.content_main_box ul { float:left; list-style:none;	width:222px; margin:12px 0 0 14px; }
.content_main_box li { font-size:14px; line-height:17px; }
.content_main_box a { font-weight:normal; }
.content_main_box_button { width:225px; float:left; text-align:right; margin-top:6px; }

#content_main_con{ float:left; margin-left:0; width:715px;}
#content_main_sidebar{ float:left; margin-left:10px; width:236px;}

.content_main_con_be { float:left; width:715px; margin-bottom:10px;}
.content_main_con_be_date { background:#4398d2; float:left; height:80px; width:60px; text-align:right; padding-right:5px;}
.content_main_con_be img { float:left; }
.content_main_con_be_box  { float:left; width:500px; margin-left:10px;}
.content_main_con_be h2 { font-size:24px; line-height:27px; letter-spacing:-1px; }
.content_main_con_be p { width:500px; color:#333; margin-top:5px;}
.content_main_con_be .img_avatar img {width:70px; height:80px}

.content_home_list {list-style-type:circle;margin-left:13px;padding-left:32}
.home_front_page_content p {padding-bottom:5px}

/* CONTENT END ---------------------------------------------------------------------------- */

/* FOOTER START ---------------------------------------------------------------------------- */

.footer_box{
	height:42px;
	float:left;	
	margin:50px 10px 15px 0;
	}
/* FOOTER END ---------------------------------------------------------------------------- */



