/*--------------------------
COPYRIGHT 2020 Blaine Transue
AUTHOR: support@northbayweb.com
updated: 110520 bt

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

@import url(/css/wildfirecommon.css);

body{
font-size: 14px;
margin: 0 auto;
padding: 0; 
background: #1c1c1c;
background-position:top left;
background-repeat:repeat-x;
font-family: Arial, sans-serif;
color: #fff;
}

#copyright {
display: block;
position: absolute;
font-size: 12px;
max-width:355px;
float:right;
margin-top: 100px;
color: #888;
right:3%;
}

#copyright a{
font-size: 12px;
}

#copyright a:hover{
font-size: 12px;
color: #fff;
}

.adminlinks {
display: block;
font-family: Arial, sans-serif;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #EF7B3D url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}

.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

#ss_controls {
    display: none;
    }

img
{
border:none;
}


h1
{
font-size: 24px;
color:#666;
}

h2
{
color:#060271;
font-size:20px;
}


/* styles for links */ 

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

a:visited{
color: #eee;
text-decoration: none;
}

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


.hide{
display: none;
}

.clearboth{
position: relative;
display: block;
height: 1px;
clear: both;
float: left;
}

h3.wfw{
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 16px;
color: #4a7ac6;
}

h3 {
font-size: 16px;
padding: 0;
margin: 0;
}

#header h1, #header h2, #header h3
{
color:#fff;
}

#header a:hover
{
color:#fff;
}

#header a
{
color:#eee;
}

#logo
{
position:absolute;
top:15px;
left:820px;
width:150px;
height:150px;
z-index:45;
}


#header h1
{
/* padding-left:16px; */
margin:5px 0 0 0;
letter-spacing:3.5px;
color:#fff;
font-size: 32px;
font-weight: 100;
font-family: 'Exo', sans-serif;
}

#header h1 a:hover
{
    text-decoration: none;
    }
    

#header
{
padding-left:10%
min-height:100px;
position:relative;
max-width:1200px;
}

/* Editable Drop Down Nav css */

#topnav {
position:relative;
display: block;
width: 100%;
height: 34px;
font-family: Arial, sans-serif;
padding: 0px 0 8px 0px;
margin: 0 auto;
left:0px;
clear:both;
background: #222;
z-index: 58;
top:-10px;
font-weight:normal;
}

.black #topnav
{
top:0;
}

/* dropdown menu */

#topnav #dropnav {
position: relative;
display: block;
margin:0 auto;
width: 100%;
height: 42px;
margin: 0;
padding: 0;
z-index:60;
list-style: none;
text-transform:uppercase;
}

#topnav #dropnav li.level_1{
display: inline-block;
position: relative;
font-size: 14px;
height: 34px;
float:left;
margin: 0;
padding: 0px 0px 0px 0px;
list-style: none;
text-align: center;
line-height: 2;
}

#topnav #dropnav li.level_1 span.editable{
display: inline-block;
position: relative;
text-decoration: none;
padding: 15px 16px 0px 15px;
height:29px;
margin: 0;
color:#fff;
background:#373737;
}

#topnav #dropnav li.level_1 a {
display: inline-block;
position: relative;
text-decoration: none;
padding: 7px 16px 6px 17px;
margin: 0;
color: #888;
height: 29px;
/* border-right: solid 1px #333; */
}

#topnav #dropnav li.selected_tab a {
padding: 7px 16px 6px 17px;
height: 29px;
background:#373737;
color:#999;
}

#topnav #dropnav li.over_1 a, #topnav #dropnav li a:hover {
padding: 7px 16px 6px 17px;
color:#fff;
height: 29px;
background:#373737;
}

/* So far everything above this line has controlled only the actual top nav */

/* second level dropdown nav */


#topnav #dropnav li.level_1 ul {
/* This positions the first level drop down */
list-style:none;
position: absolute;
display:none;
top:42px;
left:0px;
color:#fff;
z-index:61;
margin: 0;
padding: 0;
text-align: left;
}

html>body #topnav #dropnav li.level_1 ul {
width: auto;
min-width: 210px;
} 


#topnav #dropnav li.level_1:hover ul, #topnav #dropnav li.over_1 ul {
display: block; 

}

#topnav #dropnav li.level_2 {
position:relative;	
display:block;
float:none;
_width:210px;
margin:0;
padding:0;
list-style:none;
text-align: left;
text-transform: none; 
z-index:62!important;
height:auto;
}

#topnav #dropnav li.level_2 a, #topnav #dropnav li.level_2 span.editable {
/* This changes the original state of the drop down */
font-size:12px;
display:block;
width: 188px;
padding: 2px 11px 2px 16px;
text-decoration:none;
border-bottom:none;
line-height:2;
color:#fff;
background:#373737;
height:auto;
}




#topnav #dropnav li.level_1 ul li.level_2 a:hover, #topnav #dropnav li.over_2 a {
background:#333!important;
color: #eee!important;
padding: 2px 11px 2px 16px;
}  

#topnav #dropnav li ul a:hover, #topnav #dropnav li.level_2.selected_tab a
{
background:#333;
color: #eee!important;
}


/* Third level dropdown nav */

#topnav #dropnav li.level_1 ul li.level_2 ul {
display:none;
list-style:none;
position: absolute;
width: 210px;
top:0;
left:214px;
z-index:70;
margin: 0;
padding: 0;
text-align: left;

}

html>body #topnav #dropnav li.level_2 ul {
width: auto;
min-width: 210px;
} 


#topnav #dropnav li.level_1 ul li.level_2:hover ul, #topnav #dropnav li.level_1 ul li.over_2 ul {
display: block; 
background:#555!important;
}



#topnav #dropnav li.level_3 {
position:relative;	
display:block;
float:none;
_width:210px;
height: auto;
line-height:2;
margin:0;
padding:0;
list-style:none;
text-align: left;
background:#555;
color:#fff;
border-bottom:none;
z-index:72!important;
}

#topnav #dropnav li.level_4 {
position:relative;	
display:block;
float:none;
/* _width:210px; */
height: auto;
line-height:2;
margin:0;
padding:0;
list-style:none;
text-align: left;
background:#555;
color:#fff;
border-top:none;
border-left: none;
z-index:72!important;
}


#topnav #dropnav li.level_2 ul li.level_3
{
background:#555;}

#topnav #dropnav li.level_1 ul li.level_2 ul li.level_3 a, #topnav #dropnav li.level_3 span.editable {
font-size:12px;
font-weight:normal;
display:block;
background:#cacaca;
color: #333;
width: 188px;
padding: 2px 11px 2px 10px;
text-decoration:none;
border:none;
line-height:2;
height:auto;
}

/* fourth level dropdown */

#topnav #dropnav li.level_3 a:hover, #topnav #dropnav li.level_1 ul li.level_2 ul li.level_3 a:hover, #topnav #dropnav li.level_1 ul li.level_2 ul li.level_3.selected_tab a
{
background:#373737!important;
color:#fff!important;
}

