
/* ========================================================== */
/* 						   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;
}
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: #E29D0B;
		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: #E29D0B;
		color: #ffffff;
}

/* ======================================================= */
/*                       BASIC STYLE                       */
/* ======================================================= */

/* Basic typography
---------------------------------------------------------- */
body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Droid Sans",sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #AEAEAE;
}
p, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 20px;
}
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: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}
code, pre, input[type=text], input[type=password], input[type=email], textarea {
	font-size: 12px;
	line-height: 20px;
}
del {
	color: #EAEAEA;
	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: #E29D0B;
}
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 {
	background: url(_default/transparent_bg2.png);
	padding: 8px 15px;
}

/* code & pre
---------------------------------------------------------- */
code, pre {
	display: block;
	white-space: pre;
}
.code_wrap {
	border: 1px solid #434343;
	padding: 5px;
	margin-bottom: 20px;
	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 */
	background: url(_default/transparent_bg.png);
	overflow: auto;
	padding: 20px 10px;
	color: #E29D0B;
}
.code {
	background: url(../styles/_default/code.png);
}

/* Basic Links
---------------------------------------------------------- */

a:link,
a:visited,
.toggle_title {
	color: #EAEAEA;
}
#container a:hover {
	cursor: pointer;
}
#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: #E29D0B;
}
#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(_default//raster.png);
	overflow: hidden;
}
#wrapper {
	position: relative;
	z-index: 1;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#headerWrapper {
	/* background: url(_default/headerOverlay.png) repeat bottom; */
}
#header {
	z-index: 200;
	padding: 0;
	/* --------------------  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;
}
div#logo {
	z-index: 0;
	float: left;
	display: inline-block;	
	margin-right: 20px;
}
div#logo a {
	display: inline-block;
	margin: 15px 0 5px;
}
div#logo img {
	display: block;
}
#siteDescription {
	margin-left: 5px;
}
#logo_text {
	float: left;
	display: inline-block;	
	padding: 30px 30px 29px;
	border-bottom: 3px solid #E29D0B;
	text-align: center;
	background: url(_default/transparent_bg2.png);
}
#logo_text a {
	position: relative;
	top: 0;
	left: 0;
	font-size: 42px;
	z-index: 0;
}
#logo_text:hover {
	background: url(_default/transparent_bg_hover.png);
}

/* Header Widget Area
---------------------------------------------------------- */
#headerWidget {
	float: right;
	text-align: right;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
#headerWidget .widget {
	float: left;
	margin: 20px 0 0  20px!important;
}
#header .widget a,
#header .widget a:visited {
	color: #ffffff;
}
#introHeaderWidget {
	clear: both;
	text-align: center;
	padding: 30px 0;
}
.is_slider #introHeaderWidget {
	padding-bottom: 0;
}
#introHeaderWidget h1 {
	font-size: 28px !important;
	margin-bottom: 0 !important;
	line-height: 34px;
	text-shadow: 0 1px 1px #434343;
	background: url(_default/transparent_bg2.png);
    padding: 10px 15px;
	box-shadow: 0 1px 2px #000000;
}
#introHeaderWidget h1:hover {
	background: url(_default/transparent_bg_hover.png);
}
#introHeaderWidget h1 {
}
.searchForm {
	clear: both;
	float: right;
	position: relative;
	width: 245px;
	margin: 0 0px 14px 0; 
	border: 2px solid #E29D0B;
	height: 24px;
	text-align:left;
	z-index: 1;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	background: url(_default/transparent_bg2.png);
}
.search-field {
	width: 178px;
	height: 23px;
	background: transparent;
	border: 0;
	padding: 0 0 0 10px;
	line-height: 22px;
	color: #EAEAEA;
}
.searchBtn {
	position: absolute;
	top: -1px;
	right: 0px;
	height: 23px;
	width: 50px;
	border-left: 2px solid #E29D0B;
	border-top: 1px solid #E29D0B;
	border-bottom: 2px solid #E29D0B;
	-moz-border-radius-topleft: 40px;
	-khtml-border-radius-topleft: 40px;
	-webkit-border-top-left-radius: 40px;
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	background: #E29D0B;
}
.search-go {
	cursor: pointer;
	border: none;
	background: none;
	display: block;
	height: 23px;
	line-height: 23px;
	width: 50px;
	padding: 0 0 0 10px;
	font-size: 1.05em;	
	color: #ffffff;
}

/* ========================================================== */
/* 						 TOP NAVIGATION                       */
/* ========================================================== */

#nav {
	position: relative;
	z-index: 200;
    height: 25px;
	padding: 0px 0px 14px;
	float: right;
	/* float: left; */
	background: url(_default/transparent_bg2.png);
	margin-top: 8px;
}
#nav:hover {
	background: url(_default/transparent_bg_hover.png);
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul.lavaLamp {
	height: 42px;
	background: url(_default/nav_border.png) repeat-x bottom;
}
/* Top level list items */
#nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
	display: inline;
    float: left;
    z-index: 200;
    width: auto;
	cursor: pointer;
	list-style-type: none;
}
/* 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;
    text-align: center;
	color: #EAEAEA;
}
#nav ul li a.level-1-a {
	height: 26px;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-bottom: 3px;
}
#nav ul li a.level-1-a span {
	line-height: 25px;
}
#nav ul li a span {
    padding: 0 0 0 15px;
    display: block;
    cursor: pointer;
}
/* 1st sub level menu */
#nav ul li ul {
    width: 212px;
	margin: 0;
    padding: 0;  
	position: absolute;
    left: 0px;
	display: block;
	visibility: hidden;
}
/* Sub level menu list items (undo style from Top level List Items) */
#nav ul li ul li {
	display: list-item;
	float: none;
	background: url(_default/submenu.png) no-repeat left top;
}
#nav ul li ul li:hover {
	background: url(_default/submenu.png) no-repeat left bottom;
}
#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 {
    padding: 0px 14px 0 14px;
    float: none;
    display: block!important;
    white-space: normal;
    width: 182px;
    margin: 0;
    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: 0px !important;
	background: none;
	padding: 0;
}

/* Lava Lamp */

#nav li.back {
    width: 6px;
    height: 25px;
    z-index: 198;
    position: absolute;
    padding: 0 0 14px;
    margin: 0;	
	background: url(_default/transparent_bg2.png);
}
#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(_default/hasChild.png) no-repeat 99% center; */
}
#nav .hasChild a.level-1-a {
	/* background: url(_default/hasChild.png) no-repeat center 94% ; */
}

/* ========================================================== */
/*                      Home Page Sliders                     */
/* ========================================================== */

