/*

Theme Name:Wordpress Theme 4

Theme URI:

Version: 1.0

Description: To change the banners on this theme use the Text Widgets and add your banners code there.
Author:
Author URI:



*/


@import url(css/dropdown_menu.css);
@import url(css/form.css);

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 90%/1 arial, helvetica, sans-serif;
	background: url(images/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
}

p {margin: 0; padding: 0 0 18px 0;}

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	display: block;
}

blockquote span.open {
	background: url(images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
  	background-color: #F5F4F3;
  	border: #E2DBD8 1px solid;
  	color: #666666;
  	padding: 3px 5px;
  	margin: 10px 15px;
	font-size: 1.2em;
}

pre {
  	padding: 1em;
  	border: 1px dashed #2f6fab;
  	color: black;
  	background-color: #f9f9f9;
  	line-height: 1.1em;
}

small {font-size: 0.85em;}

big {font-size: 1.4em;}

.red {
	color: #FF0000;
}


/***** Links *****/

a {
  	text-decoration: none;
  	color: #0099CC;
}

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

a img {
  border: none;/*remove border for linked images*/
}
/***** Global Classes *****/
.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* images */
img {border: none;}

img.alignleft,
img.alignright,
img.aligncenter {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

/***** Main Layout ****/

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
  	background: url(images/bg.jpg) repeat-x 0 0;
	position: relative;
	z-index: 0;
}

#wrapper {
  	width: 960px;
  	background: url(images/bg_content.jpg) repeat-y top left;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	position: relative;
	z-index: 2;
}

/***** TOP PAGE *****/
#top {
	height: 6px;
	padding: 0 25px;
  	background: #F4F4EA url(images/bg.jpg) repeat-x 0 0;
}
/***** HEADER *****/
#header {
	width: 100%;
	height: 214px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
	z-index: 1;
	color: white;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

#header .intro {
	width: 500px;
	height: 130px;
	padding: 25px 0 0 30px;
	float:right;
}

#header .intro h1 {
	font-size: 1.8em;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	color:#F0F;
	font-family:"Comic Sans MS", cursive;
}

#header .intro h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color:#F0F;
}


/***** Search Box *****/
#header #searchform {
	position: absolute;
	z-index: 2;
	left: 600px;
	top: 180px;
	width: 205px;
}

#header #searchform .searchField {
	border: none;
	background: transparent;
	width: 158px;
	height: 23px;
	line-height: 23px;
}

#header #searchform .searchSubmit {
	background: transparent url(images/searchButton.png) no-repeat 0 0;
	width: 40px;
	height: 26px;
	border: none;
	cursor: pointer;
}

/***** CONTENT *****/
#content {
	display: block;
	float: left;
	clear: left;
	width: 665px;
	padding: 20px;
	margin: 0 0 30px 0;
	clear: both;
	text-align: justify;
	font-size: 0.9em;
}

#content h2 {
	background: #F8F7F3 url(images/post_h1.png) no-repeat 0 bottom;
	border: #EEEEDF 1px solid;
	-moz-border-radius:5px;
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0 0 30px;
	margin: 10px 0;
	color: #ff9302;
}



#content a {
	text-decoration: underline;
}

#content p {
	padding: 5px 0  5px 15px;
}

#content ul, #content ol {
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}

#content ul li {
	background: url(images/bullet.jpg) 0 6px no-repeat;
	padding-left: 15px;
}
#content .center {
	float:right;
	width:525px;
}
#content .banners img {
	padding:1px;
	margin-left:-5px;
}
#content .banners {
	float:left;
	width:130px;
}

/* Back to top */

#content a.backToTop {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(images/content_backToTop.jpg) no-repeat right 0;
}

#content a:hover.backToTop {
	border: none;
	background: url(images/content_backToTop.jpg) no-repeat right -20px;
}


/***** SIDEBAR *****/
#sidebar {
	display: block;
	float: right;
	width: 220px;
	padding-left: 15px;
	margin-bottom: 30px;
	padding-right:20px;
	font-size: 0.8em;
	background: url(images/sidebar_bg.jpg) no-repeat;
	background-position:0px 0px;
}

#sidebar h2 {
	background: #F8F7F3 url(images/sidelogo.png) no-repeat bottom right;
	border: #EEEEDF 1px solid;
	-moz-border-radius:5px;
	border-bottom:1px solid #EEEEDF;
	padding-left:5px;
	font-size: 1.4em;
	font-variant: small-caps;
	color: #ff9302;
	width: 220px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}
.nav {
	clear: both; 
	text-align: left; color: 	#7D8085; 
	padding: 5px 0 0 0; 
}
.nav li {
	font-weight: bold; 
	margin: 0 0 8px 0; 
	padding:0px 0 0 0px;
	border-bottom: 1px solid #F29900; 
}
.nav li a { 
	color: #7D8085; 
}
.nav li a:hover {
	color: #F29900; 
	text-decoration: none; 
}
ul {
	margin: 5px 0 0px 15px; 
	padding : 0; 
	list-style : none; 
	}
li {
	list-style-type:square;
	/* list-style:url(images/bullet.jpg); */	
	color: #F29900;	
	margin: 0 0 0px 0;	
	padding: 0 0 0 0px; 
	}
li a {
	color: #7D8085; 
	}
li a:hover{ 
	color: #F29900; 
}
/***** FOOTER *****/
#footer {
	clear: both;
	width: 960px;
	height: 80px;
	background: #F4F4EA url(images/footer_bg.jpg) repeat-x 0 0;
	color: #999;
	font-size: 0.9em;
}

#footer a {
	color: #999;
	border-bottom: 1px dotted #555;
}

#footer a:hover {
	color: #bbb;
	border-bottom: none;
}

#footer .foot_l {
	background: url(images/footer_l2.jpg) no-repeat left top;
	width: 80px;
	height: 74px;
	float: left;
}

#footer .foot_l a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

#footer .foot_r {
	background: url(images/footer_r.jpg) no-repeat right top;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}

#footer .foot_content {
	display: block;
	clear: none;
	width: 800px;
	float: left;
	clear: none;
	padding: 18px 0 0 0;
	text-align: center;
}

#footer .foot_content p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/* Back to top */
#footer .backToTop {
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}

#footer .backToTop a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(images/footer_backToTop.jpg) no-repeat 0 0;
}

#footer .backToTop a:hover {
	border: none;
	background: url(images/footer_backToTop.jpg) no-repeat 0 -74px;
}


.hblog{
display:none;
background-image:none;}

#linkcat-7{
  
width: 220px;
list-style-type:none;
}

#linkcat-7 li{
border-bottom:1px solid #F29900;
font-weight:bold;
margin:0 0 8px;
padding:0 0 0 0;

}

#linkcat-7 ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 0 15px;
padding:0;
}
