html {
	background: #131313 url(images/body_bg.jpg) left top repeat-x;
	padding: 0;
	margin: 0;
    font-size:.72em;
	font-family:tahoma, arial;
	color:#282828;
}


body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	color:#282828;
}


/*--------------------------------------------------
Logo
  --------------------------------------------------*/

.head-logo {
display:table;
}

.logo {
float: left;
height:81px;
display:block;
margin:46px 0 27px 5px;
padding:0;
}


/*--------------------------------------------------
Navigation
  --------------------------------------------------*/



#navigation  {
	height:30px;
	position: relative;
	z-index: 100;
	margin: 0px 0px 0 8px;
}
	
	
#jsddm, #jsddm ul {	
	padding: 0;
	margin: 0;
	list-style: none; 
	position:aboslute;
	z-index:100;
}

#jsddm li {	
	float: left;
	list-style: none;
	font: 11px Arial;
	text-transform: uppercase;
	letter-spacing: .5px;
	height:30px;
	margin:0;
	padding:0;
	}
		
#jsddm li a {
	height:21px;
	margin:0;
	display: block;
	padding: 9px 25px 0px 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight:normal;
	font-family:arial,cambria, lucida sans unicode, verdana;
	font-size:11px;
	letter-spacing: .5px;
	background: url(images/menu_pages1.jpg) right top no-repeat;
}
	
#jsddm li a:hover {	
	background: #f29420 url(images/menu_pages1.jpg) right top no-repeat;
	color: #fff;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			text-align:left;
			}
		
		#jsddm li ul li a
		{	width: auto;
			background: #282828;
			display:block;
			}
		
		#jsddm li ul li a:hover
		{	background: #f29420;
		color: #fff;
		}
	
	
#navigation2  {
	height:37px;
	width:960px;
	position: relative;
	z-index: 2;
	margin: 0px 0px 0 0px;
}

#jsddm2 {
	margin: 0;
	padding: 0 0 0 15px;
	}
	
#jsddm2 li {	
	float: left;
	list-style: none;
	font: 11px Arial;
	text-transform: uppercase;
	letter-spacing: .5px;
	}
		
#jsddm2 li a {	
	height:22px;
	display: block;
	background: #f29420;
	padding: 11px 19px 0px 21px;
	text-decoration: none;
	color: #282828;
	text-transform: uppercase;
	background: url(images/menu_pages2.jpg) right top no-repeat;
	}
	
#jsddm2 li a:hover {	
	color: #0f6186;
	}
		
		#jsddm2 li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index: 2;
			}
		
		#jsddm2 li ul li
		{	float: none;
			display: inline;
			text-align:left;
			}
		
		#jsddm2 li ul li a
		{	width: auto;
			background: #181818;
			color:#eee;
			}
		
		#jsddm2 li ul li a:hover
		{	background: #282828;
		color: #fff;
		}



/*--------------------------------------------------
Featured Posts/Slider
  --------------------------------------------------*/

.recent_gallery_bottom {
width:100%;
height:16px;
margin:0px 0 0px 0;
padding:0;
background: url(images/body_bottom.jpg) top left no-repeat;
}

.recent_gallery_bottom2 {
width:100%;
height:16px;
margin:0px 0 10px 0;
padding:0;
background: url(images/body_bottom.jpg) top left repeat;
}

.recent_gallery_bottom3 {
width:100%;
height:1px;
margin:-30px 0 0px 0;
padding:0;
}

.recent_gallery {
margin:24px 0 	0px 35px;
padding:0;
text-align:center;
float: left;
overflow:hidden;
}

.recent_gallery ul {
margin:0;
padding:0;
list-style: none;
text-align:left;
float: left;
overflow:hidden;
}

.recent_gallery ul li {
padding:0 0 0 0;
margin:0px 26px 20px 0;
float: left;
}

.recent_gallery ul li h2 {
   position: absolute;
   top: 0px;
   left: 0;
   width: 100%;
      color: white;
   font: bold 0.9em lucida sans unicode, Helvetica, Sans-Serif;
   letter-spacing: -0px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.5);
   padding: 1px 4px 1px 4px;
}

.recent_gallery ul li h2 span {
   color: white;
   font: bold 0.6em lucida sans unicode, Helvetica, Sans-Serif;
   letter-spacing: -0px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 1px 4px 1px 4px;
}

.recent_gallery ul li h2 span.spacer {
   padding:0 47px;
   background:transparent;
}

