/*  
Theme Name: Rushawkins
Theme URI: 
Description: A Theme for Jeff
Version: 1.0
Author: Rushawkins
Author URI: 
*/
/* CSS Document */

body
	{
		background:url(images/bodybg.jpg) repeat-x top #fff;
		font-size:12px;
		font-family:verdana,Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
		color:#070707;
	}
.main
	{
		width:960px;
		margin:0px auto;
		padding:0px;
	}
.main_bottom{
	background:url(images/main_bottom2.jpg) repeat-x bottom;	
}

img
	{
		border:none;
	}
form ,ul,li,h1,h2,h3,h4,h5,h6,p
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:11px;}

a,a:visited{
	color:#116194;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
	cursor:pointer;
}

.story_content ol, .story ol li
	{
		list-style:decimal;
	}
.story_content ul, .story_content ul li
	{
		list-style:square;
	}
.story_content ol, .story_content ul
	{
		padding:5px 5px 15px 5px;
		margin-left:20px;
	}
.clear{
	clear:both;
}

blockquote {
    color: #0b477d;
    font-style: italic;	
	padding-right:10px; 
	padding-top:10px;
	padding-left:15px;
	border-left:4px solid #c3eef9;
	height:1%;
	}
blockquote p:before {
    content: '"';
	font-weight: bold;
	color:#0b477d; }
blockquote p:after {
    content: '"';
	font-weight: bold;
	color:#0b477d;
	}

	
/*********************************/

/***************** Header Style ***********************/
.header{
	height:414px;
	overflow:hidden;
}
.title{
	height:81px;
	overflow:hidden;
	background:url(images/logo.jpg) no-repeat 10px center;
	padding-left:100px;
}
.title img{
	margin:16px 0px 0px 0px;
}
.title h2{
	font-size:14px;
	color:#b3b1b1;
	font-weight:normal;
	text-transform:capitalize;
}
/******************************/

.headerLeft
{
	float:left;
	width:633px;
	height:294px;
	overflow:hidden;
}
.headerRight
{
	float:right;
	width:327px;
	height:294px;
	background:url(images/headerRight.jpg) no-repeat;
	overflow:hidden;
}
.headerRight h3{
	font-size:28px;
	font-weight:normal;
	color:#fff;
	margin-left:30px;
	margin-top:2px;
}
.headerRight p{
	padding:2px 10px;
	color:#fff;
	font-size:14px;
}

.headerRight .right_content{
	width:140px;
	height:150px;
	float:right;
	text-align:center;
}
.headerRight .right_content p{
	font-size:14px;
	color:#173363;
	margin-top:46px;
	margin-left:18px;
	
}
/*********************** Contact Form Style ************************/
.contactForm
	{
		padding-left:10px;
		padding-right:0px;
		padding-top:35px;
	}
.value
	{
		
		font-size:12px;
		padding-left:0px;
		padding-top:100px;
		padding-right:15px;
		color:#000000;
	}
.value ul
	{
		margin:0px;
		padding:0px;
		margin-left:-5px;
	}
.value li
	{
		list-style:none;
		padding-bottom:5px;
	}
.contactName
	{
		background:url(images/name_txt.jpg) no-repeat;
		width:165px;
		height:25px;
	}
.contactName input{
	border:none;
	background:none;
	padding:5px;
}
.contactbutton{
	padding-bottom:7px;
}
.ctext
	{
		background:none !important;
		border:none !important;
	}
.padTop
	{
		padding-top:5px;
	}
.padTop2
	{
		padding-top:2px;
	}

.ctext
	{
		padding:3px;
	}
.contact_form_p{
	font-size:12px;
	color:#fff;
	padding:20px;
}
/*******************************************/

/********************* Navigation Style *******************/
.nav_whole{
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	background:url(images/navRssBg.jpg) repeat-x;
	height:39px;
}
.nav{
	width:538px;
	float:left;
	overflow:hidden;
	padding-left:10px;
	padding-top:5px;
}
.nav ul,li
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
.nav li
	{
		float:left;
		display:inline;
		margin-right:2px;
	}
	
.nav a,.nav a:visited
	{
		text-decoration:none;
		font-size:14px;
		color:#fff;
		background:url(images/navLeft.jpg) no-repeat;
		float:left;	
		margin-top:2px;
		text-transform:uppercase;
	}
.nav li span, .nav li span
	{
	   	padding:8px 17px;	
		float:left;	
		background:url(images/navRight.jpg) no-repeat right top;	
		cursor:pointer;
	}
.nav a:hover, .current_page a, .current_page a:visited
	{
		color:#000;
		background:url(images/navLeftHover.jpg) no-repeat;
		text-decoration:none;
		
	}
.nav li  a:hover span, .current_page a span
	{
		background:url(images/navRightHover.jpg) no-repeat right top;
		
	}
/*********************************/

.rss{
	float:left;
}

/************************* Search Style  ******************************/

.search{
	width:280px;
	float:right;
	padding:5px 0px;
	margin:0px 10px;
}
.search_t{
	margin:0px;
	padding:0px;
	background:url(images/search_txt.gif) no-repeat left top;
	width:238px;
	height:29px;
	overflow:hidden;
	float:left;
}
.search_t input{
	margin:0px;
	padding:0px;
	padding:6px 5px;
	width:228px;
	border:none;
	background:none;
}
.search_btn{
	float:left;
}
/********************************/

/*------------------ Main Content style -------------------------*/
.main_content{
	background:url(images/main_content_bg.jpg) repeat-y;
}
.main_co_bottom{
	background:url(images/main_bottom.jpg) no-repeat left bottom;
	padding:10px;
	height:1%;
}
/******************************************/


/***----------------------- Inner content Style -------------------------------- **/
.main_left{
	width:600px;
	float:left;
}
.story{
	background:url(images/story_bg.jpg) repeat-y;
}
.story_top{
	background:url(images/story_top.jpg) no-repeat left top;
}
.story_bottom{
	background:url(images/story_bottom.jpg) no-repeat left bottom;
	padding:5px 13px;
}
.page_top{
	background:url(images/page_top.jpg) no-repeat left top;
}

.story_title{
	height:52px;
	overflow:hidden;
}
.page_title{
	height:52px;
	overflow:hidden;
}
.story_title h2{
	font-size:18px;
	font-weight:normal;
	color:#0d669d;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}
.page_title h2{
	font-size:18px;
	font-weight:normal;
	color:#0d669d;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0px;
}
.story_title h2 a,.story_title h2 a:visited{
	color:#0d669d;
	text-decoration:none;
}
.story_title h2 a:hover{
	color:#2d2d2d;
	text-decoration:none;
}
.story p.story_author{
	padding:5px 0px;
	font-size:11px;
	font-weight:bold;
	color:#2d2d2d;
}
.story .story_content{
	padding:10px 0px;
}
.story .story_content p{
	padding-bottom:10px;
	line-height:18px;
}
.story_content h1,.story_content h2,.story_content h3,.story_content h4,.story_content h5,.story_content h6{
	padding:10px 0px;
}
.s_comments{
	background:url(images/story_comments.jpg) no-repeat left top;
	margin-bottom:20px;
}
.story_tags,.story_comments{
	margin-top:10px;
	padding:14px;
}
.story_tags{	
	float:left;
}
.story_tags span{
	color:#116699;
	font-weight:bold;
	font-size:11px;
}
.story_tags a,.story_tags a:visited{
	font-size:13px;
	color:#2d2d2d;
	text-decoration:none;
}
.story_tags a:hover{
	text-decoration:underline;
}

.story_comments{
	float:right;
	color:#116699;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.story_comments a,.story_comments a:visited{
	color:#202020;
	text-decoration:none;
	padding:0px 6px 0px 14px;
}
.pagetitle,.error,.article{
	font-size:18px;
	font-weight:normal;
	color:#0d669d;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 10px 10px 10px;
}

.alignleft{
	padding:10px 0px;
	float:left;
}
.alignright{
	padding:10px 0px;
	float:right;
}
.alignleft a:hover,.alignright a:hover{
	text-decoration:underline;	
}


/*----------------------------- Sidebar Style ----------------------------------**/

.sidebar{
	width:323px;
	float:right;
}
.sidebar ul{
	list-style:none;
}
.sidebar li{
}
.sidebar_bg{
	background:url(images/sidebar_bg.jpg) repeat-y;
}

.sidebar_top{
	background:url(images/sidebar_top.jpg) no-repeat left top;
}
.sidebar_top2{
	background:url(images/sidebar_top2.jpg) no-repeat left top;	
}
.sidebar_bottom{
	background:url(images/sidebar_bottom.jpg) no-repeat left bottom;
	padding:9px 13px 13px 13px;
	margin-bottom:15px;
	height:1%;
}
.sidebar_bottom2{
	background:url(images/sidebar_bottom2.jpg) no-repeat left bottom;
	padding:13px 13px 20px 13px;
	height:1%;
}
.sidebar_title h3{
	font-size:12px;
	color:#fff;
	padding-bottom:25px;
}

.sidebar ul ul{
	padding-bottom:10px;
}
.sidebar li li{
	padding:5px 0px;
	display:block;
	margin:0px 5px;
	background:url(images/sidebar_border.jpg) repeat-x bottom;
}
.sidebar li a,.sidebar li a:visited{
	text-decoration:none;
	color:#116194;
	font-size:12px;
	padding-right:5px;
}
.sidebar li a:hover{
	text-decoration:underline;
}

.sidebar li li a,.sidebar li li a:visited{
	text-decoration:none;
	color:#116194;
	font-size:12px;
	padding-left:12px;
	background:url(images/sidebar_bullet.jpg) no-repeat left top;
}
.sidebar li li a:hover{
	text-decoration:underline;
}

.sidebar li img{
	background:#fff;
	padding:3px;
	border:1px solid #06649e;
	margin-right:4px;
}
.sidebar ul ul ul{
	padding-bottom:0px;
}
.sidebar li li li{
	background:none;
	padding-left:5px;
}
#recentcomments .recentcomments a,#recentcomments .recentcomments a:visited{
	background:none;
}


/**-------------------------------- Twitter Style ----------------------------------**/
.sidebar_title h3 a.twitterwidget, .sidebar_title h3 a.twitterwidget:visited{
	color:#fff;
	text-decoration:none;
}
.entry-content{
	padding:10px 0px;
	line-height:18px;
}
.first_li{
	background:url(images/sidebar_bg.jpg) repeat-y;
	height:1%;
}

.sidebar .first_li h3{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#055d95;
}
.sidebar .first_li img{
	float:left;
	margin:10px 15px 10px 0px;
}
.sidebar .first_li p{
	padding:5px 0px;
	font-size:12px;
	line-height:18px;
	color:#000;
}
.sidebar .first_li p span{	
	font-weight:bold;
	color:#055d95;
}
/********************************/

/******************** Sidebar Links ***********/
.sidebar_links{
	background:url(images/sidebar_links.jpg) no-repeat left top !important;
	padding:5px 10px;
	margin:0px;
	margin-bottom:10px;
	height:1%;
}
.sidebar_links ul{	
	margin:0px;
}
.sidebar_links li{
	float:left;
	background:none;
	padding:0px !important;
	margin:3px 10px;
	background:none !important;
}
.sidebar_links li a,.sidebar_links li a:visited{
	
	background:none !important;
}
.sidebar_links li a img{
	border:none;
	background:none;
	padding:0px;
}
/*****************************/

/*--------------------- Tabs Style -----------------------------------*/
 
.tabs_bg{
	background:url(images/sidebar_bg.jpg) repeat-y;

}
.tabs_top{
	background:url(images/tabs_bg.jpg) no-repeat left top;
}
.tabs_bottom{
	background:url(images/sidebar_bottom.jpg) no-repeat left bottom;
	margin-bottom:15px;
	/*padding:9px 0px;*/
	height:1%;
}

	
	    
DIV.container { margin: auto; width: 90%; /*margin-bottom: 10px;*/}
TEXTAREA { width: 80%;}
FIELDSET { border: 1px solid #ccc; padding: 1em; margin: 0; }
LEGEND { color: #ccc; font-size: 120%; }


  UL.tabNavigation {
		list-style: none;
		margin: 0;
		padding: 0px;

	}

	UL.tabNavigation LI {
		display: inline;
		margin:0px;
		padding:0px; 
		background:none;
		list-style:none;
		color:#000;
		border:0px;
		/*border:1px solid #000;
		/*float:left;*/
		
	}

	UL.tabNavigation LI A ,UL.tabNavigation LI A:visited{
		
		padding:9px 18px 15px 18px;
		display:block;
		float:left;
		font-size:12px;
		font-weight:bold;
		color:#000 !important;
		text-decoration: none;
		background:none;
		margin:0px !important;

	}

	UL.tabNavigation LI.tab_1 A:hover {
		
		color:#fff !important;
		background:url(images/ta_1.jpg) no-repeat left top;
		text-decoration:none;
	}	
	UL.tabNavigation LI.tab_1 A.selected{
		color:#fff !important;
		background:url(images/ta_1.jpg) no-repeat left top;
		text-decoration:none;
	}

	UL.tabNavigation LI.tab_2 A:hover {
		color:#fff !important;
		background:url(images/ta_2.jpg) no-repeat left top;
		text-decoration:none;
	}	
	UL.tabNavigation LI.tab_2 A.selected{
		color:#fff !important;
		text-decoration:none;
		background:url(images/ta_2.jpg) no-repeat left top;
	}
	
	UL.tabNavigation LI.tab_3 A:hover {
		color:#fff !important;
		background:url(images/ta_3.jpg) no-repeat right top;
		text-decoration:none;
	}	
	UL.tabNavigation LI.tab_3 A.selected{
		color:#fff !important;
		text-decoration:none;
		background:url(images/ta_3.jpg) no-repeat right top;
	}


	UL.tabNavigation LI A:focus {
			outline: 0;
	}
.tabs{
	
}

div.tabs > div {
	

}

div.tabs > div h2 {
		margin-top: 0;
}

#first {
	padding:10px;
}
#first ul,#second ul{
	margin:0px;
	padding:0px !important;
}
#first li{
	padding:5px 0px !important;
	display:block;
	margin:0px 5px;
	background:url(images/sidebar_border.jpg) repeat-x bottom;
}
#first li a,#first li a:visited{
	text-decoration:none;
	color:#116194;
	font-size:12px;
	padding-left:12px;
	background:url(images/sidebar_bullet.jpg) no-repeat left top;
}
#first li a:hover{
	text-decoration:underline;
}
#second {
	padding:10px;
}
#second li{
	padding:5px 0px !important;
	display:block;
	margin:0px 5px;
	background:url(images/sidebar_border.jpg) repeat-x bottom;
}
#second li a,#second li a:visited{
	text-decoration:none;
	color:#116194;
	font-size:12px;
	padding-left:12px;
	background:url(images/sidebar_bullet.jpg) no-repeat left top;
}
#second li a:hover{
	text-decoration:underline;
}
#third{
	padding:10px;
}
#third li{
	padding:5px 0px !important;
	display:block;
	margin:0px 5px;
	background:url(images/sidebar_border.jpg) repeat-x bottom;
}
#third li a,#third li a:visited{
	text-decoration:none;
	color:#116194;
	font-size:12px;
	padding-left:12px;
	background:url(images/sidebar_bullet.jpg) no-repeat left top;
}
#third li a:hover{
	text-decoration:underline;
}


