/*
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;
	text-align: left;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #C0DCE7;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: none;
	color: #F1A33E;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #348BB4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 108px;
	margin: 0px auto;
	background: url(images/img01.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	text-indent: -999999px;
	font-size: 3em;
}

#header h2 {
	padding: 75px 0px 0px 0px;
	text-indent: -999999px;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/img_nav_default.gif);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu a:hover {
	color: #FFF;
	background-color: #0076AC;
}
#menu li a.active {
	color: #005C7A;
	background-color: #BADDE9;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 20px;
	background-color: #FFF;
	border: thin dashed #999;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
}
#content h4 {
	text-indent: -999999px;
	background-image: url(images/aboutme.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	height: 30px;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FAB87C;
	margin-bottom: -10px;
	text-transform: uppercase;
}
#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;
	background: url(images/img04.gif) no-repeat 0 7px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-left: 10px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
	background: url(images/img04.gif) no-repeat left 50%;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 20px;
	font-size: 10px;
	color: #FFF;
	background-color: #F1A33E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 4px;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 10px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
	color: #D66929;
	text-decoration: none;
}
.closedlanguage a:hover {mbc1_bcm...es_t4.css (line 999)
background:#CCCCCC url(../images/mbc1_arrow_closed.gif) no-repeat scroll 0 50%;
	color:#666;
	background-image: url(images/collapseIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
}
.category a, .categoryEmpty a {
	display:block;
	width:458px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(images/expandIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADEDC;
	height: 25px;
}
.inline_nav {
	margin:20px 0 0;
	font-size: .9em;
}
div.img
{
	margin: 4px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/imgBack.gif);
	border: 1px solid #CCC;
	background-repeat: repeat-x;
	background-position: top;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {
	border: 1px dashed #078DB8;
}
div.desc
{
	text-align: left;
	font-weight: normal;
	width: 130px;
	font-size: 0.9em;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 14px;
	margin-bottom: 3px;
}