#topnav #dropnav li.level_1 ul li.level_2 ul li.level_3 ul {
/* This positions the first level drop down */
display:none;
list-style:none;
position: absolute;
top:0px;
left:210px;
z-index:25;
margin: 0;
padding: 0;
text-align: left;
/* border-left: 4px solid #000; */
}

#topnav #dropnav li.level_1 ul li.level_2 ul li.level_3:hover ul, #topnav #dropnav li.over_3 ul {
display: block; 

}

#topnav #dropnav .level_1.show .group_2 {
	display: block;
}

#topnav #dropnav .level_2.show .group_3 {
	display: block;
}
#topnav #dropnav .level_3.show .group_4 {
	display: block;
}

/* End Drop Down Menu */

#container {
position: relative;
display: block;
margin: 0 0 0 0;
padding:0 0 0 0;
width: auto;
clear:both;
color:#fff;
background:#000;
height:100%;
}

#container.multicol
{
background-image: url(/templates/flexibletemplate/images/leftcol.png);
background-position:top left;
background-repeat:repeat-y;
}

#content_title {
font-variant:small-caps;
font-weight: normal;
font-size: 20px;
color: #64C7Cf;
padding-bottom: 10px;
}

#content{
display: block;
position: relative;
float: left;
width: auto;
margin: 0;
font-size: 16px;
color: #666;
padding: 14px 15px 0px 20px;
line-height: 1.6;
margin-top: 0px;
min-height:600px;
height:auto !important;
height:600px;
left:0;
background: #000;
}

#homepage_bottom a {
color: #888!important;
text-decoration: underline;
}

#homepage_bottom a:hover {
color: #fff!important;
text-decoration: underline;
}



#homepage_content{
width:75%;
float:left;
margin: 0;
font-size: 15px;
padding: 0px 0px 0px 15px;
line-height: 1.6;

min-height:500px;
height:auto !important;
height:500px;

}

#homepage_top {
position: relative;
display: block;
/* background: #000; */
padding-left: 20px;
width: 100%;
/* left: -15px; */
top: -10px;
}

#homepage_bottom {
position: relative;
display: block;
margin:0 auto;
width: auto;
padding: 40px 30px 20px 30px;
background: #000;
color: #777;
font-size: 16px;

}

#home_bottom_area
{
position:relative;
clear:both;
padding: 15px 25px 15px 25px;
}

#homepage_content.fullpage
{
width:100%;
top: 30px;
padding: 0;
position:relative;
float:none;
clear:both;
padding-bottom:15px;
}

.blackbackground #homepage_content
{
padding-top:0;
}


#fullpage_content {
display: block;
position: relative;
left:0;
width: auto;
margin: 0;
padding:20px 20px 5px 20px;
color: #333;
font-size: 14px;
min-height:554px;
height:auto !important;
height:554px;
}


#inner_content
{
width:auto;
position:relative;
left:0px;
padding:0px 20px 25px 10px;
}

#inner_content #content_title_small h1
{
color: #666;
padding: 0 0 0 0;
font-weight: 100;
}

#inner_content_top {
color: #888;
}

#main_content
{
position:relative;
display:block;
width: auto;
float:left;
min-height:554px;
height:auto !important;
height:554px;
padding: 10px 5px 0 5px;
}

#main_content h2
{
margin-left:12px;
width:75%;
}

#main_content2col
{
position:relative;
display:block;
width: 670px;
float:left;
min-height:554px;
height:auto !important;
height:554px;
padding: 10px 5px 0 20px;
}


#leftcol{
position: relative;
display: block;
float: left;
width: 300px;
margin: 0 0 0 0;
padding: 10px 5px 15px 5px;
min-height:300px;
clear:left;
background:#000;
color:#fff;
height:100%;
height:auto;
min-height:100%;
}

#leftcol_top{
position: relative;
width: 160px;
font-size: 15px;
color: #222;
}

#leftcolnosubnav{
position: relative;
width: 120px;
font-size: 12px;
margin: 0;
padding: 10px 0px 10px 0px;
color: #333;
}

#leftcol blockquote {
margin: 10px 0 10px 0;
padding: 2px 0 6px 25px;
background: transparent url(/templates/flexibletemplate/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}


#leftcol_title {
display: block;
position: relative;
width: 100%;
float:left;
overflow: hidden;
font-variant:small-caps;
font-size: 18px;
background: #000;
color: #222;
text-align: center;
padding: 0px 3px 0px 7px;
margin: 0;
/* background: #acb974; */
}


#rightcol_title {
display: block;
position: relative;
width: 100%;
overflow: hidden;
font-variant:small-caps;
font-size: 18px;
background: #000;
color: #222;
text-align: center;
padding: 0px 3px 0px 7px;
margin: 0;
}


#rightcol{
position: relative;
display: block;
float: right; 
width: 180px;
margin: 0;
margin-top: 0px;
top:0;
padding: 10px 5px 5px 5px;
overflow: hidden;
}

#rightcol a{
color: #fff;
}


/* CONTACT FORM */

.contactform table{
border: 2px solid #333;
color: #eee;
}

.contactform th{
background: #333;
color: #fff;
}


#footer_container
{
position: relative;
display: block;
margin: 0 auto;
width:100%;
left:0px;
bottom:0px;
padding:0 0 0 0;
padding-top:24px;
background: #222;
min-height:80px;
z-index:0;
}

#footer{
position: relative;
display: block;
width: 95%;
margin: 0 auto;
font-size: 14px;
line-height: 1.4;
clear: both;
color: #eee;
text-align: right;
padding-top: 0px;
padding-bottom: 14px;
left:0px;
bottom:0px;
}

#editable_footer
{
text-align:left;
padding: 0 0px 0 0px;
position:relative;
left:10px;
float:left;
}

#footer a
{
color:#888;
}

#footer #editable_footer a
{
color:#888;
}

#footer #editable_footer a:hover
{
color:#fff;
}


#login {
width:50px;
position:relative;
display:block;
right:3%;
clear:both;
margin:0;
float:right;
padding: 10px 0 10px 0px;
text-align:center;
}

#loginarea
{
position:relative;
width:100px;
height:20px;
float:right;
right:0;
}

#loginbox.login_hidden
{
left:auto;
right:0;
z-index:50;
}

#loginbox a {
display:block;
margin-top:-12px;
}


#login a{
color: #555;
}

#login a:hover{
color: #333;
text-decoration: underline;
}

#outer_wrapper
{
max-width:1200px;
position:relative;
margin:0 auto;
float:none;
clear:both; 
width:100%;
}

#loginbox input
{
margin-top:2px;
margin-bottom:7px;
}

/* slates and blogs */

.wfw_blog_content {
    display: block;
    position: relative;
    font-size: 15px;
    width: 99%;
    margin:0 0 0 0;
   padding:0 0 0 0;
    top: 0px;
}


.wfw_blog_content h2{
margin: 0;
padding: 0;
padding-left: 0px;
font-size: 18px;
}

.wfw_clear {
	clear: both;
}

#slatelist{
margin: 0;
}

#wfw_slate_wrapper {
position: relative;
display: block;
margin: 0;

}