/* Randf, Nivo, Anything, Cycle Sliders
---------------------------------------------------------- */
#slide {
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 91;
	padding: 0 0 28px;
	background: url(../styles/_default/sliderShadow.png) no-repeat center bottom;
}
#slideFrame {
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	background: url(../styles/_default/slideFrame.png);
}
#slideFrameLower {
	width: 984px;
	height: 8px;
	position: absolute;
	bottom: 28px;
	left: 8px;
	z-index: 90;
	background: url(../styles/_default/slideFrameLower.png);
}
#slide img {
	display: block;
}

/* Randf Slider ../styles
---------------------------------------------------------- */
#slider_container {
	width: 1000px;
	height: 400px;	
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	/* border: 1px solid #BCBCBC; */
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
}
#slider_container .mini_holder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 400px;
}
#slider_container .mini_holder {
	overflow: hidden;
	display: none;
	width: 1000px;
	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("../styles/_default/sliderArrows.png") no-repeat 0 0;
}
#sliderControls_right {
	right: 20px;
	background: url("../styles/_default/sliderArrows.png") no-repeat -40px 0;
}
#slide #slider_controls {	
	position: absolute;
	padding: 0;
	z-index: 102;
    width: 100%;
	text-align: center;
}
#slide #mini_blocks {
	display: inline-block;
	background: #111111;
	padding: 10px 10px 5px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;    
	box-shadow: 0 1px 2px #000000;
}
#slide .mini_block_list {
	float: none;
	display: inline-block;
	width: 14px;
	height: 14px;	
	margin :0 4px;
	cursor: pointer;
	overflow: hidden;
	background: url(../styles/_default/sliderControls.png) no-repeat;
	background-position: 0 0;  
}
#slide .mini_block_list_active {
	cursor: default;
	background-position: 0 -14px;
}
#slide .mini_block_list:hover {
	background-position: 0 -14px;
}
#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: #E29D0B;
	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: #E29D0B;
	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: 1000px;
	height: 400px;
}
#slider_images a {
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 91;
	display: inline-block;
	background: url("../styles/_default/blank.png");
}

/* Nivo Slider ../styles
---------------------------------------------------------- */
#nivo_slider_wrap {
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	/* border: 1px solid #bcbcbc; */
}
#nivo_slider_wrap #slideFrame {
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../styles/_default/slideFrame.png);
}
#nivo_slider_wrap #slideFrameLower {
	width: 984px;
	height: 8px;
	position: absolute;
	bottom: 30px;
	left: 8px;
	z-index: 100;
	background: url(../styles/_default/slideFrameLower.png);
}
#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: #000000;
	color: #ffffff;
	opacity: 0.8;  
	filter: alpha(opacity = 80);
	position: absolute; 
	border-radius: 4px 4px 4px 4px;
}
.nivo-caption  h6 {
	font-size: 20px;
}
.nivo-caption p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}
#intro .nivo-caption p {
	font-size: 12px;
}
.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: 101;
	cursor: pointer;
}
#nivo_slider_wrap .nivo-prevNav {
	left: 20px;
	background: url("../styles/_default/sliderArrows.png") no-repeat 0 0;
}
#nivo_slider_wrap .nivo-nextNav {
	right: 20px;
	background: url("../styles/_default/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: -15px;
	z-index: 102;
}
#nivo_slider_wrap .nivo-controlNav {
	background: #111111;
	padding: 10px 10px 5px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;    
	box-shadow: 0 1px 2px #000000;
	display: inline-block;	
}
#nivo_slider_wrap .nivo-controlNav span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	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("../styles/_default/sliderControls.png") no-repeat 0 0;
}
#nivo_slider_wrap .nivo-controlNav a.active {
	cursor: default;
	background-position: 0 -14px;
}
#nivo_slider_wrap .nivo-controlNav a:hover {
	background-position: 0 -14px;
}
#slider_loading,
#nivo_slider_loading {
	position: absolute;
    background: url("../styles/_default/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: 1000px;
	position: relative;
	overflow: hidden;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	/* border: 1px solid #bcbcbc; */
}
#anything_slider_wrap #slideFrameLower {
	bottom: 0;
}
#anything_slider_loading {
	width: 1000px;
	position: absolute;
	top: 0px;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	z-index: 101;
	margin-top: 0px;
	margin-left: 0px;
}
#anything_slider {
	width: 1000px;
}
#anything_slider {
	visibility: hidden;	
}
div.anythingSlider {
	width: 1000px;
	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("../styles/_default/sliderArrows.png") no-repeat -40px 0; 
}
div.anythingSlider .back a { 
	background: url("../styles/_default/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: center;
	margin-top: -35px;
	position: relative;
	z-index: 150; 
}
div.anythingSlider .thumbNav { 
	position: relative;
	float: none; 
	margin: 0; 
	display: inline-block;
	background: #111111;
	padding: 10px 10px 5px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;    
	box-shadow: 0 1px 2px #000000;
}
div.anythingSlider .thumbNav li { 
	display: inline; 
	margin: 0; 
}
div.anythingSlider .thumbNav a {
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
	height: 14px;
	width: 14px;
	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 -14px;
}
div.anythingSlider .thumbNav a.cur {
	background-position: 0 -14px;
}
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;
}
.anything_caption h3 {
	line-height: 1.2em;
}
.caption_top, .caption_bottom {
	width: 1000px;
}
.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: 260px;
	padding: 20px;
	top: 0px;
	position: absolute; 
	z-index: 91; /* to stay above frame */
}
.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: #E29D0B !important;
}
.anything_sidebar_image {
	width: 700px;
	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;
	z-index: 90;
}
#cycle_slider li.panel {
	opacity: 0;
	width: 1000px;
	background: #FAFAFA;
}
/* If an image is wrapped in a link */
#cycle_slider li a.cycle_link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 101;
}
#cycle_slider_wrap {
	width: 1000px;
	position: relative;
	overflow: hidden;
    background: #FAFAFA url("../styles/_default/loading.gif") no-repeat center center;
	/* border: 1px solid #bcbcbc; */
}
#cycle_slider_wrap #slideFrameLower {
	bottom: 0;
}
#cycle_slider_loading {
	width: 1000px;
	position: absolute;
	top: 0px;
    background: #FAFAFA url("../styles/_default/loading.gif") no-repeat center center;
	z-index: 101;
	margin-top: 0px;
	margin-left: 0px;
}
#cycle_slider {
	width: 1000px;
}
#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("../styles/_default/sliderArrows.png") no-repeat -40px 0; 
}
#cycleArrows #prevSlide { 
	margin-left: 20px;
	left: 0; 
	background: url("../styles/_default/sliderArrows.png") no-repeat 0 0; 
}
/* Slide Navigation */
#cycleNav {  
	padding: 0;
	outline: 0; 
	text-align: center;
	position: absolute;
	bottom: -12px;
	z-index: 150; 
	width: 100%;
}
#cycleNav a {
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: 0 2px;
	overflow: hidden;
	text-decoration: none;
	outline: 0;
	text-indent: -9999px;
	cursor: pointer;
}
#cycleNav a.activeSlide,
#cycleNav a:hover {
	background-position: 0 -14px;
}

