/*
Theme Name: GoWeb Asia
Theme URI: http://www.gowebasia.com
Version: 1.0
Description: Developed by GoWeb Asia
Author: GoWeb Asia
Author URI: http://www.gowebasia.com
Tags: GoWeb Asia
*/


/* ===== For ALL Element ===== */
*{
color:#000000;
font-family:Arial,helvetica,sans-serif;
font-size:14px;
line-height:1.5em;
margin:0;
padding:0;
}


h1
{
font-size: 20px;
}

h3
{ 
font-size: 16px;
}

p, ul, ol
{margin-bottom: 1.5em;}

ul ul
{margin-bottom: 0}

ul, ol
{
margin-left: 2em;
}


body
{

}

a {
color:#660198;
font-weight:bold;
text-decoration:none;
}

a:hover {
color: #808080
}

img {
	border: none;
}

#sponsor-list {
text-align: center
}

#logos {
margin-left:0;
}

#logos img {
margin-bottom:10px;
margin-left:10px;
}

#logos li {
display:block;
height:auto;
list-style-type:none;
margin-bottom:10px;
position:relative;
text-align:right;
top:10px;
width:200px;
}

#logos li a {
text-align:right;
}

/* Main Container */
#main_container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 150px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-y;		
}

#main_container_wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#header
{
	width: 1000px;
	height: 180px;
	background-image:url('images/header.jpg');	
}

#logo_container a{
	width: 200px;
	height:180px;
	float: left;
	display:block;
}



/* Nav Multi-Level Menu */
#nav {
	/* Background Image of the menu container */
	/*background-image:url("img/nav.gif");*/
	background-color: transparent;
	/* Size */
	width: 562px;
	height: 40px;
	/* Margin and Padding */
	margin: 0px;
	padding: 0px;
	/* Alignment */
	text-align: center;
	float:left;
	/* Position */
	position:relative;
	top:130px;
	left:30px;
	/* For fixing hover problem in IE6 */
	
}

/* First Horizontal Level Menu List: Set the margin here */
#nav ul {
	/* Margin and Padding. You can set the margin left and margin right if you want the first level menu to align center of the nav */
	margin: 0px;
	padding: 0px;
	/* Remove List Style */
	list-style: none;
	/* If the menu go behind something, set this value higher */
	z-index: 9999;
	/* Others */
	line-height: 1;
	display:block;
	/* Remark background color and image can not work in the first at this block */
}

/* First Horizontal Level Menu List Item: Set Border Here */
#nav li {
	/* Border */
/*	border:solid;
	border-width:0px 0px 0px 1px;
	border-color:#CFDEE7;*/
	/* Margin and Padding */
	margin: 0px;
	padding: 0px;
	/* Make the First Level Menu Horizontal */
	float: left;
	text-align: center;
	display:block;
}

/* Link: Set the background, font and padding here */
#nav a {
	/* Background Image */
	background-color: transparent;
	/* Make the link item to display as a box */
	display: block;
	font-size:10px;
	font-weight:bold;
}


#nav a.main-menu-1{
	margin: 0px;
	paddin: 0px;
	width: 180px;
	height: 40px;
}

#nav a.main-menu-1:hover{
	background-image:url('images/hover1.jpg');
}

#nav a.main-menu-2{
	margin: 0px;
	margin-left: 13px;
	paddin: 0px;
	width: 110px;
	height: 40px;
}

#nav a.main-menu-2:hover{
	background-image:url('images/hover2.jpg');
}


#nav a.main-menu-3{
	margin: 0px;
	margin-left: 16px;
	paddin: 0px;
	width: 117px;
	height: 40px;
}

#nav a.main-menu-3:hover{
	background-image:url('images/hover3.jpg');
}

#nav a.main-menu-4{
	margin: 0px;
	margin-left: 13px;
	paddin: 0px;
	width: 110px;
	height: 40px;
}

#nav a.main-menu-4:hover{
	background-image:url('images/hover4.jpg');
}


 /* Second-level Vertical Menu which attached BELOW the first level: set background here*/
#nav li ul {
	/* Width of the sub menu MUST be defined. Becareful that this value affecting different block's width and margin value below */
	width:auto;
	/* Margin and Padding */
	margin: 0px;
	padding: 0px;
	display:block;
	/* Hide the list */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color:#69CAED;	
}

#nav li.main-menu-1 ul{
	margin-left: 1px;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#834cb1;
	border: 1px solid #CCCCCC;	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;	*/

}

#nav li.main-menu-2 ul{
	margin-left: 13px;
	margin-top: -5px;	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#FFB27F;
	border: 1px solid #CCCCCC;	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;	*/			
}