.recent_gallery ul li img {
padding:0px;
margin:0;
float: left;
background:#e6e6e6;
}

			
			
			.boxgrid{ 
				width:203px;
height:240px;
				margin:0px; 
				float:left; 
				background:#e6e6e6; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 0px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
					text-align:left;
				}
				
				
					.boxcaption{ 
			color:#000;
			font-family:georgia, "lucida sans unicode";
			font-weight:bold;
			font-size:1.0em;
			letter-spacing:.9px;
			margin:0;
			float:left;
			width:175px;
 			}
 			
 					.details { 
			margin:0px 0px 0px 0px;
			padding:5px 10px 8px 8px;
			text-align:left;
			opacity: .6; 
			background:#fff;
 			}
 			
 					.details p { 
			color:#000;
			font-family:georgia, "lucida sans unicode";
			font-weight:normal;
			font-size:1.2em;
			letter-spacing:0px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
 			}

			.details a { 
			color:#000;
			font-weight:bold;
			font-style:italic;
 			}
 			
 			.details a:hover { 
			color:#f29420;
 			}

					.boxcaption h3{ 
			color:#fff;
			font-family:arial, "lucida sans unicode";
			font-weight:bold;
			font-size:1.3em;
			text-transform:uppercase;
			margin:0 0px 0 0px;
			padding:5px 5px 5px 9px;
			float:left;
			background:#000;
			opacity:0.8;
			text-align:left;
			width: 190px;
			line-height:19px;
 			}
 			
 						.boxcaption h3 a{ 
			color:#fff;
 			}
 			
 						.boxcaption h3 a:hover{ 
			color:#1c6a8c;
 			}
				
			.boxcaption{ 
				float: left; 
				position: absolute;
				
				width: 212px; 
				text-align:left;
 			}
 				.captionfull .boxcaption {
 					bottom: -0px;
 					left: 0px;
 				}
 				.caption .boxcaption {
 					bottom: -0px;
 					left: 0px;
 				}
 				
 				
 				
 				
/*--------------------------------------------------
Subscription Section
  --------------------------------------------------*/			

#search {
width: 301px;
height:32px;
background:url(images/search_bg.jpg) no-repeat top left;
color:#555;
padding:2px 0px 0px 10px;
margin:80px 23px 0px 0px;
float:right;
text-align:left;
}

#search input {
background:transparent;
font-size:14px;
color:#999;
font-family: arial, lucida sans unicode, Tahoma, arial, verdana, courier;
width:269px;
height:21px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border: 0px solid #481f03;
font-style:italic;
text-align:left;
}

#search .input {
width:20px;
height:20px;
border:none;
vertical-align:middle;
margin:0;
border: 0px solid #8c8c8c;
}

.follow {
float: left;
width:80px;
height:42px;
padding:8px 0 0 0px;
margin:0 0 0 0px;
}

.follow p{
color:#fff;
font-family:arial;
font-size:15px;
}

.follow a{
color:#fff;
font-family:arial;
font-size:15px;
font-style:italic;
text-decoration:underline;
}



/*--------------------------------------------------
Latest Content from the top 3 cats
  --------------------------------------------------*/
  
.cat_box1 {
width: 554px;
margin:0px 0px 20px 34px;
padding:0px;
text-align:left;
border-bottom: 1px solid #bbb;
}

.cat_box3 {
width: 574px;
margin:0px 0px 20px 27px;
padding:5px;
background: #fff;
text-align:left;
}


.cat_img {
padding:0px 0px 0px 0px;
margin:4px 0px 20px 0;
color:#000;
float:left;
overflow:hidden;
position: relative;
}

.cat_img h2 {
position: absolute;
bottom: -12px;
left: 0;
color:#fff;
font: bold 13px arial, Sans-Serif;
width:171px;
background:#000;
text-align:center;
opacity:.7;
padding:3px 5px 4px 5px;
text-transform:uppercase;
letter-spacing:.5px;
}

.cat_img h2 a{
   color:#fff;
}

.cat_img h2 a:hover{
   color:#f29420;
}

.cat_img img {
padding:0;
margin:0 14px 0px 0;
color:#000;
float:left;
width:180px;
height:212px;
}

.cat_box2 {
padding:0;
margin:0;
color:#000;
float:left;
overflow:hidden;
}

.cat_left {
padding:0px 0px 0px 0px;
color:#000;
margin:0;
}

.cat_left p {
font-family: arial, lucida grande, lucida sans unicode, helvetica;
padding:0px 0px 20px 0px;
color:#000;
font-size:14px;
color:#1d150c;
line-height:22px;
letter-spacing: .3px;
}

.cat_left img {
padding:0px;
margin:0px 14px 0px 0px;
float:left;
}