#cycleControls { 
	position: relative;
	display: inline-block;
	background: #111111;
	padding: 10px 10px 5px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;    
	box-shadow: 0 1px 2px #000000;
}

/* Sidebar */
.cycle_sidebar_content {
	width: 260px;
	padding: 20px;
	top: 0px;
	position: absolute;
	background: #FFFFFF;
	-moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */
	z-index: 101;
}
/* HTML content */
.cycle_html_content {
	padding: 20px;
	background: #FFFFFF;
	-moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */
	z-index: 101;
	position: relative;
}

.cycle_sidebar_content p,
.cycle_html_content p {
	color: #565656 !important;
}
.cycle_sidebar_content a:link,
.cycle_sidebar_content a:visited,
.cycle_html_content a:link,
.cycle_html_content a:visited {
	color: #565656 !important;
}
.cycle_sidebar_image {
	width: 700px;
	top: 0px;
	position: absolute;
}
.cycle_sidebar_left .cycle_sidebar_content {
	left: 0px;
}
.cycle_sidebar_left .cycle_sidebar_image {
	right: 0px;
}
.cycle_sidebar_right .cycle_sidebar_content {
	right: 0px;
}
.cycle_sidebar_right .cycle_sidebar_image {
	left: 0px;
}

/* ========================================================== */
/*                       Shortcode Sliders                    */
/* ========================================================== */

/* Nivo
---------------------------------------------------------- */
.nivo_container {
	padding-bottom: 15px;
}
.nivoslider_wrap {
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
}
.nivoslider_wrap img {
	display: none;
}
.nivoslider_wrap .nivo-caption {
	left: 0px;
	bottom: 0px;
	width: 96%;
	padding: 0;
	border-radius: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 2%;
}
.nivoslider_wrap .nivo-controlNav {
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	height: 14px;
	bottom: -25px;
	z-index: 102;
}
.nivoslider_wrap .nivo-controlNav span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	vertical-align: top;
}
.nivoslider_wrap .nivo-controlNav a {	
	height: 14px;
	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("../styles/_default/sliderControls.png") no-repeat 0 0;
}
.nivoslider_wrap .nivo-controlNav a.active {
	cursor: default !important;
	background-position: 0 -14px;
}
.nivoslider_wrap .nivo-controlNav a:hover {
	background-position: 0 -14px;
}
.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("../styles/_default/sliderArrows_small.png") no-repeat 0 0;
}
.nivoslider_wrap .nivo-nextNav {
	right: 20px;
	background: url("../styles/_default/sliderArrows_small.png") no-repeat -30px 0;
}

/* Slides
---------------------------------------------------------- */
.slides_container {
	overflow: hidden;
	position: relative;
	display: none; 
	background-color: #ececec !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: 14px;
	position:absolute;
	bottom:15px;
}
.slides_wrap .pagination span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	vertical-align: top;
}
.slides_wrap .pagination a {
	height: 14px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	cursor: pointer;
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
}
.slides_wrap .pagination span.current a,
.slides_wrap .pagination span a:hover {
	background-position: 0 -14px;
}
.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;
}
/* 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("../styles/_default/rotateArrows.png") no-repeat 0 0;
}
.qr_buttons button.qr_next {
	background: url("../styles/_default/rotateArrows.png") no-repeat -22px 0;
}
.qr_buttons {
	position: relative;
	bottom: 10px;
}

/* ========================================================== */
/*                       Styled Elements                      */
/* ========================================================== */

/* Styled Tables
---------------------------------------------------------- */
table, td, th {
    vertical-align: middle;
}
.styled_table {
	margin-bottom: 20px;
	border: 1px solid #434343;
}
.styled_table table {
	width: 100%;
	margin: 0;
	border: 1px solid #434343;
}
.styled_table th {
	text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 12px;
}
.styled_table td {
	border-top: 1px solid #434343;
    text-align: center;
    padding: 10px;
}
.styled_table thead,
.styled_table tfoot,
.styled_table tbody tr td {
	background: url(_default/transparent_bg.png);
}
.styled_table tbody tr:hover td {
	background: none;
}
.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 {
	background: url(_default/transparent_bg2.png);
}
.styled_table tfoot td {
	background: url(_default/transparent_bg2.png);
}
.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(../styles/_default/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: 25px;
    padding-left: 55px;
    padding-top: 20px;
	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;
	-moz-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Opera 10.5, IE 9.0 */
	background: #cfe2b1 url(../styles/_default/icons/download_box.png) no-repeat 10px 15px;
}
#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;
	-moz-box-shadow: 0px 0px 5px rgb(3, 139, 212); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(3, 139, 212); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(3, 139, 212); /* Opera 10.5, IE 9.0 */
}
.upload_box {
	background: #d0e3ea url(../styles/_default/icons/upload_box.png) no-repeat 10px 15px;
}
.info_box {
	background: #ddebf7 url(../styles/_default/icons/info_box.png) no-repeat 10px 15px;
}
.faq_box {
	background: #ddebf7 url(../styles/_default/icons/faq_box.png) no-repeat 10px 15px;
}
.warning_box {
	background: #ffcfcf url(../styles/_default/icons/warning_box.png) no-repeat 10px 15px;
}
.notice_box {
	background: #fdedb6 url(../styles/_default/icons/notice_box.png) no-repeat 10px 15px;
}
#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;
	-moz-box-shadow: 0px 0px 5px rgb(223, 81, 81); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(223, 81, 81); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(223, 81, 81); /* Opera 10.5, IE 9.0 */
}
#container .warning_box a:link,
#container .warning_box a:visited {
	color: #c93119;
	text-decoration: underline;
}
.notice_box {
	border-color: #a87525;
	color: #a87525;
	-moz-box-shadow: 0px 0px 5px rgb(168, 117, 37); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(168, 117, 37); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(168, 117, 37); /* Opera 10.5, IE 9.0 */
}
#container .notice_box a:link,
#container .notice_box a:visited {
	color: #a87525;
	text-decoration: underline;
}
.success_box {
	background-color: #cfe2b1;
	border-color: #7a9e3c;
	color: #5d8836;
	-moz-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Opera 10.5, IE 9.0 */
	padding: 15px;
}
#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: #063275;
	color: #063275;
	-moz-box-shadow: 0px 0px 5px rgb(6, 50, 117); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(6, 50, 117); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(6, 50, 117); /* Opera 10.5, IE 9.0 */
	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 #434343;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	margin-bottom: 20px;
}
.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rounded .framed_box_content {
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.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: url(_default/transparent_bg2.png);	
	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: #E29D0B;
}
.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(../styles/_default/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 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #434343;
	background: url(_default/transparent_bg2.png);
	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 #434343;
	background: url(_default/transparent_bg2.png);	
	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: 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #969696; /* IE */
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2);
	background-color: #E29D0B;
}
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.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: 1em;
	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/_default/smallButton.png);
}
.button:hover,
.button.small:hover {
	background-image: url(../styles/_default/smallButtonHover.png);
}
.button.medium,
.button.medium:active {
	background-image: url(../styles/_default/mediumButton.png);
}
.button.medium:hover {
	background-image: url(../styles/_default/mediumButtonHover.png);
}
.button.large,
.button.large:active {
	background-image: url(../styles/_default/largeButton.png);
}
.button.large:hover {
	background-image: url(../styles/_default/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: 1000px;
	padding: 0;
	margin: 0 auto;
	position:relative;
	/* --------------------  float:left; */
	/* -------------------- float:right; */
}
#containerWrapper {
	margin-bottom: 30px;
}
#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;
	position: relative;
	min-height: 300px;
	padding: 40px 20px 25px;
    position: relative;
	background: url(_default/transparent_bg.png);
	box-shadow: 0 0 2px #000000;
}
.rightSidebar #content {
	background: url(_default/transparent_right.png) repeat-y;
}
.leftSidebar #content {
	background: url(_default/transparent_left.png) repeat-y;
}

