
/* ========================================================== */
/* 						   GLOBAL RESET                       */
/* ========================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { 
    font-style: normal; 
    font-weight: normal; 
}
caption,th { 
    text-align: left; 
}
q:before,q:after { 
    content: ''; 
}
a { 
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* float clearing for IE6 */
* html .clearfix{
    height: 1%;
    overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
    min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.centered {
    text-align: center;
}
.clearBoth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    vertical-align: super;
}
.hidden {
    display: none;
}
.orange{ 
    color:#fd6510;
}
div::selection, span::selection, p::selection, li::selection, dd::selection, dt::selection, fieldset::selection, label::selection, input::selection, textarea::selection, table::selection, tr::selection, td::selection, iframe::selection, b::selection, i::selection, blockquote::selection, pre::selection, code::selection, strong::selection, em::selection, u::selection, sub::selection, sup::selection,  legend::selection, a::selection {
    background: #FD6510;
    color: #ffffff;
}
div::-moz-selection, span::-moz-selection, p::-moz-selection, li::-moz-selection, dd::-moz-selection, dt::-moz-selection, fieldset::-moz-selection, label::-moz-selection, input::-moz-selection, textarea::-moz-selection, table::-moz-selection, tr::-moz-selection, td::-moz-selection, iframe::-moz-selection, b::-moz-selection, i::-moz-selection, blockquote::-moz-selection, pre::-moz-selection, code::-moz-selection, strong::-moz-selection, em::-moz-selection, u::-moz-selection, sub::-moz-selection, sup::-moz-selection,  legend::-moz-selection, a::-moz-selection  {
    background: #FD6510;
    color: #ffffff;
}

/* ======================================================= */
/*                       BASIC STYLE                       */
/* ======================================================= */

/* Basic typography
---------------------------------------------------------- */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #777;
}
p, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 20px;
    font-size: 16px;
    color: #414040;
    font-family: CuprumFFURegular;
    /* margin-right: -63px;*/
}
strong, th, thead td {
    font-weight: bold;
}
em, dfn, cite {
    font-style: italic;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], textarea {
    font-family: 'PerspectiveSansItalic', Helvetica, sans-serif;
}
code, pre, input[type=text], input[type=password], input[type=email], textarea {
    font-size: 12px;
    line-height: 20px;
}
del {
    color: #bbb;
    text-decoration: line-through;
}
dfn, ins {
    border-bottom: 1px solid #434343;
}
sub, sup, small {
    font-size: 85%;
}
abbr, acronym {
    text-transform: uppercase;
    letter-spacing: .1em;
}
a abbr, a acronym {
    border: none;
}
abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #434343;
    cursor: help;
}

/* Heading size
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    margin-bottom: 0.6em;
    color: #555;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
#content h1,
#content h2,
#content h3,
#content h4 {
    padding: 8px 0px;
    text-transform: capitalize;
}

/* code & pre
---------------------------------------------------------- */
code, pre {
    display: block;
    white-space: pre;
}
.code_wrap {
    border: 1px solid #dddddd;
    padding: 5px;
    margin-bottom: 15px;
    clear: both;
}
.code, .pre {
    white-space: pre-wrap;                 /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap;                /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;              /* Opera 7 and up */
    overflow: auto;
    padding: 20px 10px;
}
.code {
    background: whiteSmoke  url(../images/pre.png);
}
.pre {
    background: #fff;
}
/* Basic Links
---------------------------------------------------------- */

a:link,
a:visited,
.toggle_title {
    color: #999999;
}
#container a:hover {
    cursor: pointer;
    color: #fd6510;
}
#container h1 a:link, #container h1 a:visited, 
#container h2 a:link, #container h2 a:visited, 
#container h3 a:link, #container h3 a:visited, 
#container h4 a:link, #container h4 a:visited, 
#container h5 a:link, #container h5 a:visited, 
#container h6 a:link, #container h6 a:visited {
    color: #999999;
}
#container #intro h1 a {
    color: #ffffff;
}

/* Basic Lists
---------------------------------------------------------- */
ul {
    margin-left: 1.5em;
    list-style-type: disc;
}
ul li {
    margin-left: .85em;
    margin: 4px 0;
}
ul ul {
    list-style-type: square;
}
ul ul ul {
    list-style-type: circle;
}
ol {
    margin-left: 2.35em;
    list-style-position: outside;
    list-style-type: decimal;
}
dt {
    margin-top: .8em;
    margin-bottom: .4em;
    font-weight: bold;
}
ol ol, ul ol {
    margin-left: 2.5em;
}
ul ol, ol ul, ol ol, ul ul {
    margin-bottom: 0;
}

/* ========================================================== */
/* 				  		    HEAD AREA                         */
/* ========================================================== */

#dotted_bg {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/raster.png);
    overflow: hidden;
}
#wrapper {
    position: relative;
    z-index: 1;
}
.inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 25px 30px;
    border-bottom: 1px solid #ccc;
    background-color: rgb(221, 221, 221);
    background-color: rgba(238, 238, 238, 0.95);
}
.home .inner {
    border-bottom: none;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 30px!important;
}

.home .inner {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}
span.title_description {
    margin-left: 10px;
    padding-left: 10px;
    float: left;
    border-left: 1px solid #ccc;
    font-size: 11px;
    line-height: 22px;
    color: #999;
    width: 450px;
    font-family: 'PerspectiveSansItalic', Helvetica, sans-serif;
}
#headerWrapper .innerHeader {
    clear: both;
    width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    border-bottom: 3px solid rgb(253, 101, 16);
    /*border-bottom:3 px solid rgba(253, 101, 16, 0.9);*/
    /*background-color: rgb(0, 0, 0);*/
    background:none;
    position: relative;
    z-index: 1000;
}
.home  #content {
    border-top: 3px solid rgb(253, 101, 16);
    border-top: 3px solid rgba(253, 101, 16, 0.9);
}
#header {
    z-index: 200;
    padding: 0;
    opacity:0.9;
    position: relative;
    /* --------------------  float:left; */
    /* -------------------- float:right; */
}
#left_alignment #header .inner,
#left_alignment #intro .inner {
    float: left;
}
#right_alignment #header .inner,
#right_alignment #intro .inner {
    float: right;
}
#left_alignment #header,
#left_alignment #intro {
    padding-left: 20px;
}
#right_alignment #header,
#right_alignment #intro {
    padding-right: 20px;
}
#logo {
    position: relative;
    top: 0;
    left: 0;
    font-size: 42px;
    z-index: 0;
    padding: 30px 0px 29px;
    float: left;
    display: inline-block;
}
#siteDescription {
    margin-left: 5px;
}
#logo_text {
    float: left;
    display: inline-block;	
    padding: 30px 0px 29px;
    text-align: center;
}
#logo_text:hover {
}

/* Header Widget Area
---------------------------------------------------------- */
#headerWidget {
    float: right;
    text-align: right;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
#headerWidget .widget {
    float: left;
    margin: 0px 0 0  20px!important;
}
#header .widget a,
#header .widget a:visited {
    color: #ffffff;
}
#headerTop {
    margin:0 auto;
    width: 1020px;
    padding: 0px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}
#headerTop div.call_us{
    margin-left:3px;
    padding:0 15px;
    float:left;
    background-color: rgba(16, 16, 16, 0.8);
    height:32px;
    line-height:32px;
    color:#fff;
}
.searchForm {
    /*clear: both;
    float: right;
    position: relative;
    width: 245px;
    margin: 0 0px 14px 0; 
    border: 2px solid #FD6510;
    height: 24px;
    text-align:left;
    z-index: 1;*/
    width: 203px;
    height: 28px;
    position: relative;
    float: right;
    margin: 0;
    border: 1px solid rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);

}
input.search-field {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-right: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #999;
    height: 12px;
    width: 150px;
    padding: 8px 10px;
    float: left;
    font-size: 11px;
    font-family: 'PerspectiveSansItalic', Helvetica, sans-serif;
}
.searchBtn {
    background: url(../images/submit_search.png);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    height: 28px;
    width:  32px;
    float: left;
}
.searchBtn:hover {
    background-color: rgb(221, 221, 221);
    background-color: rgba(221, 221, 221, 0.1);
}
.search-go {
    cursor: pointer;
    border: none;
    background: none;
    display: block;
    text-indent: -9999px;
    height: 28px;
    width:  32px;
}

/* ========================================================== */
/* 						 TOP NAVIGATION                       */
/* ========================================================== */

#nav {
    position: relative;
    z-index: 200;
    height: 25px;
    padding: 0px 0px 14px;
    float: right;
    /* float: left; */
    margin-top: 19px;
}
#nav:hover {
}
#nav ul {
    margin: 0;
    padding: 0;
}
/* Top level list items */
#nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    /*margin-left: 8px;*/
    display: block;
    display: inline;
    float: left;
    z-index: 200;
    width: auto;
    cursor: pointer;
    list-style-type: none;
    height: 46px;
}
/* Top level menu link items style */
#nav ul li a {
    position: relative;
    display: block;
    margin: 0px 0 0;
    white-space: nowrap;
    width: auto;
    padding: 0px 15px 0 0;
    font-size: 16px;
    /*color: #fff; */
    color:#000;
    display: block;
    height: 48px;
    padding-top: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
#nav ul li a.level-1-a span {
    line-height: 25px;
}
#nav ul li a span {
    /*color: #fefefe;*/
    color:#fd6510;
    display: block;
    font-size: 13px;
    padding-top: 2px;
    text-transform: none;
}
#nav li a:hover {
    color:#fd6510;
}
#nav li a.current_page_item {
    color:#fd6510;
}
/* 1st sub level menu */
#nav ul li ul {
    position:absolute; 
    width:200px; 
    margin-left:0;
    display: block;
    visibility: hidden;
    top:44px; 
    left: 0px;
    list-style:none; 
    z-index:1000;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    border-top:1px solid rgb(253, 101, 16)!important;
    border-top:1px solid rgba(253, 101, 16, 0.7)!important;
}
#nav ul li ul li {
    display: list-item;
    float: none;
}
/* Sub level menu list items (undo style from Top level List Items) */
#nav ul li ul li {
    width:200px; 
    height: 32px!important; 
    float:left; 
    text-align: left!important; 
    margin:0!important;
    border-bottom:1px solid rgb(253, 101, 16)!important;
    border-bottom:1px solid rgba(253, 101, 16, 0.7)!important;

}
#nav ul li ul li:hover {
}
#nav ul li ul li a:hover {
}
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
#nav ul li ul li ul {
    top: 0;	
}
#nav ul ul {
    padding: 0;   
}
#nav ul ul ul {
    z-index:200;    
}
#nav ul ul li {
    padding: 0;
}
#nav ul ul a {
    display:block;
    width:160px;
    padding: 0 20px;
    text-align:left!important; 
    line-height:32px!important; 
    color:#888; 
    font-size: 14px!important;
    text-transform:none;
}
#nav ul ul a span {
    margin-top: 0;
    text-align: left;
    display: block!important;
    padding: 4px 0 6px;
}
#nav ul ul ul {
    margin-left: 0px;
    top: -1px !important;
}

/* Lava Lamp */

#nav li.back {
    width: 6px;
    height: 25px;
    z-index: 198;
    position: absolute;
    padding: 0 0 14px;
    margin: 0;	

}
#nav .hasChild a.level-1-a,
#nav .level-2-li.hasChild a.level-2-a,
#nav .level-3-li.hasChild a.level-3-a,
#nav .level-4-li.hasChild a.level-4-a {
    /* background: url(../images/hasChild.png) no-repeat 99% center; */
}
#nav .hasChild a.level-1-a {
    /* background: url(../images/hasChild.png) no-repeat center 94% ; */
}

/* ========================================================== */
/*                      Home Page Sliders                     */
/* ========================================================== */

/* Randf, Nivo and Anything Sliders
---------------------------------------------------------- */
#slide {
    width: 960px;
    clear: both;
    margin: 0 auto;
    position: relative;
    z-index: 91;
}
#slideFrame {
    width: 1020px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
}
#slideFrameLower {
    width: 984px;
    height: 8px;
    position: absolute;
    bottom: 28px;
    left: 8px;
    z-index: 90;
}
#slide img {
    display: block;
}