#slideshow-edit #wfw_slate_wrapper
{
padding: 0 0 0 0;
left:0;
}

#slatelist p{
clear: both;
}

.wfw_slate_title{ /* TITLE OF SLATE */
font-size: 18px;
color: #eee;
font-weight: bold;
}


#blogposttitle{ /* LINK TO ACTUAL POST */
font-size: 13px;
text-decoration: none;
height: 16px;
color: #222;
}

.wfw_slatepost_title {
border: none;
}

/*tablet title*/

.wfw_slatepost_title a{
text-decoration: none;

display: block;
padding: 8px 0 0 0;
font-size: 16px;
font-weight: bold;
}

.wfw_slatepost_title a:visited {

}

.wfw_slatepost_title a:hover{

}

.wfw_blog_links a{ /* STUFF UNDERNEATH THE TITLE */
font-size: 11px;
margin: 0;
padding: 0;
border: none;
}

.slate_delete{
position: relative;
top: -12px;
}

.blog_movearrow{
position: absolute;
top: 20px;
right: 0;
display: none;
}


.wfw_slate_controls{ /* PUBLISH CONTROLS */
width: 50px;
display: block;
color: #fff;
font-size: 11px;
}

.wfw_slate_controls img{

}

.wfw_blog_title {
color: #EEEEEE;
font-size: 24px;
font-family:Arial,sans-serif;
}

#blog_editing .wfw_blogpost_title
{
width:98%;
}

#blog_editing .wfw_blogpost_title a
{
width:auto;
background:transparent;
font-size:12px; 
display:inline;
}

.wfw_blogpost_title
{
border-top:none;
border-bottom:none;
padding:0 0 0 0;
margin: 14px 0 14px 0;
}

#blog_new
{
position:relative;
float:left;
Padding-right:15px;
}

#blog_new #archive_link
{
display:none;
}

#blog_new .wfw_blogpost_title
{
border-top:none;
border-bottom:none;
padding:0 0 0 0;
margin: 0 0 0 0;
color:#eee;
font-size:17px;
line-height:1.3;
}

#blog_new #blog_editing .wfw_blogpost_title a 
{
background: transparent;
font-weight:normal;
    color:#555;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


#blog_new .wfw_blogpost_title .wfw_blog_links a
{
background: transparent;
font-weight:normal;
    color:#eee;
    font-size: 11px;
    margin: 0;
    padding: 0;
margin-left:17px;
   text-decoration: underline;
    white-space: nowrap;
}

#blog_new .wfw_blogpost_title  a{
    font-size: 17px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 0;
color:#eee;
width:316px; 
display:block;
text-decoration: none;
border: none!important;
border-top:none;
border-bottomnone;
}

.wfw_blogpost_title a {
color:#555;
text-decoration: none;
}

.wfw_blogpost_title a:hover {
color: #fff;
text-decoration: underline;
}

.wfw_blog_summary{
position: relative;
color: #000;
font-size: 14px;
font-weight: normal;
padding-top:6px;
}


.wfw_slate_breadcrumb{
position: relative;
top: 10px;
left: 0px;
padding-top: 10px;
padding-bottom:8px;
color: #eee;
font-size:12px;
font-weight:700;

}

.wfw_slate_breadcrumb a {
font-size:16px;
}

.wfw_slate_breadcrumb a:hover {
text-decoration: underline;
} 

.wfw_blog_content{
margin-top: 0px;
line-height: 1.3;
padding-bottom:14px;

}

.wfw_blog_content h2
{
font-weight:normal;
color:#555;
font-size:15px;
text-transform: uppercase;
}

#wfw_archive {
	text-align: left;
	width: 250px;
	border: 1px solid #333;
	color: #eee;
	background-color: #000;
	padding: 0 10px 10px 0;
	overflow: hidden;
}



/* STYLE 1 - Layout 0 */

.slate_layout_0 { /* LINKS LIST WRAPPER OF EACH POST */
margin: 2px 0 0 0;
border: none;
}

.slate_layout_0 a{
font-size: 12px;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin: 0;
border: none;
}

.slate_layout_0 .slate_title span{

}

.slate_layout_0 .slate_title span input{

}

.slate_layout_0 .wfw_slatepost_title { 
padding: 0 0 8px 0;
margin: 0 0 0px 0;
border-bottom: 1px solid #ccc;
border-top: none;
font-size: 16px;
}

.slate_layout_0 .wfw_slatepost_title a { 
font-size: 16px;
position: relative;
padding: 5px 0 0 0;
margin: 0;
}


.slate_layout_0 .wfw_slatepost_title a:hover { 

}


.slate_layout_0 .wfw_blog_summary a{
font-size: 9px;
font-weight: bold;
padding: 0;
margin: 0;
border: 0;
display: inline;
}

.slate_layout_0 .wfw_blog_summary a img{
padding: 0 10px 10px 0;
}


.slate_layout_0 .wfw_slate_wrapper {
width: 540px;
margin: 0;
padding: 0;

}

/* Slate Layout 1 */

.slate_layout_1 .wfw_slate_wrapper {
width: 1024px;
margin: 0;
padding: 0;
background: #000;
}

.slate_layout_1 .wfw_slatepost_title {

    background: none repeat scroll 0 0 #222222;
    display: block;
    float: left;
    font-family: "Helvetica Neue",sans-serif;
    height: 235px;
    line-height: 17px;
    margin: 20px 0 0 15px;
    overflow: hidden;
    padding: 15px 8px 5px;
    position: relative;
    text-align: center;
    width: 250px;

}

#editing .slate_layout_1 .wfw_slatepost_title {
	display: inline;
	width: 600px;
	float: none;
	border: none;
	background: transparent;
}


.slate_layout_1 .slate_title {
width: 240px;
display: block;
position: relative;
font-size: 12px;
font-weight: normal;
}

#editing .slate_layout_1 .slate_title {
	position: relative;
	left: 0px;
	top: 0px;
}

.slate_layout_1 .wfw_blog_summary {
	position: relative;
}


#editing .slate_layout_1 .wfw_blog_summary {
	position: relative;
	margin-top: 0px;
}

.slate_layout_1 .wfw_blog_summary img {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
}

.slate_layout_1 .wfw_blog_summary a img{
padding-right: 20px;
}

#editing .slate_layout_1 .wfw_blog_summary img {
	position: relative;
	top: 0px;
}

.wfw_cart {
color: #777;

}

#cart_wrapper table tr td
{
color:#000;
}

#cart_wrapper table .heading
{
color:#fff;
background:#555;
}

#cart_wrapper
{
margin-top:40px;
}

.shoppingcart 
{
width:250px;
height:70px;
padding:10px;
position:relative;
margin:0 auto;
background: #222;
top:18px;
line-height:1.2;
}

.add_to_cart {
	white-space:nowrap;
	font-size: 11px;
	font-weight: 700;
    text-align: center;
}

.add_to_cart input{
	font-size: 11px;
	font-family: verdana,sans-serif;

}