/* Page Custom Header
---------------------------------------------------------- */
#intro {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#intro .inner {
	padding: 30px 0; 
}
#intro h1 {
	padding: 5px 0;
	margin-bottom: 0;
	color: #AEAEAE;
}
#intro p {
	font-size: 16px !important;
	line-height: 1.4em !important;
	padding: 5px 0;
	margin-bottom: 0;
}
#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;
	background: url(_default/transparent_bg2.png);
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 2px;
	background: url(_default/transparent_bg2.png);
}
.wp-pagenavi .currentPosts,
.wp-pagenavi .active_page {
	background: #E29D0B;
	color: #ffffff;
}
.wp-pagenavi .inactive:hover,
.wp-pagenavi .page_link:hover {
	background: #E9E9E9;
	color: #E29D0B;
}
.wp-pagenavi .page_link.active_page:hover {
	background: #E29D0B;
	color: #ffffff;
}
.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 h3 {
	margin-bottom: 0;
	background: url(_default/transparent_orange_bg.png);
	color: #000000;
	margin-bottom: 10px;
}
#sidebar ul,
#sidebar li {
	margin: 0;
	list-style-type: none;
}
#sidebar li,
#content .postList li {
	border-bottom: 1px solid #434343;
}
#content .postList li {
	padding: 12px 0;
	list-style: none;
}
#sidebar li a {
	display: block;
	padding: 3px 0 3px 15px;
	background: transparent url(../styles/_default/arrow.png) no-repeat 0 8px;
}
#sidebar ul ul li {
	border-top: 1px solid #434343;
}
#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: 4em;
	position: relative;
}
#footerBottom .widget {
	margin-bottom: 0;
}
#content ul.postList {
	margin: 0 0 20px;
}
#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;
}
.widget_subnav .current_page_item a {
	color: #E29D0B;
}
#sidebar .widgetPosts li a,
.widget_recent_comments li a {
	display: block !important;
	padding: 0px;
	background: none;
	line-height: 1.6em;
}
#sidebar .recentTweets li a {
	padding: 0px;
	background: none;
	line-height: 1.6em;
}
.widget_recent_comments li {
	overflow: hidden;
}
#footer .widget_recent_comments li {
	overflow: hidden;
}
.postInfo {
	overflow: hidden;
	position: relative;
	top: -3px;
}
.postInfo p {
	padding-bottom: 0!important;
	margin-bottom: 0;
}
.thumb,
#sidebar .widgetPosts li a.thumb {
	display: inline-block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin: 0 12px 0 0;
	width: 65px;
	height: 65px;
	padding: 4px;
}
#container .thumb {
	border: 1px solid #434343;
}
.thumb img {
	display: block;
	width: 65px;
	height: 65px;
}
#sidebar .recentTweets li {
	padding-top: 12px;
	padding-bottom: 8px;
}
#sidebar .widget_recent_comments li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.recentTweets .twitterIcon {
	float: left;
	margin: 0;
	padding-right: 10px;	
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 1;
	background: url(_default/tweets.png) no-repeat;
}
.recentTweets li a,
#sidebar .recentTweets li a {
	font-style: italic;
	font-size: 12px; 
}
.recentTweets .tweet_text a {
	display: inline-block !important; 
}
.recentTweets .postInfo {
	left: -1px;
}
#sidebar .recentTweets .postInfo {
	width: 250px;
}
.recentTweets .content {
	background: url(_default/transparent_bg2.png);
	border: 1px solid #434343;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}
.recentTweets .content:hover {
	background: url(_default/transparent_orange_bg.png);
	color: #000000;
}
.recentTweets .content:hover a {
	color: #000000 !important;
}
.recentTweets li a,
#content .recentTweets li a {
	padding-left: 6px;
	font-style: italic;
	color: #E29D0B;
}
.recentTweets li a:hover {
	text-decoration: underline;
	color: #d80000;
}
.recentTweets li {
	border-bottom: none !important;
}
.widget_recent_comments .commentsIcon {
	display: inline-block;
	float: left;
	margin: 0px 10px 0 0;
	width: 40px;
	height: 40px;
	background: url(_default/recentComments.png) no-repeat;
}
#content .contactInfo p {
	padding: 2px 0 2px 35px;
	background: url(../styles/_default/contentContact.png) no-repeat -132px 0px;
}
#content .contactInfoWrap {
	padding-top: 12px;
}
#content .searchForm {
	float: none;	
}
#content .search-field {
	color: #EAEAEA;
}

/* 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: 5px 10px;
    width: 200px;
    border: 1px solid #434343;
    color: #EAEAEA;
}
.text_area {
	width: 95%;
	height: 200px;
}
#content .contact_form .text_input,
#content .contact_form .text_area {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.text_input,
.text_area {
	background: url(_default/transparent_bg2.png);	
}
#widgetOverlay .text_input,
#widgetOverlay .text_area {
    color: #ffffff;
	background: url(_default/white.png);
}
#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(_default/transparent_bg3.png);
	padding: 15px;
	border-top: 1px dotted #E29D0B;
}

/* 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(../styles/_default/required.png) no-repeat top center;
}

/* Videos
---------------------------------------------------------- */
.video_wrap {
	margin-bottom: 20px;
	line-height: 100%;
}

/* Flickr Widget
---------------------------------------------------------- */
.flickrWrap {
	position: relative;
	overflow: hidden;
	padding-top: 12px;
	margin-left: -12px;
}
.flickrWrap a {	
	display: inline-block;
	width: 83px;
	height: 83px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #434343;
}
.flickrWrap a img {
	margin: 4px
}
.flickrWrap .flickr_badge_image {
	padding: 0;
	float: left;
	margin: 0 0 12px 12px;	
	display: block;
	width: 85px;
	height: 85px;
	background: url(_default/transparent_bg2.png);
}
#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: 133px;
	height: 133px;
	margin: 0 0 10px 10px;
	display: block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #434343;
}
.adsWrap a img {
	margin: 4px;
}
.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 {
	padding-top: 2px;	
}
.social_wrap a {
	display: inline-block;
}
.social_wrap img {
	position: relative;
	display: block;
	margin-left: 5px;
	-moz-transition: -moz-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}
