/* ==|== [  normalize ]=== */
/* ===[ HTML5 display definitions ]=== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}

nav ul,nav ol {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

/* ===[ Base ]=== */
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

html,button,input,select,textarea {
	color:#222;
	font-family:sans-serif;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding:0;
	border:0;
}

input:invalid,textarea:invalid {
	background-color:#f0dddd;
}

input:valid,textarea:valid {
}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFF;
	font-size:.625em;
	line-height:1.4em;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat;
	background-position:left top;
}

::-moz-selection {
	color:#fff;
	background:#fe57a1;
	text-shadow:none;
}

::selection {
	color:#fff;
	background:#fe57a1;
	text-shadow:none;
}

/* ===[ Links ]=== */
a {
	color:#00e;
}

a:visited {
	color:#551a8b;
}

a:focus {
	outline:none none;
}

a:hover {
	color:#06e;
}

a:hover,a:active {
	outline:0;
}

a:hover {
	text-decoration:underline;
}

/* ===[ Typography ]=== */
abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:700;
}

blockquote {
	margin:1em 40px;
}

dfn {
	font-style:italic;
}

hr {
	display:block;
	height:1px;
	margin:1em 0;
	padding:0;
	border-top:1px solid #ccc;
	border:0;
}

ins {
	color:#000;
	text-decoration:none;
	background:#ff9;
}

mark {
	color:#000;
	font-weight:700;
	font-style:italic;
	background:#ff0;
}

pre,code,kbd,samp {
	font-size:1em;
	font-family:monospace,serif;
	_font-family:'courier new',monospace;
}

pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}

q {
	quotes:none;
}

q:before,q:after {
	content:"";
	content:none;
}

small {
	font-size:85%;
}

sub,sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

/* ===[ Lists ]=== */
ul,ol {
	margin:0;
	padding:0;
}

dd {
	margin:0 0 0 40px;
}

/* ===[ Embedded Content ]=== */
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

svg:not(:root) {
	overflow:hidden;
}

/* ===[ Figures ]=== */
figure {
	margin:0;
}

/* ===[ Forms ]=== */
form {
	margin:0;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

label {
	cursor:pointer;
}

legend {
	padding:0;
	border:0;
	*margin-left:-7px;
	white-space:normal;
}

button,input,select,textarea {
	margin:0;
	font-size:100%;
	vertical-align:baseline;
	*vertical-align:middle;
}

button,input {
	line-height:normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
	*overflow:visible;
}

button[disabled],input[disabled] {
	cursor:default;
}

input[type="checkbox"],input[type="radio"] {
	padding:0;
	box-sizing:border-box;
	*width:13px;
	*height:13px;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}

/* ===[ Colors for form validity ]=== */
/* ===[ Tables ]=== */
table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

/* ===[  Chrome Frame Prompt ]=== */
.chromeframe {
	margin:.2em 0;
	padding:.2em 0;
	color:#000;
	background:#ccc;
}

/* ==|== [  primary styles ]=== */
/* ===[ Headings ]=== */
h1,h2,h3,h4,h5,h6 {
	color:#999;
	margin:0;
	padding:0;
}

h1 {
	display:block;
	font-size:2.8em;
}

h2 {
	font-size:2.8em;
}

h3 {
	font-size:2.2em;
}

h4 {
	font-size:1.8em;
}

h5 {
	font-size:1.6em;
}

h6 {
	font-size:1.2em;
}

ul,ol {
	display:block;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0 0 10px;
	font-size:1.2em;
}

p.italic {
	display:block;
	padding:0 0 10px;
	color:#666;
	font-size:2em;
	font-weight:400;
	font-style:italic;
}

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

.read-more {
	float:right;
	margin:15px 0 0 15px;
	padding:5px 10px 6px;
	background-color:#0d0d0d;
	color:#999;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 1px 3px #000;
	text-shadow:0 -1px 1px #000;
}

.imgleft {
	float:left;
	margin:4px 12px 0 0;
}

.imgright {
	float:right;
	margin:4px 0 0 12px;
}

input,textarea {
	outline-style:none;
}

.divider {
	display:block;
	float:left;
	width:100%;
	height:25px;
}

.border-divider {
	display:block;
	float:left;
	width:100%;
	height:30px;
	background-image:url(../images/border.gif);
	background-repeat:repeat-x;
	background-position:left center;
}

/* ===[ Structure ]=== */
#page {
	margin:0;
	padding:0;
	background:url(../images/pat.png) repeat-x 0 -8px;
}