.slate_layout_1 .wfw_blog_links .add_to_cart {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
    top: -15px;
	z-index: 2;
	white-space:nowrap;
	clear: both;

}

.slate_layout_1 .wfw_blog_links .add_to_cart input{
font-size: 10px;
font-family: verdana,sans-serif;

}

#editing .slate_layout_1 .add_to_cart {
display:none;
}

.rss_feed {
/* display:none;  */
}

.slate_layout_1 .blog_readmore {
color: #eee;
font-size: 12px;
}

.slate_layout_1 .blog_readmore a{
color: blue;
}

.slate_layout_1 .blog_readmore a:visited{
color: blue;
}

.slate_layout_1 .blog_readmore a:hover{
color: blue;
}

/* Slate styles in Edit Mode */

#editing div, #editing span{
position: static;
margin: 0;
padding: 0;
float: none;
height: auto;
width: auto;
border: 0;
top: auto;
left: auto;
right: auto;
bottom: auto;
}

#editing .wfw_blog_title {
	width: 100%;
    font-size: 12px;
	font-weight: bold;
	padding: 1px 0 5px 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_title a {
	text-decoration: none;
}

.wfw_blog_breadcrumb {
color: #eee;
display:block;
margin-bottom:15px;
}

.wfw_blog_breadcrumb a{
color: #fff;
}



#editing .wfw_blog_breadcrumb {
	width: 100%;
    font-size: 11px;
	font-weight: bold;
	padding: 1px 0 5px 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_breadcrumb a {
	text-decoration: none;
}

#editing .wfw_blogpost_title {
	width: 100%;
    font-size: 14px;
	font-weight: bold;
	padding: 1px 0 1px 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #CCC;
	color: #fff;
}

#editing .wfw_blogpost_title a {
	text-decoration: none;
}

#editing .wfw_blogpost_category {
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
}

#editing .wfw_blogpost_title a:hover {
}

#editing .wfw_blog_content {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#editing .wfw_blog_links {
	float: right;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	margin: 0;
		color: #eee;
}

#editing .wfw_blog_links a {
	color: #eee;
	width: auto;
	text-decoration: underline;
	display: inline;
}

#editing .wfw_blog_links a:visited {
	color: #eee;
}

#editing .wfw_blog_links a:hover .wfw {
color: #eee;
text-decoration: underline;
}

#editing .wfw_blog_contact {
	float: left;
	width: 80%;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#editing .wfw_blog_contact a {
	color: #0033ff;
	text-decoration: underline;
}

#editing .wfw_blog_contact a:visited {
	color: #0033ff;
}

#editing .wfw_blog_contact a:hover {
	color: #f87217;
}

#editing .wfw_clear {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#editing .wfw_line {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #CCC;
}



#editing .wfw_slate_title {
	width: 100%;
    font-size: 12px;
	font-weight: bold;
	padding: 1px 0 5px 0;
	margin: 0;
	border: none;
	position: static;
}

#editing .wfw_slate_title a {
	text-decoration: none;
	position: static;
	display: inline;
}

#editing .slate_title {
display: inline-block;
width: auto;
padding: 0;

}


#editing .wfw_slate_breadcrumb {
	width: 100%;
    font-size: 10px;
	font-weight: bold;
	padding: 1px 0 5px 0;
	margin: 0;
	border: none;
}

#editing .wfw_slate_breadcrumb a {
	text-decoration: none;
}

#editing .slate_layout_0, #editing .slate_layout_1 {
	width: 100%;
    font-size: 11px;
	font-weight: bold;
	padding: 10px 0 3px 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #CCC;
	float: none;
}

#editing .wfw_slatepost_title {
}

#editing .wfw_slatepost_title a {
text-decoration: none;
float: none;
position: static;
width: auto;
padding: 0;
margin: 0;
}

#editing .wfw_blog_comment {
	width: 100%;
    font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

#editing .wfw_blog_comment_content {
	margin: 0;
	padding: 5px 10px;
}

#editing .wfw_blog_keywords {
	font-size: 10px;
}

#editing .wfw_blog_summary {
	font-weight:normal;
	font-size: 12px;
	padding: 3px 0 3px 0;
	color: #fff!important;
}

#editing .wfw_blog_summary a{
width: 110px;
}


#editing .wfw_blog_summary a img{
display: block;
clear: both;
float: none;
width: 200px!important;
height: auto!important;
}

#editing .wfw_blog_comment_title {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#editing .blogcommentform {
	width: 400px;
	background-color: #CCC;
	color: #333;
	border: 2px solid #333;
	padding: 10px;
}

#editing .blogcommentform table {
	border: none;
	padding: 5px;
}

#editing .blogcommentform th {
	border: none;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#editing .blogcommentform td {
	border: none;
	padding: 5px;
}

#editing #blog_errors {
	color: red;
	font-weight: bold;
}

#editing #blog_users {
	border: 2px solid #CCC;
	width: 500px;
}

#editing #blog_users th {
	border-bottom: 1px solid #CCC;
}

#editing #blog_settings {
	border: 2px solid #CCC;
	width: 500px;
}

#editing #blog_settings th {
	border-bottom: 1px solid #CCC;
}

#editing .wfw_slate_controls {
	position: relative;
	width: 50px;
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: both;
}

#editing .wfw_slate_controls img{
	display: inline;
	clear: right;
	float: right;
}

#editing .condensed .wfw_slate_controls
{
margin-top:-17px;
}

/* gallery slates */

#quicksand_slates.gallery .wfw_blogpost_title
{
display:none;
}

#quicksand_slates.gallery #editing .wfw_blogpost_title
{
display:block;
margin-top:25px;
margin-bottom:16px;
padding-top:10px;
padding-bottom:10px;
}

#quicksand_slates.gallery .wfw_slate_breadcrumb
{
color:transparent;
font-size:0;
}

#quicksand_slates.gallery .wfw_slate_breadcrumb a
{
color:transparent;
font-size:0;
background: url("/templates/flexibletemplate/slates/images/close.png") no-repeat;
    top: 30px;
    height: 25px;
    right: 0px;
	display:block;
    text-indent: -9999px;
    width: 25px;
	position:absolute;
    z-index:20;
}

#quicksand_slates.gallery .wfw_slate_breadcrumb
{
border-bottom:none;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 40px 60px 40px;
position:relative;
margin:0 auto;
}

#quicksand_slates.gallery 
{
/* width:900px; */
position:relative;
margin:0 auto;
top:-10px;
}

#quicksand_slates.gallery #wfw_slate_wrapper #editing .wfw_blog_summary
{
display:block;
float:left;
position:relative;
}

#quicksand_slates.gallery .wfw_blog_content img
{
vertical-align:middle;
text-align:center;
position:relative;
margin:0 auto;
display:block;
top:15px;
}

.rss_feed
{
display:none;
}

/* Date Picker Calendar */


/* the div that holds the date picker calendar */
.dpDiv {
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background-color: #ece9d8;
border: 1px solid #AAAAAA;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
border: 1px solid #ece9d8;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
background-color: #aca998;
border: 1px solid #888888;
cursor: pointer;
color: red;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: white;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
font-size: 12px;
color: gray;
font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
color: #4060ff;
font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
}

