/* ----------------------------------------------
	Theme Name : Slate
	Author : Chris Seymour
	Author URI : http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	background:url(../images/bg.jpg) repeat;
	padding:0;
}
.tWrap article, .tWrap aside, .tWrap details, .tWrap figcaption, .tWrap figure, .tWrap footer, .tWrap header, .tWrap hgroup, .tWrap menu, .tWrap nav, .tWrap section { 
	display: block;
	margin:0;
	padding:0;
}
.tWrap a { }
.tWrap a img {
	border: 0;
}

.tWrap img, .tWrap object, .tWrap embed {
	max-width: 100%;
}

.tWrap img {
	width: auto;
	height: auto;
	-ms-interpolation-mode:bicubic;
}

.tWrap * {
	outline:none;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

.tWrap #container {
	/* customize_container_background */background-color:#fff;/* customize_container_background */
	margin:0 auto;
	max-width:1100px;
	width:100%;
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
}



/* Header */
.tWrap header {
	/* customize_header_background */background-color:#fff;/* customize_header_background */
	padding:15px 3.8% 0px 3.8%;
	overflow:hidden;
}
.tWrap #logo {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	display:inline-block;
	float:left;
	width:40%;
}
.tWrap #logo a {
	font-size:3.5em;
	color:#666;
	text-decoration:none;
	line-height:1em;
}
.tWrap a#logo-text {
	/* customize_header_logo */color:#fff;/* customize_header_logo */
	/* customize_header_logo_background */background-color:#ccc;/* customize_header_logo_background */
	display:inline-block;
	margin-top: -40px!important;
	padding: 60px 10px 10px;
	border-bottom-width:3px;
	border-bottom-style:solid;
	/* customize_header_logo_border */border-bottom-color:#aaa;/* customize_header_logo_border */
	text-shadow:1px 1px 1px #ddd, -1px -1px 2px #666;
}
.tWrap a#logo-text:hover {
	/* customize_header_logo_background_hover */background-color:#bbb;/* customize_header_logo_background_hover */
	/* customize_header_logo_border_hover */border-bottom-color:#888;/* customize_header_logo_border_hover */
	text-shadow:1px 1px 1px #ddd, -1px -1px 2px #444;
}
.tWrap #logo p {
	margin:0;
}
.tWrap #header-area {
	float:right;
	text-align:right;
	width:60%;
}
.tWrap #header-area p {
	margin:0;
}
.tWrap #header-area input[type="text"] {
	display:inline!important;
}



/*  Main Navigation  */

/*** SUPERFISH ESSENTIAL STYLES ***/
.tWrap .sf-menu, .tWrap .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.tWrap .sf-menu {
	line-height:1.0;
	z-index:10;
	position:relative;
}
.tWrap .sf-menu ul {
	position:absolute;
	top:-999em;
	z-index:10;
	width:200px; /* left offset of submenus need to match (see below) */
}
.tWrap .sf-menu ul li {
	width:100%;
}
.tWrap .sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.tWrap .sf-menu li {
	float:left;
	position:relative;
}
.tWrap .sf-menu a {
	display:block;
	position:relative;
}
.tWrap .sf-menu li:hover ul,
.tWrap .sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
.tWrap ul.sf-menu li:hover li ul,
.tWrap ul.sf-menu li.sfHover li ul {
	top:-999em;
}
.tWrap ul.sf-menu li li:hover ul,
.tWrap ul.sf-menu li li.sfHover ul {
	left:200px; /* match ul width */
	top:0;
}
.tWrap ul.sf-menu li li:hover li ul,
.tWrap ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
.tWrap ul.sf-menu li li li:hover ul,
.tWrap ul.sf-menu li li li.sfHover ul {
	left:200px; /* match ul width */
	top:0;
}

