@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Trade+Winds);

div#banner {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #222222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#222222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#222222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

/* dropdown menu top level */
div#top_menu div.handheld_hidden{
background: #202020; /* Old browsers */
background: -moz-linear-gradient(top,  #202020 0%, #165c64 24%, #00e5ff 40%, #93f4ff 50%, #00e5ff 59%, #165c64 73%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(24%,#165c64), color-stop(40%,#00e5ff), color-stop(50%,#93f4ff), color-stop(59%,#00e5ff), color-stop(73%,#165c64), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
/* dropdown menu sub items */
div#top_menu div.handheld_hidden>ul>li>ul{
background: #202020; /* Old browsers */
background: -moz-linear-gradient(45deg,  #202020 0%, #165c64 24%, #00e5ff 40%, #93f4ff 50%, #00e5ff 59%, #165c64 73%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#202020), color-stop(24%,#165c64), color-stop(40%,#00e5ff), color-stop(50%,#93f4ff), color-stop(59%,#00e5ff), color-stop(73%,#165c64), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* IE10+ */
background: linear-gradient(45deg,  #202020 0%,#165c64 24%,#00e5ff 40%,#93f4ff 50%,#00e5ff 59%,#165c64 73%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}





div#content_wrapper {
box-shadow: 0px 0px 100px 10px rgba(255, 120, 0, 0.75);
-moz-box-shadow: 0px 0px 100px 10px rgba(255, 120, 0, 0.75);
-webkit-box-shadow: 0px 0px 100px 10px rgba(255, 120, 0, 0.75);
}

div#content_wrapper {
background: #090909; /* Old browsers */
background: -moz-linear-gradient(45deg,  #090909 1%, #000000 20%, #474747 46%, #222222 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#090909), color-stop(20%,#000000), color-stop(46%,#474747), color-stop(87%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #090909 1%,#000000 20%,#474747 46%,#222222 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #090909 1%,#000000 20%,#474747 46%,#222222 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #090909 1%,#000000 20%,#474747 46%,#222222 87%); /* IE10+ */
background: linear-gradient(45deg,  #090909 1%,#000000 20%,#474747 46%,#222222 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090909', endColorstr='#222222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media only screen and (min-width: 905px) {
div#content_wrapper {
-webkit-border-radius: 0;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius: 0;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-radius: 0;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-top: 30px;
}
}

@media only screen and (min-width: 905px) {
div#footer {
-webkit-border-radius: 0;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius: 0;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
border-radius: 0;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
}
/* Stylesheet: smoother_fonts_and_gradients Modified On 2014-04-22 01:51:25 */
body {
	margin: 0;
        font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	}

a img {border : 0;} /* this is for ie */

a {text-decoration:none;}

div#content_wrapper, div#footer {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    }

div#content_wrapper {
    background-color:#222;
    border:#352809 2px solid;
    }

/* this is the banner */
div#banner img#logo {
    height: auto;
    }
div#contact_details {
    color: #00A0B2;
    font-size: 1.1em;
    }
div#contact_details a{
    text-decoration:none;
    color: #00A0B2;
    }
div#contact_details a:hover{
    text-decoration:underline;
    }

/* this is the footer */
div#footer {
    padding:10px 5px;
    margin: 20px auto 0px;
    text-align:center;
    color: #ECECEC;
    font-size: .8em;
    background-color:rgba(0, 0, 0, 0.5);
}
div#footer p {
background:blue;
}
div#footer ul{
  margin: 0;
  padding:0;
  list-style-type: none;
}
div#footer ul li{
  display: inline; 
  margin: 0 5px;
}
div#footer a {color:#FF952B;}
div#footer a:hover {color:#05E5FF;}

div#smootherstats {
    position: absolute;
    top: -10000px;
    }
/* Stylesheet: smoother_layout Modified On 2014-04-22 03:49:59 */
body, div#right_border {
	background-repeat:repeat-y;
}
body {
	background-image:url(/uploads/template/flames_back_left.jpg);
	background-attachment:fixed;
	background-position:left top;
	background-color:#000;
	margin:0; 
}
div#right_border {/* this creates a right side fixed background image */
	position:fixed !important;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url(/uploads/template/flames_back_right.jpg);
	background-position:right top;
	z-index:-1;
}

@media only screen and (max-width: 905px) {
/* remove the background images when content is almost 100% width */
body {background-image:none;}
div#right_border {display:none;}

}
/* Stylesheet: smoother_background Modified On 2014-04-11 23:59:23 */
/* horizontal dropdown menu based on artisteer template */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  padding: 2px;
  margin: 0;
  border: 1px solid #558;
}

.artmenu ul ul
{
  padding: 0 10px 10px;
  margin: 0 0 -10px;
}

/* menu structure */


/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 26px;
  display: block;
}

.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid black;
}

.artmenu a span span
{
  text-decoration: none;
  margin: 0 1px;
  line-height: 26px;
  padding: 0 22px;
  text-align: center;
}
/* end MenuItem */


/* begin MenuSubItem */
.artmenu ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 24px;
  overflow:hidden;
  line-height: 24px;
  margin-right: auto;  
  padding-right: 10px;

}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 24px;
  font-style: normal;
  text-decoration: none;
}

.artmenu ul ul a
{
  margin-left: auto;
}

/* end MenuSubItem */


/* this removes the hierarchy numbers from the sub items */
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
} 

/* Stylesheet: smoother_dropdown_menu Modified On 2014-04-22 03:44:20 */
/* vertical menu intended for mobile devices */