/*Used to Style RSS feeds from Blogs or SLates */

#feed_box{
font-size: 10px;
width: 100%;
float: left;
/* margin-top: 20px; */
padding-bottom: 0;
padding: 10px 5px 40px 7px;
overflow: hidden;
background: #fff;
/* border: 1px solid red; */
}

#feed_box #viewall
{
padding-left:10px;
}

#feed_box span.styled{
display: block;
/* border: 2px solid #000; */
width: 100%;
/* padding: 5px; */
}

#feed_box span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#feed_box span.styled ul li{
margin-bottom: 10px;
}

#feed_box span.styled ul li a{
text-decoration: none;
color: #7d1a38;
font-weight: bold;
}

#feed_box span.styled ul li a:hover{
color: #000;
}

#feed_box span.styled .rss_date{
color: #666;
font-size: 10px;
}


/*
#feed_box blockquote {
margin: 0;
padding: 0;
background: #000;
}
*/



#calendar_upcoming {
}

/*Styles for RSS or feed into area on page */
#rss_items {
font-size: 11px;
}

.rss_title { 
 background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    display: block;
    font-family:'Poller One', sans-serif;  font-variant:small-caps;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0px 3px 0px 7px;
    position: relative;
    text-align: center;
    width: 100%;
}
.rss_items { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
margin: 0 0 0 10px;
padding: 0;
}
/*This is the text of each feed item */
.rss_item { 
font-family: "Verdana", Arial, sans-serif;
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
PADDING-BOTTOM: 7px;

}
/*this is each RSS Item Title*/
.rss_item a { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #06C; 
}
.rss_date { 
font-family: "Verdana", Arial, sans-serif;
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #000000; ; 
clip:    rect(   ); 
list-style-image: none
}
.rss_box { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
}

/* Starts Here */


ul.rss_items{
display: block;
position: relative;
margin: 0;
padding: 0;
}

li.rss_item{
display: block;
position: relative;
margin: 0;
padding: 0 0 20px 0;
}

a.rss_item{
color: #4e0d8d;
font-size: 12px;
font-weight: bold;
padding: 0;
margin: 0;
/* margin-bottom: 20px; */
}


a.rss_item:hover
{
color: #242be2;
}

/* Sitemap Draggable Tabs */

ul#sitemap_tabs{
margin:0 0 0 30px;
padding: 0;
list-style: none;
width: 450px;
list-style-position:outside;
list-style-type:none; 
}


ul#sitemap_tabs li {
position: relative;
display: block;
list-style: none;
padding: 0;
margin: 0;
width: 450px;
height: 24px;
list-style-type:none; 
list-style-position:outside;
overflow: hidden;
clear:both;
}

ul#sitemap_tabs li a{
position: relative;
display: block;
padding: 0;
margin: 0;
text-decoration: underline;
white-space:nowrap;

}


ul#sitemap_tabs li span{
position: relative;
display: block;
width: 450px;
height: 20px;
padding: 0;
margin: 0;
}


ul#sitemap_tabs li.tab_2 a{
padding-left:40px;
}

ul#sitemap_tabs li.tab_2 span{
padding-left:40px;
}

ul#sitemap_tabs li.tab_3 a{
padding-left:80px;
}

ul#sitemap_tabs li.tab_3 span{
padding-left:80px;
}


/* custom blog styles */

#blog_right
{
position:relative;
top:0px;
right:-6px;
float:right;
width:190px;
margin:0 0 0 0;
}

#blog_right strong
{
}

#blog_right a {
/* color: #eee; */

}

#blog_right a:hover {

text-decoration: underline;
}

#blogcontent
{
position:relative;
float:left;
left:30px;
width:660px;
color: #eee;
}

.wfw_blog_keywords
{
display:none;
}

#archive_link
{
/* display:none; */
}


/*
ul.mktree {
background: #000;
}
*/


ul.mktree li .bullet, ul#cat_list {
     margin-left:0px;
     font-size:14px;
	padding-left:14px;
}

#blog_right ul.mktree li .bullet, #blog_right ul#cat_list {
     font-size:14px;
}

#blog_right ul.mktree li ul li {
    font-size: 14px;
}

ul.mktree li {
font-size: 14px!important;
}


ul.mktree li a:hover {
color: #fff;
}


#blogcontent a
{

}


/* area for video */
#video 
{
/* background:#4e0d8d; */
margin-bottom:15px;
position:relative;
left:0;
}

#video2 
{
width:470px;
background:#bababa;
border:#7a7a7a solid 1px;
height:400px;
margin-bottom:15px;
position:relative;
margin:0 auto;
}



#video a img 
{
border:solid 3px #000;
border-left:none;
border-right:none;

}

#videothumbs
{
position:relative;
width:470px;
padding-top:10px;
padding-left:20px;
text-align: left;

}

/* styles for lists */

#leftcol ul
{
list-style-type:none;
margin-left:0;
padding:0 0 0 10px;
}

ul li
{
margin-bottom:6px;
margin-left:0;
}


/* line rule styles */

hr
{
clear:both;
display:block;
padding:10px 0 10px 0;
border:none;
border-bottom: 1px solid;
color:#afafaf;
}

#fullpage_content ul
{
list-style-type:none;
}


ul
{
list-style-type:none;
}

.clearall
{
clear:both;
display:block;
width:100%;
background:transparent;
height:0px;
}

#chccr_logo
{
position:absolute;
top:90px;
right:78px;
z-index:20;
width:300px;
}

/* styles for the slideshow  */

#slide_date
{
z-index:5;
position:absolute;
right:79px;
top:85px;
width:250px;
}

#slide_logo
{
z-index:7;
position:absolute;
top:54px;
left:115px;
width:250px;
}

#slide_logo_edit
{
width:250px;
position:relative;
float:left;
clear:left;
}		

#slide_date_edit
{
position:relative;
float:left;
width:250px;
margin-left:15px;
clear:right;
}

#sliderule
{
position:relative;
display:block;
width:950px;
left:15px;
border:none;
height:1px;
background:#969696;
}


.tab_2
{
margin:5px 0 5px 20px;
}

.tab_1
{
margin: 5px 0 5px 0;
}

#search {
display: block;
position: absolute;
top: 138px;
right: 0px;
width: 230px;
padding: 0;
margin: 0;
z-index: 99;
/* border: 1px solid red; */
display: none;
}


/* Added 101212 to remove blog date and blog title from feed to homepage  */

.wfw_blog_date {
display: none;
}

#socialmedia {
display: block;
position: absolute;
top: 10px;
right:0px;
width:auto;
z-index: 20;
/* border: 1px solid red; */
}


#feed_box .wfw_postfeed
{
margin-bottom:10px;
display:block;
}

#feed_box .wfw_postfeed_date
{
display:block;
clear:both;
}

#feed_box span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#feed_box span.styled ul li{
margin-bottom: 10px;
}

#feed_box span.styled ul li a{
text-decoration: none;
color: #000;
font-weight: bold;
}