#wrapper {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	text-shadow:0 1px 0 #fff;
	background-image:url(../images/wrapper.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
}

#content {
	float:left;
	width:960px;
	margin:0;
	padding:0;
	color:#666;
}

#mainheader {
	float:left;
	width:960px;
	height:520px;
}

#logo {
	display:none;
	float:left;
	padding-top:25px;
}

#logo a {
	float:left;
	padding-right:15px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}

#logo p {
	float:left;
	margin-top:3px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding-top:4px;
	padding-right:0;
	padding-bottom:4px;
	padding-left:15px;
	color:#666;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#666;
}

/* ===[ Toogle Style ]=== */
.open-close {
	position:relative;
	width:100%;
	background:url(../images/toggle-open.gif) no-repeat right 13px;
}

.open-close a {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	color:#4E4E4E;
	font-size:24px;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/border.gif) repeat-x right bottom;
}

.open-close a:hover {
}

.current {
	color:#e95933;
	background-attachment:scroll;
	background-image:url(../images/toggle-close.gif);
	background-repeat:no-repeat;
	background-position:right 19px;
}

.desc {
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	overflow:hidden;
}

#titlebg {
	position:absolute;
	top:520px;
	width:960px;
	height:85px;
	margin-top:-71px;
	background:url(../images/dots.gif) repeat;
	z-index:2;
}

#titlebar2 {
	position:absolute;
	top:520px;
	width:992px;
	height:71px;
	margin:-71px 0 0 -16px;
	padding:0;
	background:url(../images/hometitle.png) no-repeat;
	z-index:3;
	visibility:visible;
	overflow:visible;
}

#outer_image {
	position:relative;
	min-width:960px;
	min-height:520px;
	margin-top:0;
	background:url(../images/header.png) no-repeat center -8px;
	z-index:4;
}

#longtitleheader {
	width:640px;
	min-height:50px;
	margin:0 0 0 17px;
	padding:27px 0 0;
	background-color:transparent;
}

/* ===[ Close Slideshow ]=== */
#content-top {
	float:left;
	width:100%;
	height:24px;
	z-index:8;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#ff3c07;
}

#close-tab {
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:24px;
	z-index:99;
	background-image:url(../images/close-tab.png);
	background-repeat:no-repeat;
	background-position:top;
}

#close-tab a {
	display:block;
	width:100%;
	height:100%;
	z-index:99;
}

.wrap {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
}

#container {
	float:left;
	width:960px;
	margin:0;
	padding:0;
	color:#666;
}

/* ===[ Footer ]=== */
.footer {
	display:block;
	float:left;
	width:100%;
	height:20px;
	padding-top:24px;
	padding-right:0;
	padding-bottom:20px;
	padding-left:0;
	margin:0;
	color:#666;
}

#footer {
	float:left;
	width:100%;
	margin-top:25px;
	padding-top:30px;
	padding-right:0;
	padding-bottom:30px;
	padding-left:0;
	background-color:#201F1E;
	text-shadow:1px 1px 0 #000;
}

#footer ul.socialize {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul.socialize .last {
	padding:0;
}

#footer ul.socialize li {
	float:left;
	padding-right:7px;
}

#footer h1 {
	display:block;
	padding-bottom:15px;
}

.bottom {
	position:relative;
	display:block;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding-right:0;
	padding-left:0;
	color:#999;
	overflow:hidden;
}

/* ===[ Testimonials ]=== */
.authors {
	display:block;
	color:#666;
	font-weight:700;
	text-align:right;
}

#testimonials {
	width:100%;
}

#testimonials ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul.pagination {
	list-style:none;
}

ul.pagination li.current a {
	background-color:#ff3c07;
}

ul.pagination li {
	float:left;
	margin-top:15px;
	margin-bottom:0;
}

ul.pagination li a {
	display:block;
	width:10px;
	height:10px;
	margin-top:0;
	margin-right:5px;
	margin-bottom:0;
	margin-left:0;
	background-color:#404040;
	text-indent:-9999px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

ul.pagination li a:hover {
	background-color:#9A9A9A;
}

/* ===[ Twitter ]=== */
#twitter-holder {
	float:left;
}

.twitter {
	width:100%;
	margin:0;
	padding:0;
}