/* Randf Slider ../styles
---------------------------------------------------------- */
#slider_container {
    width: 960px;
    height: 400px;	
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    /* border: 1px solid #BCBCBC; */
    background: #ececec url("../images/loading.gif") no-repeat center center;
}
#slider_container .mini_holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 1020px;
    height: 400px;
}
#slider_container .mini_holder {
    overflow: hidden;
    display: none;
    width: 960px;
    height: 400px;
}
/* Direction Navigation ../styles (e.g. Next & Prev) */
#slider_directionNav a {
    position: absolute;
    top: 42%;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    z-index: 101;
    cursor: pointer;
    display: inline-block;
}
#sliderControls_left {
    left: 20px;
    background: url("../images/sliderArrows.png") no-repeat 0 0;
}
#sliderControls_right {
    right: 20px;
    background: url("../images/sliderArrows.png") no-repeat -40px 0;
}
#slide #slider_controls {	
    position: absolute;
    padding: 0;
    z-index: 102;
    width: 100%;
    text-align: right;
}
#slide #mini_blocks {
    display: inline-block;
    padding: 0px 20px 0px;
    margin-bottom: 10px;
}
#slide .mini_block_list {
    text-align: right;
    display: inline-block;
    width: 22px;
    height: 8px;	
    margin :0 4px;
    cursor: pointer;
    overflow: hidden;
    background: url("../images/bullets.png") no-repeat 0 0;
    background-position: 0 0;  
}
#slide .mini_block_list_active {
    cursor: default;
    background-position: 0 -8px;
}
#slide .mini_block_list:hover {
    background-position: 0 -8px;
}
#slide #slider_container .caption_1,
#slide #slider_container .caption_2,
#slide #slider_container .caption_3,
#slide #slider_container .caption_4 {
    position: absolute;
    z-index: 91;
    padding: 2px 1px;
    display: inline-block;
    margin: 0;
    margin-bottom: 2px;	
    -moz-box-shadow: 0px 0px 7px #111111; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 7px #111111; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 7px #111111; /* Opera 10.5, IE 9.0 */
}
#slide #slider_container .fist_caption {
    margin-top: 80px;
}
#slide #slider_container .caption_1 {
    background: #FD6510;
    color: #ffffff;
    font-size: 44px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
}
#slide #slider_container .caption_2,
#slide #slider_container .caption_3,
#slide #slider_container .caption_4 {
    background: #FD6510;
    color: #ffffff;
    font-size: 34px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 0px 15px 0 10px;
    height: 38px;
    line-height: 38px;
}
#slide #slider_images {
    width: 1020px;
    height: 400px;
}
#slider_images a {
    width: 960px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 91;
    display: inline-block;
    /*background: url("../images/blank.html");*/
}

/* Nivo Slider ../styles
---------------------------------------------------------- */
#nivo_slider_wrap {
    width: 960px;
    position: relative;
    left: 0px;
    top: 0px;
    background: #ececec url("../images/loading.gif") no-repeat center center;
    /* border: 1px solid #bcbcbc; */
}
#nivo_slider_wrap #slideFrame {
    width: 960px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
#nivo_slider_wrap #slideFrameLower {
    width: 984px;
    height: 8px;
    position: absolute;
    bottom: 30px;
    left: 8px;
    z-index: 100;
}
#nivo_slider_wrap #slideFrameLower {
    bottom: 0;
}
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
    z-index: 101;
}
/* The slices in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:50;
}
/* Caption ../styles */
.nivo-caption {
    left: 20px;
    bottom: 20px;
    z-index: 100;
    width: 300px;
    padding: 10px;
    background-color: #101010;
    background-color: rgba(16, 16, 16, 0.8);
    color: #ffffff;
    opacity: 0.8;  
    /*filter: alpha(opacity = 80);*/
    position: absolute; 
    border-radius: 4px 4px 4px 4px;
}
.nivo-caption  h6 {
    font-size: 20px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.nivo-caption p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
#intro .nivo-caption p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.nivo-html-caption {
    display: none;
}
/* Direction Navigation ../styles (e.g. Next & Prev) */
#nivo_slider_wrap .nivo-directionNav a {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    top: 45%;
    z-index: 102;
    cursor: pointer;
}
#nivo_slider_wrap .nivo-prevNav {
    left: 20px;
    background: url("../images/sliderArrows.png") no-repeat 0 0;
}
#nivo_slider_wrap .nivo-nextNav {
    right: 20px;
    background: url("../images/sliderArrows.png") no-repeat -40px 0;
}
/* Control Navigation ../styles (e.g. 1,2,3...) */
#nivo_slider_wrap .nivo-controlNavWrap {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -18px;
    z-index: 102;
}
#nivo_slider_wrap .nivo-controlNav {
    padding: 10px 10px 5px;	
    display: inline-block;	
}
#nivo_slider_wrap .nivo-controlNav span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    vertical-align: top;
}
#nivo_slider_wrap .nivo-controlNav a {
    height: 14px;
    overflow: hidden;
    text-decoration: none;
    z-index: 102;
    float: none;    
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    display: block;
    line-height: 0;
    cursor: pointer;
    background: url("../images/sliderControls.png") no-repeat 0 0;
}
#slide #nivo_slider_wrap .nivo-controlNavWrap {
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 18px;
    z-index: 102;
}
#slide #nivo_slider_wrap .nivo-controlNav {
    padding: 10px 20px 5px;	
    display: inline-block;	
}
#slide #nivo_slider_wrap .nivo-controlNav span {
    display: inline-block;
    width: 22px;
    height: 8px;
    margin: 0 2px;
    vertical-align: top;
}
#slide #nivo_slider_wrap .nivo-controlNav a {
    background: url("../images/bullets.png") no-repeat 0 0;
    height: 8px;
    width: 22px;
    display: inline-block;
    margin: 0 2px!important;
    overflow: hidden;
    text-decoration: none;
    outline: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#nivo_slider_wrap .nivo-controlNav a.active {
    cursor: default;
    background-position: 0 -14px;
}
#slide #nivo_slider_wrap .nivo-controlNav a.active {
    background-position: 0 -8px;
}
#slider_loading,
#nivo_slider_loading {
    position: absolute;
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    width: 100%;
    height: 100%;	
    z-index: 13;
}
#nivo_slider_wrap .slideImage {
    display: none;
}

/* Anything Slider ../styles
---------------------------------------------------------- */
#anything_slider, 
#anything_slider li.panel {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    overflow: hidden;
}
#anything_slider_wrap {
    width: 960px;
    position: relative;
    overflow: hidden;
    background: url("../images/loading.gif") no-repeat center center;
    /* border: 1px solid #bcbcbc; */
}
#anything_slider_wrap #slideFrameLower {
    bottom: 0;
}
#anything_slider_loading {
    width: 960px;
    position: absolute;
    top: 0px;
    background: #ececec url("../images/loading.gif") no-repeat center center;
    z-index: 101;
    margin-top: 0px;
    margin-left: 0px;
}
#anything_slider {
    width: 960px;
}
#anything_slider {
    visibility: hidden;	
}
div.anythingSlider {
    width: 960px;
    margin: 0 auto;
}
div.anythingSlider .anythingWindow {
    background-color: #fff;
}
div.anythingSlider .anythingWindow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
div.anythingSlider {
    position: relative;
}
/* anythingSlider base UL */
ul.anythingBase {
    background: transparent;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
ul.anythingBase li.panel {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}
/* If an image is wrapped in a link */
#anything_slider li a.anything_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 101;
}
/* Navigation Arrows */
div.anythingSlider .arrow {
    position: absolute;
    display: block;
    top: 45%;
    z-index: 101;
    opacity: 0.0;
    /*filter: alpha(opacity = 00);*/
}
div.anythingSlider .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    z-index: 101;
    outline: 0;
    cursor: pointer;
}
div.anythingSlider .arrow a span { 
    display: block; 
    text-indent: -9999px; 
}
div.anythingSlider .forward { 
    margin-right: 20px; 
    right: 0; 
}
div.anythingSlider .back { 
    margin-left: 20px;
    left: 0; 
}
div.anythingSlider .forward a { 
    background: url("../images/sliderArrows.png") no-repeat -40px 0; 
}
div.anythingSlider .back a { 
    background: url("../images/sliderArrows.png") no-repeat 0 0; 
}
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { }
div.anythingSlider .back.disabled { 
    display: none; 
} /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .forward.disabled { 
    display: none; 
} /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Slide Navigation */
div.anythingSlider .anythingControls {  
    padding-top: 15px;
    outline: 0; 
    text-align: right;
    margin: -50px 20px 0 0;
    position: relative;
    z-index: 150; 
}
div.anythingSlider .thumbNav { 
    position: relative;
    float: none; 
    margin: 0; 
    display: inline-block;
}
div.anythingSlider .thumbNav li { 
    display: inline; 
    margin: 0;
}
div.anythingSlider .thumbNav a {
    background: url("../images/bullets.png") no-repeat 0 0;
    height: 8px;
    width: 22px;
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
    text-decoration: none;
    outline: 0;
    text-indent: -9999px;
    cursor: pointer;
}
div.anythingSlider .thumbNav a:hover {
    background-position: 0 -8px;
}
div.anythingSlider .thumbNav a span {
    display: none
}
div.anythingSlider .thumbNav a.cur {
    background-position: 0 -8px;
}
div.anythingSlider .start-stop {
    display: none;
}
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
    /*transition-duration: 0;
    -o-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;*/
}
/* Captions */
.anything_caption {
    opacity: 0.8;
    position: absolute;
    background-color: #000;
    padding: 20px 20px;
    z-index: 100;
    color: #ffffff;
}
.anything_caption h3, .anything_caption p {
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;

}
.anything_caption h3 {
    line-height: 1.2em;
    color: #ffffff;
}
.caption_top, .caption_bottom {
    width: 920px;
}
.caption_top {
    top: 20px;
}
.caption_bottom {
    bottom: 20px;
}
.caption_left, .caption_right {
    width: 220px;
}
.caption_left {
    left: 20px;
}
.caption_right {
    right: 20px;
}
/* Sidebar */
.anything_sidebar_content {
    width: 240px;
    padding: 30px;
    top: 0px;
    position: absolute; 
}
.anything_sidebar_content p,
.anything_html_content p {
    color: #333333 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.anything_sidebar_content a:link,
.anything_sidebar_content a:visited,
.anything_html_content a:link,
.anything_html_content a:visited {
    color: #FD6510 !important;
}
.anything_sidebar_image {
    width: 670px;
    top: 0px;
    position: absolute;
}
.anything_sidebar_left .anything_sidebar_content {
    left: 0px;
}
.anything_sidebar_left .anything_sidebar_image {
    right: 0px;
}
.anything_sidebar_right .anything_sidebar_content {
    right: 0px;
}
.anything_sidebar_right .anything_sidebar_image {
    left: 0px;
}
.anything_html_content {
    z-index: 91; /* to stay above frame */
    position: relative; 
}
/* Cycle Slider ../styles
---------------------------------------------------------- */
#cycle_slider, 
#cycle_slider li.panel {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    overflow: hidden;
}
#cycle_slider li.panel {
    opacity: 0;
    width: 960px;
    background: #FAFAFA;
}
#cycle_slider_wrap {
    width: 960px;
    position: relative;
    overflow: hidden;
    background: #FAFAFA url("../images/loading.gif") no-repeat center center;
    /* border: 1px solid #bcbcbc; */
}
#cycle_slider_wrap #slideFrameLower {
    bottom: 0;
}
#cycle_slider_loading {
    width: 960px;
    position: absolute;
    top: 0px;
    background: #FAFAFA url("../images/loading.gif") no-repeat center center;
    z-index: 101;
    margin-top: 0px;
    margin-left: 0px;
}
#cycle_slider {
    width: 960px;
}
#cycle_slider {
    visibility: hidden;	
}
/* Navigation Arrows */
#cycleArrows a {
    position: absolute;
    display: block;
    top: 45%;
    z-index: 101;
}
#cycleArrows a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    z-index: 101;
    outline: 0;
    cursor: pointer;
}
#cycleArrows #nextSlide { 
    margin-right: 20px; 
    right: 0; 
    background: url("../images/sliderArrows.png") no-repeat -40px 0; 
}
#cycleArrows #prevSlide { 
    margin-left: 20px;
    left: 0; 
    background: url("../images/sliderArrows.png") no-repeat 0 0; 
}
/* Slide Navigation */
#cycleControls {  
    padding: 0;
    outline: 0; 
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 20px;
    z-index: 150; 
    width: 100%;
}
#cycleControls a {
    text-indent: 9999px;
    background: url("../images/bullets.png") no-repeat 0 0;
    height: 8px;
    width: 22px;
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
#cycleControls a.activeSlide {
    background-position: 0 -8px;
}
/* Sidebar */
.cycle_sidebar_content {
    width: 330px;
    top: 0px;
    position: absolute;
    padding-top:20px;
}
.cycle_sidebar_content h3,
#intro .cycle_sidebar_content p {
    font-family:Arial, Helvetica, sans-serif;
}
.cycle_sidebar_content p,
.cycle_html_content p {
    color: #333333 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.cycle_sidebar_content a:link,
.cycle_sidebar_content a:visited,
.cycle_html_content a:link,
.cycle_html_content a:visited {
    color: #333333 !important;
}
.cycle_sidebar_image {
    width: 600px;
    top: 0px;
    position: absolute;
}
.cycle_sidebar_left .cycle_sidebar_content {
    left: 0px;
    padding-right: 20px;
    padding-left: 10px;
}
.cycle_sidebar_left .cycle_sidebar_image {
    right: 0px;
}
.cycle_sidebar_right .cycle_sidebar_content {
    right: 0px;
    padding-left: 20px;
    padding-right: 10px;
}
.cycle_sidebar_right .cycle_sidebar_image {
    left: 0px;
}
/* ========================================================== */
/*                       Shortcode Sliders                    */
/* ========================================================== */

/* Nivo
---------------------------------------------------------- */
.nivo_container {
    padding-bottom: 25px;
}
.nivoslider_wrap {
    background: #FAFAFA url("../images/loading.gif") no-repeat center center;
}
.nivoslider_wrap img {
    display: none;
}
.nivoslider_wrap .nivo-caption {
    left: 0px;
    bottom: 0px;
    padding: 0;
    border-radius: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    width:100%;
}
.nivoslider_wrap .nivo-controlNav {
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 14px;
    bottom: -21px;
    z-index: 102;
}
.nivoslider_wrap .nivo-controlNav span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 3px;
    vertical-align: top;
}
.nivoslider_wrap .nivo-controlNav a {	
    height: 11px;
    overflow: hidden;
    text-decoration: none;
    z-index: 102;
    float: none;    
    text-indent: -9999px;
    font-size: 0;
    display: block;
    line-height: 0;
    cursor: pointer;
    background: url("../images/sliderControls_small.png") no-repeat 0 0;
}
.nivoslider_wrap .nivo-controlNav a.active {
    cursor: default !important;
    background-position: 0 -11px;
}
.blog-thumbnail-slide .nivoslider_wrap .nivo-controlNav {
    bottom: 8px;
    right: 5px;
    text-align: right;
}
.blog-thumbnail-slide .nivo_container {
    padding-bottom: 20px;
}
.blog-thumbnail-player {
    margin-bottom: 20px;
}
/* Direction Navigation ../styles (e.g. Next & Prev) */
.nivoslider_wrap .nivo-directionNav a {
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    top: 45%;
    z-index: 102;
    cursor: pointer;
}
.nivoslider_wrap .nivo-prevNav {
    left: 20px;
    background: url("../images/sliderArrows_small.png") no-repeat 0 0;
}
.nivoslider_wrap .nivo-nextNav {
    right: 20px;
    background: url("../images/sliderArrows_small.png") no-repeat -30px 0;
}