img.pleft {
padding:0px;
margin:0px 10px 4px 0px;
float:left;
}

.cat_left a{
font-weight:normal;
color:#1c6a8c;
border:0;
}

.cat_left a:hover{
color: #000;
}

.cat_left h1 {
font-size:25px;
font-family: geneva, arial, lucida sans unicode;
color:#000;
padding: 0px 0px 0px 0px;
margin:0 0 0px 0;
font-weight:bold;
line-height:29px;
}

.cat_left h1 a{
color:#000;
font-weight:bold;
border-bottom: 0px dotted #ccc;
}

.cat_left h1 a:hover{
color:#f29420;
text-decoration:none;
}

.cat_left h2 {
font-size:30px;
font-family: arial, lucida sans unicode;
color:#000;
padding: 0px 0px 0px 0px;
margin:0 0 4px 0;
font-weight:bold;
line-height:32px;
}

.cat_left h2 a{
color:#000;
font-weight:bold;
border-bottom: 0px dotted #ccc;
}

.cat_left h2 a:hover{
color:#1c6a8c;
text-decoration:none;
}

.cat_left h3 {
font-size:21px;
font-family: arial, lucida sans unicode;
color:#000;
padding: 10px 0px 10px 0px;
margin:0;
font-weight:bold;
line-height:21px;
}

.cat_left h3 a{
color:#000;
font-weight:bold;
border-bottom: 0px dotted #ccc;
}

.cat_left h3 a:hover{
color:#1c6a8c;
text-decoration:none;
}

.cat_left h4 {
font-size:18px;
font-family: arial, lucida sans unicode;
color:#000;
padding: 5px 0px 5px 0px;
margin:0;
font-weight:bold;
line-height:21px;
}

.cat_left h4 a{
color:#000;
font-weight:bold;
border-bottom: 0px dotted #ccc;
}

.cat_left h4 a:hover{
color:#1c6a8c;
text-decoration:none;
}

.cat_left h5 {
font-size:16px;
font-family: arial, lucida sans unicode;
color:#000;
padding: 5px 0px 5px 0px;
margin:0;
font-weight:bold;
line-height:21px;
}

.cat_left h5 a{
color:#000;
font-weight:bold;
border-bottom: 0px dotted #ccc;
}

.cat_left h5 a:hover{
color:#1c6a8c;
text-decoration:none;
}

.cat_left ul {
margin:0;
padding:5px 0 20px 16px;
}

.cat_left ul li ul {
margin:0;
padding:15px 0 15px 16px;
}

.cat_left ul li {
list-style:none;
font-size:14px;
color:#000;
margin:0;
padding:0px 0px 9px 16px;
width:90%;
background: url(images/archive-li.png) left top no-repeat;
font-weight:normal;
line-height:22px;
letter-spacing: .3px;
}

.cat_left ul li a {
text-decoration:none;
color:#1c6a8c;
font-weight:normal;
}

.cat_left ul li a:hover {
color:#000;
text-decoration:none;
}

.cat_left ol {
margin:0;
padding:5px 0 20px 36px;
}

.cat_left ol li ol {
margin:0;
padding:15px 0 15px 36px;
}

.cat_left ol li {
list-style: decimal;
font-size:14px;
color:#000;
margin:0;
padding:0px 0px 8px 0px;
width:90%;
font-weight:normal;
line-height:22px;
letter-spacing: .3px;
}

.cat_left ol li a {
text-decoration:none;
color:#1c6a8c;
font-weight:normal;
}

.cat_left ol li a:hover {
color:#000;
text-decoration:none;
}

.cat_category {
padding-left:18px;
margin:4px 0 15px 0;
color: #555;
font-family: arial, lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 14px;
background: url(images/post-bullet.jpg) left top no-repeat;
}

.cat_category a {
color: #1c6a8c;
font-weight:normal;
border:0;
}

.cat_category a:hover {
color: #000;
text-decoration:none;
}

.cat_category2 {
padding-left:0px;
margin:-1px 0 20px 0;
color: #555;
font-family: arial, lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 13px;
}

.cat_category2 a {
color: #666;
font-weight:normal;
border-bottom: 0px dotted #ccc;
}

.cat_category2 a:hover {
color: #f29420;
text-decoration:none;
}

.category_box {
padding:0 0 2px 0;
margin:0px 0 7px 0;
color: #f1edd7;
font-family: lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 12px;
border-bottom:4px solid #282828;
}

.category_box a{
padding:4px 0px;
margin:1px 0 0px 0;
color:#282828;
font-family: arial, lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 13px;
border-bottom: 0px dotted #ccc;
}

