/* Default Color Styles */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-downs
-2.4 Introduction
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 PageNavi

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #000;
	background: #353a36 url(default/1.jpg) repeat-x top left;
}

h1, h2, h3  {
	color: #e04741;
	font-family:"Times New Roman", Times, serif;
		font-weight:normal;
}
h4, h5, h6  {
	color: #a3ab31;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #e04741; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #e04741;
	font-family:"Times New Roman", Times, serif;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */


#main #inside  {

}

/* 2.2 Header */

/* 2.3 Navigation */

#nav a:link, #nav a:visited {
	color: #fff;
	border-left: 1px solid #E98177;
	border-bottom:3px solid #fff;
	

}

#nav li.current_page_item a  {
	color: #fff;
	border-left: 1px solid #E98177;
	
}

#nav li a:hover  {
	color: #222423;
	border-left: 1px solid #E98177;
	
}

/* Style drop down list */

#nav li ul { border-left: 3px solid #fff; border-bottom: 3px solid #fff; border-right: 3px solid #fff; }
#nav li ul li {	border-bottom: 1px solid #3E3F3E; }
#nav li ul li a { background-image: none!important; border: none!important;}
#nav li ul li a:hover { background: #fff url(default/nav.jpg) repeat-x left top!important; border: none!important;}

/* 2.4 Introduction */

#introduction  {
	border-bottom: 1px solid #f5e4b0;
}

#about  {
	background: #d95b43 url(default/about.jpg) repeat-x top left;
}

#about h2  {
	color: #fff;
}

#about p  {
	color: #fff;
}

#about img  {
	border: 5px solid #da715f;
}

#about .fold  {
	background: url(default/about_fold.png) no-repeat left top;
}

#connect  {
	border: 1px solid #ededed;
}

#connect ul li a  {
	color: #53777a;
	background: url(default/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #3f312e;
}

/* 2.5 Content */

h2.result_heading  {

}

/* 2.6 sidebar */

#sidebar a  {
	color: #53777a;
}

/* 2.7 Footer */


#footer p  {
	color: #fff;
	font-size:10px;
	text-align:left;
	margin-left:10px;
	
}

#footer p a  {
	color: #fff;
	font-size:10px;
	text-align:left;
	
}

#footer ul li a  {
	color: #fff;
	display:block;
	
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #fff;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #fff;
	font:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
}

.widget h3 span.fold  {
	
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	background: url(default/bullet.png) no-repeat 8px 13px;
}

.widget ul li a:hover  {
	color: #53777a!important;
	background-color: #f0f0f0;
	background-image: url(default/bullet_hover.png);
}

.widget_recent_comments li  {
	border-bottom: 1px solid #e0e6e6;
	background: url(default/bullet.png) no-repeat 8px 13px;
}

.widget_recent_comments li a  {
	background: none!important;
	border: none!important;
}

#searchform #s  {
	border: 1px solid #898989;
	margin-top:8px;
}

#searchform .submit  {
	background-color:#343434;
	border:1px solid #2F2F2F;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-top:8px;
	
	
}


.submit-search  {
	background-color:#222;
	border:1px solid #2F2F2F;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	height:22px;
}


#twitter a  {
	background-image: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	
}
#post {
	border-bottom:1px solid #CCCCCC;}

.post .meta  {
	color: #8a7975;
}

.post .meta .comments  {
	background: url(default/ico-comments.png) no-repeat right 1px;
}

.post .categories a  {
	color: #fff;
	background-color: #d95b43;
}

.post .categories a:hover  {
	text-decoration: none;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

.entry img  {
	border: 3px solid #dbdbdb;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #53777a;
}

.Nav a:link, .Nav a:visited  {
	color: #53777a;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments ol.commentlist  {
	border-top: 1px solid #dcd6d5;	
}

#comments ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .avatar img  {
	border: 3px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

#comments ul.children {
	background: url(default/comment_reply.png) no-repeat left 11px;
}

#comments ul.children li {
	border-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	color: #fff;
	background: #9F9F9F;
}

#comments .navigation a:hover {background: #888;}

#comments .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #898989;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #898989;
}

#commentform #submit  {
	color: #fff;
	border: 1px solid #c53624;
	background-color: #d85a42;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/


.search {
border-left:3px solid #FFFFFF;
float:left;
height:64px;
padding:0px 0 0 12px;
width:175px;
}
#search_main {
	margin:24px 0 0 0;
}

/*-----------------------------*/
/* 6. FOOTER STYLES */
/*-----------------------------*/

#foot-wrapper { 
 margin: 0 auto;
 width: 960px;
 text-align:left;
}
#leftcolumn { 
 color: #333;
  margin: 10px 10px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 180px;
 float: left;
 border-right: 1px solid #4e504f;
}
#leftmiddle { 
 color: #333;
 margin: 10px 10px 0 0px;
 padding: 10px;
 height: 150px;
 width: 330px;
 float: left;
 border-right: 1px solid #4e504f;
}
#rightmiddle { 
 color: #333;
 border: none;
 margin: 10px 10px 0 0px;
 padding: 10px;
 height: 150px;
 width: 130px;
 float: left;
 border-right: 1px solid #4e504f;
}
#rightcolumn { 
 color: #333;
 margin: 10px 10px 0 0px;
 padding: 10px;
 height: 170px;
 width: 155px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0 auto 2px;
 padding: 80px 0 10px 0;
}
.clear { float: left; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }

.widget_many {background-color:#222222;}

#communications-subscribe h3 { color:#E04741;}

#communications-subscribe { margin-left:5px; color:#fff;}


.white-band {
	width:100%;
	height:70px;
	float:left;
	background:#ccc url(default/footer_bg.gif) repeat-x top;
	padding-top:20px;
}
.footer-logos {
	width:940px;
}


#logo1 { 
 color: #333;
 width: 100px;
 float: left;
 
}
#logo2 { 
 color: #333;
 width: 90px;
 float: left;

}
#logo3 { 
 color: #333;
 border: none;
 width: 90px;
 float: left;

}
#logo4 { 
 color: #333;
 width: 120px;
 float: left;

}
#logo5 { 
 color: #333;
 width: 320px;
 float: left;

}
#logoRN { 
 color: #333;
 width: 185px;
 float: left;

}



.navcrumbs a:link, .navCrumb lnk {color:#FFFFFF;}

.print-page a {
color:#fff;}