/* Slides
---------------------------------------------------------- */
.slides_container {
    overflow: hidden;
    position: relative;
    display: none; 
    background-color: #FAFAFA !important;
}
.slides_container a {
    width: 570px;
    height: 270px;
    display: block;
}
.slides_container a img {
    display: block;
}
.slides_wrap {
    position: relative;
    padding-bottom: 40px;
}
.slides_wrap .image_shadow {
    position: absolute;
}
.slides_wrap .pagination {
    width: 100%;
    margin: 0px 0 0;
    padding: 0;
    text-align: center;
    height: 11px;
    position: absolute;
    bottom: 22px;
}
.slides_wrap .pagination span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 3px;
    vertical-align: top;
}
.slides_wrap .pagination a {
    height: 11px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 0;
    display: block;
    line-height: 0;
    cursor: pointer;
    background: url("../images/sliderControls_small.png") no-repeat 0 0;
}
.slides_wrap .pagination span.current a {
    background-position: 0 -11px;
}
.slides_wrap .pagination span.current a {
    cursor:default !important;
}
/* Caption ../styles */
.nivo-caption p {
    margin: 0;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
/* Caption ../styles */
.slides_wrap .caption {
    z-index: 195;
    position: absolute;
    bottom: -35px;
    left: 0 ;
    height:35px;
    padding: 0;
    background: #000;
    opacity: 0.8;
    /*filter: alpha(opacity = 80);*/
    border-top: 1px solid #000;
    text-shadow: none;
    display: block;
}
.slides_wrap .caption p {
    padding: 8px 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

/* Quote Rotator
---------------------------------------------------------- */
.rotate_items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rotate_items li {
    display: none;
}
.rotate_items li.firstRotateItem {
    display: block;
}
.rotate_items .qr_buttons span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 3px 0 0;
    vertical-align: top;
}
.rotate_items .qr_buttons button {
    height: 22px;
    width: 22px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    display: block;
    line-height: 0;
    cursor: pointer;
    border: none;
}
.qr_buttons button.qr_previous {
    /*background: url("../images/rotateArrows.html") no-repeat 0 0;*/
}
.qr_buttons button.qr_next {
    /*background: url("../images/rotateArrows.html") no-repeat -22px 0;*/
}
.qr_buttons {
    position: relative;
    bottom: 10px;
}

/* ========================================================== */
/*                       Styled Elements                      */
/* ========================================================== */

/* Styled Tables
---------------------------------------------------------- */
table, td, th {
    vertical-align: top;
}
.styled_table {
    margin-bottom: 20px;
}
.styled_table table {
    width: 100%;
    margin: 0;
}
.styled_table th {
    color: #fefefe;
    background-color:#595959;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 14px;
}
.styled_table td {
    border-top: 1px solid #FFFFFF;
    background-color:#f9f9f9;
    text-align: center;
    color: #888;
    padding: 12px;
}
.styled_table thead,
.styled_table tfoot,
.styled_table tbody tr td {
}
.styled_table tbody tr:hover td {
    background-color:#fefefe;
}
.styled_table tfoot td {
    padding: 8px;
}
.styled_table.alignright {
    margin: 2px  0 20px 20px;
}
.styled_table.alignleft {
    margin: 2px 20px 20px 0;
}
.styled_table thead th {

}
.styled_table tfoot td {
    padding: 10px;
    background-color:#f0f0f0;
    color:#555;
    font-size:10px;
    border-bottom:1px solid #e0e0e0;

}
.styled_table .button {
    margin: 10px 0;
}

/* Styled Lists
---------------------------------------------------------- */
ul.list_1, ul.list_2, ul.list_3, ul.list_4, ul.list_5, ul.list_6, ul.list_7, ul.list_8, ul.list_9, ul.list_10, ul.list_11, ul.list_12 {
    list-style-type: none;
    margin-left: 5px;
}
ul.list_1 li, ul.list_2 li, ul.list_3 li, ul.list_4 li, ul.list_5 li, ul.list_6 li, ul.list_7 li, ul.list_8 li, ul.list_9 li, ul.list_10 li, ul.list_11 li, ul.list_12 li {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../images/styled_list.png);
    padding-left: 26px;
    margin: 4px 0;
}
ul.list_1 li {
    background-position: -330px 0px;
}
ul.list_2 li{
    background-position: -300px -30px;
}
ul.list_3 li {
    background-position: -270px -60px;
}
ul.list_4 li {
    background-position: -240px -90px;
}
ul.list_5 li {
    background-position: -210px -120px;
}
ul.list_6 li {
    background-position: -180px -150px;
}
ul.list_7 li {
    background-position: -150px -180px;
}
ul.list_8 li {
    background-position: -120px -210px;
}
ul.list_9 li {
    background-position: -90px -240px;
}
ul.list_10 li {
    background-position: -60px -270px;
}
ul.list_11 li {
    background-position: -30px -300px;
}
ul.list_12 li {
    background-position: 0px -330px;
}
ul.list_1 ul, ul.list_2 ul, ul.list_3 ul, ul.list_4 ul, ul.list_5 ul, ul.list_6 ul, ul.list_7 ul, ul.list_8 ul, ul.list_9 ul, ul.list_10 ul, ul.list_11 ul, ul.list_12 ul {
    list-style-type: none;
    margin-left: 0;
}

/* Styled Boxes
---------------------------------------------------------- */

/* Message Boxes */
.download_box, .upload_box,
.info_box, .faq_box,
.warning_box, .notice_box,
.success_box {
    padding-bottom: 12px;
    padding-left: 35px;
    padding-top: 12px;
    padding-right: 10px;
    margin-bottom: 20px;
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.download_box {
    border-color: #7a9e3c;
    color: #5d8836;
    background: #cfe2b1 url(../images/icons/download.png) no-repeat 10px 14px;
}
#container .download_box a:link,
#container .download_box a:visited {
    color: #5d8836;
    text-decoration: underline;
}
.upload_box,
.info_box,
.faq_box {
    border-color: #038bd4;
    color: #038bd4;
}
.upload_box {
    background: #d0e3ea url(../images/icons/upload.png) no-repeat 10px 14px;
}
.info_box {
    background: #ddebf7 url(../images/icons/info.png) no-repeat 10px 14px;
    border-color: #038bd4;
    color: #038bd4;
}
.faq_box {
    background: #ddebf7 url(../images/icons/faq.png) no-repeat 10px 14px;
}
.warning_box {
    background: #ffcfcf url(../images/icons/warning.png) no-repeat 10px 14px;
    /*sborder-color: #c93119;*/
    color: #c93119;
}
.notice_box {
    background: #fdedb6 url(../images/icons/note.png) no-repeat 10px 14px;
}
#container .upload_box a:link, #container .info_box a:link, #container .faq_box a:link,
#container .upload_box a:visited, #container .info_box a:visited, #container .faq_box a:visited {
    color: #038bd4;
    text-decoration: underline;
}
.warning_box {
    border-color: #c93119;
    color: #c93119;
}
#container .warning_box a:link,
#container .warning_box a:visited {
    color: #c93119;
    text-decoration: underline;
}
.notice_box {
    border-color: #a87525;
    color: #a87525;
}
#container .notice_box a:link,
#container .notice_box a:visited {
    color: #a87525;
    text-decoration: underline;
}
.success_box {
    background: #cfe2b1 url(../images/icons/success.png) no-repeat 10px 14px;
    border-color: #7a9e3c;
    color: #5d8836;
}
#container .success_box a:link,
#container .success_box a:visited {
    color: #5d8836;
    text-decoration: underline;
}
/* Note Boxes */
.note {
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e9eef5;
    border-color: #038bd4;
    color: #063275;
    margin-bottom: 20px;
    padding-top: 20px;
}
.note .noteTitle {
    padding: 0 10px 5px 15px !important;;
    margin: 0;
    color: #063275;
    background: none !important;
}
.note .noteContent {
    padding: 0 10px 20px 15px;
}
.note.alignright {
    margin: 2px  0 20px 20px;
}
.note.alignleft {
    margin: 2px 20px 20px 0;
}
#container .note a:link,
#container .note a:visited {
    color: #063275;
    text-decoration: underline;
}
/* Framed Boxes */
.framed_box {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.rounded .framed_box_content {
    border: 1px solid #E8E8E8;
    box-shadow: 2px 2px 1px #E8E8E8;
}
.framed_box .center {
    text-align: center;
}
.framed_box h2 {
    font-size: 36px;
}
.framed_box h2 span {
    font-size: 14px; 
    text-transform: none;
}
.framed_box_content {
    background: #fff;	
    padding: 20px;
    padding-bottom: 0;
}
h6.framed_box_title {
    color: #ffffff;
    padding: 15px 20px;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: 1px;
    /*border=bottom: none;*/
}
.framed_box_title {
    background-color: #FD6510;
}
.framed_box_title.rounded {
    -moz-border-radius-bottomleft: 0px;
    -khtml-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -khtml-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

/* Styled Text
---------------------------------------------------------- */
.icon_text {
    padding-left: 24px;
    display: inline-block;
    background: url(../images/styled_text.png);
}	
.home_icon {
    background-position: -330px 0px;
}
.user_icon {
    background-position: -300px -30px;
}
.multiuser_icon {
    background-position: -270px -60px;
}
.download_icon {
    background-position: -240px -90px;
}
.email_icon {
    background-position: -210px -120px;
}
.tag_icon {
    background-position: -180px -150px;
}
.phone_icon {
    background-position: -150px -180px;
}
.flower_icon {
    background-position: -120px -210px;
}
.clock_icon {
    background-position: -90px -240px;
}
.link_icon {
    background-position: -60px -270px;
}
.music_icon {
    background-position: -30px -300px;
}
.meeting_icon {
    background-position: 0px -330px;
}

/* Basic Style For Images
---------------------------------------------------------- */
img.alignleft, .wp-caption.alignleft{
    margin: 2px 18px 2px 2px !important;
}
img.alignright, .wp-caption.alignright {
    margin: 2px 2px 2px 18px !important;
}
img.aligncenter, .wp-caption.aligncenter {
    display: block;
    margin: 2px auto 20px !important;
    text-align: center;
}

/* wp default image
---------------------------------------------------------- */
.wp-caption {
    background: #fff;
    border: 1px solid #ddd;

    padding-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
p.wp-caption-text {
    padding: 0 5px 5px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

/* Styled Images
---------------------------------------------------------- */
.styled_image {
    border: 1px solid #ddd;
    background: #fff;
    display: block;
    padding: 5px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.styled_image.alignleft {
    margin: 2px 23px 10px 0;
}
.styled_image.alignright {
    margin: 2px 0 10px 23px;
}
.styled_image a {
    display: inline-block;
}
.no_link {
    cursor: default!important;
}

/* Styled Buttons
---------------------------------------------------------- */
.button {
    position: relative;
    outline: none;
    /*white-space: no-wrap;*/
    overflow: visible; /* IE bug */
    cursor: pointer;
    line-height: 1.5em;
    /*background-color: rgba(253, 101, 16);*/
    background-color: rgba(253, 101, 16, 0.9);
}
.button:hover {
    /*background-color: rgba(0, 0, 0);*/
    background-color: rgba(0, 0, 0, 0.8);
}
.button, .button span {
    display: inline-block;
}
.button span {
    position: relative;
    padding:0.5em 1.2em;
    white-space: nowrap;    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.button:active {
    border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
}
.button:active span {
    top: 1px;
    left: 1px;
}
.button.small span {
    font-size: 12px;
}
.button.medium span {
    font-size: 16px;  
}
.button.large span {
    font-size: 18px;
}
.button.full, .button.full span {
    display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Chrome with Safari - fix margins */
    button.button span {
        margin-top: -2px;
        margin-left: -2px;
        margin-right: -2px;
    }
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button  {
    padding: 0px;
    margin: 0;
}
/*.button, 
.button:active,
.button.small,
.button.small:active {
        background-image: url(../styles/../images/smallButton.png);
}
.button:hover,
.button.small:hover {
        background-image: url(../styles/../images/smallButtonHover.png);
}
.button.medium,
.button.medium:active {
        background-image: url(../styles/../images/mediumButton.png);
}
.button.medium:hover {
        background-image: url(../styles/../images/mediumButtonHover.png);
}
.button.large,
.button.large:active {
        background-image: url(../styles/../images/largeButton.png);
}
.button.large:hover {
        background-image: url(../styles/../images/largeButtonHover.png);
}
*/
/* Sliding Boxes
---------------------------------------------------------- */
.sliding_box h6 { 
    color:#FFFFFF; 
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}
.inside_box {
    padding: 10px;
    color: #afafaf; 
    font-weight: bold; 
}
#container .inside_box a:link,
#container .inside_box a:visited {
    color: #C8DCE5;
    text-decoration: underline;
}
#container .inside_box a:hover {
    color: #C8DCE5;
    text-decoration: underline;
}
.sliding_box { 
    margin: 2px 0 20px 0; 
    background: #161613; 
    border: 1px solid #8399AF; 
    overflow: hidden; 
    position: relative; 
    text-align: left;
    -moz-box-shadow: 0px 0px 2px #8399AF; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 2px #8399AF; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 2px #8399AF; /* Opera 10.5, IE 9.0 */
}
.sliding_box.alignright {
    margin: 2px 0 20px 20px;
}
.sliding_box.alignleft {
    margin: 2px 20px 20px 0;
}
.sliding_box img { 
    position: absolute; 
    top: 0; 
    left: 0; 
    border: 0; 
}	
.boxcaption { 
    float: left; 
    position: absolute; 
    background: #000; 
    height: 80px;  
    opacity: .8; 
    /* For IE 5-7 */
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
    /* For IE 8 */
    /*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    text-align: left;*/
}

/* ======================================================= */
/*                     Basic Columns                       */
/* ======================================================= */


.one_half { 
    width: 48%; 
}
.one_third { 
    width: 30.6666%; 
}
.two_third { 
    width: 65.3332%; 
}
.one_fourth { 
    width: 22%; 
}
.two_fourth {
    width: 48%;
}
.three_fourth { 
    width: 74%; 
}
.one_fifth { 
    width: 16.8%; 
}
.two_fifth { 
    width: 37.6%; 
}
.three_fifth { 
    width: 58.4%; 
}
.four_fifth { 
    width: 79.2%; 
}
.one_sixth {
    width: 13.3333%;
}
.two_sixth {
    width: 30.6666%;
}
.three_sixth {
    width: 47.9998%;
}
.four_sixth {
    width: 65.3332%;
}
.five_sixth {
    width: 82.6665%;
}
.one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { 
    position: relative; 
    margin-right: 4%; 
    float: left; 
    min-height: 1px;
    height: auto !important;
    height: 1px;
}
.last { 
    margin-right: 0 !important; 
    clear: right; 
}

/* ======================================================= */
/*                      Google Maps                        */
/* ======================================================= */

.g_map {
    margin-bottom: 20px;
}
.g_map.alignleft {
    margin: 2px 20px 20px 0;
}
.g_map.alignright {
    margin: 2px  0 20px 20px;
}

/* ========================================================== */
/* 						   MIDDLE AREA                        */
/* ========================================================== */

#container {
    width: 1020px;
    padding: 0;
    margin: 0 auto;
    position:relative;
    /* --------------------  float:left; */
    /* -------------------- float:right; */
}
#containerWrapper {
    padding-bottom: 0px;
}
#left_alignment #containerWrapper {
    padding-left: 20px;
}
#right_alignment #containerWrapper {
    padding-right: 20px;
}
#left_alignment  #container {
    float: left;
}
#right_alignment #container {
    float: right;
}
#content {	
    width:960px;
    margin:0 auto;
    padding:30px 30px 20px 30px;
    position:relative;
    overflow:hidden;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
}
.rightSidebar #content {
    /*background: url(../images/transparent_right.png) repeat-y;*/
}
.leftSidebar #content {
    /*background: url(../images/transparent_left.png) repeat-y;*/
}

