* {
	margin: 0; padding: 0;
}
html {
margin:0;
padding:0 0 10px 0;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background: url(../images/body-bg.jpg) repeat left top;
}
body {
margin:0;
padding:0;
background: url(../images/body-bg.gif) repeat-x left top;
}
/*a:hover {
	text-decoration: none;
	color: #000000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}*/

/** BEGIN wrapper **/
#wrapper {
width:957px;
height:auto;
margin:0 auto;
padding:0 0 0 0;
clear:both;
overflow:hidden;
}
#loader {
	text-align: left;
	padding: 20px 20px 20px 44px;
	background: url(../images/loading2.gif) no-repeat 20px 18px;
	font-weight: bold;
	display:none;
}
#header {
width:957px;
height:auto;
margin:0 auto;
padding:0 0 0 0;
clear:both;
overflow:hidden;
}
/** END wrapper **/

/** BEGIN header **/

		/** end categories submenu **/
		
/** END header **/

/** BEGIN body **/
#body {
	background-color: #EEEEEE;
	color: #363636;
	padding: 0 15px 15px;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 611px;
	float: left;
	padding-top: 15px;
}

	/** begin featured content **/
	#content .featured {
		width: 605px; height: 300px;
		border: 3px solid #313131;
		overflow: hidden;
		position: relative;
		margin-bottom: 12px;
		background-color: #000000;
	}
		#content .featured .photo {
			list-style-type: none;
		}
			#content .featured .photo li {
				position: absolute;
				top: 0; left: 0;
				display: none;
			}
			#content .featured .photo li.first {
				display: block;
			}
			#content .featured .photo li img.attachment {
				width: 605px;
			}
		#content .featured .text {
			list-style-type: none;
		}
			#content .featured .text li {
				color: #ffffff;
				width: 200px; height: 283px;
				padding: 10px;
				position: absolute;
				top: 0; right: -251px;
				z-index: 100;
			}
			#content .featured .text li.first {
				right: -1px;
			}
			#content .featured .text li a {
				text-decoration: none;
			}
			#content .featured .text li h2 {
				font-size: 1.4em;
				font-weight: normal;
				margin-bottom: 8px;
			}
				#content .featured .text li h2 a {
					color: #ffffff;
				}
			#content .featured .text li p {
				line-height: 1.4em;
				margin-bottom: 8px;
			}
			#content .featured .text li .links {
				margin-bottom: 0;
				font-size: 0.8em;
				font-weight: bold;
				text-transform: uppercase;
				line-height: 2.2em;
			}
				#content .featured .text li .links a {
					outline: none;
				}
		#content .featured .next, #content .featured .prev {
			width: 51px; height: 48px;
			display: block;
			text-indent: -9999px;
			outline: none;
			position: absolute;
			z-index: 4;
		}
		#content .featured .next {
			background: url(../images/next.png) no-repeat 0 0;
			top: 140px; left: 310px;
		}
		#content .featured .prev {
			background: url(../images/previous.png) no-repeat 0 0;
			top: 140px; left: 25px;
		}
	/** end featured content **/

	/** begin category box **/
	#content .category {
		width: 200px;
		float: left;
	}
		#content .category .box {
			background-color: #ffffff;
			border: 1px solid #DCDCDC;
			padding: 7px;
			margin-top: 12px;
		}
		#content .category div.first { margin-top: 0; }
			#content .category .box h2 {
				background-repeat: repeat-x;
				background-position: 0 0;
				color: #ffffff;
				font-size: 0.9em;
				padding: 4px 5px 10px;
			}
			#content .category .box ul {
				list-style-type: none;
				padding-bottom: 4px;
			}
				#content .category .box ul li {
					font-size: 0.9em;
					line-height: 1.5em;
					clear: both;
					padding: 10px 3px 0;
				}
				#content .category .box ul li.first {
					padding-top: 0;
				}
				#content .category .box ul li a {
					font-weight: bold;
					text-decoration: none;
					margin-bottom: 5px;
					display: block;
				}
				#content .category .box ul li img.attachment {
					width: 50px;
					float: left;
					margin: 5px 5px 5px 0;
				}
			#content .category .box .search {
				width: 183px; height: 19px;
				background-repeat: no-repeat;
				background-position: center;
			}
				#content .category .box .search input {
					float: left;
					border: 0;
					font-size: 0.9em;
					font-family: Verdana;
					color: #6c6c6c;
					width: 142px;
					margin: 3px 4px;
					background-color: transparent;
				}
				#content .category .box .search button {
					float: right;
					border: 0;
					text-indent: -9999px;
					width: 30px; height: 19px;
					background-color: transparent;
				}
				#content .category .box p.note {
					padding: 5px 0 2px;
					font-size: 0.9em;
				}
	/** begin category box **/
				
	/** begin post/content box **/
	#content .cbox {
		width: 383px;
		float: right;
		/*background-color: #ffffff;
		border: 1px solid #DCDCDC;*/
		padding: 7px;
	}
		#content .cbox h2 {
			background:transparent url(../images/comments-icon.gif) no-repeat scroll left top;
			/*background-repeat: repeat-x;*/
			background-position: 0 0;
			color: #ffffff;
			/*font-size: 0.9em;*/
			/*padding: 4px 5px 10px;*/
			margin:0 0 5px 4px;
            padding:4px 0 0 45px;
			clear:both;
            font-size:16px;
            height:31px;
		}
		#content .cbox ul {
			list-style-type: none;
			padding: 5px;
		}
			#content .cbox ul li {
				line-height: 1.5em;
				clear: both;
				padding-top: 10px;
			}
			#content .arc ul li {
				padding: 10px 5px;
				border-top: 1px solid #e0e0e0;
			}
			#content .cbox ul li.first {
				border-top: 0;
				padding-top: 0;
			}
			#content .cbox ul li a {
				font-weight: bold;
			}
			#content .arc ul li p {
				padding-top: 3px;
				height: 90px;
			}
			#content .cbox ul li img.attachment {
				width: 100px;
				float: left;
				margin: 5px 10px 5px 0;
			}
	/** end post/content box **/
			
	/** begin post navigation **/
	#content .postnav {
		clear: both;
		height: 15px;
		padding: 10px 5px 5px;
		font-size: 0.9em;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
		}
		#content .postnav .l {
			float: left;
		}
		#content .postnav .r {
			float: right;
		}
	/** end post navigation **/
		
	/** BEGIN single and archive box **/
	
	#content .span {
		width: 597px;
		margin-bottom: 11px;
	}
		#content .span .content {
			padding: 0 5px;
		}
		#content .span .content h2 {
			font-size: 1.8em;
			font-family: Arial;
			font-weight: normal;
			background: none;
			padding: 0;
			margin: 5px 0 10px;
			color: #363636;
		}
		#content .span .content p {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#content .span .content ul, #content .span .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .span .content ul {
			list-style-type: square;
		}
		#content .span .content li {
			line-height: 1.6em;
			padding: 2px 0;
		}
		
		/** begin headers **/
		#content .span .content h3, #content .span .content h4, #content .span .content h5, #content .span .content h6 {
			margin: 15px 0 10px;
		}
		#content .span .content h3 { font-size: 1.3em; }
		#content .span .content h4 { font-size: 1.2em; }
		#content .span .content h5 { font-size: 1.1em; }
		#content .span .content h6 { font-size: 1.0em; }
		/** end headers **/
		
		/** begin blockquote **/
		#content .span .content blockquote {
			line-height: 1.6em;
			padding: 5px 10px 0 35px;
			margin-bottom: 10px;
			font-style: italic;
			background: url(../images/quote.gif) no-repeat 0 0;
		}
		/** end blockquote **/
		
		/** begin table **/
		#content .span table {
			margin-bottom: 20px;
		}
			#content .span table th {
				font-size: 0.9em;
				color: #ffffff;
				padding: 2px 4px;
				line-height: 1.6em;
			}
			#content .span table td {
				line-height: 1.6em;
				padding: 2px 4px;
			}
			#content .span table tr.odd td { background-color: #EEEEEE; }
			#content .span table tr.even td { background-color: #E5E5E5; }
			
		/** end table **/
		
		/** begin form **/
		#content .span form {
			margin-bottom: 10px;
		}
		#content .span fieldset {
			border: 1px solid #DDDDDD;
			padding: 16px;
			margin-bottom: 20px;
		}
			#content .span form p {
				margin-bottom: 4px !important;
				
			}
			#content .span form input {
				margin-right: 5px;
			}
			#content .span form label {
				margin-right: 10px;
				color: #8B8B8B;
			}
			#content .span form input.text, #content .span form textarea {
				border: 1px solid #BEBDBD;
				font-size: 1em;
				font-family: Verdana;
				background-color: #F3F3F3;
				color: #808080;
				padding: 2px;
				max-width: 100%;
				margin-bottom: 10px;
			}
			#content .span form textarea {
				line-height: 1.6em;
				margin-bottom: 10px;
			}
			#content .span form button, #content .span form input.button {
				border: 1px solid #909090;
				background-color: #cccccc;
				font-size: 0.9em;
				font-family: Verdana;
				padding: 5px;
			}
		/** end #content .span form **/
		
		/** begin post details **/
		#content .span .details {
			font-size: 0.8em;
			padding: 10px;
			/*background-color: #e6e6e6;*/
			border-width: 2px 0;
			/*border-style: solid;*/
			border-color: #d6d6d6;
			margin-bottom: 5px;
		}
			#content .span .details p {
				margin-bottom: 5px;
			}
			#content .span .details a {
				text-decoration: none;
			}
		/** end post details **/
		
	/** END single and archive box **/
		
	/** begin comments **/
	#content .comments {
		width: 597px;
		margin-bottom: 11px;
	}
		#content .comments .details {
			padding: 0;
			border: 0;
			float: left;
		}
		#content .comments .commenttext {
			clear: both;
		}
		#content .comments a {
			font-weight: normal !important;
		}
		#content .comments img.avatar {
			width: auto !important;
			float: right;
			height:84px;
			width:84px;
			/*margin-top:-13px;*/
		}
		#content .comments p {
			line-height: 1.6em;
			margin-bottom: 10px;
			width:82%;
		}
		#content .comments .author {
			font-weight: bold;
			font-size: 1.2em;
			margin-bottom: 5px;
			line-height: 1.2em;
		}
			#content .comments .author a {
				font-weight: bold !important;
				text-decoration: none;
			}
		#content .details .mod {
			font-size: 0.9em;
			font-style: normal;
			color: #009900;
			margin: 5px 0;
			font-weight: bold;
		}
		#content .comments .date {
			font-size: 0.9em;
			color: #606060;
			margin-bottom: 6px;
			line-height: 1.2em;
		}
			#content .comments .date a {
				text-decoration: none;
				text-transform: uppercase;
				font-size: 0.9em;
			}
		#content .comments .trackback {
			padding: 0 2px;
			margin: 0;
		}
		#content .comments .commentlist {
			padding: 5px;
			/*border: 1px solid #FFF;*/
		}
		#content .comments .navigation {
			padding: 0 6px !important;
			font-size: 0.9em;
		}
			#content .comments .navigation a {
				text-decoration: none;
				font-weight: bold !important;
				display: block;
				margin: 0 0 20px;
			}
		#content .comments .commentlist li {
			clear: both;
			/*padding: 0 5px 10px;
			margin-bottom: 10px;*/
			list-style:none;
			/*border-bottom: 1px solid #e6e6e6;*/
			padding:10px;
			border: 1px solid #FFF;
			margin-top:15px;
			background:#111111;
		}
		#content .comments .reply a {
			font-size: 0.8em;
			text-transform: uppercase;
			text-decoration: none;
		}
		#content .comments .commentlist li ul {
			padding: 0 !important;
			margin: 10px 0;
		}
			#content .comments .commentlist li ul li {
				border-left: 2px solid #e6e6e6;
				margin-left:10px;
				/*padding: 0 0 0 10px !important;
				border-bottom: 0;*/
			}
	/** end comments **/
	
	/** begin respond **/
	#respond {
		clear: both;
	}
		#respond h3 {
			padding: 5px 0px 10px;
			/*font-size: 1.3em;*/
			font-size:16px;
			padding-bottom:0px;
			margin-bottom:6px;
		}
		#respond small a {
			text-decoration: none;
			display: block;
			padding: 5px 10px;
		}
		.warn {
			padding: 10px 5px;
			font-size: 0.9em;
			font-style: italic;
		}
		#respond form {
			border-top:2px solid;
            margin-top:10px;
            padding:10px;
		}
			#respond form input, textarea {
				border: 1px solid #cccccc;
				font-size: 14px;
				font-family: Arial;
				padding: 4px 4px 4px 6px;
				background-position: 4px 4px;
				background-repeat: no-repeat;
			}
			#respond form input {
				width: 202px;
				border: 1px solid #cccccc;
				color: #fff;
				background-color:#1A1A1A;
			}
			#respond form textarea {
				background:#1A1A1A none repeat scroll 0 0;
				width: 567px;
				padding: 4px 4px !important;
				border: 1px solid #cccccc;
				color:#FFF;  padding:10px;