/*** arrows **/
.tWrap .sf-menu a.sf-with-ul {
	padding-right:1.75em!important;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.tWrap .sf-sub-indicator {
	position:absolute;
	display:block;
	right:0.75em;
	top:1.05em; /* IE6 only */
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.tWrap a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:0.8em;
	background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
.tWrap a:focus > .sf-sub-indicator,
.tWrap a:hover > .sf-sub-indicator,
.tWrap a:active > .sf-sub-indicator,
.tWrap li:hover > a > .sf-sub-indicator,
.tWrap li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.tWrap .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.tWrap .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.tWrap .sf-menu ul a:focus > .sf-sub-indicator,
.tWrap .sf-menu ul a:hover > .sf-sub-indicator,
.tWrap .sf-menu ul a:active > .sf-sub-indicator,
.tWrap .sf-menu ul li:hover > a > .sf-sub-indicator,
.tWrap .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.tWrap .sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.tWrap .sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.tWrap .navbox {
	border-bottom:3px solid #1d1d1d;
}



.tWrap nav {
	border-bottom:3px solid #fff;
	/* customize_nav_background */background-color:#1d1d1d;/* customize_nav_background */
	margin:0;
	padding:0 3.8%;
	clear:both;
	z-index:10;
}
.tWrap nav ul {
}
.tWrap nav ul li {
}

.tWrap nav ul li a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	/*font-size:1.25em;*/
	/* customize_nav_link */color:#ddd;/* customize_nav_link */
	text-decoration:none;
	text-shadow:1px 1px 3px #111;
	padding:0.75em 1.75em!important;
}
.tWrap nav ul li a:hover, .tWrap nav ul li a.nav-selected, .tWrap nav ul li a.nav-path-selected, .tWrap nav ul li:hover {
	/* customize_nav_link_hover */color:#c01d5e;/* customize_nav_link_hover */
}

/* Dropdown Menus */		
.tWrap nav li ul {
	z-index:99;
}
.tWrap nav li li {
	/* customize_nav_link_hover_background */background-color:#292929;/* customize_nav_link_hover_background */
    font-size: 0.8em;
}
.tWrap nav li li a {
}
.tWrap nav li li a:hover, .tWrap nav li li a.nav-selected, .tWrap nav li li a.nav-path-selected {
	/* customize_nav_dropdown_link_hover_background */background-color:#222;/* customize_nav_dropdown_link_hover_background */
}
.tWrap nav li li li {
	font-size:1em;
}

.tWrap nav .clearboth {
	height:0;
}



/* Feature */

.tWrap #feature {
	margin:0 auto;
	overflow:hidden;
}
.tWrap #feature p {
	font-size:1.3em;
}
.tWrap #feature img {
	vertical-align:bottom;
}



/* Sections */

.tWrap #sections {
	margin:0 0 3.8%;
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}



/* Wrapper */

.tWrap #wrapper {
	margin:0;
	padding:3.8%;
	overflow: hidden;
}


/* Page Meta */

.tWrap #page-meta {
	background:url(../images/sep.png) bottom center no-repeat;
	margin-bottom:3%;
	padding-bottom:15px;
}
.tWrap #page-meta h1 {
	margin:0;
}
.tWrap #page-meta p {
	margin:0.25em 0 0;
	font-family:"Droid Serif", Georgia, Times, serif;
	font-style:italic;
	font-size:1.2em;
}


/* Breadcrumbs */

.tWrap #breadcrumbs {
	margin-bottom:0.75em;
	font-family:"Lato", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-transform:uppercase;
	color:#999;
	float:right;
}
.tWrap #breadcrumbs a {
	color:#999;
	text-decoration:none;
}
.tWrap #breadcrumbs a:hover {
	color:#777;
}
.tWrap #breadcrumbs strong {
	color: #9b1e87;
}
.tWrap .ccm-autonav-breadcrumb-sep {
	margin:0 3px;
}



/* Content */

.tWrap #content {
}



/* Sidebar */

.tWrap #sidebar {
}



/* Sub Navigation */

