/***********CSS RESET *********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p, blockquote,th,td 
{
	margin:0;
	padding:0;
}
table 
{ 
	border-collapse:collapse; 
	border-spacing:0;
}
fieldset,img 
{ 
	border:0; 
}
address,caption,cite,code,dfn,em,strong,th,var 
{ 
	font-style:normal; font-weight:normal; 
}
ol,ul 
{ 
	margin:1em 0; margin-left:40px; padding-left:0; 
}
ul 
{ 
	list-style-type:disc; 
}
ol 
{ 
	list-style-type:decimal; 
}
caption,th 
{ 	
	text-align:left; 
}
h1,h2,h3,h4,h5,h6 
{ 
	font-size:100%; 
}

a{
  text-decoration:none;
  font-style:none;
  color:black;
}
/******************MAIN STYLE*********************/

body
{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
}

#wrapper
{
	width:950px;
	margin:0 auto;
}

#header
{
	height:200px;
	/*background-color:#ff00ff;*/
}

#header-bar
{
	height:26px;
	/*background-color:#FBB117;*/
}

#header-bar_left
{
	float:left;
	text-align:left;
	width:75%;
	/*background-color:#ffff00;*/
}

#header-bar_left li
{
	padding:5px 3px 4.5px 2px;
	margin-left:3px;
	float:left;
	text-align:center;
	font-weight:bold;
	list-style:none;
	cursor:pointer;
}

#header-bar_left li a:hover
{
  padding:0 0 0 0;
	float:left;
	text-align:center;
	font-weight:bold;
	list-style:none;
	color:#f88017;
	cursor:pointer;
}

#header-bar_right
{
  float:right;
  text-align:right;
	width:25%;
  font-size:80%;
	/*background-color:#F88117;*/
}

#board
{
	overflow:hidden;
	background:#ffffff;
}

#board_left
{
  height:150px;
	float:left;
	width:650px;
	position:relative;

}

#board_right
{
  height:150px;
	float:right;
	width:300px;
}

#search_form{
  /*background-color:red;*/
  color:#eee;
  padding:1px 5px 2px 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#menu
{
  height:24px;
	background:#fff;
}

#menu li
{
	padding:4.5px 3px 4.5px 2px;
	margin-left:3px;
	float:left;
	text-align:center;
	font-weight:bold;
	list-style:none;
	cursor:pointer;
}

#menu li a:hover
{
  padding:0 0 0 0;
	float:left;
	text-align:center;
	font-weight:bold;
	list-style:none;
	color:red;
	cursor:pointer;
}

.curpage
{
  padding:1px 1px 1px 1px;
	float:left;
	text-align:center;
	font-weight:bold;
	list-style:none;
	background-color:#f88017;
	color:white;
}

#container
{
	overflow:hidden;
	margin-top:3px;
}

#container_left
{
	height:100%;
	width:730px;
	float:left;
	position:relative;
	float:left;
	background:#fff url('../images/separator.png') repeat-y scroll right top;
}

#container_right
{
  height:100%;
	width:220px;
	float:right;
	background-color:#eee;
}

#container_item
{
  border-left:2px solid #666666;
  border-bottom:2px solid #666666;
  border-top:2px solid #666666;
  width:700px;
	/*background-color:#408000;*/
	padding:0 10px 5px 10px;  
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;	
}

#container_item ul.focus li 
{
  list-style:square;
  font-weight:bold;
  font-size:110%;
  color:#f88017;
}

#container_item img
{
  border:1px solid #eee;
  padding:5px 5px 5px 5px;
}

#container_item p a, #container_item ul li a, #container_item table tr td a, #container_item ul li .focus a{
  color:blue;
  text-decoration:underline;
}


h3.post-title{
  font-family: "Union", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  margin: 0;
  padding:.5em 0 .1em 0;
  font-size: 180%;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-shadow:#c0c0c0 1px 1px 1px;
  color:#f88017;
}

#banner_item
{
  margin:0;
  padding:.5em 0 .1em .5em;
}

#banner_item p
{
  font-size:110%;
  text-align:left;
  padding:0 0 10px 0;
}

#banner_item img
{
  text-align:center;
  margin:0 auto;
}

h3.banner_title
{
  font-size: 180%;
  font-weight: bold;
  letter-spacing: -0.08em;
  text-shadow:#fff 1px 1px 1px;
  color:red;
}

h4.banner_text, h4.post-subtitle
{
  font-size: 140%;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-shadow:#eee 1px 1px 1px;
  color:black;
}

button
{
  border:none;
  background:url('../images/button.png') no-repeat;
  font-size:100%;
  font-weight:bold;
  color:white;
  width:65;
  height:23;
  cursor:pointer;
  padding:3px 8px 5px 5px;
}

blockquote
{
  padding:3px 3px 3px 5px;
  background-color:#eee;
  width:50%;
}

code
{
  font-family:"courier new";
  font-size:110%;
}

table
{
  margin-top:10px;
  margin-bottom:10px;
  border-spacing:3px 3px 3px 3px;
}

#footer
{
	padding:5px 0 5px 0;
	text-align: center;
	font-weight: bold;
	color:#666666;
}