/* Page Custom Header
---------------------------------------------------------- */
#intro {
    position: relative;
    z-index: 0;
}
#intro .inner {
    overflow: hidden;
}
#intro .inner .transparent {
    background-color: #ddd;
}
#introHeaderWidget {
    width: 960px;
    margin: 0 auto;
    padding: 20px 30px 0 30px;
    overflow: hidden;
    /*background-color: rgba(255, 255, 255);*/
    background-color: rgba(255, 255, 255, 0.9);
    text-align:center;
}
#introHeaderWidget h1 {
    font-size: 16px; 
    line-height: 24px; 
    color: #999;
    text-transform: uppercase;
}
#intro h1 {
    font-size:22px;
    line-height:22px;
    margin:0;
    font-family: 'PerspectiveSansRegular', Helvetica, sans-serif;
    display: inline-block;
    float: left; 
}
/*#intro p {
        font-size: 16px !important;
        line-height: 1.4em !important;
        padding: 5px 0;
        margin-bottom: 0;
        width:500px;
}*/
#intro a:link,
#intro a:visited {
    color: #AEAEAE;
}
/* Breadcrumbs
---------------------------------------------------------- */
#breadcrumbs {
    position: relative;    
    margin: -20px 0 20px;
}
.leftSidebar #breadcrumbs {
    padding-left: 320px;
}
.rightSidebar #breadcrumbs {
    padding-right: 320px;
}

/* Wordpress Page Navigation
---------------------------------------------------------- */
.wp-pagenavi {
    clear: both;
    padding: 15px 0;
    margin-bottom: 15px;
    letter-spacing: normal;
    word-spacing: normal;

}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    border: 1px solid #d9d9d9;
    background-color:#f9f9f9;
    color: #999;
    padding:2px 8px;
    text-decoration: none;
    margin-right:3px;
    font-size:13px;

}
.wp-pagenavi a:hover {
    color: #999!important;
}
.wp-pagenavi .currentPosts,
.wp-pagenavi .active_page {
    border: 1px solid #d0d0d0;
    background-color:#f0f0f0;
}
.wp-pagenavi .inactive:hover,
.wp-pagenavi .page_link:hover {

    background-color:#d0d0d0;
    border: 1px solid #d0d0d0;
}
.wp-pagenavi .page_link.active_page:hover {
    border: 1px solid #d0d0d0;
    background-color:#f0f0f0;
}
.nav-previous {
    width: 50%;
    float: left;
}
.nav-next {
    width: 50%;
    float: right;
    text-align: right;
}
.entry_navigation {
    overflow: hidden;
    margin-bottom: 20px;
}

/* Main Content
---------------------------------------------------------- */
#mainContent {
    width: 640px;
}
#sidebar {
    width: 300px;
}

/* Right Sidebar
---------------------------------------------------------- */
.rightSidebar #mainContent {
    float: left;
}
.rightSidebar #sidebar {
    float: right;
}
.rightSidebar #sidebarContent {
    padding: 0 0 0 20px; /* Interior sidebar width = 280px */
}

/* Left Sidebar
---------------------------------------------------------- */
.leftSidebar #mainContent {
    float: right;
}
.leftSidebar #sidebar {
    float: left;
}
.leftSidebar #sidebarContent {
    padding: 0 20px 0 0; /* Interior sidebar width = 280px */
}
#sidebar p {
    margin-bottom: 0;
    padding-bottom: 15px;
}
#sidebar ul {
    margin-bottom:20px;
}
#sidebar ul,
#sidebar li {
    margin: 0;
    list-style-type: none;
}
#sidebar li a {
    color:#888;
    font-style:normal;
    font-size:12px;
    line-height:32px;
    display: block;
}
#sidebar ul li {
    border-bottom:1px solid #ccc;
}
#sidebar ul ul li a {
    padding-left: 30px;
    background-position: 15px 8px;
}
#sidebar ul ul ul li a {
    padding-left: 45px;
    background-position: 30px 8px;
}
#sidebar ul ul ul ul li a {
    padding-left: 60px;
    background-position: 45px 8px;
}
#sidebar ul ul li {
    border-bottom: 0;
}
.widget {
    margin-bottom: 30px;
    position: relative;
}
#topWidget .widget {
    margin-bottom: 0px;
}
.postList li {
    overflow: hidden;
    padding: 8px 0;
    list-style: none;
    border-bottom: none!important;
}
.postList li a {
    display: inline-block!important;
}
#footer .postList li {
    padding: 5px 0!important;
}
#footerBottom .widget {
    margin-bottom: 0;
}
#content ul.postList {
    margin: 0 0 20px;
}
#content h3.widgettitle {
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-bottom: 8px;
    font-size: 18px;
}
#content h3.widgettitle span {
    border-bottom:2px solid #fd6510;
    padding-right:5px;
    padding-bottom:7px;
    /*padding-bottom: 9px\0/;*/
}
#sidebar .widget ul {
    margin: 0;
}
.widget_subnav a,
.widget_archive a,
.widget_categories a {
    min-width: 100px;
}
.widget_subnav .current_page_item {
    font-weight: bold;
}
#sidebar .widget_subnav .current_page_item a {
    color: #FD6510 ;
}
#sidebar .widgetPosts li a,
.widget_recent_comments li a {
    display: inline-block;
    padding: 0px;
    background: none !important;
    line-height: 12px!important;
}
.recentcomments a.url {
    display: block !important;
}
.widget_recent_comments li {
    overflow: hidden;
}
#footer .widget_recent_comments li {
    overflow: hidden;
}
.postInfo {
    overflow: hidden;
    position: relative;
}
#mainContent .widgetPosts .postList li {
    display: block;
}
.postInfo p {
    padding-bottom: 0!important;
    margin-bottom: 0;
}
.thumb,
.widgetPosts li a.thumb {
    display: inline-block;
    float: left;
    width: 76px;
    height: 76px;
    margin-right: 10px;
}
.thumb img {
    display: block;
    width: 70px;
    height: 70px;
    border:3px solid transparent;
}
.portThumbs {
    margin-right: -10px;
}
.widgetPosts .portThumbs a.thumb {
    width: 70px;
    height: 70px;
    margin-right: 2px;
}
.portThumbs .thumb img {
    width: 64px;
    height: 64px;
}

.widgetPosts li a.thumb img:hover,
.postList li a.thumb img:hover,
.portThumbs .thumb img:hover {
    border:3px solid #fd6510;
}
.recentTweets li {
    padding-top: 12px;
    padding-bottom: 8px;
}
.widget_recent_comments li {
    padding-top: 8px;
    padding-bottom: 8px;
}
#sidebar .recentTweets li a {
    display: inline-block;
}
#sidebar .recentTweets li {
    margin-bottom: 12px;
}
.recentTweets .twitterIcon {
    float: left;
    margin: 0;
    padding-right: 10px;	
    width: 20px;
    position: relative;
    z-index: 1;
    /* background: url(../images/twitterLists.png) no-repeat right 0;*/
}
.recentTweets .postInfo {
    left: -1px;
}
#sidebar .recentTweets .postInfo {
    width: 280px;
}
.recentTweets a {
    color: #777;
    display: inline-block;
}
#footer .recentTweets li a.twitterLink,
#content .recentTweets li a.twitterLink {
    color: #FD6510;
}
#footer.recentTweets li a.twitterLink span,
#content .recentTweets li a.twitterLink span {
}
.recentTweets li a.twitterLink:hover {
    text-decoration: underline;
    color: #d80000;
}
.recentTweets li {
    border-bottom: none !important;
    margin: 5px 0;
    padding: 0;
}
#sidebar .recentTweets li a {
    line-height: 12px !important;
}
.widget_recent_comments .commentsIcon {
    display: inline-block;
    float: left;
    margin: 0px 10px 0 0;
    width: 40px;
    height: 40px;
    background: url(../images/recentComments.png) no-repeat;
}
.contactInfo p {
    padding: 2px 0 2px 27px;
    /*background: url(../images/contentContact.png) no-repeat -102px 4px;*/
    background: url(../images/contentContact.png) no-repeat -85px -16px;
}
#content .contactInfoWrap {
    padding-top: 12px;
}
#content .searchForm {
    float: none;	
}