.twitter p {
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#111;
	border-right-color:#333;
	border-bottom-color:#333;
	border-left-color:#111;
}

a.twitter-follow {
	display:block;
	float:right;
	width:75px;
	height:50px;
	margin-top:-1px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:0;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(../images/twitter.png);
}

/* ===[ Copyright ]=== */
.copyright {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

.copyright img {
	float:right;
	margin-top:-3px;
}

.copyright p {
	float:left;
}

/* ===[ Columns ]=== */
.one,.two-even,.two-odd,.three-even,.four-even {
	float:left;
}

.two-even,.two-odd,.three-even,.four-even {
	margin-right:29px;
}

.one {
	width:940px;
}

.two-even {
	width:472px;
}

.two-odd {
	width:630px;
}

.three-even {
	width:300px;
}

.four-even {
	width:208px;
}

.last {
	margin-right:0;
}

/* ===[ Quotes ]=== */
.quote-right {
	display:block;
	float:right;
	width:45%;
	margin-top:10px;
	margin-right:0;
	margin-bottom:10px;
	margin-left:20px;
	padding-top:10px;
	padding-right:0;
	padding-bottom:10px;
	padding-left:20px;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#999;
}

.quote-left {
	display:block;
	float:left;
	width:45%;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:0;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:0;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#999;
}

.quote-desc {
	color:#000;
	line-height:140%;
}

.quote-author-right {
	margin-top:10px;
	color:#ff3c07;
	text-align:right;
	line-height:12px;
}

.quote-author-left {
	margin-top:10px;
	color:#ff3c07;
	text-align:right;
	line-height:12px;
}

/* ===[ Skills ]=== */
.skills {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

.skills li.rate5 {
	display:block;
	background-position:right -108px;
}

.skills li.rate1 {
	display:block;
	background-position:right 0;
}

.skills li.rate4 {
	display:block;
	background-position:right -81px;
}

.skills li.rate3 {
	display:block;
	background-position:right -54px;
}

.skills li.rate2 {
	display:block;
	background-position:right -27px;
}

.skills li {
	display:block;
	float:left;
	width:90%;
	margin-bottom:5px;
	padding-bottom:5px;
	background-image:url(../images/skills-rates.png);
	background-repeat:no-repeat;
}

/* ===[ Event Tabs Style ]=== */
.events,.events2,.events3,.events4,.events5 {
	float:left;
	width:300px;
	margin:0;
	padding:0;
	list-style:none;
}

.events li.active .date,.events2 li.active .date,.events3 li.active .date,.events4 li.active .date,.events5 li.active .date {
	background-color:#ff3c07;
	color:#FFF;
	border-top-color:#ff3c07;
	border-right-color:#ff3c07;
	border-bottom-color:#ff3c07;
	border-left-color:#ff3c07;
	text-shadow:0 1px 0 #000;
}

.events li,.events2 li,.events3 li,.events4 li,.events5 li {
	float:left;
	width:100%;
	margin-top:0;
	margin-right:0;
	margin-bottom:7px;
	margin-left:0;
	padding-bottom:7px;
	background-image:url(../images/border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.events li .title,.events2 li .title,.events3 li .title,.events4 li .title,.events5 li .title {
	margin-left:70px;
	padding-top:4px;
}

.events li .date,.events2 li .date,.events3 li .date,.events4 li .date,.events5 li .date {
	display:block;
	float:left;
	top:4px;
	width:58px;
	height:58px;
	color:#666;
	text-align:center;
	border-top-color:#999;
	border-right-color:#FFF;
	border-bottom-color:#FFF;
	border-left-color:#999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}

.events li .date strong,.events2 li .date strong,.events3 li .date strong,.events4 li .date strong,.events5 li .date strong {
	display:block;
	font-size:22px;
	font-weight:400;
	letter-spacing:-.02em;
}

.events li .date span,.events2 li .date span,.events3 li .date span,.events4 li .date span,.events5 li .date span {
	display:block;
	padding-top:12px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.5em;
}

.events li.active a,.events2 li.active a,.events3 li.active a,.events4 li.active a,.events5 li.active a {
	color:#000;
	font-size:1.2em;
}

.events li.last,.events2 li.last,.events3 li.last,.events4 li.last,.events5 li.last {
	background-image:none;
}

.events li a,.events2 li a,.events3 li a,.events4 li a,.events5 li a {
	color:rgba(0,0,0,0.5);
	font-size:1.2em;
	background-image:none;
	text-transform:uppercase;
}

.events li a:hover,.events2 li a:hover,.events3 li a:hover,.events4 li a:hover,.events5 li a:hover {
	color:#000;
}

.events_container,.events2_container,.events3_container,.events4_container,.events5_container {
	float:left;
	width:630px;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:29px;
	margin:0;
}

.events_content,.events2_content,.events3_content,.events4_content,.events5_content {
}

/* ===[ Services Tabs Style ]=== */
.tabs {
	width:960px;
	margin:0;
	padding:0;
	list-style:none;
}

.tabs li.active a {
	color:#ff3c07;
}

.tabs li {
	float:left;
	padding-right:15px;
	margin:0;
}

.tabs li a.last {
	border-right-style:none;
}

.tabs li a {
	display:block;
	padding-right:15px;
	color:#666;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#666;
}

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

.tab_content {
	float:left;
	padding-top:27px;
}

/* ===[ Artists Gallery ]=== */
ul.artists-tiles-gallery {
	display:block;
	float:left;
	width:1010px;
	margin-top:27px;
	margin-right:0;
	margin-bottom:0;
	margin-left:-28px;
	padding:0;
	list-style-type:none;
}

ul.artists-tiles-gallery li img {
	padding:10px;
	background-color:#FFF;
}

ul.artists-tiles-gallery li {
	position:relative;
	float:left;
	width:220px;
	padding-top:0;
	padding-right:0;
	padding-bottom:15px;
	padding-left:27px;
	margin:0;
}

.artists-thumbnail {
	position:absolute;
	display:none;
	top:0;
	left:32px;
	width:190px;
	height:190px;
	padding:15px;
	background-color:#FFF;
	z-index:10;
}

.artists-thumbnail a.preview {
	background-image:url(../images/icon-preview.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.artists-thumbnail a.view {
	background-image:url(../images/icon-online.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.artists-thumbnail h3 {
	padding-bottom:15px;
}

.artists-thumbnail a {
	display:block;
	float:left;
	padding-right:15px;
	padding-left:20px;
}

.artists-thumbnail a:hover {
	text-decoration:underline;
}

/* ===[ Artists Filter ]=== */
#artists-filter {
	display:block;
	float:left;
	width:960px;
}

#artists-filter li {
	display:inline;
	float:left;
	padding-right:15px;
	background:none;
}

#artists-filter li a.last {
	border-right-style:none;
}

#artists-filter li a {
	display:block;
	padding-right:15px;
	color:#666;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#666;
}

#artists-filter li a.current,#artists-filter li a:hover {
	color:#ff3c07;
	text-decoration:none;
}

#artists-filter ul {
	float:left;
	margin:0;
	padding:0;
}

/* ===[ Contact ]=== */
#form {
	position:relative;
	float:left;
	width:920px;
	padding-top:20px;
	padding-right:30px;
	padding-bottom:20px;
	padding-left:30px;
	margin:0;
	background-color:#FFF;
}

#form textarea {
	width:300px;
	height:145px;
}

#form .submit {
	position:relative;
	float:right;
	width:auto!important;
	margin-top:0;
	margin-right:-11px;
	margin-bottom:0;
	margin-left:0;
	padding-top:6px;
	padding-right:13px;
	padding-bottom:6px;
	padding-left:13px;
	background-color:#ff3c07;
	color:#EEE;
	font-size:10px;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 1px 2px #000;
	border:medium none;
	cursor:pointer;
	text-shadow:0 1px 0 #000;
	background-attachment:scroll;
	background-image:none;
	background-repeat:repeat;
	background-position:0 0;
}

