/*
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: #D7D7BD;*/
	background: #9370DB;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #005880;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background: url(images/building.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;
	text-transform: uppercase;
	font-size: 5em;
	font-family: courier;
	font-weight: lighter;
	/*color: #53868B*/
	color: #FFFFFF
}

#header h2 {
	margin-top: 0px;
	padding: 0px 0px 0px 92px;
	text-transform: none;
	text-decoration: blink;
	font-family: cursive;
	font-size: 17px;
	font-weight: bold;
	color: #8B7500;
}

#header h3 {
        margin-top: 0px;
        padding: 0px 0px 0px 92px;
        text-transform: uppercase;
        font-family: cursive;
        font-size: 18px;
        font-weight: bold;
        color: #8B7500;
}


/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
/*	background: #C0C0C0; */
	background: #8B7500;
	font-size: 13px;
	font-weight: bold;
}

#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: #8B7500;*/
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFEFD5;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: none;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 3px #FFFFFF dashed;
	background: #87CEEB;
	color: #000080;
}

#content h3 {
	background: #8B7500;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
}

#content h4 {
        text-transform: capitalize;
        font-size: 1.6em;
        font-weight: normal;
        border-bottom: 3px #CCCCCC dashed;
        color: #000080;
}


#content ul {
	font-weight: bold;
        color: #000000;
}


#content p {
}

#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	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: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 35px;
	margin: 0px auto;
	padding-top: 13px;
	background: #8B7500;
	/*background: #CCCCCC;*/
	/*background: #E8E8E8;*/
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	/*color: #E5E5CC;*/
	font-weight: bold;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#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;
}