.category_box a:hover {
color:#f29420;
}

.date_box {
padding:2px 8px 2px 8px;
margin:0px 0 0px 0;
color: #f29420;
font-family: lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 11px;
background:#282828;
float:right;
text-transform:uppercase;
}

.category_box3 {
padding:0 0 2px 0;
margin:0px 0 7px 0;
color: #f1edd7;
font-family: lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 11px;
border-bottom:4px solid #282828;
text-transform:uppercase;
}

.category_box3 a{
padding:4px 0px;
margin:1px 0 0px 0;
color:#282828;
font-family: arial, lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 10px;
text-transform:uppercase;
border-bottom: 0px dotted #ccc;
}

.category_box3 a:hover {
color:#f29420;
}

.date_box {
padding:2px 8px 2px 8px;
margin:0px 0 0px 0;
color: #f29420;
font-family: lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 11px;
background:#282828;
float:right;
text-transform:uppercase;
}

.date_box a{
padding:4px 0px;
margin:1px 0 0px 0;
color:#fff;
font-family: arial, lucida grande, lucida sans unicode;
font-weight:normal;
font-size: 13px;
border-bottom: 0px dotted #ccc;
}

.date_box a:hover {
color:#f29420;
}


.cat-more {
font-size:11px;
font-weight: bold;
text-decoration:none;
color:#fff;
text-transform:uppercase;
margin:-1px 0px 0 0px;
padding:5px 10px 5px 31px;
background: #282828 url(images/read-more.jpg) left top no-repeat;
text-align:left;
float:right;
}

.cat-more a {
color:#fff;
text-transform:uppercase;
border-bottom: 0px dotted #ccc;
font-weight:bold;
}

.cat-more a:hover {
color:#f29420;
text-transform:uppercase;
}


.cat-comments {
font-size:11px;
font-weight: bold;
text-decoration:none;
color:#fff;
text-transform:uppercase;
margin:-1px 0px 0 0px;
padding:5px 10px 5px 11px;
background: #282828;
text-align:left;
float:right;
}

.cat-comments a {
color:#fff;
text-transform:uppercase;
}

.cat-comments a:hover {
color:#f29420;
text-transform:uppercase;
}

.note {
font-family: arial, lucida grande, lucida sans unicode, helvetica;
padding:10px 10px 10px 15px;
color:#000;
font-size:13px;
color:#1d150c;
line-height:21px;
margin:15px;
background: #f1edd7;
}

.notfound {
padding:0;
margin:0 0 0 40px;
}



/*--------------------------------------------------
  Home/Archive Navigation
  --------------------------------------------------*/
  
.pagenavi {
text-align:left;
padding:0;
margin:0 0 8px 31px;
}

.home-pagenavi {
text-align:left;
padding:0px 0px 0px 0px;
font-family:arial;
margin:0 0 0px 0;
float:left;
}

.home-pagenavi p{
font-size:14px;
color:#fff;
margin:0px 3px 10px 3px;
padding:5px;
float:left;
background:#131313;
font-weight:bold;
}

.home-pagenavi p a {
color:#fff;
}

.home-pagenavi ul {
margin:0;
padding:12px 0 12px 6px;
}

.home-pagenavi li {
list-style:none;
font-size:14px;
color:#fff;
margin:0px 3px 10px 3px;
padding:5px;
float:left;
background:#131313;
}

.home-pagenavi li a {
text-decoration:none;
color:#fff;
}

.home-pagenavi li a:hover {
color:#fff;
text-decoration:none;
}


/*--------------------------------------------------
  Tabber Section in the Sidebar
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
width:300px;
height:23px;
margin:0;
padding: 2px 0px 3px 10px;
background:transparent;
font: 12px Verdana, sans-serif;
text-align:left;
}

ul.tabbernav li
{
list-style: none;
margin-left:0px;
margin-top:0px;
float:left;
}

ul.tabbernav li a
{
width:140px;
height:20px;
padding:6px 0px 0px 0px;
display:block;
color:#282828;
margin-right:0px;
font-weight:bold;
font-size:1.1em;
text-align:center;
text-transform:uppercase;
background:#f29420;
font-family:arial;
margin:0px 0px 0px 0px;
}

ul.tabbernav li a:hover
{
 color: #444;
}

ul.tabbernav li.tabberactive a
{ 
width:140px;
height:20px;
text-align:center;
font-weight: bold;
text-transform:uppercase;
color: #fff;
background:#282828;
padding:6px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */


 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:300px; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.tabber_style_top {
width:300px;
height:32px;
padding:7px 0px 0px 18px;
display:block;
color:#fff;
margin-right:0px;
font-weight:bold;
font-size:15px;
text-align:left;
text-transform:uppercase;
background: url(images/side-bg.jpg) left top no-repeat;
font-family:arial;
margin:0px 0px 0px 0px;
}