#feed_box span.styled ul li a:hover{
color: #000;
text-decoration: underline;
}

#feed_box span.styled .rss_date{
color: #999;
font-size: 10px;
display: none;
}


/* blog feed in content area with thumbnails */

#homepage_content .wfw_postfeed_thumb
{
display:block;
left:0;
float:left;
position:relative;
padding: 10px 0 0 0;
height: 140px;
margin-left:10px;
}

#homepage_content .wfw_postfeed_summary
{
width:200px;
display:block;
position: relative;
float:right;
padding: 0;
margin:0;
padding-top: 10px;
text-align: left;
padding-right: 10px;
color: #eee;
}


#homepage_content .wfw_postfeed_date
{
font-size:10px;
width: 240px;
margin-left:10px;
text-align: left;
float: left;
clear: both;
padding-top: 10px;
}

#homepage_content .wfw_postfeed_title
{
width: 300px;
height: 20px;
font-size:14px;
margin-left:10px;
text-align: left;
float: left;

}

#homepage_content .wfw_postfeed_title a{
color: #eee;
}


#homepage_content .wfw_postfeed
{
display: block;
position:relative;
width:328px;
height: 200px;
overflow: hidden;
padding:0px;
float: left;
/* border: 1px solid red; */
margin-left: 15px;
margin-bottom: 5px;
border: 1px solid #444;
/* border-bottom: 3px solid #777; */
/* background: #fefefe; */
}

#homepage_content .wfw_postfeed a {
color: #66c7D2;
}

#homepage_content h2 {
color: #555;
font-family: Arial, sans-serif;
font-size: 18px;
}

#socialicons
{
position:relative;
clear:both;
width:227px;
float:right;
right:20px;
}

#socialicons img
{
display:block;
float:left;
padding:8px 0px 8px 5px;
}


#homepagetitle
{
background:#bbb;
/* height:33px; */
width:940px;
/* top:0; */
padding: 5px 0 5px 20px;
margin: 0;
color: #fff;
}

#homepagetitle h1 {
font-family: Arial, sans-serif;  
font-variant:small-caps;
font-size:13px;
margin: 6px 0 0 0;
font-weight:normal;
font-variant:normal;
text-transform:none;
}

#gallery
{
width:910px;
position:relative;
margin: 0 auto;
padding:14px;
left:-12px;
}

img#gallery
{
width:auto;
position:static;
margin:auto;
padding: 0 0 0 0;
clear:none;
}

/* homepage squares */


#home_title_left h3
{
position:relative;
float:left;
width:315px;
color: #373737;
padding: 0 20px 0 0px;
font-size: 24px;
font-variant: small-caps;
}

#home_title_mid h3
{
position:relative;
float:left;
width:315px;
/* margin-right:45px; */
color:#555;
color: #373737;
padding: 0 0 0 0px;
font-size: 24px;
font-variant: small-caps;
}

#home_title_right h3
{ 
position:relative;
float:left;
width:280px;
/* margin-right:10px; */
color:#555;
color: #373737;
padding: 0 0 0 20px;
font-size: 24px;
font-variant: small-caps;
}

#home_left
{
position:relative;
float:left;
width:320px;
padding-right: 15px;
padding-left: 0px;
/* height:200px; */
/* margin-right:48px; */
/* margin-left:20px; */
}

#home_mid
{
position:relative;
float:left;
width:320px;
/* height:200px; */
/* margin-right:45px; */
}

#home_right
{
position:relative;
float:right;
width:320px;
right:0;
margin-left:10px;
/* height:200px; */
}


/* #searchfield
{
position:relative;
display:block;
width:200px;
padding:2px 2px 4px 5px;
margin-right:11px;
background:#fff;
border: solid 1px #888;
height:19px;
line-height:1.7;
left:26px;
} */

#searchsubmit
{
position:relative;
display:block;
float:left;
top:5px;
left:404px;
border:none;
}


#searchdates
{
position:relative;
display:block;
top:5px;
right:60px;
border:none;
}

#searchheader
{
position:relative;
display:block;
font-weight:normal;
font-size:16px;
margin-right:11px;
top:3px;
left:20px;
clear:both;
width:100%;
}

#main_content #area_1_data.editable 
{
display:block;
position:relative;
margin:10px 0 10px 0;
clear:both;
}

#search_form
{
display:block;
position:relative;
left:0px;
width:100%;
clear:both;
top:4px;
}

#searchdates ul
{
height:22px;
width:100%;
margin: 0 0 5px 0;
padding: 0 0 0 0;
display:block;
position:relative;
left:74px;
}


#searchdates ul li{
display: inline-block;
position: relative;
font-size: 14px;
height: 22px;
float:left;
margin: 0;
padding: 0px 0px 0px 0px;
list-style: none;
text-align: center;
line-height: 1.5;
text-transform:uppercase;
}


#searchdates ul li a {
display: inline-block;
position: relative;
text-decoration: none;
padding: 0px 22px 0px 22px;
margin: 0;
color: #333;
height: 22px;
background:#ddd;
border-right: solid 3px #fff; 
}


#searchdates ul li a:hover
{
background:#444;
color:#fff;
}


/* #prev_tablet a
{
font-size:0px;
color:transparent;
background-image: url(/templates/flexibletemplate/images/leftarrow.png);
background-position:top left;
background-repeat:no-repeat;
width:18px;
height:24px;
display:block;
float:left;
position:relative;
left:15px;
top:10px;
}

#next_tablet a
{
font-size:0px;
color:transparent;
background-image: url(/templates/flexibletemplate/images/rightarrow.png);
background-position:top right;
background-repeat:no-repeat;
width:18px;
height:24px;
display:block;
float:right;
position:relative;
right:7px;
top:10px;
} */

#next_tablet, #prev_tablet
{
font-size:0;
color:transparent;
}



#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:400px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 540px;
top:0px;
/* background:#323232; */
}

#prev_tablet a:hover {
background-image: url(/templates/flexibletemplate/images/arrow_lt_over.png);
}

#next_tablet a:hover {
background-image: url(/templates/flexibletemplate/images/arrow_rt_over.png);
}


#ss_controls a {
    color: #999999;
}
#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 442px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.txtCont a{
color: #fff!important;
text-decoration: underline!important;
}

.TB_Wrapper {
	margin: 0 auto;
    position:relative;
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}


.image-grid li {
  width: 250px;
  margin: 20px 0 0 15px;
  float: left;
  position:relative;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  padding:23px 8px 20px 8px;
  display:block;
  height: 205px;
  overflow: hidden;
  background: #1c1c1c;

}


.txtCont span
{
display:block;
position:relative;

font-size: 20px;
font-family: 'Exo',sans-serif;
/* color: #f48222; */
color: #fff!important;
line-height: 1;

background-color: rgba(000,000,000,.5);
    border-radius: 0;
    height: 34px;
    width: 560px;
    padding: 20px 15px 15px 15px;
    z-index: 2;
margin-top:-30px;
/*
width: 500px;
height: 200px;
*/
z-index: 99;
}


