/*
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: #EAE5E7;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
/* 	text-transform: lowercase; */
	color: #005880;
}

h1{
	line-height: 45px;
}

h3 {margin-top: 1.5em; margin-bottom: 0.5em}

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: 200px;
	margin: 0px auto;
	background: url(images/UpperPictureLQR.png) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 50px 0px 10px 95px;
	font-size: 36px;
	line-height: 40px;
}

#header h2 {
	margin-top: -8px;
	padding: 120px 0px 0px 365px;
/*	text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/** Style for menu starts here */


#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
/**	font-weight: bold;	*/
	font-size: 15px;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 20px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #258BAD;
}
/** původní
#menu a#active
{
	font-size: 15px;
	color: #258BAD;
	font-weight: bold;

} 
#menu a#active
{
	font-size: 15px;
	color: rgb(117, 148, 249);
	font-weight: bold;
	border-bottom-color:#b6b6b6;
	border-bottom-width:5px;
	border-bottom-style:solid;
}

#menu a#active
{
	font-size: 15px;
	color: rgb(0,0,0);
	font-weight: bold;
	border-bottom-color:#ffffff;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-top-color:#ffffff;
	border-top-style:solid; 
	border-top-width:2px;
	border-left-color:#ffffff;
	border-left-style:solid; 
	border-left-width:1px;
    border-right-color:#ffffff ; 
	border-right-style:solid; 
	border-right-width:1px;
	background-color:#b6b6b6;
}

#menu a#active
 {
    color: #d0d0f0;
	font-size: 15px; 
	font-weight: bold;
	border-bottom-color:#ffffff; 
	border-bottom-style:solid;      
	border-bottom-width:2px;
    border-top-color:#ffffff; 
	border-top-style:solid; 
	border-top-width:2px;
    border-left-color:#ffffff; 
	border-left-style:solid; 
	border-left-width:1px;
    border-right-color:#ffffff; 
	border-right-style:solid; border-right-width:1px;
    background-color:#404040;
}
*/
#menu a#active
{
	font-size: 15px;
	color: rgb(117, 148, 249);
	font-weight: bold;
	border-bottom-color:#b6b6b6;
	border-bottom-width:5px;
	border-bottom-style:solid;
}
/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 0 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#left {
	float: left;
	width: 740px;
	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: 40px;
	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: 42px;
	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: 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;
}

.blue {color: blue; font-weight: bold;}

.silver {color: silver; font-weight: bold;}