.tabber_style_top a {
color: #fff;
}

.tabber_style_top a:hover {
color: #f29420;
}

.tabber_style h3 {
width:140px;
height:20px;
padding:6px 0px 0px 0px;
display:block;
color:#282828;
margin-right:0px;
font-weight:bold;
font-size:1.1em;
text-align:center;
text-transform:uppercase;
background:#f29420;
font-family:arial;
margin:0px 0px 0px 0px;
}

.tabber_style {
width:300px;
text-align:left;
padding:0px 0px 0px 0px;
font-family:arial;
margin:0 0 20px 0;
color:#fff;
}

.tabber_style img {
padding:0px 0px 0px 0px;
font-family:arial;
margin:8px 0 25px 10px;
color:#fff;
border:0;
float:left;
}

.tabber_style p {
text-align:left;
padding:15px;
font-family:arial;
margin:0;
font-size:11px;
color:#fff;
line-height:15px;
}

.tabber_style p a {
color:#ccc;
}

.tabber_style p a:hover {
color:#f29420;
}


.tabber_style ul {
margin:0;
padding:3px 0 5px 0px;
}

.tabber_style li {
list-style:none;
font-size:14px;
color:#f29420;
margin:0;
padding:0px 0px 10px 16px;
width:90%;
border-bottom: 1px solid #ddd;
margin:0 0 10px 0;
}

.tabber_style ul li a {
text-decoration:none;
color:#181818;
}

.tabber_style li a:hover {
color:#f29420;
text-decoration:none;
}

.side-ad {
margin:0 0 30px 0;
padding:0;
}


/*--------------------------------------------------
General & Layout
  --------------------------------------------------*/

.normal {
font-size:1.01em;
}

.big {
font-size:1.31em;
}

.small {
font-size:0.91em;
}

#respond {
color:#464646;
font-size:1.01em;
text-transform:uppercase;
margin:0;
padding:0;
}

#title {
color:#23385a;
text-decoration:none;
background:url(images/title_bg.jpg) right no-repeat;
height:151px;
}

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

a {
text-decoration:none;
color:fff;
border:0;
border: 0;
}

img {
border:0;
}

blockquote {
	margin: 15px 15px 15px 5px;
 	padding: 6px 10px 0px 40px;  	
  	background: url(images/blockquote.gif) left top no-repeat;
	}


/*--------------------------------------------------
Layout
  --------------------------------------------------*/

.border {
width:960px;
margin:0;
padding:0;
}

.main_div {
height:100%;
margin:0;
padding:0;
background:url(images/main_bg.jpg) repeat-y right top ;
}

.main_div2 {
height:100%;
margin:0;
padding:0;
background:url(images/main_bg.jpg) repeat-y right top ;
}

.main_div3 {
height:100%;
margin:0;
padding:0;
background:url(images/main_bg.jpg) repeat-y right top ;
}


#wrap{
width:100%;
margin:0;
background:url(images/bg1.jpg) no-repeat right top ;
}

.top1 {
width:960px;
height:247px;
display:table;
background:url(images/top1.jpg) no-repeat left top;
margin:0;
padding:0;
}

.top2 {
width:960px;
height:267px;
display:table;
background:url(images/top2.jpg) no-repeat left top;
margin:0;
padding:0;
}

.main_table {
width:960px;
display:table;
background:url(images/main_bg.jpg) repeat-y right top ;
margin-top:4px;
padding:0;
}

.main_table_row {
width:960px;
height:100%;
display:table-row;
}


.left_1 {
width:0px;
height:100%;
vertical-align:top;
display:table-cell;
text-align:left;
}

.right_1 {
width:0px;
height:100%;
vertical-align:top;
display:table-cell;
text-align:left;
}

.main_left {
vertical-align:top;
text-align:left;
margin:5px 0 0 -3px;
padding-left:0px;
}


.left_2 {
width:1px;
height:100%;
vertical-align:top;
display:table-cell;
text-align:left;
}

.main_cent {
width:632px;
height:100%;
vertical-align:top;
display:table-cell;
text-align:left;
margin:8px 0 0 0;
padding:0;
}

.co_name_bg {
width:617px;
height:0px;
margin:0;
padding:0;
}

.co_name {
vertical-align:top;
text-align:left;
font-size:1.2em;
padding:0px 0px 0;
font-weight:700;
}