ul.vertmenu {
	list-style-type:none;
	padding: 0;
        margin:0;
}
ul.vertmenu li {
position: relative;
	width:100%
}
ul.vertmenu li a {
	text-decoration: none;
	display: block;
	padding:5px 5px 5px 10px;
}
ul.vertmenu>li ul li a{
font-size: .75em;
}
ul.vertmenu li a.parent :after{
content: '';
position: absolute;
top: 10px;
right: 10px;
width: 0px;
height: 0px;
border: 8px solid transparent;
border-left: 8px solid;
}



/* Stylesheet: smoother_vertical_menu Modified On 2014-04-15 17:45:10 */
/* applies to both vertical and dropdown menus located inside the top_menu container */

div#top_menu {
  margin:auto;
  font-size: 1.3em;
}
div#top_menu a {
  margin: 0 4px 4px 0;
}
div#top_menu a{
  transition: 1.5s background-color;
  -webkit-transition: 1.5s background-color;
  -moz-transition: 1.5s background-color;
  -o-transition: 1.5s background-color;
  background-color: #00E5FF;
  color:#222;
}
div#top_menu a:hover {
  background-color: #Ff8000;
  color:#B90000;
  border-color: orange;
}


/* applies to the dropdown menu only */

div#top_menu div.handheld_hidden{
  padding: 4px 1% 0;
}


/* Stylesheet: smoother_top_menu Modified On 2014-04-22 03:15:39 */
div#content {
    margin: 0 25px 25px;
    color: #ECECEC;
    }

div#content h1 {
    padding-top:55px;
    color: #FE4101;
    font-size: 220%;
    font-family: 'Trade Winds', "Times New Roman", Times, serif;
    }

div#content h2, div#content h3, div#content h4, div#content h5 {
    color: #00E5FF;
    font-family:"Times New Roman", Times, serif;
    }
div#content h6 {
    font-size: 110%;
    border-top: solid 1px #555;
    }



div#st_1 {display:none;}/*hides slideshow no flash content*/

div#content a {color:#05E5FF; text-decoration:underline;}
div#content a:hover {color:#FF952B; text-decoration:none;}



div#content blockquote p:first-child {

  background-image: url(/uploads/template/blockquote_01.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 10px 0 0 0;
  text-indent: 50px;
  }
div#content blockquote {
    font-style:italic;
    padding: 1px 50px 1px 20px;
    margin: 40px 0 0 0;
    display: block;
    background-image: url(/uploads/template/blockquote_02.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #444;
    border-top: 1px solid #666;
}

.playlist
{
-webkit-column-count:2; /* Chrome, Safari, Opera */
-moz-column-count:2; /* Firefox */
column-count:2;

-webkit-column-gap:40px; /* Chrome, Safari, Opera */
-moz-column-gap:40px; /* Firefox */
column-gap:40px;

-webkit-column-rule:4px outset #222; /* Chrome, Safari, Opera */
-moz-column-rule:4px outset #222; /* Firefox */
column-rule:4px outset #222;
}

div.smoother_form {
	padding: 5px;
        background-color: #222;
}
div.smoother_form label {

    padding-top: 9px;
    display:block;
    font-size: 90%;
}
div.smoother_form textarea {
    width:98%;
}
.captcha {
    margin: 0.5em 0;
    text-align: center;
    width: 200px;
}
.captcha img {
    border: 1px solid #C8D221;
    margin-bottom: 0.5em;
}
.captcha input {
    margin-top: 0.5em;
    width: 196px;
}
div.error_message {
    color: #0f0;
    font-weight: bold;
}

div.heading {
    width: 100%;
    background:no-repeat right;
}
/* Stylesheet: smoother_content Modified On 2015-01-24 05:24:04 */
/*this is to target normal size screens*/

@media only screen and (min-width: 600px) {


.handheld_hidden {display:inherit;}
.handheld_show {display:none;}

div#banner img#logo {
    width: 52%;
    float:left;
    }
div#contact_details {
    padding: 10px 5px 0 0;
    float:right;
    text-align:right;
}
#slideshow {float:right; margin-left:6px; border:solid #00A0B2 2px;}

div#content h1 {
        text-shadow: 0 0 20px #fefcc9,
                     10px -10px 30px #feec85,
                     -20px -20px 40px #ffae34,
                     20px -30px 35px #ec760c,
                     -20px -40px 40px #cd4606,
                     0 -50px 65px #973716,
                     10px -70px 70px #451b0e;
    }

}

@media only screen and (max-width: 599px) {
/*this is to target smartphones*/

.handheld_hidden {display:none;}
.handheld_show {display:inherit;}
div#banner {text-align:center;}
div#banner img#logo {width: 80%;}
div#contact_details img {vertical-align: middle;}
div#content {margin: 0 5px;}
#slideshow {float: none; margin-left:0;}

}

/* Stylesheet: smoother_handheld Modified On 2015-01-24 05:26:01 */
/* these styles have been added to the microtiny wysiwyg editor */

.pic_border, .pic_left, .pic_right {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:solid #352809 1px;
	max-width:50%;
	min-width:200px;
	height:auto;
}
.pic_right {
	float:right;
	margin-left:6px;
}
.pic_left {
	float:left;
	margin-right:6px;
}
.pic_border {
	max-width:90%;
        margin: auto;
        display:block;
}
.clear_floats {
	clear:both;
}

ul.nice_list
{
  list-style-type: none;
  margin:0;
  padding:0;
}
ul.nice_list li
{
  padding:0 0 0 23px;
  background-image: url(/uploads/template/bullet.png);
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
  background-position: 0 1px;
}
/* Stylesheet: smoother_user_styles Modified On 2014-04-18 18:30:57 */