.social_wrap img:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* 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 #434343;
}
#today {
	font-weight: bold;
	color: #ffffff;
	background-color: #E29D0B;
}
#wp-calendar caption, 
#wp-calendar th {
	color: #E29D0B;
}

/* Blog Posts
---------------------------------------------------------- */
.blogEntry {
	position: relative;
	margin-bottom: 40px;
	overflow:hidden;
}
.blogEntry h2 {
	padding-right: 50px;
}
.blogEntry_metadata {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	background: url(_default/transparent_bg2.png);
}
.blog_shortcode .blogEntry_metadata {
	padding-right: 45px;
}
.blogEntry_metadata a {
	text-transform: uppercase;
}
.entry_left {
    float: left;
    margin-right: 20px;
}
.entry {
    margin-bottom: 80px;
}
.blogEntry_content {
	background: url(_default/transparent_bg2.png);
    padding: 10px 15px;
	overflow: hidden;
}
.blogEntry_content:hover {
	background: url(_default/transparent_bg_hover.png);
}
.blogEntry_content .readMore {
	margin-bottom: 0px;
}
/* Wordpress Comments
---------------------------------------------------------- */
.comments_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	top: 6px;
	right: 10px;
	background: url(../styles/_default/commentsIcon.png) no-repeat;
}
#intro .comments_icon {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 20px;
	vertical-align: top;
	line-height: 20px;
	font-size: 11px;
}
.comments_icon a {
	display: block;
}
.comments_icon a:link,
.comments_icon a:visited {
	color: #111111;
}

#intro .comments_icon a {
	color: #111111;
}
.entry_image {
	margin-bottom: 15px;
}

/**  Blog Posts With 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;
}
.carousel-second .readMore {
	display: none
}
.carousel-second .blogEntry {
	margin-bottom: 0;
}
#content .carousel-second h2.carousel_title { 
	font-size: 16px;
	color: #AEAEAE;
	border-bottom: 1px solid #DADADA; 
	margin-bottom: 20px; 
	font-family: 'PerspectiveSansBold', Verdana, Geneva, sans-serif !important;
	padding: 0 20px;
	background: url(_default/transparent_bg2.png);
	word-spacing: normal;
	letter-spacing: normal;
}
.carousel-second h2 span {
	padding: 10px 20px; 
	border-bottom: 1px solid #E29D0B; 
	margin-left: -23px;
	display: inline-block;
	position: relative;
	bottom: -1px;
}
.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: -47px; 
	right: 0px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer;
 	background: url(_default/jcarousel-right-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
	position: absolute; 
	top: -47px; 
	right: 0px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer; 
	background: url(_default/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: -47px; 
	right: 0px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer; 
	background: url(_default/jcarousel-right-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
	position: absolute; 
	top: -47px; 
	right: 0px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer; 
	background: url(_default/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: -47px; 
	right: 0px;
	width: 18px; 
	height: 18px; 
	background: url(_default/jcarousel-right-inactive.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position: absolute; 
	top: -47px; 
	right: 20px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer; 
	background: url(_default/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(_default/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: -47px; 
	right: 20px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer; 
	background: url(_default/jcarousel-left-active.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
	position: absolute; 
	top: -47px; 
	right: 20px; 
	width: 18px; 
	height: 18px; 
	cursor: pointer; 
	background: url(_default/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: -47px; 
	right: 20px; 
	width: 18px; 
	height: 18px; 
	background: url(_default/jcarousel-left-inactive.png) no-repeat 0 0;
}

/* Wordpress Comments
---------------------------------------------------------- */
#comments {
	clear:both;
}
#comments h3 {
	border-bottom: 1px solid #434343;
	margin-bottom: 20px;
	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 #E29D0B;	
	-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_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;
	background: url(_default/transparent_bg2.png);
	padding: 1px 5px;
	vertical-align: top;
}
.comment_content {
	min-height: 100px;
    overflow: hidden;
	padding: 15px 0 20px 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 {
	border: 1px solid #434343;
	padding: 20px 20px 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	min-height: 90px;
	overflow: hidden;
	background: url(_default/transparent_bg2.png);
}
.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 #E29D0B;	
	-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;
	border-bottom: 1px solid #434343;
}
ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	border: 1px solid transparent;
	position:relative;  
	z-index: 2;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:active {
	top: 1px ;
	left: 1px;
}
/* lava lamp */
ul.tabs li.back {
    width: 5px;
    height: 31px;
    position: absolute;
	z-index: 1;
    padding: 0;
    margin: 0px 0 0 0;
	background: url(_default/transparent_bg2.png);
	border: 1px solid #434343;
	border-right: none;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
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;
	border-right: 1px solid #434343;
}
/* --------- */
.pane {
	display: none;
	border: 1px solid #434343;
	border-top: none;
	clear: both;
	background: url(_default/transparent_bg2.png);
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-bottom: 25px;
	padding: 15px 20px 0;
	z-index: -1;
}
.panes.blogPosts .pane {
	padding: 10px 20px 0;
}
.minimal_tabs_wrap ul.tabs {
	padding-left: 10px;
}
.minimal_tabs_wrap .pane {
	background: none;
	border: none;
	padding: 20px 10px 0;
}
/* Minimal tabs lava lamp */
.minimal_tabs_wrap ul.tabs li.back {
    width: 5px;
    height: 31px;
    position: absolute;
	z-index: 1;
    padding: 0;
    margin: 0px 0 0 0;
	border: 1px solid #434343;
	border-right: none;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background: url(_default/transparent_bg2.png);
}
.minimal_tabs_wrap 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;
	border-right: 1px solid #434343;
}
.pane .postList {
	position: relative;
	overflow: hidden;
	margin-left: -20px;
}
.posts.postList li {
	width: 275px;
	margin-left: 20px;
	display: block;
	float: left;
	border-bottom: none;
}