.waste {
		min-height: 1000px;
}
   
/**********************************************/


/*****------------------------------- Footer Style -----------------------------********/

.footer{
	background:url(images/footer.jpg) no-repeat left top;
	padding:20px 20px 15px 20px;
	color:#fff;
	text-align:center;
}
.footer ul.footerlinks{
	list-style:none;
	margin:0px auto;
	float:left;
}
.footer ul.footerlinks li{
	float:left;
	padding:0px 10px;
	border-right:1px solid #fff;
}
.footer ul.footerlinks li a,.footer ul.footerlinks li a:visited{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 10px;
	display:block;
	float:left;
}
.footer ul.footerlinks li a:hover{
	text-decoration:underline;
}
.footer p{
	padding:10px 0px;
}
/*****************************/


/**-------------------------- Comments Style -------------------------------**/
#comments,#respond{
	padding:10px 0px;
}
.commentlist li{
	margin-bottom:20px;
	height:1%;
}
.comments_bg{
	background:url(images/comments_bg.jpg) repeat-y;
}
.comments_top{
	background:url(images/comments_top.jpg) no-repeat left top;
}
.comments_bottom{
	background:url(images/comments_bottom.jpg) no-repeat left bottom;
	padding:10px;
	
}
.comments_desc{
	width:98px;
	float:left;
	padding:5px;
}
.comments_desc img{
	background:#fff;
	padding:3px;
	border:1px solid #06649e;
}
.author_name{
	font-weight:bold;
	color:#023e73;
	padding:10px 0px;
}
.comments_desc span{
	font-size:10px;
}
.commentText{
	width:445px;
	float:left;
	background:url(images/co_txt_bg.jpg) repeat-y;
}
.comments_txt_top{
	background:url(images/co_txt_top.jpg) no-repeat right top;
}
.comments_txt_bottom{
	background:url(images/co_txt_bottom.jpg) no-repeat right bottom;
	padding:20px 15px 80px 30px;
	height:1%;
}
.comments_txt_bottom p{
	line-height:22px;
	padding-bottom:10px;
}