.tWrap #sidebar ul.nav, .tWrap #sidebar ul.nav ul {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.tWrap #sidebar ul.nav li {
	font-size: 1.1em;
	margin-top:4px;
	margin-bottom:4px;
	padding:0;
}
.tWrap #sidebar ul.nav li a {
	background:#eee;
	color:#666;
	text-decoration:none;
	display:block;
	padding:5px;
	border-left:5px solid #b6b3ad !important;
}
.tWrap #sidebar ul.nav li a:hover, .tWrap #sidebar ul.nav li a.nav-selected, .tWrap #sidebar ul.nav li a.nav-path-selected {
	background:#ddd!important;
	color: #444!important;
	border-left-color:#888!important;
}
.tWrap #sidebar ul.nav li a.nav-selected, .tWrap #sidebar ul.nav li a.nav-path-selected {
	font-weight: bold;
}
.tWrap #sidebar ul.nav li li {
	border-bottom:none!important;
	color:#777;
	font-size:0.85em;
	text-transform:none;
}
.tWrap #sidebar ul.nav li ul {
	margin:0.5em 1em;
}
.tWrap #sidebar ul.nav li li a {
	background:none;
	padding:0!important;
	border:none;
}
.tWrap #sidebar ul.nav li li a:hover, .tWrap #sidebar ul.nav li li a.nav-selected, .tWrap #sidebar ul.nav li li a.nav-path-selected {
	background:none!important;
}




/* Footer */

.tWrap .footer{ border-top:4px solid #1d1d1d; }

.tWrap footer {
	/* customize_footer_background */background-color:#1d1d1d;/* customize_footer_background */
	clear:both;
	margin:0;
	padding:20px 3.8%;
	border-top:3px solid #fff;
	font-size:12px;
	/* customize_footer_text_color */color:#ddd;/* customize_footer_text_color */
}
.tWrap footer a {
	/* customize_footer_link */color:#ddd;/* customize_footer_link */
}
.tWrap footer a:hover {
	/* customize_footer_link_hover */color:#fff;/* customize_footer_link_hover */
}

.tWrap footer #credits {
	overflow:hidden;
}
.tWrap footer #credits p {
	margin:0;
}
.tWrap footer #credits .right {
	font-family:"Droid Serif", Georgia, Times, serif;
	font-style:italic;
}
.tWrap footer h1, .tWrap footer h2, .tWrap footer h3, .tWrap footer h4, .tWrap footer h5, .tWrap footer h6 {
	/* customize_footer_heading_color */color:#ddd;/* customize_footer_heading_color */
}
.tWrap footer ul {
	margin-left:0;
	list-style:none;
}
.tWrap footer ul li {
	border-bottom:1px dotted #777;
	padding:5px 0;
}
.tWrap footer ul li a {
	display:block;
	text-decoration:none;
}
.tWrap footer .zCopyrightLogo{ vertical-align:middle; }




/* Forms
================================================== */

.tWrap #container form {
	margin-bottom: 20px;
}
.tWrap #container fieldset {
	margin-bottom: 20px;
}
.tWrap #container input[type="text"],
.tWrap #container input[type="password"],
.tWrap #container input[type="email"],
.tWrap #container textarea,
.tWrap #container select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
.tWrap #container select {
	padding: 0;
}
.tWrap #container input[type="text"]:focus,
.tWrap #container input[type="password"]:focus,
.tWrap #container input[type="email"]:focus,
.tWrap #container textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
.tWrap #container textarea {
	min-height: 60px;
}
.tWrap #container label,
.tWrap #container legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
.tWrap #container select {
	width: 220px;
}
.tWrap #container input[type="checkbox"] {
	display: inline;
}
.tWrap #container label span,
.tWrap #container legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}


/* Page List Block */
.tWrap .ccm-page-list-title {
	margin:0 0 0.45em;
}
.tWrap div.ccm-page-list-description {
	margin-bottom:2.5em;
}
.tWrap .ccm-page-list-thumbnail {
	margin-bottom:0.5em;
}
.tWrap .ccm-page-list-link {
	text-decoration:none;
}
.tWrap .ccm-page-list-one-col .row, .tWrap .ccm-page-list-two-col .row, .tWrap .ccm-page-list-three-col .row, .tWrap .ccm-page-list-four-col .row {
	margin-bottom:2em;
}
.tWrap .ccm-page-list-one-col p, .tWrap .ccm-page-list-two-col p, .tWrap .ccm-page-list-three-col p, .tWrap .ccm-page-list-four-col p {
	margin-bottom:0.75em;
}


/* Blog Styles */