/* Toggle Module
---------------------------------------------------------- */
.toggle_title {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -30px 0px;
	background-image: url(../styles/_default/toggles.png);
	padding: 3px 0 8px 45px;
}
.toggle_title.toggle_active {
	background-position: 0 -30px;
}
.toggle_content {
	display: none;
	padding: 0 10px 10px;
}
.toggle {	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #434343;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	background: url(_default/transparent_bg2.png);
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.toggle .toggle_title {
	margin-top: 0.6em;
}
.minimal_toggle {
	margin-bottom: 10px;
}

/* Accordion Module
---------------------------------------------------------- */
.accordion { 	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #434343;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */	
	margin-bottom: 20px;
	padding: 1px;
}
.accordion h3 { 
	cursor: pointer;
	background: #fcfcfc;
	font-size: 20px;
	padding: 0.3em 12px;
	margin-bottom: 0;
	border-top: 1px solid #434343;
}
.accordion h3.current {
	background: #f7f7f7;
}
.accordion h3.no_border {
	border-top: none;
}
.accordion .accPane {
	display: none;
	border-top: 1px solid #434343;
	padding: 12px 12px;
	clear: both;
}
.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: #f7f7f7;
}
.minimal_accordion h3.current {
	background: #fcfcfc;
	margin-bottom: 0;
}
.minimal_accordion .accPane {
	border: 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(../styles/_default/dropcap1.png);
}
.dropcap2 {
	color: #E29D0B;
	font-size: 47px;
	line-height: 40px;
}

/* Blockquotes and Pullquotes
---------------------------------------------------------- */
blockquote {
    font-size: 14px;
    line-height: 24px;    
	padding: 10px 20px 10px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: no-repeat 0 10px;
	background-image: url(../styles/_default/blockquotes.png);
}
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 0px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: repeat-y 0 0;
	color: #E29D0B;
	background-image: url(../styles/_default/pullquotes.png);
}
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 {
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
}
.minimal_accordion {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.code_wrap, .code, .pre, .styled_table, .styled_image, .toggle {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Fancy Links 
---------------------------------------------------------- */
a.fancy_link {
	padding-right: 15px; 
	background: transparent url(../styles/_default/arrow.png) no-repeat right 6px;
}
#container a.fancy_link {
	color: #E29D0B;
}
a.fancy_link:hover {
	text-decoration: underline;
}

/* Fancy Headers 
---------------------------------------------------------- */
.fancy_header { 
	margin-bottom: 20px; 
	line-height: 20px;
}
.fancy_header span {
	background-color: #E29D0B; 
	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: #E29D0B;
	color: #EAEAEA;
	padding: 1px 6px;
} 
.highlight.gray {
	background-color: #EAEAEA;
	color: #E29D0B;
	padding: 1px 6px;
} 

/* Dividers
---------------------------------------------------------- */
.top {
	text-align: right;
	clear: both;
	display: block;
	margin-bottom: 40px;
	position: relative;
}
.top a { 
	height: 15px;
	width: 15px;  
	display: inline-block;  
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url(../styles/_default/top.png) 0 0;
}
.divider_line,
.divider_line_padding {
	border-bottom: 1px solid #434343;
}
.divider_line {
	clear: both;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.divider_padding {
	clear: both;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.divider_line_padding {
	clear: both;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

/* Margins
---------------------------------------------------------- */
.marginControl {    
    clear: both;
    overflow: hidden;
}

/* Transparent Boxes
---------------------------------------------------------- */
.transparent {
	background: url(_default/transparent_bg2.png);
    padding: 10px 15px;
	box-shadow: 0 1px 2px #000000;
}
.transparent:hover {
	background: url(_default/transparent_bg_hover.png);
}

/* ========================================================== */
/* 				     GALLERY and PORTOFOLIO                   */
/* ========================================================== */

.portofolioWrapper {
	overflow: hidden;
}
.portofolio_item .image_frame {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #434343;
	background: url(_default/transparent_bg2.png);
}
.portfolio_1 .portofolio_item,
.portfolio_2 .portofolio_item,
.portfolio_3 .portofolio_item,
.portfolio_4 .portofolio_item {	
	background: url(_default/transparent_bg2.png);
	border-bottom: 1px solid #434343;
}
.portfolio_1 .portofolio_item:hover,
.portfolio_2 .portofolio_item:hover,
.portfolio_3 .portofolio_item:hover,
.portfolio_4 .portofolio_item:hover {
	background: url(_default/transparent_bg_hover.png);
	border-bottom: 1px solid #E29D0B;
}
.portofolio_item.one_fourth {
	width: 219px;
	/*height: 162px;*/
	margin-right: 28px;
}
.portofolio_item.one_fourth .image_frame {
	width: 207px; /* 219px is the normal length */
	height: 150px; /* 162px is the normal length */
	padding: 5px;
	margin-bottom: 28px; 
} 
.portofolio_item.one_third {
	width: 294px;
	/*height: 182px;*/
	margin-right: 39px;
}
.portofolio_item.one_third .image_frame {
	width: 282px; /* 294px is the normal length */
	height: 170px; /* 182px is the normal length */
	padding: 5px;
	margin-bottom: 39px; 
}
.portofolio_item.one_half {
	width: 452px;
	/*height: 262px;*/
	margin-right: 56px;
}
.portofolio_item.one_half .image_frame {
	width: 440px; /* 452px is the normal length */
	height: 250px; /* 262px is the normal length */
	padding: 5px;
	margin-bottom: 56px; 
}
.gallery_2,
.gallery_3,
.gallery_4 {
	padding-top: 10px;
} 
.portfolio_2,
.portfolio_3,
.portfolio_4 {
    display: block;
    margin: 0;
    padding: 0;
	word-spacing: -4px;
	letter-spacing: -4px;
}
.portfolio_2 .wp-pagenavi,
.portfolio_3 .wp-pagenavi,
.portfolio_4 .wp-pagenavi {
	width: 930px;
}
.portfolio_2 {
	margin-right: -56px;
}
.portfolio_3 {
	margin-right: -39px;
}
.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: 56px;
    width: 452px;
}
.portfolio_3 .portofolio_item.one_third {
	margin-right: 39px;
	width: 294px;
}
.portfolio_4 .portofolio_item.one_fourth {
	margin-right: 28px;
	width: 219px;
}
.portofolio_item.two_third {
	width: 600px;
	/*height: 362px;*/
	margin-right: 0;
} 
.portofolio_item.two_third .image_frame {
	width: 588px; /* 600px is the normal length */
	height: 350px; /* 362px is the normal length */
	padding: 5px;
}  
.portfolio_1 .portofolio_item.one_third {
	width: 330px;
	padding-left: 30px;
}
.portfolio_2 .portofolio_item .image_frame,
.portfolio_3 .portofolio_item .image_frame,
.portfolio_4 .portofolio_item .image_frame {
	margin-bottom: 20px;
}
.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: 50px;
}
.portfolio_2 .portofolio_item {
	margin-bottom: 46px;
}
.portfolio_3 .portofolio_item {
	margin-bottom: 29px;
}
.portfolio_4 .portofolio_item {
	margin-bottom: 18px;
}
/* Preload images
---------------------------------------------------------- */
.preloader {  
    background: url("../styles/_default/loading.gif") no-repeat center center #f8f8f8;
    display: block;  
    height: 100%;
}
.image_frame {
	overflow: hidden;
}
.image_holder {
	background-color: #f8f8f8;
	background: url("../styles/_default/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: #000000;
}
.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("../styles/_default/overlay_zoom.png");
}
.overlay_play .image_overlay span {
	background-image: url("../styles/_default/overlay_play.png");
}
.overlay_doc .image_overlay span {
	background-image: url("../styles/_default/overlay_doc.png");
}
.overlay_link .image_overlay span {
	background-image: url("../styles/_default/overlay_link.png");
}
.portofolio_item .readMore {
	margin-bottom: 0px;
}
.portofolio_details {
	/* padding: 0 10px; */
	text-align: center;
}
.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(../styles/_default/overlay_zoom.png);    
	display: block;
    height: 48px;
    left: -50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 48px;
}
.sortableLinks {
	text-align: center;
}
.sortableLinks a,
.sortableLinks span {
	display: inline-block;   
	height: 31px;
    line-height: 31px;
    margin: 0 3px 0 0;
	padding: 0 10px;
    overflow: hidden;
}
.sortableLinks a {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(_default/transparent_bg2.png);
	border: 1px solid #434343;
	opacity: 0.7;  
	filter: alpha(opacity = 70);
}
.sortableLinks a.selected {
	cursor: default !important;
	background: url(_default/transparent_bg_hover.png);
	border: 1px solid #E29D0B;
}
.sortableLinks a.selected,
.sortableLinks a:hover {
	opacity: 1.0;  
	filter: alpha(opacity = 100);
}

/* ========================================================== */
/* 						   FOOTER AREA                        */
/* ========================================================== */

#footerWrapper .inner {
	background: url(_default/transparent_bg4.png);	
	box-shadow: 0 1px 2px #000000;
}
#left_alignment #footerWrapper .inner {
	float: left;
	margin-left: 20px;
}
#right_alignment #footerWrapper .inner {
	float: right;
	margin-right: 20px;
}

