/*----------TABLE OF CONTENTS---------*/
/* Body
------------------------------------- */
/* @group Header
------------------------------------- */
/* @group Typography
------------------------------------- */
/* @group Featured Slider
------------------------------------- */
/* @group WP Content
------------------------------------- */
/* @group Structure
------------------------------------- */
/* @group Bonus Styles
------------------------------------- */
/* @group Comments
------------------------------------- */

body {
	background: #dce2f2 url(images/style4/bg_texture.png) repeat-x 0 37px;
	font-family: "Cambria", Georgia, Times New Roman, serif;
	font-size: 85%;
	color: #303030;
}

/* @group Header */

#header span#graphic a,
#header h1#graphic a {
	background: url(images/style4/logo.png);
}

/* Text Header */

#header span#text-header,
#header h1#text {
	font-size: 32px;
	font-family: "Cambria", Georgia, Times New Roman, serif;
}

#header span#text-slogan,
#header h2#text {
	font-size: 18px;
	font-family: "Cambria", Georgia, Times New Roman, serif;
}

/* Search Bar */

#search_box {
	background: url(images/style4/bg_search_box.png);
}

/* @end */

/* @group Typography */

a {
	color: #425559;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #7FAAC4;
}

::selection {
	background: #fffed8;
	color: #000;
}

::-moz-selection {
	background: #fffed8;
	color: #000;
}

/* Headings

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

h1,h2,h3,h4,h5,h6 {
	font-family: "Cambria", Georgia, Times New Roman, serif;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}

h1 {
	font-size: 2.5em;
	line-height: 1;
	margin-bottom: 0.25em;
	color: #374649;
	letter-spacing: -1px;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.25em;
	color: #374649;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.6em;
	line-height: 1;
	margin: 0.5em 0 0.25em 0;
	color: #374649;
}

h4 {
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 0.25em;
	color: #263033;
	font-weight: bold;
}

h5 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #557075;
	font-weight: normal;
	font-style: normal;
}

h6 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #000;
	text-decoration: none;
}

.teaser h2 {
	font-size: 36px;
	color: #6B8FA5;
}

/* Text elements

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

div.small {
	color: #9B9B9B;
	border-bottom: 1px solid #dce2f2;
}

span.small {
	color: #61605d;
}

p#breadcrumbs {
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
}

/* WIDGET HEADINGS */

#sidebar h1,#sidebar h2,#sidebar h3,
#footer h1,#footer h2,#footer h3 {
	font-size: 1.5em;
	letter-spacing: -1px;
}

/* WIDGET LIST PAGES */

/* Indent Pages sublist item links */

.widget li li.page_item a {
	font-size: .92em;
	color: #6D808C;
}
.widget li li.page_item a:hover {
	color: #425559;
}

/* Highlight parent Page */

.widget li.page_item.current_page_item a {
	color: #425559;
}

/* but not the sublevel items */

.widget li.page_item.current_page_item li a {
	color: #6D808C;
}

/* WIDGET LIST CATEGORIES */

/* Highlight Active Category */

.widget li.cat-item.current-cat a {
	color: #6D808C;
	font-weight: bold;
}

/* but dont highlight subcategories */

.widget li.cat-item.current-cat li a {
	color: #425559;
}

/* WIDGET RSS FEEDS */

div.widget li a.rsswidget {
	border-bottom: 1px solid #e4e4e4;
}

div.widget li span.rss-date {
	color: #9b9b9b;
}

div.widget li div.rssSummary {
	color: #616161;
}

/* Page Navigation Links */

p.paged a,#navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
	border: 1px solid #dce2f2;
	color: #7597C0;
}

p.paged a:hover,#navigation a.page:hover,#navigation a.nextpostslink:hover,#navigation a.previouspostslink:hover {
	background-color: #dce2f2;
}

/* @end */

/* @group Navbar */

/* Top Nav */

#topmenu {
	background-image: url(images/style4/navbg_top.png);  
        height: 5px;
}

#topmenu .wrap {
	border-left: 0px solid #543827; /* changed from 1px */
}

#topmenu li a {
	border-right: 1px solid #543827;
	color: #fff;
}

#topmenu li a:hover {
	color: #fff;
	background-color: #543827;
	text-decoration: none;
}
/* Main Nav */

#nav {
	background: url(images/style4/nav_l.png) no-repeat left center;
}

#nav ul {
	background: url(images/style4/nav_r.png) no-repeat right center;
}

#nav ul li a {
	color: #fff;
	text-shadow: #3A5459 1px 1px 1px;
}

#nav ul li a:hover,#nav ul li:hover a {
	color: #FFFFCC;
}

#nav .menu li li a, #nav .menu li li a:visited {
	

/* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	border-bottom: 0px solid #8EC4E5;
}

#nav .menu li li:hover, #nav .menu li li.sfHover,
#nav .menu li li a:focus, #nav .menu li li a:hover,
#nav .menu li li a:active {
	background: #99aabf;
	color: #fff;
}

#nav .menu li:hover ul,#nav .menu li.sfHover ul {
	background: url(images/style4/menu_footer.png) no-repeat left bottom;
}

#nav .menu li li {
	background: url(images/style4/menu_bg_trans.png) repeat;
}

#nav li a:hover,#nav ul li:hover a,#nav ul li.sfHover a,
#nav li.current_page_item a,#nav li.current_page_parent a,
#nav li.current-cat a,#nav li.current-menu-item a,#nav li.current-post-ancestor a {
	background: url(images/style4/nav_l_over.png) no-repeat left center;
}

#nav ul li:hover,#nav ul li.sfHover,
#nav li.current_page_item,#nav li.current_page_parent,
#nav li.current-cat,#nav li.current-menu-item,#nav li.current-post-ancestor {
	background: url(images/style4/nav_r_over.png) no-repeat right center;
}

#nav .menu li ul a, #nav .menu li.active ul a {
	background-image: none;
}

/* @end */

