/* 
	
	CSS Document
	Filename: style.css
   	Project : WSS-ID.ORG
	Ver.	: 1.0
	Date	: February, 20th 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/wssid2009/bg_tile.gif) #fff repeat-x top;
	color:#767676;
	font-family:'Segoe UI',Tahoma,Arial;
	font-size:11px;
	line-height:13px;
	margin:0;
	padding:0;
}

a {text-decoration:none; font-weight:700; padding:0; margin:0; }
a:link { color:#fe8401; }
a:visited {color:#fe8401;}
a:hover { color:#ffcb94; }
a:active { 	color:#fe8401; }

input[type=text] { background:url(../images/wssid2009/bg_search_text.gif) repeat-x #fff; } 


#container{ 
	background:url(../images/wssid2009/bg_head.jpg) no-repeat top;
	margin:0 auto 0 auto;
	width:980px; 
	min-height:300px;

	}
	
#header{
	width:980px; 
	
	height:80px;
	float:left;
	}

#content{
	float:left;
	width:980px;

	
	
	}

#footer{
	width:980px; 
	float:left;
	
	}

/* HEADER START ---------------------------------------------------------------------------- */

#header_logo{
	width:230px;
	float:left;

	margin-top:25px;	
	}

#header_nav{ float:left; margin-left:265px; height:58px; }



/* HEADER END ---------------------------------------------------------------------------- */


/* CONTENT START ---------------------------------------------------------------------------- */
#content_login{ color:#000;	}
#content_login a{ color:#fff;}
#content_login a:hover{ text-decoration:underline;}

 #content_search{ width:225px; float:right; text-align:right;}
.content_search_gobutton { width:30px; margin-left:2px;	font-size:14px;	}
.content_search_text {	width:130px; padding:3px; font-size:12px; background::url(../images/wssid2009/bg_search_text.gif) repeat-x top; border:solid 1px #a05c32; }

#content_silverlight{ height:187px; float:left; width:750px;} 
#content_main{ margin-top:15px;	width:980px; float:left; }

#content_main_add{ margin-bottom:15px;	width:980px; float:left; }
	
.content_main_box{	background:url(../images/wssid2009/bg_sidebar.gif) no-repeat top; float:left; margin:0 0 10px 7px;	height:198px; 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; margin:10px 0 0 14px; }

#content_main_con{ float:left; margin:10px 0 0 0; width:715px;}
#content_main_sidebar{ float:left; margin:10px 0 0 10px; width:236px;}

.content_main_con_be { float:left; width:715px; margin-bottom:10px;}
.content_main_con_be_date { background:url(../images/wssid2009/bg_dateblog.gif) no-repeat top; float:left; height:75px; width:60px; text-align:center; padding:5px 10px 0 0 ; }
.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:40px 10px 15px 0;
	}
	
.footer_box2{

	float:left;	
	width:840px;
	text-align:right;
	margin:40px 0 0 0;
	}
	
.footer_box p{
	text-align:right;
}
/* FOOTER END ---------------------------------------------------------------------------- */