.comments_form{
	background:url(images/com_form.jpg) repeat-y;
}
.comments_form_top{
	background:url(images/com_form_top.jpg) no-repeat left top;
}
.comments_form_bottom{
	background:url(images/con_form_bottom.jpg) no-repeat left bottom;
	padding:20px;
	margin-bottom:20px;
	height:1%;
}
#commentform p{
	padding:5px 0px;
	color:#666666;
}
#commentform #author,#commentform #email,#commentform #url{
	border:none;
	background:url(images/comments_txt_box.jpg) no-repeat left top;
	padding:4px;
	width:401px;
	margin:4px 0px;
}
#commentform label{
	font-size:12px;
	color:#666666;
}
#commentform input,#commentform textarea{
	color:#666666;
}
#commentform textarea{
	border:none;
	background:url(images/comment_txt_box_2.jpg) no-repeat left top;
	width:391px;
	height:167px;
	margin:4px 0px;
	padding:5px;
}
#commentform #submitcomment{
	background:url(images/submit_comments.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
	width:132px;
	height:29px;
}
#commentform #submitcomment:hover{
	background:url(images/submit_comments_hover.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
	width:132px;
	height:29px;
}
/*****************************/


/***********************************/

#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 165px;
	font-size:11px;
	font-family:tahoma;
	color:#181818;
	text-align:center;
	}
#wp-calendar th
	{
		color:#0b477d;
	}
#wp-calendar #today
	{
		color:#0099FF;
		font-weight:bold;
		background:#000;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#0b477d;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#0b477d;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:165px;
	color:#494949;
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #0099FF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
	background: none;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */

 /************************************************/