/* Footer Top
---------------------------------------------------------- */
#footerTop {
	position: relative;
	z-index: 0;
}
.inner #footerTop  {
	padding: 20px 0;
	background: url(_default/shadowTop.png) repeat-x left bottom;
	border-top: 3px solid #E29D0B;
}
#footerTop .widget_nav_menu ul {
    letter-spacing: -4px;
    text-align: center;
    word-spacing: -4px;
}
#footerTop .widget_nav_menu ul li {
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0;
    word-spacing: 0;
	float: none;
}
#footerTop a:link,
#footerTop a:visited {
	color: #AEAEAE;
}

/* Footer 
---------------------------------------------------------- */
#footer {
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}
.inner #footer {
	padding: 0px 20px;
	/* --------------------  float: left; */
	/* -------------------- float: right; */
	position: relative;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	background: url(_default/shadowFooter.png);	
}
#footer h3 {
	border-bottom: none;
}
#footer a:link,
#footer a:visited {
	color: #AEAEAE;
}
#footer ul,
#footer li {
	margin: 0;
	list-style-type: none;
}
#footer .widget {
	margin-bottom: 0;
	padding-top: 20px;
}
.postList li {
	overflow: hidden;
}
#footer .postList li,
#footer .widget_recent_comments li {
	padding: 5px 0;
}
#footer .widgetPosts li a,
#footer .recentTweets li a {
	display: block !important;
	padding: 0px;
	background: none !important;
}
#footer .thumb {	
	width: 65px;
	height: 65px;
	padding: 4px !important;
	border: 1px solid #434343;
	margin: 3px 8px 3px 0;
}
#footer .thumb img {
	display: block;
}
#footer .postInfo {
	top: 0;
}
#footer .flickrWrap a {
	border: 1px solid #434343;
}
#footerPosts a,
#footer .widget_categories a,
#footer .widget_archive a {
	display: block;
}
#footer li a {
	display: block;
	padding: 0 0 0 15px;
	background: transparent url(../styles/_default/arrowWhite.png) no-repeat 0 6px;
}
#footer .contactInfo p {
	background: url(../styles/_default/contentContact.png) no-repeat -132px 0px;
}
span.date {
	display: block;
	line-height: 1.8em;
	font-size: 0.9em;
}

#footer .widget_subnav li, #footer .widget_recent_comments li, #footer.widget_recent_entries li, #footer .widget_recent_posts li, #footer .widget_popular_posts li, #footer .widget_related_posts li, #footer .widget_authors li, #footer .widget_twitter li, #footer .widget_pages li, #footer .widget_links li, #footer .widget_nav_menu li, #footer .widget_categories li, #footer .widget_archive li, #footer .widget_meta li, #footer .widget_rss li {
	padding: 2px 0;
}
#footer .widget_categories li,
#footer .widget_archive li,
#footer .widget_recent_comments li,
#footer .widget_links li,
#footer .postList li {
	border-bottom: 1px solid #434343;
}
.contactInfo {
	margin-bottom: 15px;
}
.contactInfo p {
	padding: 2px 0 2px 35px;
	margin: 0;
}
.contactInfo .contactMail {
	background-position: -110px -26px !important;
}
.contactInfo .contactPhone {
	background-position: -88px -52px !important;
}
.contactInfo .contactAddress {
	background-position: -66px -74px !important;
}
.contactInfo .contactLink {
	background-position: -44px -100px !important;
}
.contactInfo .contactCellPhone {
	background-position: -22px -126px !important;
}
.contactInfo .contactTwitter {
	background-position: 0 -152px !important;
}
.contactInfo .contactText {
	background: none !important;
	padding-left: 0;
}
.contactInfo .contactMail a,
.contactInfo .contactTwitter a {
	word-wrap: break-word;
}
#footer .contact_form input,
#footer .contact_form textarea {
	background: url(../styles/_default/footerShadow.png) repeat;
}
#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;	
}
.inner #footerBottom {
	min-height: 20px;
	position: relative;
	/* --------------------  float: left; */
	/* -------------------- float: right; */
	padding: 20px;
	background: url(_default/shadowBottom.png) repeat-x left top;
}
#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 {
	position: absolute;
	left: 10px;
	top: 20px;
	padding-bottom: 0;
}
.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 {
	text-align: right;
	position: absolute;
	right: 25px;
}
#copyright p {
	margin-bottom: 0;
	font-size: 12px;
}
#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 #E29D0B;
}
#dynamic-to-top:active {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.1), transparent) repeat scroll 0 0 #E29D0B;
}

/* ========================================================== */
/*                      TOP WIDGET AREA                       */
/* ========================================================== */
#widgetOverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
	color: #ffffff;
}
#topWidget {
	background: #111111;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    padding: 30px 0 10px;
    position: relative;
    z-index: 10000;
}
#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-image: url("../styles/_default/widgetOpen.png");
    display: block;
    height: 30px;
    width: 50px;
    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,