/* Default Blog */
.tWrap #blog-index .entry {
}
.tWrap #blog-index .entry .title h3 {
	margin:0 0 0.5em;
}
.tWrap .meta, .tWrap #blog-index .entry .title h4 {
	font-family:"Droid Serif", Georgia, Times, serif;
	font-size:0.95em;
	font-style:italic;
	color:#999;
}
.tWrap .meta a, .tWrap #blog-index .entry .title h4 a {
	color:#999;
}
.tWrap .meta a:hover, .tWrap #blog-index .entry .title h4 a:hover {
	color:#666;
}
.tWrap .blog-entry-divider {
	margin:3em 0!important;
}

.tWrap h4.guestBook-title {
	border-bottom-color:#ccc!important;
	margin-left:0!important;
	margin-right:0!important;
}


/* Date Nav / Tag Cloud */
.tWrap .ccmDateNav, .tWrap .ccm-search-block-tag-cloud-wrapper {
	margin-bottom:1.5em;
}
.tWrap ul.ccm-search-block-tag-cloud li a {
	line-height:1em;
}


/* Slideshow block */
.tWrap .ccm-SlideshowBlock-display .slideImgWrap div {
    background-position: center top !important;
    background-size: 100% auto !important;
}


/* Icons */
.tWrap .date, .tWrap .tags, .tWrap .comments, .tWrap .user, .tWrap .star, .tWrap .settings, .tWrap .view, .tWrap h4.guestBook-title {
	background-position:left 50%;
	background-repeat:no-repeat;
	padding-left:16px;
	margin:0 2px;
}
.tWrap .date {
	background-image:url(images/icons/calendar.png);
}
.tWrap .tags {
	background-image:url(images/icons/tag.png);
}
.tWrap .comments, .tWrap h4.guestBook-title {
	background-image:url(images/icons/comments.png);
}
.tWrap .user {
	background-image:url(images/icons/user.png);
	padding-left:15px;
}
.tWrap .star {
	background-image:url(images/icons/star.png);
}
.tWrap .settings {
	background-image:url(images/icons/settings.png);
}
.tWrap .view {
	background-image:url(images/icons/view.png);
}


/* Next/Previous */
.tWrap .ccm-next-previous-wrapper .ccm-next-previous-parentlink {
	text-align:center;
}


/* #Buttons
================================================== */

.tWrap #container a.button,
.tWrap #container button,
.tWrap #container input[type="submit"],
.tWrap #container input[type="reset"],
.tWrap #container input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tWrap #container a.button:hover,
.tWrap #container button:hover,
.tWrap #container input[type="submit"]:hover,
.tWrap #container input[type="reset"]:hover,
.tWrap #container input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.tWrap #container a.button:active,
.tWrap #container button:active,
.tWrap #container input[type="submit"]:active,
.tWrap #container input[type="reset"]:active,
.tWrap #container input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}

.tWrap #container .button.full-width,
.tWrap #container button.full-width,
.tWrap #container input[type="submit"].full-width,
.tWrap #container input[type="reset"].full-width,
.tWrap #container input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}


/* alignment classes & additional classes*/

.tWrap .left  { float: left; }
.tWrap .right { float: right; }


/* Clearing */

.tWrap .clearboth { clear: both; }
.tWrap .clear { display:inline-block; }
.tWrap .clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

/* customize_miscellaneous *//* customize_miscellaneous */

.tWrap .tc-slider div{
	width:100% !important;
}
.tWrap .tc-slider img{
	width:100% !important;
}
.tWrap .slideshow{
	margin-top:12px;
}

.tWrap .tc-slider{ position:relative; }
.tWrap .tc-slider-linkprev{ display:block; position:absolute; left:16px; top:150px;width:64px; height:64px; overflow:hidden;text-indent:-9999px; background:url(../images/arrows.png); }
.tWrap .tc-slider-linkprev:hover{ background:url(../images/arrows.png) 0 -64px; }

.tWrap .tc-slider-linknext{ display:block; position:absolute; right:16px; top:150px;width:64px; height:64px; overflow:hidden;text-indent:-9999px; background:url(../images/arrows.png) -64px 0; }
.tWrap .tc-slider-linknext:hover{ background:url(../images/arrows.png) -64px -64px; }

.tWrap .ccm-layout-row{ margin-bottom:25px; }

.tWrap .boxwrapper{ margin-bottom:10px; }