.co_name a {
font-family:Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
color:#FAD976;
text-decoration:none;
font-size:0.85em;
}

.co_name a:hover {
color:#000;
text-decoration:none;
font-size:0.85em;
}

.head_bg {
vertical-align:top;

}

.table2 {
width:617px;
display:table;
margin:0;
padding:0;
}

.table_row2 {
width:617px;
display:table-row;
height:100%;
margin:0;
padding:0;
}

.left2 {
width:100%;
vertical-align:top;
display:table-cell;
text-align:left;
}

.right2 {
width:0px;
vertical-align:top;
display:table-cell;
text-align:left;
}


.table3 {
width:450px;
display:table;
}

.table_row3 {
width:450px;
display:table-row;
height:100%;
}

.left3 {
width:151px;
vertical-align:top;
display:table-cell;
text-align:left;
}

.cent3 {
width:131px;
vertical-align:top;
display:table-cell;
text-align:left;
}

.right3 {
width:168px;
vertical-align:top;
display:table-cell;
text-align:left;
}


/*--------------------------------------------------
Footer
  --------------------------------------------------*/

.footer {
background:url(images/foot_bg.jpg) top no-repeat;
vertical-align:top;
width:960px;
height:73px;
color:#000;
font-size: 12px;
margin-bottom:0px;
padding:0;
}

.footer_right {
float: right;
margin:0px 10px 0px 0px;
text-align:right;
}

.footer_left {
float: left;
margin:0px 0px 0px 35px;
text-align: left;
}

.footer_txt {
vertical-align:top;
font-weight:normal;
line-height:19px;
color:#666;
padding:0px 0px 0 0px;
margin-bottom:0px;
}

.footer_txt a {
color:#666;
font-weight:normal;
text-decoration:none;
}

.footer_txt a:hover {
text-decoration:underline;
}



/*--------------------------------------------------
Comments & Pingbacks
  --------------------------------------------------*/

.comment{
height:100%;
padding:0px 0px 0px 0px;
margin:0px 0px 0 34px;
width: 554px;
color:#282828;
}

.comment a {
color:#282828;
font-weight:700;
text-decoration:none;
}

.comment a:hover {
color:#f29420;
font-weight:700;
text-decoration:none;
}
	
#comnums  h3{
padding:10px 0px 10px 0;
margin:20px 0px 10px 0px;
font-size:23px;
font-family: arial, lucida sans unicode;
color:#000;
text-transform:capitalize;
font-weight:normal;
line-height:21px;
border-bottom: 3px solid #282828;
} 	
	
#respond{
height:100%;
padding:0px 0px 0 0;
margin:15px 0px 5px 0px;
color:#282828;
font-size:10px;
}	

#respond h3{
padding:5px 10px 10px 0px;
margin:15px 0px 6px 0;
font-size:23px;
font-family: arial, lucida sans unicode;
color:#000;
font-weight:normal;
line-height:21px;
border-bottom: 3px solid #282828;
text-transform:capitalize;
}

#commentform {
padding:0px 10px 10px 0px;
margin:10px 0px 0px 0px;
color:#282828;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.cancel-comment-reply{
font-family:Arial, Helvetica, sans-serif;
margin-left:10px;
padding:0px 0px;
}	

#commentform p {	
color:#777;
padding:4px 0px;
font-size:14px;
color:#282828;
}

#commentform input {
background:#eee;
border:1px solid #ccc;
color:#444;
padding:6px 0px 6px 10px;
margin-right:4px;
font-size:13px;
}

#commentform textarea {
background:#eee;
border:1px solid #ccc;
color:#444;
width:95%;
padding:5px 5px;
margin:0;
font-size:13px;
}

.comments input#submit {
padding:6px 10px 14px 10px;
background:#282828;
border:1px solid #333;
color:#fff;
font-family:arial,Century gothic, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
margin-top:0px;
height:28px;
font-weight:bold;
}

	
ol.commentlist { 
list-style:none; 
margin:0; 
padding:0; 
text-indent:0; 
}

.comment-body{
margin-left:80px;
padding:0px 10px 10px 10px; 
border:1px solid #ccc;
background:#eee;	
}	

ol.commentlist li { 
margin:20px 0 20px 0px; 
padding:5px 0px 5px 0px; 
position:relative;
}
 
ol.commentlist li div.comment-author { 
padding:0 10px 0 0; 
color:#C00808; 
}

ol.commentlist li div.vcard { 
font:10px arial, helvetica,arial,sans-serif; 
text-transform:uppercase;
color:#fff; 
position: absolute;
top:5px;
left:0px;
width:70px;
word-wrap: break-word;
padding:0px;
}