/* Portrait */
@media only screen and (max-width: 321px) 
{

	/* #header {width:320px; overflow:hidden; position:relative; margin:0 auto;}
	#outer_wrapper { width: 320px;} */
	#footer_container {overflow:hidden;}
	#topnav {top:0;}
	#content.home {
	padding-left:0;
	}

	.home #form_wrapper
	{
	margin-left:-10px;
	}

	#content #toparea ul li a {
	width: 260px;
    min-height:24px;
	}

	#content.home #toparea ul { 
	left:-5px;
	}

	#content #toparea ul { 
	width: 250px;
	left:-4px;
	}


	#inner_content {
	padding:0px 10px 20px 10px;
	}

	.slate_title {
	display: block;
	width: 125px;
	float:left;
	}

	.wfw_blog_summary{
	width: 280px;
	}

	.wfw_blog_links {
	width: 100px;
	}

	img {
	border:none;
	max-width:100%;
	height:auto;
	}


	#content img{
	border:none;
	max-width:99%;
	height:auto;
	}


	#login {
	display: none;
	}

.TB_Wrapper {
	width: 310px;
	height: 130px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
}

#quicksand_slates.gallery {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.image-grid li
{
position:relative;
margin:0 0 0 15px;
float:none;
left:-45px;
width: 250px;
  position:relative;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  padding:23px 8px 20px 8px;
  display:block;
  height: 205px;
  overflow: hidden;
  background: #1c1c1c;
  margin-top:14px;
}

.navHolder
{
top:165px;
left:72px;
}

.outercapholder
{
top:112px;
margin-left:-200px;
}

.txtCont span
{
top:0px;
font-size:14px;
margin-left:-100px;
}


#socialmedia {
    display: block;
    position: absolute;
    left: 16px;
    top:95px;
    width: auto;
    z-index: 20;
}

#header
{
padding-bottom:20px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:70px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 190px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 90px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}



#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 10px 60px 10px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
width: 265px;
}

}
 
/* Landscape */
@media only screen and (min-width: 322px) and (max-width: 719px) 
{
	/* #header {width:480px; position:relative; margin:0 auto;}
	#outer_wrapper {width: 480px;  margin:0 auto;}
	#innercontent{width:480px;}
	#footer_container {width: 480px; }
	#content {width:440px;} */
	#topnav {top:0;}

#content #toparea ul li a
	{
	width: 95%;
    min-height:24px;
	position:relative;
	display:block;
	}
	.home #topnav #dropnav {display:block;}
	#content  #toparea ul
	{ 
	max-width: 440px;
	left: 0px;
	margin: 0 auto;
	padding: 0 0 0 0;
		}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 20px 60px 20px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
}

	.slate_title {
	display: block;
	width: 300px;
	float:left;
	}

	.wfw_blog_summary{
	width: 440px;
	}

	.wfw_blog_links {
	width: 100px;
	}

	#content.home img {
	margin-left:65px;
	display:block;
	}

	img {
	border:none;
	max-width:100%;
	height:auto;
    }
	
	#content img {
	border:none;
	max-width:98%;
	height:auto;
    }

	#login {
	display: none;
	}

.TB_Wrapper {
	width: 478px;
	height: 200px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
}
.image-grid li
{
position:relative;
margin:0 auto;
float:none;
width: 250px;
  position:relative;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  padding:23px 8px 20px 8px;
  display:block;
  height: 205px;
  overflow: hidden;
  background: #1c1c1c;
  margin-top:14px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:120px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 260px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 150px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.navHolder
{
top:235px;
left:76px;
}

.outercapholder
{
top:142px;
margin-left:-200px;
}

.txtCont span
{
top:0px;
font-size:14px;
margin-left:-100px;
}

#socialmedia {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 180px;
    z-index: 20;
}
}

@media only screen and (min-width: 720px) and (max-width: 767px)
{
#outer_wrapper {
width: 100%;
/* min-width: 720px; */
margin: 0 auto;
padding: 35px 0 0px 0;
position:relative;
background:#000;
}

#socialmedia {
    display: block;
    position: absolute;
    right: -5px;
    top: 10px;
    width: auto;
    z-index: 20;
}

#socialmedia .stButton .chicklets
{
background-repeat: no-repeat;
    display: inline-block;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 16px;
    padding-left: 14px;
    padding-right: 3px;
    white-space: nowrap;
}

#wrapper{
position:relative;
display:block;
margin: 0px auto;
/* width: 720px; */
width: 96%
padding: 0px 2% 15px 2%;
background: #000;
min-height:500px;
}

#innerwrapper{
position: relative;
display: block;
margin: 0 auto;
/* width: 720px; */
padding: 0px 0 0 0;
border: none;
color:#000;
}


#header{
position:relative;
display:block;
/* width: 720px; */
color: #fff;
clear:both;
padding: 0px 0 0px 0px;
left:0px;
margin: 0 auto;
top:0px;
min-height:90px;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 20px 60px 20px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
/* width: 610px; */
}

.TB_Wrapper {
	width: 720px;
	height: 450px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
}

#slideshow
{
/* width:718px; */
}

#footer
{
/* width:720px; */
margin: 0 auto;
}

#editable_footer
{
max-width:350px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:210px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 380px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 256px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.txtCont span
{
top:0px;
margin-left:-100px;
}

.navHolder
{
top:357px;
left:67px;
}

.outercapholder
{
top:277px;
}
}

@media only screen and (min-width: 768px) and (max-width: 985px)
{
#outer_wrapper {
width: 100%;
/* min-width: 768px; */
margin: 0 auto;
padding: 35px 0 0px 0;
position:relative;
background:#000;
}


#wrapper{
position:relative;
display:block;
margin: 0px auto;
/* width: 768px; */
padding: 0px 5px 15px 5px;
background: #000;
min-height:500px;
}

#innerwrapper{
position: relative;
display: block;
margin: 0 auto;
padding: 0px 0 0 0;
border: none;
color:#000;
}


#header{
position:relative;
display:block;
color: #fff;
clear:both;
padding: 0px 0 0px 0px;
left:0px;
margin: 0 auto;
top:0px;
min-height:90px;
}

#footer
{
margin: 0 auto;
}



.TB_Wrapper {
	width: 768px;
	height: 450px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
}
	


#quicksand_slates.gallery 
{
width:700px;
position:relative;
margin:0 auto;
top:-10px;
}

.demo
{
width:700px;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 20px 60px 20px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:270px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 410px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 302px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.txtCont span
{
margin-left:-100px;
}

.navHolder
{
top:380px;
left:76px;
}

.outercapholder
{
top:302px;
}
}

@media only screen and (min-width: 986px) and (max-width: 1000px)
{
#outer_wrapper {
width: 100%;
margin: 0 auto;
padding: 35px 0 0px 0;
position:relative;
background:#000;
}

#wrapper{
position:relative;
display:block;
margin: 0px auto;
padding: 0px 5px 15px 5px;
background: #000;
min-height:500px;
}