#form .submit:hover,.submit.focus {
	background-color:#666;
	color:#fff;
}

#form input,textarea {
	width:275px;
	margin-top:0;
	margin-right:0;
	margin-bottom:8px;
	margin-left:0;
	padding-top:11px;
	padding-right:5px;
	padding-bottom:11px;
	padding-left:5px;
	background-color:#eee;
	color:#CCC;
	font-size:12px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#C7C7C7;
	border-right-color:#E6E6E6;
	border-bottom-color:#E6E6E6;
	border-left-color:#C7C7C7;
	font-family:Arial,Helvetica,sans-serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#form input:focus,textarea:focus {
	background-color:#E1E1E1;
	color:#666;
	border-top-color:#B4B4B4;
	border-right-color:#D6D6D6;
	border-bottom-color:#D6D6D6;
	border-left-color:#B4B4B4;
}

#form div {
	position:relative;
	float:left;
	width:300px;
	margin:0;
	padding:0;
}

#form div label {
	display:block;
	width:310px;
	font-size:.9em;
}

#form em {
	color:#CCC;
	font-size:.9em;
	font-style:italic;
}

#form p {
	padding-top:15px;
	padding-right:25px;
	color:#999;
}

.success {
	float:left;
	width:920px;
	padding-top:20px;
	padding-right:30px;
	padding-bottom:20px;
	padding-left:30px;
	background-color:#FFF;
}