ol.commentlist li span.says  { 
display:none;
}

ol.commentlist li div.vcard cite.fn { 
font-style:normal;
position: absolute;
width:70px;
text-align:center;
background:#282828;
padding:2px 0px;
top:76px;
left:0px;
display:block;
}

a.url{
color:#fff;
text-decoration:none;
font-size:10px;
font-weight:normal;
word-wrap: break-word;
}

ol.commentlist li div.vcard cite.fn a:link { 
color:#fff;
}

ol.commentlist li div.vcard cite.fn a:hover { 
color:#f29420;
font-weight:normal;
}

ol.commentlist li div.vcard img.avatar { 
background: #eee;
border:1px solid #ccc; 
margin:0px; 
padding: 4px; 
}

ol.commentlist li div.comment-meta { 
margin:10px 5px 6px 5px;
overflow:auto;
padding:0 0 2px 0;
}

ol.commentlist li div.comment-meta a {
color:#777;
font-weight:normal;
}

ol.commentlist li div.comment-meta a:hover {
color:#282828;
}

ol.commentlist li.comment byuser comment-author-admin odd alt thread-odd thread-alt depth-1  { 
font:normal 22px Tahoma, helvetica,arial,sans-serif;
margin:0 0 1em;
line-height:22px;
color:#333;
}

ol.commentlist li p { 
font:normal 12px Tahoma, helvetica,arial,sans-serif;
margin:0 0 1em;
line-height:22px;
color:#333;
padding:5px 5px;
word-wrap: break-word;
}
 
ol.commentlist li ul { 
font:normal 12px/1.4 helvetica,arial,sans-serif; 
list-style:square; 
margin:0 0 1em;
padding:0; 
text-indent:0;
}
 
ol.commentlist li div.reply {  
font:10px Tahoma, helvetica,arial,sans-serif; 
text-transform:uppercase;
padding:0px 0px;  
text-align:right; 
margin:0px 0px 5px 0px;
} 

ol.commentlist li div.reply a { 
text-decoration:none; 
text-transform:uppercase; 
padding:3px 10px 3px 10px;
background:#131313 url(images/rmore.png) repeat-x;
border:1px solid #333;
color:#fff;
margin: 0 5px 0 0;
}

ol.commentlist li div.reply a:hover { 
text-decoration:none; 
text-transform:uppercase; 
padding:3px 10px 3px 10px;
background:#131313 url(images/rmore.png) repeat-x;
border:1px solid #333;
color:#f29420;
}

ol.commentlist li ul.children { 
list-style:none; 
margin:1em 0 0; 
text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
margin:0 0 0px 80px; 
width:474px;
}

ol.commentlist li ul.children li.depth-3 { 
margin:0 0 0px 80px; 
width:394px;
}

ol.commentlist li ul.children li.depth-4 {
margin:0 0 0px 80px; 
width:314px;
}
 
ol.commentlist li ul.children li.depth-5 {
margin:0 0 0px 80px; 
width:234px;
}

ol.commentlist li.even { 
}

ol.commentlist li.odd { 
}
  
ol.commentlist li.pingback div.vcard { 
padding:0 0px 0 0; 
color:#C00808; 
}

		
ol.pinglist { 
list-style:none; 
margin:0; 
padding:0; 
text-indent:0; 
}
	
	
ol.pinglist .comment-body{
padding:10px 10px; 
border:1px solid #ddd;
background:#F4F4F4;	
}


ol.pinglist li { 
margin:20px 0 20px 0px; 
padding:5px 0px 5px 0px; 
position:relative;
}
 
ol.pinglist li div.vcard { 
width:480px;
}

ol.pinglist li span.says  { 
display:none;
}

ol.pinglist li div.vcard cite.fn { 
font:bold 12px Tahoma, helvetica,arial,sans-serif;
line-height:18px;
color:#282828;
width:480px;
}

ol.pinglist li div.vcard cite.fn a { 
font:bold 12px Tahoma, helvetica,arial,sans-serif;
color:#282828;
width:480px;
}

ol.pinglist li div.comment-meta { 
padding:5px 0px;
font-size:12px;
font-weight:normal;
}

ol.pinglist li div.comment-meta a { 
font-size:12px;
font-weight:normal;
}

ol.pinglist li p { 
font:normal 12px Tahoma, helvetica,arial,sans-serif;
margin:0 0 1em;
line-height:18px;
color:#464646;
padding:5px 5px;
display:none;
}
 