#innerwrapper{
position: relative;
display: block;
margin: 0 auto;
padding: 0px 0 0 0;
border: none;
color:#000;
}


#header{
position:relative;
display:block;
color: #fff;
clear:both;
padding: 0px 0 0px 0px;
left:0px;
margin: 0 auto;
top:0px;
min-height:90px;
}

.TB_Wrapper {
	width: 986px;
	height: 450px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;

}

#blog_new
{
position:relative;
float:left;
Padding-right:15px;
}
#quicksand_slates.gallery 
{
width:870px;
position:relative;
margin:0 auto;
top:-10px;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 40px 60px 40px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
width:810px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:360px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 500px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 392px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.navHolder
{
top:480px;
left:42px;
}

.outercapholder
{
top:362px;
}

	}

@media only screen and (min-width: 1001px) and (max-width: 1023px)
{
#outer_wrapper {
width: 100%;
margin: 0 auto;
padding: 35px 0 0px 0;
position:relative;
background:#000;
}


#wrapper{
position:relative;
display:block;
margin: 0px auto;
padding: 0px 5px 15px 0px;
background: #000;
min-height:500px;
}

#innerwrapper{
position: relative;
display: block;
margin: 0 auto;
padding: 0px 0 0 0;
border: none;
color:#000;
}

#footer
{
width:100%;
margin: 0 auto;
}


#header{
position:relative;
display:block;
color: #fff;
clear:both;
padding: 0px 0 0px 0px;
left:0px;
margin: 0 auto;
top:0px;
min-height:90px;
}

.TB_Wrapper {
	width: 990px;
	height: 450px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
}


.navHolder
{
left:32px;
top:485px;
}

#blog_new
{
width:720px;
position:relative;
float:left;
Padding-right:15px;
}

#quicksand_slates.gallery 
{
width:850px;
position:relative;
margin:0 auto;
top:-10px;
}

#quicksand_pages #wfw_slate_wrapper
{
/* width:800px; */
position:relative;
left:32px;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 80px 60px 80px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
width:700px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:380px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 520px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 442px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.txtCont span
{
top:80px;
}

.outercapholder
{
top:295px;
}
	}

@media only screen and (min-width: 1024px) and (max-width: 1099px) 
{

#outer_wrapper {
width: 100%;
margin: 0 auto;
padding: 35px 0 0px 0;
position:relative;
background:#000;
}


#wrapper{
position:relative;
display:block;
margin: 0px auto;
padding: 0px 2% 15px 2%;
width:96%;
background: #000;
min-height:500px;
}

#innerwrapper{
position: relative;
display: block;
margin: 0 auto;
padding: 0px 0 0 0;
border: none;
color:#000;
}




#header{
position:relative;
display:block;
color: #fff;
clear:both;
padding: 0px 0 0px 0px;
left:0px;
margin: 0 auto;
top:0px;
min-height:90px;
}



.TB_Wrapper {
	width: 1020px;
	height: 450px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
}

.navHolder
{
left:68px;
top:480px;
}

#blog_new
{
/* width:720px; */
position:relative;
float:left;
Padding-right:15px;
}

#quicksand_slates.gallery 
{
width:900px;
position:relative;
margin:0 auto;
top:-10px;
}

#quicksand_pages #wfw_slate_wrapper
{
/* width:800px; */
position:relative;
left:32px;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 60px 80px 60px 80px;
/* width:650px; */
position:relative;
margin:0 auto;
top:15px;
width:745px;
}

#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:380px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 520px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 442px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.outercapholder
{
top:365px;
}

	}

@media only screen and (min-width: 1099px)
{

#outer_wrapper {
width: 100%;
margin: 0 auto;
padding: 35px 0 0px 0;
position:relative;
background:#000;
}


#wrapper{
position:relative;
display:block;
margin: 0px auto;
width:96%;
padding: 0px 2% 15px 2%;
background: #000;
min-height:500px;
}

#innerwrapper{
position: relative;
display: block;
margin: 0 auto;
padding: 0px 0 0 0;
border: none;
color:#000;
}


#header{
position:relative;
display:block;
color: #fff;
clear:both;
padding: 0px 0 0px 0px;
left:0px;
margin: 0 auto;
top:0px;
min-height:90px;
}

.TB_Wrapper {
	width: 1100px;
	height: 450px;	
	background: #000 url(trans_banner/preloader.gif) center center no-repeat;		
	}

.TB_Wrapper img
{
position:relative;
text-align:center;
margin: 0 auto;
width: 1100px;
height:auto;
}

.navHolder
{
left:67px;
top:483px;
}

#blog_new
{
/* width:780px; */
position:relative;
float:left;
Padding-right:15px;
}

#quicksand_slates.gallery 
{
width:900px;
position:relative;
margin:0 auto;
top:-10px;
}

#quicksand_pages #wfw_slate_wrapper
{
/* width:800px; */
position:relative;
left:0px;
}

#quicksand_slates.gallery #quicksand_pages .wfw_blog_content
{
background:#222;
padding: 40px 0 0 50px;
/* width:650px; */
position:relative;
margin:0 auto;
width:80%;
top:20px;
}

#quicksand_slates.gallery .wfw_slate_breadcrumb a
{
right:90px;
top:60px;
}


#prev_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_lt.png);
display:block;
float:left;
position:absolute;
left:450px;
top:0px;
/* background:#323232; */
}

#next_tablet a
{
font-size:0px;
color:transparent;
width:20px;
height:25px;
background-image: url(/templates/flexibletemplate/images/arrow_rt.png);
display:block;
float:right;
position:absolute;
left: 660px;
top:0px;
/* background:#323232; */
}

#ss_start_stop {
    color: #777777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 517px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100px;
    z-index: 1;
}

.outercapholder
{
top:365px;

}

#content, #inner_content, #quicksand_slates.gallery
{
width:1100px;
/* padding-left:0; */
padding-right:0;
}

.demo
{
width:100%;
}

.image-grid li {
    background: none repeat scroll 0 0 #1C1C1C;
    display: block;
    float: left;
    font-family: "Helvetica Neue",sans-serif;
    height: 205px;
    line-height: 17px;
    margin: 20px 20px 0 0px;
    overflow: hidden;
    padding: 23px 4px 8px 4px;
    position: relative;
    text-align: center;
    width: 250px;
}

ul#list
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.image-grid li:nth-child(4n+4)
{
margin-right:0;
}


	}


.TB_Wrapper img
{
height:auto;
width:100%;
}

.wfw_blog_summary
{
display:none;
visibility:hidden;
}

#editing .wfw_blog_summary
{
display:block;
visibility:visible;
}

.wfw_blog_content
{
overflow:hidden;
}

.wfw_blog_content img
{
max-width:100%;
height:auto;
}



@media only screen and (max-width: 800px)
{

.contactform table, .contactform table tr, .contactform table th, .contactform table td, .contactform table tbody
{
display:block;
width:100%;
}

.contactform table th
{
width: 94%;
padding-left:3%;
padding-right:3%;
}

.contactform table tr td
{
text-align:left!important;
padding-left:3%;
}

}