/*			   overflow-y:hidden;*/
			}
			#respond form button {
				/*border: 1px solid #909090;
				background-color: #cccccc;
				font-size: 0.9em;
				font-family: Verdana;
				width: 200px; height: 23px;*/
				background:#1A1A1A none repeat scroll 0 0;
                border:1px solid #DEDDDD;
                color:#FFFFFF;
                cursor:pointer;
                float:left;
                font-weight:bold;
                height:22px;
                margin:0 15px 0 0;
                overflow:hidden;
                padding:0 5px;
                width:189px;
			}
			#respond form #userfield {
				background-image: url(../images/user.gif);
				background:#1A1A1A none repeat scroll 0 0;
				border:1px solid #DEDDDD;
			}
			#respond form #emailfield {
				background-image: url(../images/email.gif);
				background:#1A1A1A none repeat scroll 0 0;
				border:1px solid #DEDDDD;
			}
			#respond form #urlfield {
				background-image: url(../images/world.gif);
				background:#1A1A1A none repeat scroll 0 0;
                border:1px solid #DEDDDD;
                color:#FFFFFF;
                float:left;
                height:22px;
                margin:0 15px 12px 0;
                padding:0 5px;
                width:202px;
			}
			#respond form p {
				margin-bottom: 5px;
				font-size: 0.9em;
				font-family: Verdana;
			}
			#respond form .required {
				color: #ff0000;
			}
	/** end respond **/
		
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 314px;
	float: right;
	padding-top: 0px;
	margin-bottom:13px;
}
	#sidebar .box {
		background-color: #ffffff;
		border: 1px solid #DCDCDC;
		padding: 7px;
		margin-top: 12px;
	}
		#sidebar .box h2 {
			background-repeat: repeat-x;
			background-position: 0 0;
			color: #ffffff;
			font-size: 0.9em;
			padding: 4px 5px 10px;
		}
		#sidebar .box ul {
			list-style-type: none;
			padding: 0 3px;
		}
			#sidebar .box ul li {
				line-height: 1.6em;
				padding: 2px 0;
				border-top: 1px dotted #DCDCDC;
			}
			#sidebar .box ul li a {
				color: #363636;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #ff0000;
			}
		#sidebar .box .popular {
			padding-bottom: 7px;
		}
			#sidebar .box .popular li {
				border-top: 0;
				font-size: 0.9em;
			}
			#sidebar .box .popular li a {
				text-decoration: underline;
				font-weight: bold;
			}
	#sidebar .ad {
		padding-bottom: 5px;
	}
		#sidebar .ad p {
			font-size: 0.8em;
			padding-top: 5px;
			text-align: right;
			line-height: 1em;
		}
	#sidebar .side {
		width: 153px;
	}
		#sidebar .side ul {
			padding: 0 !important;
		}
		#sidebar .side ul li {
			font-size: 0.9em;
		}
		#sidebar ul li ul {
			margin-left: 4px;
		}
		#sidebar ul li ul li {
			font-size: 1em !important;
		}
	#sidebar .l { float: left; }
	#sidebar .r { float: right; }
