/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Contact Forms
	#Misc
	#Menu
	#Search button
	#Socialnetwork icons */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
================================================== */

body {
	padding: 0;
	margin: 0;
	font: 14px/21px "Helvetica Neue", Arial, Sans-Serif;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
	background-image: url(../img/pattern2.png);
	width: 100%;
	max-width: 100%;
}

.content {
	position: relative;
	width:960;
	margin: 42px auto 42px auto;
	background: url(../img/pattern.jpg) repeat;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 15px #838383;
	-webkit-box-shadow: 0 5px 15px #838383;
	box-shadow: 0 5px 15px #838383;
	overflow: hidden;
}


#wrapper a img:hover {
	#margin-top: -10px;
}

[hidden] {
	display: none;
}

.wrapper {
	position: relative;
	margin: 50px 50px 50px 50px;
}

.alignleft {
	border: none;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	}

.alignright {
	border: none;
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
	}


/* #Header =========================================== */

header {
	background-attachment: initial;
	background-clip: initial;
	background-origin: initial;
	background-position: 0 0;
	background-repeat: repeat repeat;
	padding-top: 14px;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
	background-image: url(../img/pattern.jpg);
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
}

#logo {
	padding: 0px 0px;
	float: left;
}

#logo img {
	margin: 0px;
	padding: 0px;
}

header p {
	color: #202020;
	text-align: right;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	padding-top: 10px;
	margin: 0 0 0 0;
}

header p span {
	color: #EA561B;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px grey;
}

header a {
	color: #202020;
	text-decoration: none;
	font-family: OpenSansRegular, 'Open Sans', Arial, sans-serif;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h2 {
	color: #363636;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 15px;
	text-transform: uppercase;
}

h2 a {
	color: #363636;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

h2 a:hover {
	color: ##EA561B;
	text-decoration: none;
}

h3 {
	color: #363636;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 10px 0 23px;
	text-transform: uppercase;
}

h4 {
	color: #333333;
	font-size: 20px;
	padding: 10px 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h5, h5 a {
	color: #333333;
	font-size: 17px;
	padding: 4px 0 30px;
	font-weight: normal;
	letter-spacing: -0.04em;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
	text-transform: uppercase;
}

h5 a:hover {
	text-decoration: none;
	color: #ed8323 !important;
}

h5, h5 a, h5 a:hover {
	background: transparent !important;
}

h6 {
	color: #333333;
	font-size: 18px;
	padding: 10px 0 15px 0;
	font-weight: normal;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

h6 a {
	color: #333333;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
	text-transform: uppercase;
}

h6 a:hover {
	color: #EA561B;
	font-size: 18px;
	padding: 10px 0 15px 0;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}

.subheader {
	color: #777;
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */

blockquote {
	text-align: left;
	font-size: 16px;
	color: #606060;
	background: #F0F0F0 url(../img/quote_box.png) no-repeat scroll 9px 9px;
	clear: both;
	margin: 20px 0 !important;
	padding: 11px 20px 11px 50px !important;
	display: block;
	line-height: 1.4em !important;
	letter-spacing: -0.04em;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* #Links
================================================== */

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

a:hover, a:focus {
	#text-decoration: underline;
	color: #EA561B;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

p a, p a:visited {
	line-height: inherit;
}

/* #Lists
================================================== */

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: inside none;
	color: #6a6a6a;
	font-size: 12px;
	font-family: 'MuliRegular',sans-serif;
	line-height: 1.4em;
}

ul li a, ol li a {
	color: #EA561B;
	text-decoration: none;
	font-family: 'MuliRegular', sans-serif;
}

ul li a:hover, ol li a:hover {
	color: #EA561B;
	text-decoration: underline;
}

ol {
	margin: 0;
	padding: 0;
	color: #6a6a6a;
}

ol li {
	margin: 0;
	padding: 0;
	list-style: inside decimal;
	font-size: 12px;
	font-family: 'MuliRegular',sans-serif;
	line-height: 1.4em;
}

/* #Images
================================================== */

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

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

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

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

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

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


.button-alt a,.button a,.button.small a {
	font-size: .9em;
	line-height: 14px;
	color:#222;
	text-decoration:none;
}
.button.medium a {
	font-size: 1.2em;
	line-height: 22px;
	color:#222;
	text-decoration:none;
}
.button.large a {
	font-size: 1.5em;
	line-height: 26px;
	color:#222;
	text-decoration:none;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

.button span.btn_caption {
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;

}
a.button span.btn_caption {
  color: gray;
  text-shadow: 0 1px 0 white;
}


/* #Tabs (activate in script.js)
================================================== */

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 99%;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 20px;
}

ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}

ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs li:first-child a.active {
	margin-left: 0;
}

ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs_content {
	margin: 0;
	display: block;
border
}

ul.tabs_content > li {
	display: none;
}

ul.tabs_content > li.active {
	display: block;
}

/* Clearfixing tabs for beautiful stacking */

ul.tabs:before,
	ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

ul.tabs:after {
	clear: both;
}

ul.tabs {
	zoom: 1;
}

.accordionButton {
	background-color: #E3E3E3;
    border-left: 4px solid #EA561B;
    color: #333333;
    cursor: pointer;
    float: left;
    font-family: 'QuicksandBold',sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.04em;
    line-height: 31px;
    margin-bottom: 1px;
    padding: 3px 0 2px 20px;
    text-transform: uppercase;
    width: 97%;
	}

.accordionContent {
	width: 100%;
	float: left;
	padding: 10px;
	_float: none; /* Float works in all browsers but IE6 */
	}

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

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="input"], input[type="time"], input[type="url"], input[type="week"] {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 30%;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

select {
	padding: 0;
}

input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 60px;
}

label,
	legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
	legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* #Contact form
================================================== */

#form_wrapper {
	min-height: 150px;
	margin-bottom: 30px;
	max-width: 100%;
}

#contact_form {
	margin: 0px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 420px;
	max-width: 100%;
}

.error {
	color: #EA561B;
	font-size: 16px;
	top: 0px;
	right: 0px;
}

#contact_form ul {
	margin: 0;
	padding: 0px;
}

#contact_form  li {
	float: left;
	position: relative;
	list-style-type: none;
}

