/*  
Theme Name: 99 degrees East
Theme URI: http://fireserver/99eastwp/
Description: 99 degrees East Theme
Version: 1.0
Author: Nicholas Low
Author URI: http://www.firestarter.com.sg

*/
* {
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px; }

html, body {
padding: 0px 0px 0px 0px; }

/* HTML Styles */
body {
	/*background: #000;*/
	background:#313131 url(http://www.99east.com/wp-content/uploads/2009/12/bg3.png) repeat-x;
	font-size: 12px;
	color: #666;
}

/* wrapper */
#wrapper {
	/*background: #fff;*/
	background:url(http://www.99east.com/wp-content/uploads/2009/12/wrapperbg1.png) repeat-y;
	margin: 0 auto;
	padding: 0 auto;
	width: 960px;
	text-align: left;
}


/* headercontainer */
#headercontainer {
	z-index:-2;
	margin-left:auto;
	margin-right:auto;
	/*width:960px;*/
	background:url(http://www.99east.com/wp-content/uploads/2009/12/headerbg1.png);
	background-position:0px -2px;
}

/* header */
#header {
	z-index:1;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	height: 184px;	
	text-align: right;
	/*background: #fff url(images/img_99east_langkawi_header2.jpg) no-repeat;*/
	background:url(http://www.99east.com/wp-content/uploads/2009/12/img_99east_langkawi_header2.jpg);

}

#header .logo {
		float: left;
    /*position: absolute;*/
    position: relative;
    z-index: 2;
    top: 90px; 
}

/* container gradient - gray alpha thing between header and content */
#containergradient {
	background:url(http://www.99east.com/wp-content/uploads/2009/12/containerbg7.png) repeat-x;
	width:960px;
	height:34px;
	margin-left:auto;
	margin-right:auto;
	
}



/* container */
#container {
	padding: 16px 20px 0px 70px;
	/*background: #fff;*/
}

#leftCol, #leftsubCol {
	float:left;
	padding-bottom: 0px;
	width:430px;
	font: normal 9pt;
	color:#666;
	line-height:15pt;
}

#leftCol p {
	padding-bottom: 13px;
}

#subscribeCol {
	width:300px;
	padding-top: 5px; 
	padding-left: 15px;
  line-height:15pt;
}

#subscribeCol td {
  padding: 5px 0px 5px 0px;
}

#rightCol {
padding-left: 24px;
padding-bottom: 20px;
	margin:0px 0px 0px 0px;
	float:left;
	/*width:320px;*/
        width:380px;
	color:#666;
	line-height:18pt;
}

#rightCol .pic {
	/*margin: 5px;*/
	/*padding: 10px;*/
	padding: 0px 0px 2px 2px;
	width: 375px;
	border:solid #AB9F6D 1px;
}

#clearFloat { clear:both }

/* footer */
#footerwrapper {
	margin: 0 auto;
	padding: 0 auto;
	width: 960px;	
	text-align: left;
	line-height:15pt;
}
	
#footer {
	padding: 10px 10px 10px 10px;
	font-size: 11px;
}


.spacer30 {
	height:30px;
}

.spacer20 {
	height:20px;
}

.spacer10 {
	height:10px;
}


a:link, a:visited {
	text-decoration: underline;
	color: #ADA16E;
}

a:hover {
	color: #F7931E;
}

.button {
margin-left: 6px;
margin-bottom: 5px;
padding: 2px 13px 2px 13px;
background: #ADA16E;
}

a.button:link, a.button:visited {
color: white;
text-decoration: none;
}

a.button:hover {
background: #F7931E;
}

.buttonhover {
margin-left: 6px;
margin-bottom: 5px;
padding: 2px 13px 2px 13px;
background: #F7931E;
}

a.buttonhover:link, a.buttonhover:visited, a.buttonhover:hover {
color: white;
text-decoration: none;
}

.updated {
padding: 10px 0px 20px 140px;
font-size: 8pt;
color: #D3D3D3;
}

strong { color: #000; }

strong.header { color: #F7931E; }

p.hr {
border-bottom: solid 1px #ADA16E;
margin-bottom: 30px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 17pt;
	color: #ADA16E;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0;
}