/** END sidebar **/

/** BEGIN footer **/
/*#footer {
	color: #ffffff;
	font-size: 0.9em;
	height: 30px;
}
	#footer p a {
		color: #ffffff;
	}
	#footer .copyright {
		float: left;
		padding: 8px;
	}
	#footer .links {
		padding: 8px 20px;
		float: right;
	}
	#footer .subscribe {
		display: block;
		float: right;
		background-image: url(../images/rss.gif);
		background-repeat: no-repeat;
		background-position: 12px 8px;
		padding: 9px 10px 8px 30px;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}*/
/** END footer **/

/** BEGIN widget styles **/

/** begin calendar **/
#calendar_wrap {
	
}
	#wp-calendar {
		width: 100%;
	}
		#wp-calendar caption {
			margin-bottom: 5px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#wp-calendar th {
			text-align: center;
			font-size: 0.9em;
			color: #ffffff;
			background-color: #c0c0c0;
		}
		#wp-calendar td {
			text-align: center;
			padding: 2px;
			font-size: 0.9em;
		}
			#wp-calendar td a {
				font-weight: bold;
				text-decoration: none;
			}
		#prev {
			padding: 15px 5px 0 !important;
			text-align: left !important;
			text-transform: uppercase;
		}
		#next {
			padding: 15px 0 0 !important;
			text-align: right !important;
			text-transform: uppercase;
			font-size: 0.8em;
		}
			#prev a, #next a {
				display: block;
				width: 45px; height: 13px;
				color: #ffffff;
				background-color: #c0c0c0;
				text-align: center;
				font-size: 0.8em !important;
			}
			#prev a:hover, #next a:hover {
				background-color: #303030;
			}
			#prev a { float: left; }
			#next a { float: right; }