#contact_form label {
	display: none;
}

#contact_form  li.button {
	float: left;
	margin-bottom: 10px;
	position: relative;
	height: 35px;
	list-style-type: none;
}

#contact_form input, #contact_form textarea {
	width: 386px;
	margin: 20px 10px 20px 0;
	background-color: #ffffff;
	border: 1px solid #CDCBC6;
	clear: both;
	color: #585d65;
	font-size: 12px;
	padding: 14px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 5px;
}

#contact_form input:focus, #contact_form textarea:focus {
	width: 386px;
	margin: 20px 10px 20px 0;
	background-color: #ffffff;
	border: 1px solid #868686;
	clear: both;
	color: #585d65;
	font-family: 'MuliRegular', sans-serif;
	font-size: 12px;
	padding: 14px;
	-moz-box-shadow: 0 0 5px #838383;
	-webkit-box-shadow: 0 0 5px #838383;
	box-shadow: 0 0 5px #838383;
}

#contact_form textarea {
	height: 175px;
	margin-bottom: 15px;
	width: 386px;
}

#contact_form input.submit, #contact_form input.submit:hover {
	display: inline-block;
	width: auto;
	padding: 7px 10px;

}

#contact_form .required {
	color: #1B90A2;
	font-size: 9px;
}

.form_submit {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
	display: inline-block;
	border: 1px solid #3C3C3C;
	padding: 2px 5px 2px 5px;
	margin-top: 10px;
	cursor: pointer;
	width: auto;
}

label.large_contact {
	color: #313035;
	display: block;
	font-size: 18px;
}

.form_error {
	border: 1px solid #406a27;
}

#thanks {
	border: 1px solid #bcbcbc;
	width: 400px;
	padding: 0px 10px 0px 0px;
	background-color: #f2f3ea;
	text-align: left;
}

#contactmessage {
	clear: both;
	color: #2D78D2;
	font-size: 15px;
	padding-top: 20px;
	text-align: left;
}

.success {
	margin-top: 50px;
	color: #EA561B;
	font-size: 16px;
	font-style: italic;
}

.post {
	float: left;
	width: 100%;
}

ul.contact {
	margin: 0  0  20px 0 ;
}

ul.contact li {
	color: #606060;
	letter-spacing: 0.1em;
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px dashed #ebeaeb;
	padding-bottom:3px;
}

.contact_title {
	color: #363636;
	font-size: 12px;
	padding: 17px 0 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}

/* #Misc
================================================== */

.remove-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

/* #Menu
================================================== */
#top-menu {
	width: 100%;
	margin-top:20px
	}
#top-menu ul {
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -pie-box-shadow: 0 1px 1px #ccc;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}

#top-menu select {
	visibility:hidden;
}

#top-menu ul li {
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
	background-image: none;
	border-right: 1px solid #e3e3e3;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
    padding:0;
    float: left;

}

#top-menu ul li a {
	background-image: none;
	padding: 15px 25px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
}

/* Navbar Hover Links */

#top-menu ul li:hover a,
#top-menu ul li a:hover {
	color: #545454;
	background: #f1f1f1;
 	background: -moz-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FFFFFF, #F1F1F1);
	border-bottom: 1px solid #F1F1F1;
    position: relative;
    /*behavior: url("./wp-content/themes/skeleton/PIE.php");*/
}

#top-menu ul li a{
/*	border-bottom: 1px solid transparent;*/
}

#top-menu ul li:hover li a {
	color: #595959;
	font-weight: normal;
}

/* Navbar Active Links */

#top-menu ul li.active a {
	color: #333;
	background: #fff;
	text-shadow: 1px 1px 0px #fff;
	border-bottom: 1px solid #fff;
}


/* Nav Sublevel */

#top-menu ul.sub-menu {
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#top-menu ul.sub-menu li {
	border: none;
}

/* Nav Sublevel Links */

#top-menu ul.sub-menu li a {
	background: #f0f0f0;
	padding: 5px 0px 5px 8px;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
    behavior: none;
}