ol.pinglist li ul { 
font:normal 12px/1.4 helvetica,arial,sans-serif; 
list-style:square; 
margin:0 0 1em;
padding:0; 
text-indent:0;
}
 
ol.pinglist li div.reply {  
display:none;
}

.comment-meta commentmetadata {
font-size:11px;
padding:0;
margin:0px 0 0 0;
background:#282828;
}

.comment-meta commentmetadata a {
font-size:11px;
padding:0;
margin:0px 0 0 0;
background:#282828;
}
 
.cnavigation {
padding:0px 0px 0px 0px;
margin:0px 0px 0 0px;
color:#282828;
font-weight:700;
font-size:13px;
}

.cnavigation a {
color:#282828;
font-weight:700;
text-decoration:none;
}

.cnavigation a:hover {
color:#f29420;
font-weight:700;
text-decoration:none;
}

.comments input#subscribe {
padding:0;
background:#282828;
border:1px solid #333;
color:#fff;
font-family:arial,Century gothic, Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:none;
margin:22px 0 0 0;
font-weight:bold;
width:25px;
}

.subscribe-to-comments, .subscribe-to-comments p {
font-size:12px;
font-family: arial, lucida sans unicode;
color:#000;
font-weight:normal;
margin:0;
padding:0;
}

.widecolumn-subscription-manager{
font-family: arial, lucida sans unicode;
color:#000;
text-transform:uppercase;
margin: 8px 0 20px 0;
font-weight:normal;
}

.widecolumn-subscription-manager p{
font-size:12px;
font-family: arial, lucida sans unicode;
color:#000;
text-transform:uppercase;
font-weight:normal;
}

.widecolumn-subscription-manager p h2, .widecolumn-subscription-manager h2{
font-size:23px;
font-family: arial, lucida sans unicode;
color:#000;
text-transform:capitalize;
font-weight:400;
padding:0 0 2px 0;
margin:0;
border-bottom: 3px solid #282828;
}

.widecolumn-subscription-manager input {
background:#fff;
border:2px solid #DEDCDD;
color:#444;
padding:5px 0 7px 10px;
margin-right:4px;
font-size:13px;
}

.widecolumn-subscription-manager input.submit {
background:#fff;
border:2px solid #282828;
color:#fff;
padding:5px 10px 5px 10px;
margin-right:4px;
font-size:12px;
background:#282828;
font-weight:bold;
text-transform:uppercase;
font-family:arial;
}

#commentluv, #commentluv a {
margin:20px 0 0 0;
padding:0;
font-size:11px;
font-weight:normal;
}

#commentluv img {
margin:0px;
padding:0;
}

#commentluv p {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
}

#commentluv input {
margin:0;
padding:0;
}

#commentluv input#doluv {
margin:0;
padding:0;
}

.cluv {
background:#282828;
border:0;
padding:0 0 1px 10px;
color:#fff;
margin:20px 0 0 0;
}

.cluv a {
border:0;
color:#f29420;
}

#comment_quicktags {
	text-align: left;
	margin-left: 0;
}

#comment_quicktags input.ed_button {
background: #282828;
color: #fff;
font-family: arial, "Times New Roman", Times, serif;
margin: 1px;
width: auto;
border:0;
padding:4px 10px 4px 10px;
}

.authcomment {
       background-color: #000;
}




/*--------------------------------------------------
Page Navigation
  --------------------------------------------------*/

.wp-pagenavi {
font-family : arial;
font-size:12px;
padding-left:16px;
padding-bottom:10px;
padding-top:1px;
margin-top:5px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
padding: 4px 8px 4px 8px; 
margin: 2px;
text-decoration: none;
color: #fff;
background: #131313;
border:0;
}

.wp-pagenavi a:visited {
margin: 2px;
text-decoration: none;
color: #fff;
background: #131313;	
border:0;
}

.wp-pagenavi a:hover {	
color: #fff;
background: #131313;
border:0;
}

.wp-pagenavi a:active {
padding: 4px 8px 4px 8px; 
margin: 2px;
text-decoration: none;
color: #fff;
background: #131313;
border:0;
}

.wp-pagenavi span.pages {
padding: 4px 8px 4px 8px; 
margin: 2px;
color: #fff;
background: #131313;
border:0;
}

.wp-pagenavi span.current {
padding: 4px 8px 4px 8px; 
margin: 2px;
font-weight:normal;
color: #fff;
background: #131313;
border:0;
}

.wp-pagenavi span.extend {
padding: 2px 6px 2px 6px; 
margin: 2px;
color: #fff;
background: #131313; 
border:0;
}