/** end calendar **/

/** begin search form **/
#searchform {
	
}
	#searchform input {
		width: 236px;
		font-family: Verdana;
		/*font-size: 0.9em;*/
		padding: 1px 2px;
	}
	#searchsubmit {
		width: auto !important;
		padding: 0 !important;
	}
/** end search form **/

/** END widget styles **/
.commet{
	width:90%;
}

.sidebar1 ul li h2 {
	color:#000;
}

.menubar2-main ul li{
	display:inline;
}

.menubar2-main ul li a{
	float:left; 
height:auto; 
color:#fff; 
text-decoration:none; 
font-weight:bold; 
cursor:pointer;
height:auto;
padding:2px 24px 0 0;
	/*text-decoration:none;*/
	display:inline;
}


#content .span .content a{
	text-decoration:none;
	color:#FFF;
}

.comm a{
	color:#F00;
}

.cont_box ul li{
     margin-top:25px;
}

.recent-posts ul a img{
	margin-left:5px;
	margin-right:10px;
}

    #slider {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    }

    .sliderImage span {
    position: absolute;
    width: 150px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    }
	
/*-------------------------------------------------------------------------------------------*/



#navbar {
	background:transparent url(../images/menu-bar-bg.gif) no-repeat scroll left top;
    clear:both;
    font-size:12px;
   
    height:20px;
    margin:0 0 11px 25px;
    overflow:hidden;
    padding:0 0 0 6px;
    text-transform:uppercase;
    width:904px;
	}
	
