/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #000000;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	background-repeat: repeat;

}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000;

}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #000;
}

img { border: none; }

embed { border: none; }

#tweeter {
	width: 250px;
	margin: 2px auto;
	padding: 10px;
	border-width: .1em; 
    border-style: solid; 
    border-color: #101; 
}
/** Style for header starts here */


#header {
	width: 800px;
	height: 371px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	//color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
	font-style: italic;
	//color: 00aeef;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
	font-size:medium;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	//color: #00aeef;
}

#menu a:hover {
	color: #FFC;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#left {
	float: left;
	width: 460px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#left1 {
	float: left;
	width: 250px;
	padding-left: 0px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 270px;
	margin-bottom: 20px;
	padding-right: 20px;
}

#right1 {
	float: right;
	width: 180px;
	margin-bottom: 0px;
	padding-right: 50px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}

#center {
	float: left;
	width: 780px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#center ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#center li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#center .post {
	margin-bottom: 20px;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 52px;
	margin: 0px auto;
	padding-top: 13px;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 270px; /*width of featured content slider*/
height: 50px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background:#000;
color:#CCC;
font-size:9px;
text-align:left;
line-height: 12px;
width: 260px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 450px; /*width of featured content slider*/
height: 637px;
}



.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