/* Nav Sublevel Hover */

#top-menu ul.sub-menu li a:hover {
	background: #fff;
	border-bottom: none;
}


/* @end */
/* Left Menu ========================================== */

.sidebar {
	position: relative;
	padding: 0;
	width: 90%;
}

.sidebar li {
	width: 100%;
	position: relative;
	display: block;
	background: #fff;
	margin-bottom: 4px;
}

.sidebar.menu li {
	list-style: circle outside;
	display: list-item;
}

.sidebar li:last-child {
	margin-bottom: 0px;
}

.sidebar li a {
	text-align: left;
	width: 100%;

	display: block;
	color: #333;
	position: relative;
}

.sidebar li a:hover {
	color:#EA561B;
	text-decoration:none;
}

.sidebar ul.sub-menu {

    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
}

.sidebar ul.sub-menu li {
	border: none;
}

.sidebar ul.sub-menu li a {
	background: #f0f0f0;
	padding: 5px 0px 5px 5px;
	height: 32px;
	display:block;
	border-radius: 0;
	border-bottom: none;
	position: static;
    behavior: none;
}

/* Nav Sublevel Hover */

.sidebar ul.sub-menu li a:hover {
	background: #fff;
	border-bottom: none;
}


/* # FOOTER
===============================================*/

footer {
	background-clip: initial;
	background-origin: initial;
	min-height: 100px;
	position: relative;
	width: 100%;
	background: url(../img/pattern.jpg);
	-moz-box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 5px rgba(0,0,0,0.1);
	margin-top:20px;
	padding-bottom:20px;
}


footer .searchform {
	float: right;
	margin-top: 26px
}

footer #s:focus {
	width: 180px;
}

footer hr {
	margin: 0px 0 12px 0;
}

/* #FOOTER NAVIGATION
===============================================*/

ul#footer-navigation {
	float: left;
	list-style: none;
	margin: 36px 0px 0px 0px;
}

ul#footer-navigation li {
	display: line-block;
	float: left;
	margin-right: 20px;
}

ul#footer-navigation a {
	color: #EA561B;
	text-decoration: none;
	text-shadow: #fff 1px 1px 1px;
	font-size: 14px;
}

ul#footer-navigation a:hover {
	color: #EA561B;
	text-shadow: #fff 1px 1px 1px;
}

/* #SOCIAL NETWORKING ICONS
===============================================*/

#footer-base-right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 48%;
	text-align: right;
}

.social-networking-icons {
	display: inline;
	margin: 0 auto;
}

.social-networking-icons a {
	margin-left: 2px;
	padding: 0px;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -9999px;
	text-align: left;
	background: url(../img/icons.png);
}

.ie7 .social-networking-icons a {
	display: inline;
}

a.email:hover {
	background-position: 0px 24px;
}

a.facebook {
	background-position: -99px 0px;
}

a.facebook:hover {
	background-position: -99px 24px;
}

a.twitter {
	background-position: -75px 0px;
}

a.twitter:hover {
	background-position: -75px 24px;
}

a.dribbble {
	background-position: -124px 0px;
}

a.dribbble:hover {
	background-position: -124px 24px;
}

a.forrst {
	background-position: -149px 0px;
}

a.forrst:hover {
	background-position: -149px 24px;
}

a.vimeo {
	background-position: -50px 0px;
}

a.vimeo:hover {
	background-position: -50px 24px;
}

a.youtube {
	background-position: -25px 0px;
}

a.youtube:hover {
	background-position: -25px 24px;
}

a.linkedin {
	background-position: -174px 0px;
}

a.linkedin:hover {
	background-position: -174px 24px;
}

a.tumblr {
	background-position: -199px 0px;
}

a.tumblr:hover {
	background-position: -199px 24px;
}

/* #SEARCH FORM STYLES
------------------------------------------------- */

.searchform {
	padding-bottom: 2px;
	text-align: right;
}

.searchform div {
	margin: 0;
}

#s, #s2 {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 120px;
	padding: 7px 7px 5px 30px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	background: url(../img/search.png) 10px 8px no-repeat;
	-moz-box-shadow: 0px 1px 5px  rgba(0,0,0,0.08 );
	-webkit-box-shadow: 0px 1px 5px  rgba(0,0,0,0.08);
	box-shadow: 0px 1px 5px  rgba(0,0,0,0.08);
	background-color: #fff;
	font-size: 12px;
}

#s:focus, #s2:focus {
	background-color: #f9f9f9;
	width: 200px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.ie8 #s:focus, .ie8 #s, .ie8 #s2 {
	width: 150px;
}

#searchsubmit, #searchsubmit2, .assistive-text {
	display: none;
}

/*  START OF BREADCRUMB */


#breadcrumb_wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}

#breadcrumb {
	float: left;
}

#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}

#breadcrumb li {
	display: inline;
	color: #ffffff;
	font-size: 11px;
	padding-right: 5px;
}

#breadcrumb li a {
	color: #EA561B;
	text-decoration: none;
}

#breadcrumb li a:hover {
	color: #EA561B;
	text-decoration: none;
}