/* Contact & Comments Forms
---------------------------------------------------------- */
#content .contact_form {
    margin-top: 12px;
}
#content .contact_form p {
    margin: 0 0 20px;
    padding: 0;
}
#sidebar .contact_form p {
    margin: 0 0 12px;
}
#content .contact_form label {
    width: 54px;
    margin-left: 10px;
}
#sidebar .contact_form label {
    margin-left: 0px;
    text-align: right;
}
.text_input, .text_area {
    padding: 3px 10px;
    width: 200px;
    color: #EAEAEA;
}
.text_area {
    width: 95%;
    height: 200px;
}
#content .contact_form .text_input,
#content .contact_form .text_area {
    /*border: 3px solid rgba(221, 221, 221);*/
    border: 3px solid rgba(221, 221, 221, 0.7);

}
.text_input, .text_area, .search-field {
    padding: 5px 9px;
    width: 220px;
    border: 1px solid #CCCCCC;
    color: #808080;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.text_input:focus, .text_area:focus, .button:focus, .search-field:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.15);
}
.text_area {
    width: 95%;
    height: 200px;
}

#widgetOverlay .text_input,
#widgetOverlay .text_area {
    color: #ffffff;
    /*background: url(../images/white.html);*/
}
#content .contact_form .text_area {
    height: 200px;
    width: 95%;
}
#sidebar .contact_form .text_area {
    height: 90px;
    width: 258px;
}
#sidebar .contact_form .text_input
#sidebar .contact_form .text_area {
    padding: 2px 10px;
    width: 200px;
}
#commentform input, #commentform select, #commentform textarea {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}
#commentform label {
    margin-left: 10px;
}
#commentform p,
.contact_form p {
    position: relative;
}
.contact_form {
    padding: 4px 0 0px;
}
#footer .contact_form,
#widgetOverlay .contact_form {
    padding: 5px 0 0px;
}
.contact_form p {
    margin: 0 0 12px;
    padding: 0;
}
.contact_form label,
.contact_form input {
    display: inline-block;
}
#footer .contact_form label,
#widgetOverlay .contact_form label {
    width: 50px;
    text-align: right;
}
.contact_form input,
.contact_form textarea {
    outline: medium none;
    line-height: 20px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}
#footer .text_input,
#footer .text_area {
    border: 1px solid #434343;
}
.contact_form fieldset {
    margin-bottom: 0;
}
#footer .contact_form .text_input,
#widgetOverlay .contact_form .text_input {
    width: 64%;
    max-width: 220px;
}
.contact_form textarea {
    width: 90%;
    height: 90px;
    overflow: auto;
}
#footer .contact_form textarea,
#widgetOverlay .contact_form textarea {
    max-width: 300px;
}
#footer .one_fifth .contact_form .text_input,
#widgetOverlay .one_fifth .contact_form .text_input {
    width: 53%;
}
#footer .one_fifth .contact_form textarea,
#widgetOverlay .one_fifth .contact_form textarea {
    width: 84%;
}
.commentList li {
    /*background: url(../images/transparent_bg3.html);*/
    padding: 5px;
    border-top: 1px dotted #ccc;
}

/* Form Error Message
---------------------------------------------------------- */
#content .contact_form label.error {
    width: auto;
}
.text_input.error, .text_area.error {
    border: 1px dotted red;
    color: red;
    margin-bottom: 10px;
}
#sidebar .contact_form .text_input.error, #sidebar .contact_form .text_area.error,
#footer .contact_form .text_input.error, #footer .contact_form .text_area.error,
#widgetOverlay .contact_form .text_input.error, #widgetOverlay .contact_form .text_area.error {
    margin-bottom: 0;
}
#commentform .text_area.error,
#content .contact_form .text_area.error {
    margin-bottom: 0;
}
#commentform label.error,
#content .contact_form label.error {
    display: inline-block;
    position: absolute;
    top: 31px;
    color: red;
    font-style: italic;
}
#content .contact_form .message label.error {
    left: 0px;
}
#sidebar .contact_form label.error,
#footer .contact_form label.error,
#widgetOverlay .contact_form label.error {
    display: inline-block;
    width: 10px;
    height: 27px;
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    top: 4px;
    left: 1px;
    color: red;
    /*background: url(../images/required.html) no-repeat top center;*/
}

/* Videos
---------------------------------------------------------- */
.video_wrap {
    margin-bottom: 20px;
    line-height: 100%;
}
.blog-thumbnail-video .video_wrap {
    margin-bottom: 0px;
}
.blog-thumbnail-slide .nivo_container {
    padding-bottom: 0px;
}
/* Flickr Widget
---------------------------------------------------------- */
.flickrWrap {
    position: relative;
    overflow: hidden;
    padding-top: 12px;
    margin-left: -24px;
}
.flickrWrap a {	
    display: inline-block;
    width: 75px;
    height: 75px;
}
.flickrWrap a img {
    border: 3px solid #fd6510;
}
.flickrWrap a img:hover {	
    border: 3px solid #fd6510;
}
.flickrWrap .flickr_badge_image {
    padding: 0;
    float: left;
    margin: 0 0 18px 24px;	
    display: block;
    width: 75px;
    height: 75px;

}
#footer .flickrWrap {
    padding-top: 0px;
}
#footer .flickrWrap .flickr_badge_image {
    background: none;
}

/* Advertise Widget
---------------------------------------------------------- */
.adsWrap {
    position: relative;
    overflow: hidden;
    padding-top: 12px;
    margin-left: -10px;
}
#footer .adsWrap {
    padding-top: 10px;
}
.adsWrap a {
    width: 125px;
    height: 125px;
    margin: 0 0 12px 15px;
    display: block;
    float: left;
    border: 1px solid #999;
}
.adsWrap a img {
}
.adsWrap a.last {
    margin-right: 0;
}

/* Custom Links Widget
---------------------------------------------------------- */
#footer .custom_links {
    padding-top: 5px;
}
.custom_links li,
#widgetOverlay .custom_links li {
    margin-bottom: 8px !important;
}
.custom_links li a {
    background: none !important;    
    padding: 0 0 0 0 !important;
}
.custom_links li img {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
}
.custom_links li span {
    display: inline-block;
    font-size: 18px;
}

/* Tags Widget
---------------------------------------------------------- */
.widget_tag_cloud {
    line-height: 2em;
}

.widget_tag_cloud a {
    padding: 2px;
}
.widget_tag_cloud div {
    margin-top: 12px;
}

/* Social Widget
---------------------------------------------------------- */
.socialWrapper {
    margin-bottom: 10px;
}
#sidebar .socialWrapper {
    margin-top: 12px;
}
.social_wrap {
    padding: 0;	
    height: 24px;
}
#headerWidget .social_wrap {
}
.social_wrap a {
    display: inline-block;
    background-color: rgb(16, 16, 16);
    background-color: rgba(16, 16, 16, 0.9);
    width:18px;
    height:18px;
    padding:5px;
    margin-left: 3px;
}
.social_wrap a:hover {
    background-color: rgb(231, 55, 33);
    background-color: rgba(231, 55, 33, 0.9);
}
.social_wrap img {
    position: relative;
    display: block;
}

/* Calendar Widget
---------------------------------------------------------- */
#wp-calendar {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    margin-bottom: 20px;
}
#wp-calendar th,
#wp-calendar caption {
    text-align: center;
}
#prev {
    text-align: left;
}
#wp-calendar caption, 
#wp-calendar th, 
#wp-calendar td, 
#wp-calendar tfoot {
    padding: 5px;
}
#wp-calendar th, 
#wp-calendar tbody td {
    border-bottom: 1px solid #ddd;
}
#today {
    font-weight: bold;
    color: #ffffff;
    background-color: #FD6510;
}
#wp-calendar caption, 
#wp-calendar th {
    color: #FD6510;
}

/* Blog Posts
---------------------------------------------------------- */
.blogEntry {
    position: relative;
    margin-bottom: 40px;
    overflow:hidden;
}
#content h2.blogEntry_title {
    padding: 0;
    margin-bottom: 10px;
}
#content h2.blogEntry_title a:link,
#content h2.blogEntry_title a:visited {
    font-size: 20px!important;
    font-weight: normal!important;
    font-family: 'PerspectiveSansRegular', Helvetica, sans-serif;
    color: #fd6510;
}
#content h2.blogEntry_title a:hover {
    text-decoration: underline;
}
#content .blog_shortcode h3.blogEntry_title {
    margin:0;
    font-size:11px!important;
    line-height:12px;
    margin-top:7px!important;
    padding: 8px 15px 4px 0px;

}
.blogEntry h3.blogEntry_title a {
    font-size:11px!important;
    font-weight:bold;
    line-height:12px;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;
    color:#777;
}
.blogEntry h3.blogEntry_title a:hover,
h4.portfolio_title a:hover {
    color: #FD6510!important;
}
.blogEntry_metadata {
    padding: 0px 15px 10px 0px;
    font-size: 11px;
    position: relative;
    overflow: hidden;
    line-height:14px;
    color:#999;
}
.title_description .blogEntry_metadata {
    padding: 2px 15px 2px 0px;
}
.blog_shortcode .blogEntry_metadata {
    margin-bottom: 0px;
    padding: 0px 15px;
}
.blog_shortcode .blogEntry_info {
    margin-top: 10px;
}
.blog_shortcode .blogEntry_metadata a {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}
.blogEntry_metadata span.date,
.title_description span.date {
    background: url(../images/date.png) left no-repeat;
    padding-left: 20px;
    float: left;
    margin-right: 10px;
}
.blogEntry_metadata span.comments,
.title_description span.comments {
    background: url(../images/comments.png) left no-repeat;
    padding-left: 20px;
    float: left;
    margin-right: 10px;
}
.blogEntry_metadata span.author,
.title_description span.author {
    background: url(../images/author.png) left no-repeat;
    padding-left: 15px;
    float: left;
    margin-right: 10px;
}
.blogEntry_metadata span.category,
.title_description span.category {
    background: url(../images/category.png) left no-repeat;
    padding-left: 20px;
    float: left;
    margin-right: 10px;
}
.blogEntry_metadata span.tags,
.title_description span.tags {
    background: url(../images/tags.png) left no-repeat;
    padding-left: 20px;
    float: left;
    margin-right: 10px;
}
.blog_shortcode .comments a {
    text-transform: none;
}
.blog_shortcode .blogEntry {
    background: #fff;
    border-bottom: 1px solid #DDD;
}
.blogEntry_metadata a {
    font-size:11px;
}
.entry_left {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.blog_shortcode .entry_left {
    margin-top: 0px;
}
.entry {
    margin-bottom: 80px;
}
.blogEntry_content {
    padding: 0px 15px 10px 0;
    overflow: hidden;
}
.blog_shortcode .blogEntry_content {
    padding: 0px 15px 10px 15px;
}
.blog_shortcode p {
    margin-bottom: 0;
}
.blog_shortcode p.readMore {
    margin: 10px 0;
}
.blogEntry_content:hover {
}
.blogEntry_content .readMore {
    margin-bottom: 0px;
}
.blogEntry_content a.read_more_link {
    background-color: #fd6510;
    color: #fff!important;
    margin: 3px 20px 0 0;
    padding: 6px 12px 7px 12px;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}
.blogEntry_content a.read_more_link:hover {
    background-color: #777;
    color: #fff!important;
    text-decoration: none;
}
/* Wordpress Comments
---------------------------------------------------------- */
#comments {
    clear:both;
}
#comments h3 {
    padding-bottom: 0.6em;
}
.commentsWrapp {
    overflow: hidden;	
}
.commentList .gravatar {
    float: left;
    width: 70px;
    text-align: center;
    padding-top: 15px;
}
.commentList .gravatar img {
    height: 60px;
    padding: 4px;
    width: 60px;
    border: 2px solid #cccccc;	
    -webkit-border-radius: 10em 10em 10em 10em; 
    -moz-border-radius: 10em 10em 10em 10em;
    border-radius: 10em 10em 10em 10em;
}
.commentList .gravatar a {
    font-size: 11px;
    display: block;
}
.comment_meta {
    overflow: hidden;
    padding-bottom: 5px;
}
.comment_author,
.comment_author a {
    color: #FD6510;
}
.comment_meta cite {
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
}
.comment_meta span.comment_time a {
    font-size: 11px;
    display: inline-block;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    padding: 1px 5px;
    vertical-align: top;
}
.comment_content {
    min-height: 100px;
    overflow: hidden;
    padding: 15px 0 10px 40px;
    position: relative;
}
.commentList {
    min-width: 50%; /* IE7 hack */
    margin-left: 0;
}
.commentList ul {
    overflow: hidden;
    margin: 0px 0 0 20px;
}
#container #comments li {
    margin-bottom: 0;
    list-style-type: none;
}

