/* ziX2 - An open source xhtml/css website template by Zaigham Rana - site: http://ziworks.com , blog: http://zidesigns.com. Free to use in any way and for any purpose as long as the proper credits are given. */


/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 80%/1.4em "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(../../images/template/bg.jpg);
	}

/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal;
    line-height: 1.1em;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
	margin: 10px 0 5px 0;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

h1 { font-size: 205%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
p { margin: 5px 0 10px 0; }
.clear {
	clear: both;
	}

/* layout
------------------------------------------------ */

#container {
	width: 800px;
	margin: 0 auto;
	}

#container-bg {
	background: transparent url(../../images/template/container-bg.jpg) 43px repeat-y;
	}

#footer-border-bottom {
	background: transparent url(../../images/template/footer-bottom.jpg) 43px top no-repeat;
	height: 30px;
	}

#header h1 {
	background: transparent url(../../images/template/header-bg.jpg) no-repeat;
	height: 167px;
	border: 0;
	line-height: normal;
	margin:0;
	padding:0;
	text-align: left;
	padding: 88px 0 0 45px;
/*	text-indent: -9999px;
*/	}
#header h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
overflow:hidden;
	}

#header h1 a:hover {
	color: #aaa;
	}

#header h1 span {
	display: block;
	font-size: 60%;
	padding: 5px 0 0 0;
	color: #aaa;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
#wrapper {
	padding: 0 0 0 57px;
	}

#content {
	width: 490px;
	padding-right: 30px;
	float: left;
	text-align:justify;
	}

#content ul, #content ol, #content li {margin-left: 12px;}

#content li { padding-top: 3px; padding-bottom: 5px; }

#content IMG{
display:block;
margin: 6px auto;
}

#sidebar {
	width: 190px;
	float: left;
	}

#sidebar ul {
	padding: 5px 0 10px 0;
	}

#sidebar li {
	list-style: none;
	padding: 1px 0 3px 0;
	}

.links{
text-align:left;
}

/* content styles */

#content > h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000 !important;
	background: none !important;
	text-decoration: none !important;
	}

#content > h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000 !important;
	background: none !important;
	text-decoration: underline !important;
	}

#about p {
	font-size: 85%;
	}

#nav li a {
	color: #333;
	text-decoration: none;
	padding: 0 2px 0 2px;
	list-style: none;
	display: block;
	border-bottom: 1px solid #aaa;
	}

#nav li a:hover {
	background:transparent;
	color:#333;
	font-weight:bold;
	}
	
.sidebar-links a {
	font-size: 85%;
	}
	
#content a, #sidebar a {
	color: #333;
	text-decoration: underline;
	}

#content a:hover, #sidebar a:hover {
text-decoration:none;
	}

#footer {
	padding: 20px 30px 10px 57px;
	width: 490px;
	font-size: 85%;
	line-height: 0.5em;
	color: #999;
	}

#footer a {
	color: #999;
	}

img a, a.img {
	background: none !important;
	}

.notice {
	padding: 5px;
	color: #CC3300;
	border: 1px solid #CC0000;
	}

/* table styles */
th {
	border-bottom: 1px solid #000;
	text-transform: capitalize;
	}

td, th {
	padding: 3px;
	}

td {
	border: 1px solid #eee;
	}