#nav li.main-menu-3 ul{
	margin-left: 16px;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color:#bce08a;
	border: 1px solid #CCCCCC;	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;	*/		
}

#nav li.main-menu-4 ul{
	margin-left: 13px;
	margin-top: -5px;	
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color:#EF4AAE;	
	border: 1px solid #CCCCCC;	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;*/		
}

#nav li ul li{
	border:solid;
	border-width:0px 0px 0px 0px;
	border-color:#AA0000;
	clear:both;
	float:left;
}

/* Second Level Vertical Menu Link which attached BELOW the first level: nothing is needed to set */
#nav li.main-menu-1 ul li a{

	margin: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
/*	border: 1px solid #FFFFFF;*/
/*	border-top: none;*/
	border-left: none;
	border-right: none;
/*	border-bottom: none;*/
	

	width: 149px;

/*	background-color:#FFFFFF;*/

	color:#FFFFFF;
	text-align:left;
	
	display:block;
	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;	*/	

}

#nav li.main-menu-1 ul li a:hover{
	background-color:#FFFFFF;
	color:#834cb1;
}

#nav li.main-menu-2 ul li a{

	margin: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
/*	border: 1px solid #FFFFFF;*/
/*	border-top: none;*/
	border-left: none;
	border-right: none;
/*	border-bottom: none;*/

	width: 80px;

/*	background-color:#FAA467;*/

	color:#FFFFFF;
	text-align:left;
	
	display:block;

/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;	*/	

}

#nav li.main-menu-2 ul li a:hover{
	background-color:#FFFFFF;
	color:#FFB27F;
}

#nav li.main-menu-3 ul li a{

	margin: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
/*	border: 1px solid #FFFFFF;*/
/*	border-top: none;*/
	border-left: none;
	border-right: none;
/*	border-bottom: none;*/

	width: 87px;

/*	background-color:#93C951;*/

	color:#FFFFFF;
	text-align:left;
	
	display:block;
	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;*/		

}

#nav li.main-menu-3 ul li a:hover{
	background-color:#FFFFFF;
	color:#bce08a;
}

#nav li.main-menu-4 ul li a{

	margin: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right:5px;
	margin-top: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
/*	border: 1px solid #FFFFFF;*/
/*	border-top: none;*/
	border-left: none;
	border-right: none;
/*	border-bottom: none;*/

	width: 79px;

/*	background-color:#EC018A;*/

	color:#FFFFFF;
	text-align:left;
	
	display:block;
	
/*	-moz-opacity:.90;
	filter:alpha(opacity=90); 
	opacity:.90;	*/	

}

#nav li.main-menu-4 ul li a:hover{
	background-color:#FFFFFF;
	color:#EF4AAE;
}

/* third-and-above-level lists, Vertical Menu, attached NEXT to the upper level: nothing is needed to set */
#nav li ul ul { 
	margin: -30px 0px 0px -99%; /* The last value is the Width of sub Menu - 5 */
	padding: 0;
}

/* third-and-above-level links, Vertical Menu, attached NEXT to the upper level: nothing is needed to set */
#nav li ul ul a{
	width: 125px; /* Width of Sub menu - (padding * 2) */ 
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* End of NAV menu */

#wrapper{
	width: 1000px;
	height:auto;
	background-image:url('images/content_bg.jpg');
	background-repeat:repeat-y;
	clear:both;
	float:left;
}

#content-left-wrapper{
	width: 225px;
	height: 100px;
	background-color: transparent;
	float:left;
}

#content-left-wrapper *{
	background-color: transparent;
	float:left;
}

#content-wrapper{
	width: 670px;
	_width: 650px;
	background-color: transparent;
	float:left;
margin-left:10px;
margin-top:40px;
}



#content{
	margin-top: 10px;
}

#content .titles a {
	font-weight: bold;
        font-size: 20px;
        color: #000;
}

#content .post {
	margin-top: 10px;
	margin-bottom: 20px;
}

#content .post .post-left{
	float: left;
	width: 470px;
}

#content .post .post-right{
	float: right;
	width: 160px;
	_width: 140px;
	padding-left: 20px;
	border: 1px solid #DED2D2;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

#right-side-image{
	width: 95px;
	height: 838px;
	background-image:url('images/right-side-image.jpg');
	background-repeat:no-repeat;
	float:right;
}

/* Footer */
#footer
{
	width: 1000px;
	height: 30px;
	clear:both;
	background-image:url('images/footer.jpg');
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 100px;
}