#widgetOverlay .recentTweets 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(../styles/_default/arrowWhite.png) no-repeat 0 6px;
}
#widgetOverlay .contactInfo p {
	background: url(../styles/_default/footerContact.png) 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(../styles/_default/footerShadow.png) 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;
}
.fullWidth .isotope {
    margin-left: -12px;
}
.portfolio-grid.isotope {
    margin-left: 0;
	margin-bottom: 0;
}
.fullWidth .isotope .element {
    width: 231px;
    margin: 0 0 12px 12px;
    float: left;
}
.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;
	background: url(_default/transparent_bg2.png);
}
.blog_shortcode .isotope .element.one_half.last,
.blog_shortcode .isotope .element.one_third.last {
	margin:  0 0px 20px 0px;
}
.blog_shortcode .isotope {
	margin-left: 0;
	margin-right: -21px;
}
.blog_shortcode .isotope .element.one_half {
	width: 310px;
	margin: 0 20px 20px 0px;
	border-bottom: none;
}
.blog_shortcode .isotope .element.one_third {
	width: 200px;
	margin: 0 20px 20px 0px;
	border-bottom: none;
}
.fullWidth .blog_shortcode .isotope .element.one_half {
	width: 470px;
	margin: 0 20px 20px 0px;
	border-bottom: none;
}
.fullWidth .blog_shortcode .isotope .element.one_third {
	width: 306px;
	margin: 0 21px 20px 0px;
	border-bottom: none;
}
.jPlayerControl {
    background-image: url("../styles/_default/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: 0 0;
}

/* ========================================================== */
/*                    EXTENDED TYPOGRAPHY                     */
/* ========================================================== */  

/* Styled List Variations 
---------------------------------------------------------- */
ul.list_color_blue li {background-image: url(../styles/blue/styled_list.png) !important;}
ul.list_color_green li {background-image: url(../styles/green/styled_list.png) !important;}
ul.list_color_grey li {background-image: url(../styles/grey/styled_list.png) !important;}
ul.list_color_orange li {background-image: url(../styles/orange/styled_list.png) !important;}
ul.list_color_red li {background-image: url(../styles/red/styled_list.png) !important;}
ul.list_color_teal li {background-image: url(../styles/teal/styled_list.png) !important;}
ul.list_color_yellow li {background-image: url(../styles/yellow/styled_list.png) !important;}

/* Custom Iext Icon Variations
---------------------------------------------------------- */
.icon_text.blue {background-image: url(../styles/blue/styled_text.png) !important;}
.icon_text.green {background-image: url(../styles/green/styled_text.png) !important;}
.icon_text.grey {background-image: url(../styles/grey/styled_text.png) !important;}
.icon_text.orange {background-image: url(../styles/orange/styled_text.png) !important;}
.icon_text.red {background-image: url(../styles/red/styled_text.png) !important;}
.icon_text.teal {background-image: url(../styles/teal/styled_text.png) !important;}
.icon_text.yellow {background-image: url(../styles/yellow/styled_text.png) !important;}

/* Custom Link Icon Variations
---------------------------------------------------------- */
a.icon_text.blue {background-image: url(../styles/blue/styled_text.png) !important;}
a.icon_text.green {background-image: url(../styles/green/styled_text.png) !important;}
a.icon_text.grey {background-image: url(../styles/grey/styled_text.png) !important;}
a.icon_text.orange {background-image: url(../styles/orange/styled_text.png) !important;}
a.icon_text.red {background-image: url(../styles/red/styled_text.png) !important;}
a.icon_text.teal {background-image: url(../styles/teal/styled_text.png) !important;}
a.icon_text.yellow {background-image: url(../styles/yellow/styled_text.png) !important;}

/* Dropcaps Variations
---------------------------------------------------------- */
.dropcap1.blue {background-image: url(../styles/blue/dropcap1.png) !important;}
.dropcap2.blue {color: #0077AF !important;}
.dropcap1.green {background-image: url(../styles/green/dropcap1.png) !important;}
.dropcap2.green {color: #02A202 !important;}
.dropcap1.grey {background-image: url(../styles/grey/dropcap1.png) !important;}
.dropcap2.grey {color: #A9A9A9 !important;}
.dropcap1.orange {background-image: url(../styles/orange/dropcap1.png) !important;}
.dropcap2.orange {color: #E29D0B !important;}
.dropcap1.red {background-image: url(../styles/red/dropcap1.png) !important;}
.dropcap2.red {color: #CF0317 !important;}
.dropcap1.teal {background-image: url(../styles/teal/dropcap1.png) !important;}
.dropcap2.teal {color: #34B490 !important;}
.dropcap1.yellow {background-image: url(../styles/yellow/dropcap1.png) !important;}
.dropcap2.yellow {color: #e9d400 !important;}

/* Blockquotes Variations
---------------------------------------------------------- */
blockquote.blue {background-image: url(../styles/blue/blockquotes.png) !important;}
blockquote.green {background-image: url(../styles/green/blockquotes.png) !important;}
blockquote.grey {background-image: url(../styles/grey/blockquotes.png) !important;}
blockquote.orange {background-image: url(../styles/orange/blockquotes.png) !important;}
blockquote.red {background-image: url(../styles/red/blockquotes.png) !important;}
blockquote.teal {background-image: url(../styles/teal/blockquotes.png) !important;}
blockquote.yellow {background-image: url(../styles/yellow/blockquotes.png) !important;}

/* Pullquotes Variations
---------------------------------------------------------- */
span.pullquote.blue {background-image: url(../styles/blue/pullquotes.png) !important; color: #0077AF !important;}
span.pullquote.green {background-image: url(../styles/green/pullquotes.png) !important; color: #02A202 !important;}
span.pullquote.grey {background-image: url(../styles/grey/pullquotes.png) !important; color: #A9A9A9 !important;}
span.pullquote.orange {background-image: url(../styles/orange/pullquotes.png) !important; color: #E29D0B !important;}
span.pullquote.red {background-image: url(../styles/red/pullquotes.png) !important; color: #CF0317 !important;}
span.pullquote.teal {background-image: url(../styles/teal/pullquotes.png) !important; color: #34B490 !important;}
span.pullquote.yellow {background-image: url(../styles/yellow/pullquotes.png) !important; color: #e9d400 !important;}

/* Fancy Links Variations
---------------------------------------------------------- */
#container .fancy_link.blue {background-image: url(../styles/blue/arrow.png) !important;}
#container .fancy_link.green {background-image: url(../styles/green/arrow.png) !important;}
#container .fancy_link.grey {background-image: url(../styles/grey/arrow.png) !important;}
#container .fancy_link.orange {background-image: url(../styles/orange/arrow.png) !important;}
#container .fancy_link.red {background-image: url(../styles/red/arrow.png) !important;}
#container .fancy_link.teal {background-image: url(../styles/teal/arrow.png) !important;}
#container .fancy_link.yellow {background-image: url(../styles/yellow/arrow.png) !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: #E29D0B !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: #E29D0B !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: #E29D0B !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: #E29D0B !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;}