#navbar #nav li li a{
	font-weight:normal;
}

#navbar #nav li li a:hover{
	font-weight:bold;
}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	}
	
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {

	color:#FFF;
	display: block;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	/*text-transform: lowercase;*/
    margin: 0px;
	padding: 9px 15px 8px 15px;
	_padding: 1px 15px 8px 0px;
    _text-decoration:none;
	
	}
html>body #nav li a, #nav li a:link, #nav li a:visited {

	color:#FFF;
	display: block;
	font-size: 12px;
	font-family:Arial,Helvetica,sans-serif;
	
	text-transform:uppercase;
    margin: 0px;
	padding: 1px 15px 8px 0px;
	margin-top:0px;
	text-decoration:none;
/*	height:15px;*/
	}
#nav li a:hover, #nav li a:active {
	/*background:#3a54a2;*/
	color:red;
	/*height:15px;*/
	margin: 0px;
	padding: 1px 15px 8px 0px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333;
	width: 150px;
	color:#FFF;
	filter:alpha(opacity=80);
    opacity:0.8;
	font-size: 12px;
	font-family: Tahoma;
	
	/*text-transform: lowercase;*/
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom:1px solid #ccc;
	/*border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	}

#nav li li a{
	font-weight:normal;
}

#nav li li a:hover{
	font-weight:bold;
}


#nav li{
	padding-bottom:4px;
}

#nav li li a:hover, #nav li li a:active {
	background:#333;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}

#nav li {
	float: left;
	padding: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: -4px;
	padding: 0;
	border:1px solid #ccc;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	font-weight:normal;
	/*border-bottom:1px solid #CCC;*/
	}

#nav li ul a:hover, #nav li ul a:active { 

	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

#menubar2{
	padding-top:7px;
}

#menubar2 #nav li a{
	color:#A8A7A3;
}

#menubar2 #nav li li a{
	color:#fff;
    border-bottom:none;
	font-weight:normal;
	
}

#menubar2 #nav li li{
	color:#fff;
    border-bottom:1px solid #666;
	
}

#menubar2 #nav li li a:hover{
	color:#fff;
	font-weight:bold;
}


#menubar2 #nav li a:hover{
	color:red;
}