.error {
	position:absolute;
	top:0;
	right:12px;
	color:#c00;
	font-size:11px;
}

/* ===[ Contact Style ]=== */
#contact_map {
	display:inline;
	float:right;
	width:525px;
	margin-top:0;
	margin-right:35px;
	margin-bottom:15px;
	margin-left:0;
	padding-top:7px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	background-color:#FFF;
}

.contact_info {
	float:none;
	width:300px;
	padding-bottom:25px;
}

/*	.contact_info li { font-size: 1.2em; }*/
.contact_info p.italic {
	padding-bottom:0;
}

.contact_info ul {
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:30px;
	margin:0;
	list-style-type:none;
}

/* ===[ Color Themes ]=== */
.themes {
	position:absolute;
	display:none;
	top:75px;
	right:0;
	width:60px;
	height:auto;
	padding:20px;
	background-color:#fff;
	filter:alpha(opacity=75);
	opacity:.75;
}

.themes ul {
	list-style-type:none;
}

.themes a {
	margin:0;
	padding:0;
	color:#666;
	font-size:11px;
	text-decoration:none;
}

.themes a:hover {
	margin:0;
	padding:0;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
}

a.trigger {
	position:absolute;
	display:block;
	top:48px;
	right:4px;
	width:20px;
	padding-right:70px;
	color:#7F7F7F;
	text-decoration:none;
	text-indent:-9999px;
	z-index:1201;
	background-image:url(../images/toggle-open.png);
	background-repeat:no-repeat;
	background-position:55px center;
}

a.active.trigger {
	background-image:url(../images/toggle-close.png);
	background-repeat:no-repeat;
	background-position:55px center;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ==========================================================================
   ================================================== */
@media only screen and (min-width: 35em) {
/* ===[ Style adjustments for viewports that meet the condition ]=== */

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ==========================================================================
   ================================================== */
/* ===[ For image replacement ]=== */
.ir {
	display:block;
	background-color:transparent;
	text-align:left;
	text-indent:-999em;
	border:0;
	overflow:hidden;
	background-repeat:no-repeat;
	direction:ltr;
	*line-height:0;
}

.ir br {
	display:none;
}

/* ===[ Hide from both screenreaders and browsers: h5bp.com/u ]=== */
.hidden {
	display:none!important;
	visibility:hidden;
}

/* ===[ Hide only visually, but have it available for screenreaders: h5bp.com/v ]=== */
.visuallyhidden {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	border:0;
	clip:rect(0 0 0 0);
	overflow:hidden;
}

/* ===[ Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p ]=== */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	clip:auto;
	overflow:visible;
}

/* ===[ Hide visually and from screenreaders, but maintain layout ]=== */
.invisible {
	visibility:hidden;
}

/* ===[ Contain floats: h5bp.com/q ]=== */
.clearfix {
	*zoom:1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ==========================================================================
   ================================================== */
.clearfix:before,.clearfix:after {
	display:table;
	content:"";
}

.clearfix:after {
	clear:both;
}

@media print {
* {
	color:#000!important;
	background:transparent!important;
	box-shadow:none!important;
	text-shadow:none!important;
	filter:none!important;
	-ms-filter:none!important;
}

/* ===[ Black prints faster: h5bp.com/s ]=== */
a[href]:after {
	content:" (" attr(href) ")";
}

a,a:visited {
	text-decoration:underline;
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
	content:"";
}

/* ===[ Don't show links for images, or javascript/internal links ]=== */
pre,blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

/* h5bp.com/t  */
tr,img {
	page-break-inside:avoid;
}

img {
	max-width:100%!important;
}

@page {
	margin:.5cm;
}

p,h2,h3 {
	orphans:3;
	widows:3;
}

h2,h3 {
	page-break-after:avoid;
}
}