/* About The Author
---------------------------------------------------------- */
#aboutTheAuthor {
    margin-bottom: 30px;
}
.aboutTheAuthor_wrapp {
    padding: 20px 20px 0;
    min-height: 90px;
    overflow: hidden;
    color: #999;	
    background-color: #FAFAFA;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.aboutTheAuthor_wrapp .gravatar {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
}
.aboutTheAuthor_wrapp .gravatar img {
    height: 80px;
    padding: 4px;
    width: 80px;
    border: 2px solid #cccccc;	
    -webkit-border-radius: 10em 10em 10em 10em; 
    -moz-border-radius: 10em 10em 10em 10em;
    border-radius: 10em 10em 10em 10em;
}
.aboutTheAuthor_content {
    overflow: hidden;
    padding: 0 0 0px 20px;
}
.aboutTheAuthor_content h4 {
    margin-bottom: 8px;
    font-size: 22px;
}
.bypostauthor, .gallery-caption, .sticky {}
/* Tabs Module
---------------------------------------------------------- */
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 32px;
    width: 100%;
    z-index: -1;
    padding-bottom: 5px;
}
ul.tabs li {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid transparent;
    position:relative;  
    z-index: 2;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 20px;
    outline: none;
    background-color:#fefefe; 
    border:1px solid #ddd;
    color:#555!important; 
}
ul.tabs li a.current {
    top: 1px ;
    left: 1px;
    background-color:#595959;
    border:1px solid #494949;
    color:#fefefe!important; 
}
/* lava lamp */
ul.tabs li.back {
    width: 5px;
    height: 31px;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0px 0 0 0;
    text-decoration:none;
}
ul.tabs li.back .left {
    padding: 0;
    width: auto;
    height: 31px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: visible;
}
/* --------- */
.panes.blogPosts .pane {
    padding: 10px 20px 0;
}
.minimal_tabs_wrap .pane {
    background: none;
    border: none;
    padding: 20px 10px 0;
}
/* Minimal tabs lava lamp */

.minimal_tabs_wrap ul.tabs li a {
    border: 1px solid #ddd;
    -moz-border-radius-topleft: 7px;
    -khtml-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -khtml-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;

}
.pane .postList {
    position: relative;
    overflow: hidden;
    margin-left: -20px;
}
.posts.postList li {
    width: 275px;
    margin-left: 20px;
    display: block;
    float: left;
    border-bottom: none;
}
.pane .posts.postList li {
    float: left;
}
.pane,
.minimal_tabs_wrap .pane {
    display: none;
    border: 1px solid #434343;
    border-top: none;
    clear: both;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    margin-bottom:20px;
    padding: 15px 20px 0 20px;
}

/* Toggle Module
---------------------------------------------------------- */
.toggle_title {
    cursor: pointer;
    padding: 3px 0 8px 45px;
    margin: 0;
}
#content h4.toggle_title {
    margin: 0;
    font-size: 15px;
}
.toggle_title.toggle_active {
    background-position: 0 -30px;
}
.toggle_content {
    display: none;
    padding: 0 10px 10px;
}
.toggle {	
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.toggle .toggle_title {
    margin-top: 0.6em;
}
.minimal_toggle {
    margin-bottom: 0px;
}

/* Accordion Module
---------------------------------------------------------- */
.accordion { 	
    border: 1px solid #fefefe;
    margin-bottom: 20px;
    padding: 1px;
    -moz-border-radius-topleft: 7px;
    -khtml-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -khtml-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
}
.accordion h3 { 
    cursor: pointer;
    background: #fcfcfc;
    font-size: 20px;
    padding: 0.3em 12px!important;
    margin-bottom: 0;
    border-top: 1px solid #f9f9f9;
}
.accordion h3.current {
    color: #FD6510;
}
.accordion h3.no_border {
    border-top: none;
}
.accordion .accPane {
    display: none;
    border-top: 1px solid #f2f2f2;
    padding: 12px 12px;
    clear: both;
    background: #fff;
}
.accordion .accPane p {
    margin-bottom: 12px;
}
.accordion .alignleft {
    margin: 0 12px 5px 0;
}
.accordion .alignright {
    margin: 0 0 5px 12px;
}
.minimal_accordion {
    border: none;
}
.minimal_accordion h3,
.minimal_accordion h3.current {
    border-top: none;
    margin-bottom: 1px;
    background: #fcfcfc;
}
.minimal_accordion h3.current {
    color: #FD6510;
    margin-bottom: 0;
}
.minimal_accordion .accPane {
    border: none;
    background: none;
}

/* Inline Lightbox
---------------------------------------------------------- */
.pp_inline img {
    padding: 0 18px 18px;
}

/* Dropcaps
---------------------------------------------------------- */
.dropcap1, .dropcap2 {
    float: left;
    font-size: 36px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    margin-right: 8px;
    text-align: center;
    background: no-repeat 0 0;
    position: relative;
    display: inline-block;
}
.dropcap1 {
    line-height: 40px;
    background-image: url(../images/dropcap5.png);
}
.dropcap2 {
    color: #FD6510;
    font-size: 47px;
    line-height: 40px;
}

/* Blockquotes and Pullquotes
---------------------------------------------------------- */
blockquote {
    font-size: 14px;
    line-height: 24px;    
    padding: 10px 20px 10px 45px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: no-repeat 10px 10px;
    background-image: url(../images/blockquotes.png);
    background-color: #fff;
}
blockquote p {
    margin-bottom: 8px;
}
blockquote.alignleft {
    width: 33%;
    margin: 5px 20px 0px 0px;
}
blockquote.alignright {
    width: 33%;
    margin: 5px 0px 0px 20px;
}
blockquote cite {
    font-style: italic;
    color: #434343;
    font-size: 12px
}
blockquote h5 {
    text-transform: uppercase;
}
.framed_box blockquote {
    padding-bottom: 0;
}
span.pullquote {
    font-size: 14px;
    line-height: 24px;    
    padding: 5px 10px 5px 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: repeat-y 0 0;
    color: #FD6510;
    background-image: url(../images/pullquotes.png);
    background-color: #fff;
}
span.pullquote.alignleft,
span.pullquote.alignright {
    width: 33%;
}
span.pullquote.alignleft {
    float: left;
    margin: 20px 20px 0px 0px;
}
span.pullquote.alignright {
    float: right;
    margin: 20px 0px 0px 20px;
}

/* Fancy Borders 
---------------------------------------------------------- */
.code_wrap, .styled_table, .styled_image, .toggle, .accordion {
    /*border: 1px solid #dddddd;
    -moz-box-shadow: 2px 2px 1px #f8f8f8; 
    -webkit-box-shadow: 2px 2px 1px #f8f8f8;
    box-shadow: 2px 2px 1px #f8f8f8; */
}
.minimal_accordion {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.code_wrap, .code, .pre, .styled_table, .styled_image, .toggle {
    /*-moz-box-shadow: 2px 2px 1px #f8f8f8; 
    -webkit-box-shadow: 2px 2px 1px #f8f8f8;
    box-shadow: 2px 2px 1px #f8f8f8;
    border: 1px solid #e8e8e8;*/
}

/* Fancy Links 
---------------------------------------------------------- */
a.fancy_link {
    padding-right: 15px; 
    /*background: transparent url(../styles/../images/arrow.png) no-repeat right 6px;*/
}
#container a.fancy_link {
    color: #FD6510;
}
a.fancy_link:hover {
    text-decoration: underline;
}

/* Fancy Headers 
---------------------------------------------------------- */
.fancy_header { 
    margin-bottom: 20px; 
    line-height: 20px;
}
.fancy_header span {
    background-color: #FD6510; 
    padding: 2px 14px; 
    color: #ffffff; 
    text-transform: uppercase;
}
#container .fancy_header a:link, #container .fancy_header a:visited, #container .fancy_header a:hover {
    color: #ffffff;
} 

/* Highlight
---------------------------------------------------------- */
.highlight,
.highlight.yellow {
    background-color: #FD6510;
    color: #EAEAEA;
    padding: 1px 6px;
} 
.highlight.gray {
    background-color: #EAEAEA;
    color: #FD6510;
    padding: 1px 6px;
} 

/* Dividers
---------------------------------------------------------- */
.top {
    text-align: right;
    clear: both;
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.top a { 
    display: inline-block;  
    overflow: hidden;
}
.divider_line,
.divider_line_padding {
    border-bottom: 1px solid #ddd;
}
.divider_line {
    clear: both;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.divider_padding {
    clear: both;
    display: block;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.divider_line_padding {
    clear: both;
    display: block;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

/* Margins
---------------------------------------------------------- */
.marginControl {    
    clear: both;
    overflow: hidden;
}

/* Transparent Boxes
---------------------------------------------------------- */
.transparent {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #E8E8E8;
    box-shadow: 2px 2px 1px #E8E8E8;
}
.transparent:hover {
}

/* ========================================================== */
/* 				     GALLERY and PORTOFOLIO                   */
/* ========================================================== */

.portofolioWrapper {
    overflow: hidden;
}
.portofolio_item h4.portfolio_title {
    padding: 8px 0px 0 0!important;
}
.portofolio_item h4.portfolio_title a {
    margin-bottom: 1px;
    font-size: 11px!important;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
p.portfolioCategory {
    font-size: 11px;
    color: #999;
}
.portofolio_item.one_fourth,
.portofolio_item.one_fourth .image_frame {
    width: 225px;
    height: 140px;
    margin-right: 20px;
}
.portofolio_item.one_third,
.portofolio_item.one_third .image_frame {
    width: 305px;
    height: 185px;
    margin-right: 21px;
}
.portofolio_item.one_half,
.portofolio_item.one_half .image_frame {
    width: 470px;
    height: 280px;
    margin-right: 20px;
}
.gallery_2,
.gallery_3,
.gallery_4,
.gallery_5 {
    padding-top: 10px;
} 
.gallery_2 .portofolio_item,
.gallery_3 .portofolio_item,
.gallery_4 .portofolio_item {
    margin-bottom: 20px;
} 
.gallery_5 .one_fifth {
    width: 190px;
    height: 127px;
    margin: 1px;
}
.portfolio_2,
.portfolio_3,
.portfolio_4 {
    display: block;
    margin: 0;
    padding: 0;
    word-spacing: -4px;
    letter-spacing: -4px;
}
#galleria_galleria {
    width:960px;
    height:500px;
    margin-bottom:20px;
}
.portfolio_2 h2,
.portfolio_3 h2,
.portfolio_4 h2 {
    word-spacing: normal;
    letter-spacing: normal;
}
.portfolio_2 .wp-pagenavi,
.portfolio_3 .wp-pagenavi,
.portfolio_4 .wp-pagenavi {
    width: 930px;
}
.portfolio_2 {
    margin-right: -56px;
}
.portfolio_3 {
    margin-right: -21px;
}
.portfolio_4 {
    margin-right: -28px;
}
.portfolio_2 .portofolio_item.one_half,
.portfolio_3 .portofolio_item.one_third,
.portfolio_4 .portofolio_item.one_fourth {
    display: inline-block;
    padding: 0;
    position: relative;
    vertical-align: top;
    float:none !important;
    word-spacing: normal;
    letter-spacing: normal;
    /*zoom: 1;*/
}
.portfolio_2 .portofolio_item.one_half {
    margin-right: 20px;
    width: 470px;
}
.portfolio_3 .portofolio_item.one_third {
    margin-right: 21px;
    width: 305px;
    height: 185px;
}
.portfolio_4 .portofolio_item.one_fourth {
    margin-right: 20px;
    width: 225px;
}
.portofolio_item.two_third {
    width: 600px;
    height: 350px;
    margin-right: 0;
} 
.portofolio_item.two_third .image_frame {
    width: 600px; /* 600px is the normal length */
    height: 350px; /* 362px is the normal length */
}  
.portfolio_1 .portofolio_item.one_third {
    padding-bottom: 10px;
    background: white;
    border-bottom: 1px solid #DDD;
}
.portfolio_1 .portofolio_item.one_third {
    width: 330px;
    padding-left: 30px;
}
.portfolio_1 .portofolio_item,
.portfolio_2 .portofolio_item,
.portfolio_3 .portofolio_item,
.portfolio_4 .portofolio_item {
    margin-top: 10px;
    margin-bottom: 30px;
}
.portfolio_1 .portofolio_item {
    margin-bottom: 15px;
}
.portfolio_2 .portofolio_item {
    margin-bottom: 15px;
}
.portfolio_3 .portofolio_item {
    margin-bottom: 15px;
}
.portfolio_4 .portofolio_item {
    margin-bottom: 15px;
}
/* Preload images
---------------------------------------------------------- */
.preloader {  
    background: url("../images/loading.gif") no-repeat center center #f8f8f8;
    display: block;  
    height: 100%;
}
.image_frame {
    overflow: hidden;
}
.image_holder {
    background-color: #f8f8f8;
    background: url("../images/loading.gif") #f8f8f8 no-repeat center center;
    position: relative;
    display: block;
    height: 100%;
}
.image_holder img {
    display: block;
    visibility: hidden;
}
.entry_image img {
    display: block;
}
.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.image_overlay span {    
    display: block;
    height: 48px;
    width: 48px;
    top: -50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
}
.overlay_zoom .image_overlay span {
    background-image: url("../images/overlay_zoom.png");
}
.overlay_play .image_overlay span {
    background-image: url("../images/overlay_play.png");
}
.overlay_doc .image_overlay span {
    background-image: url("../images/overlay_doc.png");
}
.overlay_link .image_overlay span {
    background-image: url("../images/overlay_link.png");
}
.portofolio_item .readMore {
    margin-bottom: 0px;
}
.portofolio_details {
    padding-bottom: 10px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.portofolio_details h4 a,
.portofolio_det h4 a {
    display: block;
}
.portofolio_details h4,
.portofolio_details p {
    margin-bottom: 0;
}
.portofolio_det {
    padding: 10px 15px;
}
.portfolio_1 .portofolio_det {
    padding: 10px 15px 10px 0;
}
.pp_description {
    font-size: 16px;
}
.noscript { 
    display: none;
}
.icon_zoom span {
    background-image: url(../images/overlay_zoom.png);    
    display: block;
    height: 48px;
    left: -50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 48px;
}
.sortableLinks {
}
.sortableLinks a,
.sortableLinks span {
    display: inline-block;   
    height: 31px;
    line-height: 31px;
    margin: 0 3px 0 0;
    padding: 0 5px;
    overflow: hidden;
    text-transform: capitalize;
}
.sortableLinks a.selected {
    cursor: default !important;
    text-decoration: underline;
    color: #FD6510;
}
.sortableLinks a.selected,
.sortableLinks a:hover {
    opacity: 1.0;  
    /*filter: alpha(opacity = 100);*/
}

/* ========================================================== */
/* 						   FOOTER AREA                        */
/* ========================================================== */

#footerWrapper .inner {
}
#left_alignment #footerWrapper .inner {
    float: left;
    margin-left: 20px;
}
#right_alignment #footerWrapper .inner {
    float: right;
    margin-right: 20px;
}

/* Footer Top
---------------------------------------------------------- */
#footerBottom {
    position: relative;
    z-index: 0;
}
.inner #footerTop  {
    padding: 20px 0;
    border-top: 3px solid #FD6510;
}
#footerBottom .widget_nav_menu ul {
    float: right;
}
#footerBottom .widget_nav_menu ul li {
    float: left;
    list-style: none;
    background: url(../images/lineMenu.png) no-repeat center right;
}
#footerBottom .widget_nav_menu li a {
    float: left;
    display: block;
    color: #999;
    font-size: 12px;
    padding: 0 3px;
    margin: 0 13px 0 0;
}
#footerBottom .widget_nav_menu ul li.lastItem {
    background: none;
}
#footerBottom .widget_nav_menu ul li.lastItem a {
    margin: 0;
}
#footerBottom .widget_nav_menu li.current-menu-item a, #footerBottom .widget_nav_menu li a:hover {
    color: #fd6510;
}
#footerBottom a:link,
#footerBottom a:visited {
    color: #AEAEAE;
}

