/* 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: #3f312e;
	background: #E4E4E4 url(default/bg.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5, h6  {
	color: #3f312e;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #d95b43; }

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: #D42A29;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#main  {
	background: url(default/main.png) repeat left top;
}

#main #inside  {
	background-color: #fff;
}

/* 2.2 Header */

/* 2.3 Navigation */

/*#nav a:link, #nav a:visited {
	color: #FFFFFF;
	/*border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;*/

/*	-moz-border-radius: 5px;-webkit-border-top-left-radius: 1px;border-left: 1px solid #FFFFFF;padding: 15px;
-moz-border-radius: 5px;-webkit-border-top-top-radius: 1px;border-top: 1px solid #FFFFFF;padding:15px;
-moz-border-radius: 5px;-webkit-border-top-right-radius: 1px;border-right: 1px solid #FFFFFF;padding: 8px;
	background-color: #BD2B2B;
}

#nav li.current_page_item a, #nav li a:hover  {
	color: #FFFFFF;

	/*-moz-border-radius: 5px;-webkit-border-radius: 2px;border-left: 1px solid #FFFFFF;padding: 5px;*/
/*-moz-border-radius: 5px;-webkit-border-top-left-radius: 1px;border-left: 1px solid #FFFFFF;padding: 15px;
-moz-border-radius: 5px;-webkit-border-top-top-radius: 1px;border-top: 1px solid #FFFFFF;padding:15px;
-moz-border-radius: 5px;-webkit-border-top-right-radius: 1px;border-right: 1px solid #FFFFFF;padding: 8px;
	/*-webkit-border-top-left-radius;2px;border-top-left: 1px solid #FFFFFF;padding: 5px;*/
	/*border-left: 1px solid #fff;*/
	/*border-top: 1px solid #fff;
	border-right: 1px solid #fff;*/
	/*background: #fff url(default/nav.jpg) repeat-x left top;
}

/* Style drop down list */

/*#nav li ul { border: 1px solid #000000;}
#nav li ul li {	border-bottom: 1px solid #000000; background: #FFF; }
#nav li ul li a { background-color: #fbe49b!important; 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 */




/* typobased menu*/


/* Main Menu */

#menu {
	width: 100%;
	height: 35px;

	margin-bottom: 0px;
}

#menu ul {
	position: relative;
	width: 940px;
	height: 35px;
	margin-left: 0px;
	padding: 0;
	background: url(default/menu_bg.gif) repeat-x 0 bottom;
}

#menu ul li {
	float: left;
	line-height: 30px;
	display: inline; 
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans", Arial, sans-serif;
}

#menu ul li a {
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #FFFFFF;
	border-left: #C95352 1px solid;
}

#menu ul li a:hover {
	color: #FFB7B7; 
	cursor: pointer;
}
	
#menu ul li a span {
    /* background: url(default/menu_button.gif) no-repeat right top; */
	display: inline-block;
	height: 30px;
	padding: 0 0 0 27px;
	
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: url(default/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #FFFFFF;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #FFFFFF;
}

#menu ul li.current_page_item a span {
	background: url(default/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	position: relative;
}

/* Main Menu - Drop-down menus */
#menu .nav li ul  { height: auto; margin-left: 0; margin-top: 0; background: #F5F5F5; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
#menu .nav li ul li  { float: left; background:#F5F5F5; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb; }
#menu .nav li ul li a  { float: none; margin: 0; padding: 0 0 0 20px!important; line-height: 28px; height: auto; width:160px; color:#555; font-size:0.8em; border: none; background: none; }
#menu .nav li ul li a span  { padding: 0; height: auto; background: none; }
#menu .nav li ul li a.sf-with-ul { padding:5px 10px; }
#menu .nav li ul li a:hover  { background:#e0e0e0;}
#menu .nav li ul ul  { margin: -25px 0 0 180px; }
#menu .nav li ul ul li a  {  }
#menu .nav li ul li ul li a  {  }

#menu .nav li:hover, #menu .nav li.hover  { position:static; }
#menu .nav li:hover ul ul, #menu .nav li.sfhover ul ul,
#menu .nav li:hover ul ul ul, #menu .nav li.sfhover ul ul ul,
#menu .nav li:hover ul ul ul ul, #menu .nav li.sfhover ul ul ul ul { left:-999em; }
#menu .nav li:hover ul, #menu .nav li.sfhover ul,
#menu .nav li li:hover ul, #menu .nav li li.sfhover ul,
#menu .nav li li li:hover ul, #menu .nav li li li.sfhover ul  { left:auto; }

#menu .nav .sf-sub-indicator {background: url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:0.9em;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
#menu .nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}









#introduction  {
	border-bottom: 1px solid #DCD6D5;
}

#about  {
	background: #BD2B2B url(default/about.jpg) repeat-x top left;
}

#about h2  {
	color: #fff;
}

#about h4  {
	color: #fff;
}


#about p  {
	color: #000000;
}

#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  {
	border-bottom: 2px solid #3f312e;
}

/* 2.6 sidebar */

#sidebar a  {
	color: #53777a;
}

/* 2.7 Footer */


#footer p  {
	color: #961F1E;
}

#footer ul li a  {
	color: #000000;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	text-decoration:underline;
	color: #D42A29;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #FFFFFF;
	background-color: #B73525;
}

.widget h3 span.fold  {
	background: url('default/widget_fold.png') no-repeat center center;
}

.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: #000000!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;
}

#searchform .submit  {
	color: #fff;
	border: 1px solid #c53624;
	background-color: #d85a42;
}

#twitter a  {
	background-image: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	border-bottom: 1px solid #dcd6d5;
	position: relative;
}

.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 */
/*-----------------------------*/

.copy {font: normal 11px/1.5em Arial; color:#961F1E;}

/* DATE TAB */
#datetab { background: #B73525; left: -76px; line-height: 25px; position: absolute; text-align: center; width: 65px; border: 1px solid #FFFFFF; }
#datetab h3 { color: #FFFFFF; }
#datetab h2 { color: #FFFFFF; font-size: 15px; text-transform: uppercase; }