/* @group Structure */

#main {
	background: url(images/style4/main_bg.png) repeat-x center top;
	z-index: 1;
	padding: 10px 0px;
}

.mainbody {
	background: #ffffff;
	border: 1px solid #D6D2C7;
}

/* Right Sidebar Layout */

.teaser {
	width: 920px;
	background-color: #dce2f2;
	border: 1px solid #DAD6CD;
}

/* @end */


/* @group Featured Slider */


#slides .pagination li a {
	background-image: url(images/style4/pag_item.png);
}
#slides .pagination li a {
	background-image: url(images/style4/pag_item.png);
}
#slides .pagination li.current a {
	background-image: url(images/style4/pag_active.png);
}


#slides h2 {
	font-size: 31px;
	line-height: 36px;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

#slides h2 a {color: #4C6166;}

#slides h2 a:hover {color: #333;}

#slide-text {
	font-size: 16px;
}

#slides .next {
	right: 0px;
	background: url(images/style4/pag_next.png) no-repeat right center;
}

#slides .prev {
	left: 0px;
	background: url(images/style4/pag_prev.png) no-repeat left center;
}


/* @end */

/* @group WP Content */

/* Layout B Page Style (Post List) */

ul#postlist {
	border-top: 1px solid #e1e1e1;
}

ul#postlist li.pl-item {
	border-bottom: 1px solid #f1edde;
	background-color: #F7F4F4;
	border-top: 1px solid #fff;
}

ul#postlist li.pl-item:hover {
	background-color: #fff;
}

ul#postlist li.pl-item-excerpt {
	font-size: .75em;
	color: #1b1b1b;
}

ul#postlist li.pl-item-small {
	font-size: .65em;
	color: #7e7e7e;
}

.post-thumb {
	background-color: #dce2f2;
	border: 1px solid #E5E3E3;
}

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

.article_sep {
	border-bottom: 1px solid #ededed;
}

.sticky {
	background-color: #dce2f2;
	border: 1px solid #D8D8D8;
}

.sticky h2 {
	padding-top: 10px;
}

.sticky p.postmetadata,.sticky .small {
	border-color: #c7dcf2;
}

p.postmetadata {
	border-bottom: 1px solid #e9e9e9;
	color: #888;
}

/* End Typography & Colors */

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

.flickr img {
	border: 1px solid #f0f0f0;
	background-color: #f9f9f9;
}

.flickr img:hover {
	border-color: #dcdcdc;
}

/* @end */

/* @group Comments */

a#cancel-comment-reply-link {
	font-weight: bold;
	color: red;
}

#comments h2 {
	font-size: 1.6em;
	color: #424242;
}

/* comments */

.thread-even.quotebox .bl {
	background: #E0DDD1;
}

.thread-even.quotebox .tr {
	border: 1px solid #C2C2C2;
	border-bottom: 0px solid #333;
}

.thread-even.quotebox .client {
	background: url(images/style4/speak.gif) no-repeat top left;
}

.thread-even.quotebox,.thread-even.quotebox p {
	color: #333;
}

/* alt comments */

.thread-alt.quotebox .bl {
	background: #EAE7DB;
}

.thread-alt.quotebox .tr {
	;border: 1px solid #EAE7DB;
	border-bottom: 0px solid #fff;
}

.thread-alt.quotebox .client {
	background: url(images/style4/alt_speak.gif) no-repeat top left;
	font-size: 12px;
}

.thread-alt.quotebox,.thread-alt.quotebox p {
	color: #424242;
}

/* author comments */

.bypostauthor.quotebox .bl {
	background: #fdffcd;
}

.bypostauthor.quotebox .tr {
	border: 1px solid #f4f88a;
	border-bottom: 0px solid #fff;
}

.bypostauthor.quotebox .client {
	background: url(images/style4/auth_speak.gif) no-repeat top left;
	font-size: 12px;
}

bypostauthor.quotebox,bypostauthor.quotebox p {
	color: #333;
}

.thread-even.quotebox .depth-2 .bl,
.thread-even.quotebox .depth-2 .tr,
.thread-even.quotebox .depth-2 .client,
.thread-alt.quotebox .depth-2 .bl,
.thread-alt.quotebox .depth-2 .tr,
.thread-alt.quotebox .depth-2 .client {
	background-color: transparent;
	background-image: none;
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
}

.avatar {
	float: left;
	padding: 2px;
	background-color: #fafafa;
	border: 1px solid #eaeaea;
}

.depth-2 .client,.depth-3 .client {
	border-bottom: 4px solid #dce2f2;
}

.depth-2 .comment-entry {
	border-top: 4px solid #dce2f2;
}

.depth-3 .comment-entry {
	border-top: 4px solid #dce2f2;
}

/* Begin Comments*/

#commentform p {
	margin: 5px 0;
	color: #333;
}

#commentform #submit {
	border: 2px solid #78A5DB;
	background-color: #82B2ED;
	color: #fff;
}

#commentform #submit:hover {
	border: 2px solid #78A5DB;
	background-color: #78A5DB;
}

#commentform textarea:focus,
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus {
	background-color: #faf9f5;
}

#commentform input {
	border: 1px solid #DEDEDE;
	color: #333;
}

#commentform textarea {
	border: 1px solid #DEDEDE;
}

#respond h3 {
	color: #666;
	font-size: 1.5em;
}

/* @end */