/* Footer 
---------------------------------------------------------- */
#footer {
    width: 960px;
    padding: 5px 30px 20px 30px;
    border-top: 3px solid rgb(253, 101, 16);
    border-top: 3px solid rgba(253, 101, 16, 0.9);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#footer h3.widgettitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
#footer h3.widgettitle span {
    border-bottom: 2px solid #fd6510;
    padding-bottom: 6px;
    /*padding-bottom: 8px\0/;*/
    padding-right: 5px;
    font-size: 15px;
    line-height: 14px;
    color: #555;
}
#footer a:link,
#footer a:visited {
    color: #777;
}
#footer a:hover {
    color: #FD6510;
}
#footer ul,
#footer li {
    margin: 0;
    /*list-style:url(../images/dropcap6.png);*/
    /*list-style-type: none;*/
}
#footer .widget {
    margin-bottom: 0;
    padding-top: 20px;
}

span.date {
    display: block;
    line-height: 1.8em;
    font-size: 0.9em;
}
.contactInfo {
    margin-bottom: 15px;
}
.contactInfo p {
    padding: 2px 0 2px 35px;
    margin: 0;
}
.contactInfo .contactMail {
    background-position: -85px -16px !important;
}
.contactInfo .contactPhone {
    background-position: -68px -37px !important;
}
.contactInfo .contactAddress {
    background-position: -52px -56px !important;
}
.contactInfo .contactLink {
    background-position: -34px -75px !important;
}
.contactInfo .contactCellPhone {
    background-position: -16px -95px !important;
}
.contactInfo .contactTwitter {
    background-position: -15px -95px !important;
}
.contactInfo .contactText {
    background: none !important;
    padding-left: 0;
}
.contactInfo .contactMail a {
    display: inline-block;
}
#footer .contact_form input,
#footer .contact_form textarea {
}
#footer .tagcloud {
    margin-top: 4px;
}
#footer  .flickrWrap {
    text-align: center;
}
#footer  .flickrWrap .flickr_badge_image {
    float: none;
    margin: 0 0 12px 12px;	
    display: inline-block;
}

/* Footer Bottom 
---------------------------------------------------------- */
#footerBottom {
    position: relative;
    z-index: 0;	
    width:960px;
    padding:15px 30px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    min-height: 30px;
    margin: 0 auto;
}
#left_alignment #footerBottom .inner {
    margin: 0;
}
#left_alignment #footerBottom {
    padding-left: 20px;
}
#right_alignment #footerBottom .inner {
    margin: 0 0 0 auto;
}
#right_alignment #footerBottom {
    padding-right: 20px;
}
.widget_nav_menu {
}
.widget_nav_menu ul,
.widget_nav_menu li {
    margin: 0;
    list-style-type: none;
}
.widget_nav_menu li {
    float: left;
}
.widget_nav_menu a {
    display: inline-block;
    padding: 0 10px;
}
#footerTop .widget_nav_menu,
#footer .widget_nav_menu {
    position: relative;
    top: 0;
    overflow: hidden;
    min-height: 0;
    margin-bottom: 0;
}
#footerTop .widget_nav_menu {
    left: auto;
}
.widget_text {
    min-height: 0;
}
#footer .widget_text a {
    text-decoration: underline;
}
#footer .widget_nav_menu li a {
    background: none;
    padding: 0 10px;	
}
#copyright {
    float: left;
}
#copyright p {
    margin-bottom: 0;
    font-size: 12px;
}
#copyright p span,
#copyright p a:link,
#copyright p a:visited {
    color: #fd6510;
}
#footerBottom .widget_nav_menu li a {
    text-transform: none;
}
#footer .socialWrapper,
#footerBottom .socialWrapper {
    min-height: 0;
    padding-bottom: 0;
}
#footerBottom .socialWrapper {
    margin-top: -8px;
    margin-right: 0;
    float: right;
}
#footerBottom a:link,
#footerBottom a:visited {
    color: #AEAEAE;
}
#footerBottom .top {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 2px;
}
#footerBottom .top a {
    vertical-align: top;
}

/* Top Button 
---------------------------------------------------------- */
#dynamic-to-top {
    opacity: 0.7;  
    /*filter: alpha(opacity = 70);*/
}
#dynamic-to-top:hover {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), transparent) repeat scroll 0 0 #FD6510;
}
#dynamic-to-top:active {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.1), transparent) repeat scroll 0 0 #FD6510;
}

/* ========================================================== */
/*                      TOP WIDGET AREA                       */
/* ========================================================== */
#panel {
    overflow:hidden;
    display: none;
    width:960px;
    padding:20px 30px;
    margin:0 auto;
    border-top:2px solid rgb(253, 101, 16);
    border-top:2px solid rgba(253, 101, 16, 0.9);
    border-bottom:2px solid rgb(253, 101, 16);
    border-bottom:2px solid rgba(253, 101, 16, 0.9);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);

}
.panel-slide {
    float:left;
    margin:0!important;
    padding:0!important;
    overflow:hidden;
    width:40px;
    height:32px;
    float:left;
}
.btn-slide {
    background-image: url(../images/open_drop_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(16, 16, 16);
    background-color: rgba(16, 16, 16, 0.9);
    text-align: center;
    width: 18px;
    height: 18px;
    padding:7px 11px;
    display: block;
    color: #fff;
    text-decoration: none;
    float:left;
}
.btn-slide:hover {
    background-color: rgb(231, 55, 33);
    background-color: rgba(231, 55, 33, 0.8);
}
.active {
    background: url(../images/close_drop_down.png) center no-repeat;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}
#left_alignment #topWidget .inner {
    margin: 0;
}
#left_alignment #topWidget {
    padding-left: 20px;
}
#right_alignment #topWidget .inner {
    margin: 0 0 0 auto;
}
#right_alignment #topWidget {
    padding-right: 20px;
}
#widgetOpen {
    /*position: absolute;
    right: 0;
    margin: 0;
    z-index: 9999;*/

}
#widgetOpen a {
    background: url(../images/open_drop_down.png) center no-repeat;
    background-color: rgb(16, 16, 16);
    background-color: rgba(16, 16, 16, 0.8);
    text-align: center;
    width: 18px;
    height: 18px;
    padding:7px 11px;
    display: block;
    color: #fff;
    text-decoration: none;
    float:left;
    text-indent: -9999px;
}
#widgetOpen a.hide {
    background-position: -50px 0;
}
#widgetOverlay a:link,
#widgetOverlay a:visited {
    color: #ffffff;
}
#widgetOverlay h3 {
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0.6em;
    border-bottom: none;
}
#widgetOverlay ul,
#widgetOverlay li {
    margin: 0 !important;
    list-style-type: none;
}
#widgetOverlay .widget {
    margin-bottom: 0;
    min-height: 100px;
}
#widgetOverlay .postList li,
#widgetOverlay .widget_recent_comments li {
    padding: 5px 0;
}
#widgetOverlay .widgetPosts li a {
    display: block !important;
    padding: 0px;
    background: none !important;
}
#widgetOverlay .thumb {	
    width: 65px;
    height: 65px;
    padding: 4px !important;
    border: 1px solid #434343;
    margin: 3px 8px 3px 0;
}
#widgetOverlay .thumb img {
    display: block;
}
#widgetOverlay .postInfo {
    top: 0;
}
#widgetOverlay .flickrWrap a {
    border: 1px solid #434343;
}
#footerPosts a,
#widgetOverlay .widget_categories a,
#widgetOverlay .widget_archive a {
    display: block;
}
#widgetOverlay li a {
    display: block;
    padding: 0 0 0 15px;
    /*background: transparent url(../images/arrowWhite.html) no-repeat 0 6px;*/
}
#widgetOverlay .contactInfo p {
    /*background: url(../images/footerContact.html) no-repeat -132px 0px;*/
}
#widgetOverlay .widget_subnav li, #widgetOverlay .widget_recent_comments li, #widgetOverlay.widget_recent_entries li, #widgetOverlay .widget_recent_posts li, #widgetOverlay .widget_popular_posts li, #widgetOverlay .widget_related_posts li, #widgetOverlay .widget_authors li, #widgetOverlay .widget_twitter li, #widgetOverlay .widget_pages li, #widgetOverlay .widget_links li, #widgetOverlay .widget_nav_menu li, #widgetOverlay .widget_categories li, #widgetOverlay .widget_archive li, #widgetOverlay .widget_meta li, #widgetOverlay .widget_rss li {
    padding: 2px 0;
}
#widgetOverlay .widget_categories li,
#widgetOverlay .widget_archive li,
#widgetOverlay .widget_recent_comments li,
#widgetOverlay .widget_links li,
#widgetOverlay .postList li {
    border-bottom: 1px solid #434343;
}
#widgetOverlay .contactInfoWrap {
    padding-top: 5px;
}
#widgetOverlay .tagcloud {
    margin-top: 4px;
}
#widgetOverlay .contact_form input,
#widgetOverlay .contact_form textarea {
    /*background: url(../images/footerShadow.html) repeat;*/
}
/* Isotope Layouts 
---------------------------------------------------------- */
.isotope {
    overflow: hidden;
    margin-left: -11px;
    margin-bottom: 20px;
}
.isotope .element {
    overflow: hidden;
    width: 206px;
    margin: 0 0 11px 11px;
    float: left;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.fullWidth .isotope .element {
    width: 231px;
    margin: 0 0 12px 12px;
    float: left;
}
.fullWidth .isotope {
    margin-left: -12px;
}
.portfolio-grid.isotope {
    margin-left: 0;
    margin-bottom: 0;
}
.fullWidth .blog_shortcode .isotope,
.blog_shortcode .isotope {
    margin-left: 0;
    margin-right: -38px;
}
.blog_shortcode .isotope .blogEntry {
    margin-bottom: 0;
}
.isotope .element.one_half {
    width: 307px;
    margin: 0 23px 25px 0px;
    border-bottom: none;
}
.isotope .element.one_third {
    width: 294px;
    margin: 0 38px 25px 0px;
    border-bottom: none;
}
.isotope .element.one_fourth {
    width: 206px;
    margin: 0 38px 25px 0px;
    border-bottom: none;
}
.isotope .element.one_fifth {
    width: 180px;
    margin: 0 15px 25px 0px;
    border-bottom: none;
}
.isotope .element.one_half.last,
.isotope .element.one_third.last,
.isotope .element.one_fourth.last,
.isotope .element.one_fifth.last {
    margin:  0 0px 25px 0px;
}
.fullWidth .isotope .element.one_half {
    width: 460px;
    margin: 0 38px 25px 0px;
    border-bottom: none;
}
.fullWidth .isotope .element.one_third {
    width: 294px;
    margin: 0 38px 25px 0px;
    border-bottom: none;
}
.fullWidth .isotope .element.one_fourth {
    width: 206px;
    margin: 0 38px 25px 0px;
    border-bottom: none;
}
.fullWidth .isotope .element.one_fifth {
    width: 180px;
    margin: 0 15px 25px 0px;
    border-bottom: none;
}
.fullWidth .isotope .element.one_half.last,
.fullWidth .isotope .element.one_third.last,
.fullWidth .isotope .element.one_fourth.last,
.fullWidth .isotope .element.one_fifth.last {
    margin:  0 0px 25px 0px;
}
.isotope .element {
    overflow: hidden;
    width: 206px;
    margin: 0 0 11px 11px;
    float: left;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.isotope .element img {
    display: block;
    width: 100%;
}
.elementContainer {
    width: 100%;
    height: 100%;
}
.element .icon_zoom,
.element .icon_play,
.element .icon_link,
.element .icon_doc {
    opacity: 0.0;  
    /*filter: alpha(opacity = 00);*/
    overflow: hidden;
}
.elContent {
    padding: 10px;

}

/* ========================================================== */
/*                    EXTENDED TYPOGRAPHY                     */
/* ========================================================== */  

/* Styled List Variations 
---------------------------------------------------------- */
/*ul.list_color_blue li {background-image: url(blue/styled_list.html) !important;}
ul.list_color_green li {background-image: url(green/styled_list.html) !important;}
ul.list_color_grey li {background-image: url(grey/styled_list.html) !important;}
ul.list_color_orange li {background-image: url(orange/styled_list.html) !important;}
ul.list_color_red li {background-image: url(red/styled_list.html) !important;}
ul.list_color_teal li {background-image: url(teal/styled_list.html) !important;}
ul.list_color_yellow li {background-image: url(yellow/styled_list.html) !important;}*/

/* Custom Iext Icon Variations
---------------------------------------------------------- */
/*.icon_text.blue {background-image: url(blue/styled_text.html) !important;}
.icon_text.green {background-image: url(green/styled_text.html) !important;}
.icon_text.grey {background-image: url(grey/styled_text.html) !important;}
.icon_text.orange {background-image: url(orange/styled_text.html) !important;}
.icon_text.red {background-image: url(red/styled_text.html) !important;}
.icon_text.teal {background-image: url(teal/styled_text.html) !important;}
.icon_text.yellow {background-image: url(yellow/styled_text.html) !important;}*/

/* Custom Link Icon Variations
---------------------------------------------------------- */
/*a.icon_text.blue {background-image: url(blue/styled_text.html) !important;}
a.icon_text.green {background-image: url(green/styled_text.html) !important;}
a.icon_text.grey {background-image: url(grey/styled_text.html) !important;}
a.icon_text.orange {background-image: url(orange/styled_text.html) !important;}
a.icon_text.red {background-image: url(red/styled_text.html) !important;}
a.icon_text.teal {background-image: url(teal/styled_text.html) !important;}
a.icon_text.yellow {background-image: url(yellow/styled_text.html) !important;}*/

/* Dropcaps Variations
---------------------------------------------------------- */
.dropcap1.blue {background-image: url(../images/dropcap2.png) !important;}
.dropcap2.blue {color: #0077AF !important;}
.dropcap1.green {background-image: url(../images/dropcap7.png) !important;}
.dropcap2.green {color: #02A202 !important;}
.dropcap1.grey {background-image: url(../images/dropcap4.png) !important;}
.dropcap2.grey {color: #A9A9A9 !important;}
.dropcap1.orange {background-image: url(../images/dropcap5.png) !important;}
.dropcap2.orange {color: #FD6510 !important;}
.dropcap1.red {background-image: url(../images/dropcap1.png) !important;}
.dropcap2.red {color: #CF0317 !important;}
.dropcap1.black {background-image: url(../images/dropcap6.png) !important;}
.dropcap2.black {color: #000 !important;}
.dropcap1.yellow {background-image: url(../images/dropcap2.png) !important;}
.dropcap2.yellow {color: #e9d400 !important;}

/* Blockquotes Variations
---------------------------------------------------------- 
blockquote.blue {background-image: url(../styles/blockquotes.png) !important;}
blockquote.green {background-image: url(../styles/blockquotes.png) !important;}
blockquote.grey {background-image: url(../styles/blockquotes.png) !important;}
blockquote.orange {background-image: url(../styles/blockquotes.png) !important;}
blockquote.red {background-image: url(../styles/blockquotes.png) !important;}
blockquote.teal {background-image: url(../styles/blockquotes.png) !important;}
blockquote.yellow {background-image: url(../styles/blockquotes.png) !important;}*/

/* Pullquotes Variations
---------------------------------------------------------- */
span.pullquote.blue {color: #0077AF !important;}
span.pullquote.green {color: #02A202 !important;}
span.pullquote.grey {color: #A9A9A9 !important;}
span.pullquote.orange {color: #FD6510 !important;}
span.pullquote.red {color: #CF0317 !important;}
span.pullquote.teal {color: #34B490 !important;}
span.pullquote.yellow {color: #e9d400 !important;}

/* Fancy Links Variations
/*---------------------------------------------------------- */
/*#container .fancy_link.blue {background-image: url(blue/arrow.html) !important;}
#container .fancy_link.green {background-image: url(green/arrow.html) !important;}
#container .fancy_link.grey {background-image: url(grey/arrow.html) !important;}
#container .fancy_link.orange {background-image: url(orange/arrow.html) !important;}
#container .fancy_link.red {background-image: url(red/arrow.html) !important;}
#container .fancy_link.teal {background-image: url(teal/arrow.html) !important;}
#container .fancy_link.yellow {background-image: url(yellow/arrow.html) !important;}*/

/* Fancy Headers Variations
---------------------------------------------------------- */
h6.blue span {background-color: #0077AF !important;}
h6.green span {background-color: #02A202 !important;}
h6.grey span {background-color: #A9A9A9 !important;}
h6.orange span {background-color: #FD6510 !important;}
h6.red span {background-color: #CF0317 !important;}
h6.teal span {background-color: #34B490 !important;}
h6.yellow span {background-color: #e9d400 !important;}

/* Fancy Links Variations
---------------------------------------------------------- */
#container a.fancy_link.blue {color: #0077AF !important;}
#container a.fancy_link.green {color: #02A202 !important;}
#container a.fancy_link.grey {color: #A9A9A9 !important;}
#container a.fancy_link.orange {color: #FD6510 !important;}
#container a.fancy_link.red {color: #CF0317 !important;}
#container a.fancy_link.teal {color: #34B490 !important;}
#container a.fancy_link.yellow {color: #e9d400 !important;}

/* Styled Buttons Variations 
---------------------------------------------------------- */
.button.blue {background-color: #0077AF !important;}
.button.green {background-color: #02A202 !important;}
.button.grey {background-color: #A9A9A9 !important;}
.button.orange {background-color: #FD6510 !important;}
.button.red {background-color: #CF0317 !important;}
.button.teal {background-color: #34B490 !important;}
.button.yellow {background-color: #e9d400 !important;}

/* Framed Boxes Title Variations 
---------------------------------------------------------- */
.framed_box_title.blue {background-color: #0077AF !important;}
.framed_box_title.green {background-color: #02A202 !important;}
.framed_box_title.grey {background-color: #A9A9A9 !important;}
.framed_box_title.orange {background-color: #FD6510 !important;}
.framed_box_title.red {background-color: #CF0317 !important;}
.framed_box_title.teal {background-color: #34B490 !important;}
.framed_box_title.yellow {background-color: #e9d400 !important;}

/**  carousel  */
.carousel-second { 
    width: 960px;
    margin-bottom: 20px;
}
.carousel-second .nivo_container { 
    padding-bottom: 0px;
}
.carousel-second .video_wrap { 
    margin-bottom: 0px;
}
.carousel-second .entry_full,
.single .entry_full {
    margin-bottom: 15px;
}
.carousel-second .nivo-caption {
    display: none;
}
.blog_shortcode .carousel-second .blogEntry_metadata {
    padding: 0 0 0 15px;
}
#content .blog_shortcode .carousel-second h3.blogEntry_title {
    padding: 0px 0px 4px 0px;
}
.carousel-second .readMore {
    display: none
}
.carousel-second .blogEntry_content {
    padding: 0px 15px 10px 15px;
}
.carousel-second .blogEntry {
    margin-bottom: 0;
}
#content .carousel-second h2 { 
    color: #777; 
    font-size: 14px;
    height: 14px; 
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; 
    padding: 0 0 10px 0; 
    margin-bottom: 20px; 
    font-family: 'PerspectiveSansBold', Verdana, Geneva, sans-serif !important;
}
.carousel-second h2 span { 
    padding-bottom: 7px; 
    padding-right: 5px; 
    border-bottom: 2px solid #fd6510; 
    /*padding-bottom: 9px\0/;*/
}
.carousel-second .homepage_portfolio { 
    margin-bottom: 0!important;
}
.carousel-second .carousel-box { 
    float: left; 
    margin-right: 20px; 
    width: 225px; 
    text-align: center;
}
.carousel-second .last { 
    margin-right: 0px;
}
.carousel-second .carousel-box p {
    font-size: 13px; 
    color: #333; 
    line-height: 14px; 
    margin-top: 5px; 
    min-height: 28px;
}
.carousel-second .carousel-box p.price {
    font-weight: bold; 
    font-size: 17px; 
    line-height: 17px; 
    margin-top: 5px;
}
.carousel-second .carousel-box p.price span {
    font-size: 14px; 
    color: #990000; 
    text-decoration: line-through;
    margin-right: 12px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 960px;
}
.jcarousel-skin-ie7 .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 960px;
}
.jcarousel-skin-ie7 .jcarousel-item {
    width: 225px;
}
.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 20px;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0px; 
    margin-right: 0;
}

/**horizontal buttons */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute; 
    top: -45px; 
    right: 0px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer;
    background: url(../images/jcarousel-right-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    position: absolute; 
    top: -45px; 
    right: 0px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-right-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
    position: absolute; 
    top: -45px; 
    right: 0px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-right-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    position: absolute; 
    top: -45px; 
    right: 0px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-right-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default; 
    position: absolute; 
    top: -45px; 
    right: 0px;
    width: 18px; 
    height: 18px; 
    background: url(../images/jcarousel-right-inactive.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute; 
    top: -45px; 
    right: 20px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-left-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    position: absolute; 
    top: -15px; 
    right: 20px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-left-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
    position: absolute;
    top: -45px; 
    right: 20px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-left-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    position: absolute; 
    top: -45px; 
    right: 20px; 
    width: 18px; 
    height: 18px; 
    cursor: pointer; 
    background: url(../images/jcarousel-left-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default; 
    position: absolute; 
    top: -45px; 
    right: 20px; 
    width: 18px; 
    height: 18px; 
    background: url(../images/jcarousel-left-inactive.png) no-repeat 0 0;
}
.jPlayerControl {
    background-image: url("../images/audioPlayer.png");
    background-position: -30px 0;
    height: 30px;
    width: 30px;
    bottom: 20px;
    left: 10px;
    position: fixed;
    z-index: 999;
}
.jPlayerControl.muted {
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#headerWrapper .jPlayerControl {
    top: 0px;
    float: left;
    height: 30px;
    width: 30px;
    left: 0;
    position: inherit;
    z-index: 999;
}
#headerWidget .widget.audio_player {
    margin:0px 0 0 5px!important
}

.para-img {
    float: right;
    padding: 5px 0px 5px 10px;

}


.para-img2 {
    float: left;
    padding: 5px 19px 0px 0px;

}
#tbfood tr th
{
    vertical-align: top;
    color: red;
}