/*----------------------------------------------------

Storm theme by ThemeCatcher www.themecatcher.net



CONTENTS:

	1: CSS RESET

	2: DESIGN LAYOUT

	3: VERTICAL NAVIGATION (USED IN BLOG)

	4: GLOBAL ELEMENTS (REUSABLE STYLES)

	5: HEADINGS

	6: GLOBAL HYPERLINKS

	7: SEARCH POP DOWN

	8: MINIMISE SCREEN BUTTON

	9: FULLSCREEN ELEMENTS

	10: CONTENT LAYOUT VARIATIONS

	11: CONTENT COLUMNS VARIATIONS

	12: BLOG PAGE ELEMENTS

	13: BLOG ARTICLE ELEMENTS

	14: FOOTER ELEMENTS

	15: CONTACT PAGE ELEMENTS

	16: MAIN NAVIGATION (HORIZONTAL NAV)

	17: TWITTER FEED

	18: PORTFOLIO / GALLERY STYLES

	19: AJAX ONLY CSS

	20: CHANGE THE FONT COLOUR SCHEME

	21: ADD YOUR STYLES



-------------------------------------------------------*/



/*****************************************************

1.  CSS RESET

******************************************************/

/* http://meyerweb.com/eric/tools/css/reset/

   v2.0 | 20110126

   License: none (public domain)

*/



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;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/*****************************************************

2.  DESIGN LAYOUT

******************************************************/



html, body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	height: 100%;

	margin: 0px;

	color: #FFFFFF;

}

body {

	background: #111111;

}

/* Some browsers do not inherit body font into textarea */

textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

}

.outside {

	height: auto;

	min-height: 100%;

	position: relative;

	overflow: hidden;

}



#header-outer {

	margin: 0 auto;

	color: #FFF;

	background-image: url(../images/header.png);

	background-repeat: repeat-x;

	background-position: left 15px;

	border-top-width: 5px;

	border-top-style: solid;

	border-top-color: #000;

}



#header-inner {

	width: 940px;

	height: 140px;

	padding: 0;

	margin: 0 auto;

	position: relative;

}



#nav-wrap {

	float: right;

	padding: 0;

	background-color: #171717;

	border: 1px solid #000;

	margin-top: 43px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0;

	font-family: "Lucida Sans Unicode", "DejaVu Sans", Verdana, sans-serif;

}

#nav-wrap-inner {

	float: left;

	padding: 0;

	margin: 0 auto;

	border: 1px solid #252525;

	width: 700px;

}



.content-outer {

	margin: 0 auto;

	padding-bottom: 27px;/*Footer height*/

}



.content-inner {

	width: 940px;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	padding: 0;

	line-height: 150%;

}



.logo {

	float: left;

	margin-top: 22px;

	position: absolute;

}



/*****************************************************

3.  VERTICAL NAVIGATION (USED IN BLOG)

******************************************************/



ul.vert-nav-ul {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 10px;

	margin-left: 0;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

}

ul.vert-nav-ul li {

	display: block;

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

ul.vert-nav-ul li a {

	line-height: 18px;

	text-align: left;

	padding-top: 7px;

	padding-right: 20px;

	padding-bottom: 7px;

	padding-left: 18px;

	display: block;

	color: #FFF;

	font-size: 12px;

	text-shadow: -1px -1px 0px #000;

	background-image: url(../images/vert-nav-arrow.png);

	background-repeat: no-repeat;

	background-position: left 8px;

}

ul.vert-nav-ul li a:hover {

	text-decoration: none;

	color: #ffa200;

	background-color: #070707;

	-moz-border-radius: 8px;

	border-radius: 8px;

	-webkit-border-radius: 8px;

	background-position: 10px 8px;

	padding-left: 28px;

	padding-right: 10px;

}

/*****************************************************

4.  GLOBAL ELEMENTS (REUSABLE STYLES)

******************************************************/





/*Clearfix code*/

.clearfix:after {content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0;}

.clearfix {	display: inline-block;}

html[xmlns] .clearfix {	display: block;}

* html .clearfix {	height: 1%;}

/*Clearfix code*/



p {

	padding-bottom: 10px;

}

strong, b {

    font-weight: bold;

}



li {

    margin-left: 25px;

    list-style-type: circle;

}

ol li {

    margin-left: 25px;

    list-style-type: decimal;

}

u {

    text-decoration: underline;

}

i, em {

    font-style: italic;

}

blockquote {

	font-style: italic;

	background-color: #171717;

	background-image: url(../images/up-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 10px;

	border: 1px solid #060606;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

}

blockquote p {

	background-image: url(../images/quote-up.png);

	background-repeat: no-repeat;

	background-position: left top;

	padding-left: 70px

}

ul.arrow li {

	background-image: url(../images/arrow-list.png);

	background-repeat: no-repeat;

	background-position: left 3px;

	padding-top: 2px;

	padding-left: 25px;

	list-style-image: none;

	list-style-type: none;

}

ul.tick li {

	background-image: url(../images/tick.png);

	background-repeat: no-repeat;

	background-position: left 3px;

	padding-top: 2px;

	padding-left: 25px;

	list-style-image: none;

	list-style-type: none;

}

table.storm-table {

	font-size: 11px;

	color: #bbbbbb;

	border-width: 1px;

	border-color: #000;

	border-collapse: collapse;

	width: 100%;

}

table.storm-table th {

	border-width: 1px;

	padding: 5px;

	border-style: solid;

	border-color: #000;

	font-weight: bold;

	background-image: url(../images/up-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

	background-color: #171717;

	color: #fff;

}

table.storm-table td {

	border-width: 1px;

	padding: 5px;

	border-style: solid;

	border-color: #000;

}

table.storm-table tr{

	background-color:#070707;

}



.img-left {

	float: left;

	margin-right: 20px;

	margin-bottom: 20px;

}

.img-right {

	float: right;

	margin-bottom: 20px;

	margin-left: 20px;

}

/*****************************************************

5.  HEADINGS

******************************************************/



h1 {

	font-size: 29px;

	color: #fff;

	font-weight: normal;

	margin-top: 3px;

	margin-bottom: 3px;

	display: block;

}

h2 {

	font-size: 17px;

	color: #ffa200;

	font-weight: normal;

	margin-bottom: 8px;

}

h3 {

	font-size: 17px;

	color: #fff;

	font-weight: normal;

	margin-bottom: 6px;

	margin-top: 3px;

}

#sidebar h3 {

	background-color: #070707;

	padding-top: 4px;

	padding-right: 20px;

	padding-bottom: 4px;

	padding-left: 10px;

	font-size: 15px;

	margin-top: 0px;

	margin-right: -20px;

	margin-bottom: 0px;

	margin-left: 0px;

	background-color: #070707;

	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-topleft:5px;

	border-top-left-radius: 5px;

	-webkit-border-bottom-left-radius: 5px;

	-moz-border-radius-bottomleft: 5px;

	border-bottom-left-radius: 5px;

	-webkit-box-shadow: 0px 1px 0px #1d1d1d;

	-moz-box-shadow: 0px 1px 0px #1d1d1d;

	box-shadow: 0px 1px 0px #1d1d1d;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #030303;

	border-bottom-color: #030303;

	border-left-color: #030303;

}

h4 {

	font-size: 13px;

	color: #fff;

	font-weight: bold;

    margin-bottom: 6px;

    margin-top: 3px;

}

h5 {

	font-size: 12px;

	color: #FFA200;

	font-weight: normal;

    margin-bottom: 6px;

    margin-top: 3px;

}

.footer-inside h1 {

	font-size: 15px;

	color: #FFF;

}



/*****************************************************

6.  GLOBAL HYPERLINKS

******************************************************/



a:link, a:visited {

	color: #ffa200;

	text-decoration:none;

}

a:hover {

	color: #fff;

	text-decoration: none;

}

a.button-link, a.more-link {

	line-height: 13px;

	text-align: center;

	height: 13px;

	padding-top: 5px;

	padding-right: 20px;

	padding-bottom: 5px;

	padding-left: 20px;

	display: inline-block;

	color: #FFF;

	font-size: 12px;

	background-color: #070707;

	text-shadow: 1px 1px 0px #000;

	border: 1px solid #000;

	-webkit-box-shadow: 0px 1px 0px #1d1d1d;

	-moz-box-shadow: 0px 1px 0px #1d1d1d;

	box-shadow: 0px 1px 0px #1d1d1d;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	background-image: url(../images/down-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

}

a.button-link:hover, a.more-link:hover {

	color: #ffa200;

	text-shadow: -1px -1px 0px #000;

	text-decoration: none;

	background-image: none;

}



/*****************************************************

7.  SEARCH POP DOWN

******************************************************/

.search-pop-up {

	float: right;

	margin-right: 3px;

	margin-top: 2px;

	position: relative;

}

a.search-a {

	background-image: url(../images/search.png);

	background-repeat: no-repeat;

	background-position: left top;

	height: 35px;

	width: 44px;

	display: block;

}

a.search-a:hover {

	background-image: url(../images/search1.png);

}

.search-container {

	padding: 10px;

	position: absolute;

	right: 3px;

	top: 38px;

	width: 180px;

	display: none;

	background-color: #171717;

	-webkit-border-bottom-left-radius: 3px;

	-webkit-border-bottom-right-radius: 3px;

	-moz-border-radius-bottomleft: 3px;

	-moz-border-radius-bottomright: 3px;

	border-bottom-left-radius: 3px;

	border-bottom-right-radius: 3px;

	-webkit-box-shadow: 1px 1px 0px #000000;

	-moz-box-shadow: 1px 1px 0px #000000;

	box-shadow: 1px 1px 0px #000000;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #000;

	background-image: url(../images/sub-nav-bg.png);

	background-repeat: repeat-y;

	background-position: right top;

}

.search-input-wrap {

	float: left;

}

.search-input-wrap input {

	color: #bbbbbb;

	background-color: #070707;

	padding-top: 5px;

	padding-right: 3px;

	padding-bottom: 5px;

	padding-left: 3px;

	width: 123px;

	border-top-width: 1px;

	border-right-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: #000;

	border-right-color: #090909;

	border-left-color: #090909;

	border-bottom-width: 1px;

	border-bottom-color: #212121;

	-webkit-box-shadow: inset 0px -1px 0px #000;

	-moz-box-shadow: inset 0px -1px 0px #000;

	box-shadow: inset 0px -1px 0px #000;

}

.search-input-wrap input:focus {

	color: #fff;

    background-image: none;

	border-top-color: #212121;

	border-left-color: #212121;

	border-right-color: #212121;

	-webkit-box-shadow: inset 0px 3px 15px #000;

	-moz-box-shadow: inset 0px 3px 15px #000;

	box-shadow: inset 0px 3px 15px #000;

}

.search-button-wrap {

	float: right;

}

.search-button-wrap input {

	display: block;

	outline: none;

	cursor: pointer;

	text-decoration: none;

	height: 28px;

	width: 40px;

	text-align: center;

	padding-top: 5px;

	padding-right: 4px;

	padding-bottom: 5px;

	padding-left: 4px;

	display: inline-block;

	color: #FFF;

	font-size: 13px;

	background-color: #070707;

	text-shadow: 1px 1px 0px #000;

	border: 1px solid #000;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	background-image: url(../../images/up-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

	float: right;

}

.search-button-wrap input:hover {

	text-decoration: none;

	color: #ffa200;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	position: relative;

	top: 2px;



}

/*****************************************************

8.  MINIMISE SCREEN BUTTON

******************************************************/

.min-button {

	float: right;

	margin-right: 3px;

	margin-top: 2px;

}



.min-button a {

    background-repeat: no-repeat;

    background-position: left top;

    height: 35px;

    width: 44px;

    display: block;

}



a.min {

	background-image: url(../images/minimise.png);

}

a.min:hover {

	background-image: url(../images/minimise1.png);

}



/*****************************************************

9.  FULLSCREEN ELEMENTS

******************************************************/

#nojs-background img {

    min-height: 100%;

    min-width: 1050px;

    width: 100%;

    height: auto;

    position: fixed;

    top: 0;

    left: 0;

}

.js-enabled #nojs-background {

   	display: none;

}

/** FULLSCREEN CSS **/

.fullscreen-outer,

.fullscreen-stage {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -5;

}

.fullscreen-stage {

    overflow: hidden;

}

.fullscreen-outer {

    overflow: visible;

}

.fullscreen-slide {

    z-index: -4;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    background: #111;

    visibility: hidden;

}

.fullscreen-slide > img {

    position: absolute;

}

.fs-current-slide {

    z-index: -2;

}

.fs-prev-slide {

    z-index: -3;

}

.fs-absolute .fullscreen-outer,

.fs-absolute .fullscreen-stage,

.fs-absolute .fullscreen-slide {

    position: absolute;

}

.fullscreen-caption-outer {

    position: fixed;

    display: none;

    opacity: 0;

    z-index: 1;

}

.fullscreen-caption-helper {

    position: relative;

    max-width: 50%;

}

.fullscreen-caption {

    position: relative;

    padding: 10px 20px;

}

.fullscreen-breaker {

    top: 100%;

    min-width: 1050px;

    width: 100%;

    height: 13px;

    position: absolute;

    left: 0;

    background-image: url(../images/backgrounds/transparent/plain-dark-60.png);

    background-repeat: repeat;

    background-position: center bottom;

    margin-top: -13px;

    display: none;

    z-index: 0;

}

/** SERENE CSS **/

.serene-outer {

    z-index: 9995;

    position: fixed;

    top: 0;

    left: 0;

}

.serene-overlay,

.serene-stage {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.serene-overlay,

.serene-stage {

    display: none;

}

.serene-overlay {

    background-color: #000;

}

.serene-caption-outer {

    position: fixed;

    display: none;

    z-index: 9999;

    opacity: 0;

}

.serene-caption-helper {

    position: relative;

    max-width: 50%;

}

.serene-caption {

    position: relative;

    padding: 10px 20px;

}

.serene-slide {

    z-index: 9996;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    background: #111;

    visibility: hidden;

}

.serene-slide > img {

    position: absolute;

}

.serene-current-slide {

    z-index: 9998;

}

.serene-prev-slide {

    z-index: 9997;

}

/**** CONTROLS IN FS MODE ****/

.fullscreen-controls-outer, .serene-controls-outer {

    position: fixed;

    top: 10px;

    right: 44px;

    margin: 0;

    bottom: auto;

    left: auto;

    display: none;

}

.fullscreen-controls-outer {

	z-index: 3;

}

.serene-controls-outer {

    z-index: 9999;

}

.fullscreen-controls, .serene-controls {

    background: #f1f1f1;

    display: none;

    height: 24px;

    padding: 5px 10px;

}

.fullscreen-prev,

.fullscreen-play,

.fullscreen-pause,

.fullscreen-next,

.serene-prev,

.serene-play,

.serene-pause,

.serene-next {

    cursor: pointer;

}

.fullscreen-play,

.fullscreen-pause,

.serene-play,

.serene-pause {

    display: none;

}

.fullscreen-loading-wrap, .serene-loading-wrap {

    left: 10px;

    position: absolute;

    top: 11px;

    display: none;

}

.fullscreen-close-wrap, .serene-close-wrap {

    position: fixed;

    top: 10px;

    right: 10px;

    background: url(../images/backgrounds/transparent/plain-dark-90.png) repeat left top;

    padding: 2px;

    cursor: pointer;

}

.fullscreen-loading, .serene-loading {

    background-image: url(../images/loading.gif);

    background-position: left top;

    background-repeat: no-repeat;

    width: 16px;

    height: 11px;

}

.fullscreen-prev, .serene-prev  {

    background: url(../images/serene-back.png) no-repeat center 0;

    height: 14px;

    width: 13px;

    float: left;

    margin: 5px;

}

.fullscreen-prev:active, .serene-prev:active {

    background-position: center 1px;

}

.fullscreen-play, .serene-play {

    background: url(../images/serene-play.png) no-repeat center 0;

    height: 14px;

    width: 13px;

    float: left;

    margin: 5px;

}

.fullscreen-play:active, .serene-play:active {

    background-position: center 1px;

}

.fullscreen-pause, .serene-pause {

    background: url(../images/serene-pause.png) no-repeat center 0;

    height: 14px;

    width: 13px;

    float: left;

    margin: 5px;

}

.fullscreen-pause:active, .serene-pause:active {

    background-position: center 1px;

}

.fullscreen-next, .serene-next {

    background: url(../images/serene-forward.png) no-repeat center 0;

    height: 14px;

    width: 13px;

    float: left;

    margin: 5px;

}

.fullscreen-next:active, .serene-next:active {

    background-position: center 1px;

}

.fullscreen-close, .serene-close {

    background: url(../images/close-icon.png) no-repeat center center;

    height: 30px;

    width: 30px;

}

.fullscreen-close:hover, .serene-close:hover {

    background: url(../images/close-icon-hover.png) no-repeat center center;

}

.fullscreen-low img,

.serene-low img {

    -ms-interpolation-mode: nearest-neighbor;

    image-rendering: optimizeSpeed;

}



.fs-animating .fullscreen-loading-wrap, .fs-load .fullscreen-loading-wrap,

.serene-animating .serene-loading-wrap, .serene-load .serene-loading-wrap {

    display: block;

}

.fs-animating .fullscreen-controls, .fs-load .fullscreen-controls,

.serene-animating .serene-controls, .serene-load .serene-controls {

    padding-left: 35px;

}

/**** BULLETS ****/

.fullscreen-bullets,

.serene-bullets {

    float: left;

    padding: 2px 0 2px 10px;

}

.fullscreen-bullet,

.serene-bullet {

    background: url(../images/fs-bullet.png) no-repeat 0 0 transparent;

    display: block;

    float: left;

    font-size: 10px;

    font-weight: bold;

    height: 16px;

    line-height: 13px;

    margin: 3px 5px 0 0;

    text-align: center;

    width: 16px;

    cursor: pointer;

    color: #666;

    text-indent: -9999px;

}

.fullscreen-bullet:hover,

.serene-bullet:hover {

    background: url(../images/fs-bullet-hover.png) no-repeat 0 0 transparent;

}

.fullscreen-bullets .active-bullet,

.serene-bullets .active-bullet {

    color: #070707;

    background: url(../images/fs-bullet-on.png) no-repeat 0 0 transparent;

}



/* Background mini-controls */

#fs-controls {

    float: right;

    margin-right: 1px;

    padding: 3px 5px 0 5px;

	height: 22px;

	display: none;

	margin-top: 2px;

	background: #171717;

	position: relative;

}

.fullscreen-background #fs-controls {

    display: block;

}

.fs-controls div {

    float: left;

}

.fs-prev,

.fs-play,

.fs-pause,

.fs-next {

    cursor: pointer;

    height: 19px;

    width: 21px;

    background-position: left top;

    background-repeat: no-repeat;

    margin-right: 2px;

    display: none;

}

.fs-prev {

    background-image: url(../images/backward.png);

    left: 25px;

}

.fs-prev:hover {

    background-image: url(../images/backward1.png);

}

.fs-prev:active {

    background-position: left 1px;

}

.fs-play {

    background-image: url(../images/play.png);

    left: 50px;

}

.fs-play:hover {

    background-image: url(../images/play1.png);

}

.fs-play:active {

    background-position: left 1px;

}

.fs-pause {

    background-image: url(../images/pause.png);

    left: 50px;

}

.fs-pause:hover {

    background-image: url(../images/pause1.png);

}

.fs-pause:active {

    background-position: left 1px;

}

.fs-next {

    background-image: url(../images/forward.png);

    left: 75px;

}

.fs-next:hover {

    background-image: url(../images/forward1.png);

}

.fs-next:active {

    background-position: left 1px;

}

.fs-max {

    background-image: url(../images/fs-max.png);

	cursor: pointer;

    height: 19px;

    width: 21px;

    background-position: left top;

    background-repeat: no-repeat;

}

.fs-max:hover {

    background-image: url(../images/fs-max1.png);

}

.fs-max:active {

    background-position: left 1px;

}

.fs-animating .fs-next,

.fs-animating .fs-prev,

.fs-animating .fullscreen-next,

.fs-animating .fullscreen-prev,

.serene-animating .serene-next,

.serene-animating .serene-prev {

       opacity: 0.5;

}

.fullscreen-caption h1, .serene-caption h1 {

	background: url(../images/backgrounds/transparent/plain-dark-90.png) repeat left top;

    margin-bottom: 5px;

    padding: 10px 20px;

    font-size: 25px;

    font-weight: normal;

    line-height: 32px;

    float: left;

    clear: both;

    position: relative;

    color: #fff;

}

.fullscreen-caption p, .serene-caption p {

	background: url(../images/backgrounds/transparent/plain-dark-80.png) repeat left top;

    padding: 5px 20px;

    font-size: 12px;

    float: left;

    clear: both;

    color: #eee;

    position: relative;

    line-height: 22px;

}

.fullscreen-caption h1, .fullscreen-caption p, .serene-caption h1, .serene-caption p,

.fullscreen-controls-outer .fullscreen-controls, .video-fs-controls-outer, .video-fs-controls,

.fs-single .fullscreen-close-wrap, .serene-single .serene-close-wrap, h1.entry-title {

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

	-o-border-radius: 8px;

}

.fullscreen-controls-outer .fullscreen-controls, .serene-controls, .video-fs-controls-outer, .video-fs-controls {

	-moz-border-radius-topleft: 8px;

	-moz-border-radius-topright: 0;

	-moz-border-radius-bottomright: 0;

	-moz-border-radius-bottomleft: 8px;

	-webkit-border-top-left-radius: 8px;

	-webkit-border-top-right-radius: 0;

	-webkit-border-bottom-left-radius: 8px;

	-webkit-border-bottom-right-radius: 0;

	border-radius: 8px 0px 0px 8px;

}

.fullscreen-close-wrap, .serene-close-wrap, .video-fs-close-wrap {

	-moz-border-radius-topleft: 0;

	-moz-border-radius-topright: 8px;

	-moz-border-radius-bottomright: 8px;

	-moz-border-radius-bottomleft: 0;

	-webkit-border-top-left-radius: 0;

	-webkit-border-top-right-radius: 8px;

	-webkit-border-bottom-left-radius: 0;

	-webkit-border-bottom-right-radius: 8px;

	border-radius: 0px 8px 8px 0px;

}

/**** CAPTION POSITIONS ****/



/* ALL BOTTOMS */

/* -- Caption Positions: center bottom -- */

.fullscreen-caption-outer.fs-position-center-bottom,

.serene-caption-outer.serene-position-center-bottom {

    width: 100%;

    bottom: 0;

}

.fs-position-center-bottom .fullscreen-caption-helper,

.serene-position-center-bottom .serene-caption-helper {

    left: 50%;

    float:left;

}

.fs-position-center-bottom .fullscreen-caption,

.serene-position-center-bottom .serene-caption {

    left: -50%;

    float:left;

}

.fs-position-center-bottom .fullscreen-caption h1,

.serene-position-center-bottom .serene-caption h1,

.fs-position-center-bottom .fullscreen-caption p,

.serene-position-center-bottom .serene-caption p {

    float: none;

    text-align: center;

}

/* -- Caption Positions: left bottom -- */

.fullscreen-caption-outer.fs-position-left-bottom,

.serene-caption-outer.serene-position-left-bottom {

    width: 100%;

    bottom: 0;

}

.fs-position-left-bottom .fullscreen-caption-helper,

.serene-position-left-bottom .serene-caption-helper {

    left: 0;

    float:left;

}

.fs-position-left-bottom .fullscreen-caption,

.serene-position-left-bottom .serene-caption {

    left: 0;

    float:left;

}

/* -- Caption Positions: right bottom -- */

.fullscreen-caption-outer.fs-position-right-bottom,

.serene-caption-outer.serene-position-right-bottom {

    width: 100%;

    bottom: 0;

}

.fs-position-right-bottom .fullscreen-caption-helper,

.serene-position-right-bottom .serene-caption-helper {

    right: 0;

    float:right;

}

.fs-position-right-bottom .fullscreen-caption,

.serene-position-right-bottom .serene-caption {

    right: 0;

    float:right;

}

.fs-position-right-bottom .fullscreen-caption h1,

.serene-position-right-bottom .serene-caption h1,

.fs-position-right-bottom .fullscreen-caption p,

.serene-position-right-bottom .serene-caption p {

    float: right;

    text-align: right;

}



/* ALL TOPS */

/* -- Caption Positions: center top -- */

.fullscreen-caption-outer.fs-position-center-top,

.serene-caption-outer.serene-position-center-top {

    width: 100%;

    top: 0;

}

.fs-position-center-top .fullscreen-caption-helper,

.serene-position-center-top .serene-caption-helper {

    left: 50%;

    float:left;

}

.fs-position-center-top .fullscreen-caption,

.serene-position-center-top .serene-caption {

    left: -50%;

    float:left;

}

.fs-position-center-top .fullscreen-caption h1,

.serene-position-center-top .serene-caption h1,

.fs-position-center-top .fullscreen-caption p,

.serene-position-center-top .serene-caption p {

    float: none;

    text-align: center;

}

/* -- Caption Positions: left top -- */

.fullscreen-caption-outer.fs-position-left-top,

.serene-caption-outer.serene-position-left-top {

    width: 100%;

    top: 0;

}

.fs-position-left-top .fullscreen-caption-helper,

.serene-position-left-top .serene-caption-helper {

    left: 0;

    float:left;

}

.fs-position-left-top .fullscreen-caption,

.serene-position-left-top .serene-caption {

    left: 0;

    float:left;

}

/* -- Caption Positions: right top -- */

.fullscreen-caption-outer.fs-position-right-top,

.serene-caption-outer.serene-position-right-top {

    width: 100%;

    top: 45px;

}

.fs-position-right-top .fullscreen-caption-helper,

.serene-position-right-top .serene-caption-helper {

    right: 0;

    float:right;

}

.fs-position-right-top .fullscreen-caption,

.serene-position-right-top .serene-caption {

    right: 0;

    float:right;

}

.fs-position-right-top .fullscreen-caption h1,

.serene-position-right-top .serene-caption h1,

.fs-position-right-top .fullscreen-caption p,

.serene-position-right-top .serene-caption p {

    float: right;

    text-align: right;

}



/* ALL CENTERS */

/* -- Caption Positions: center center -- */

.fullscreen-caption-outer.fs-position-center-center,

.serene-caption-outer.serene-position-center-center {

    width: 100%;

    top: 50%;

}

.fs-position-center-center .fullscreen-caption-helper,

.serene-position-center-center .serene-caption-helper {

    left: 50%;

    float:left;

}

.fs-position-center-center .fullscreen-caption,

.serene-position-center-center .serene-caption {

    left: -50%;

    float:left;

    top: -20px;

}

.fs-position-center-center .fullscreen-caption h1,

.serene-position-center-center .serene-caption h1,

.fs-position-center-center .fullscreen-caption p,

.serene-position-center-center .serene-caption p {

    float: none;

    text-align: center;

}

/* -- Caption Positions: left center -- */

.fullscreen-caption-outer.fs-position-left-center,

.serene-caption-outer.serene-position-left-center {

    width: 100%;

    top: 50%;

}

.fs-position-left-center .fullscreen-caption-helper,

.serene-position-left-center .serene-caption-helper {

    left: 0;

    float:left;

}

.fs-position-left-center .fullscreen-caption,

.serene-position-left-center .serene-caption {

    left: 0;

    float:left;

    top: -20px;

}

/* -- Caption Positions: right center -- */

.fullscreen-caption-outer.fs-position-right-center,

.serene-caption-outer.serene-position-right-center {

    width: 100%;

    top: 50%;

}

.fs-position-right-center .fullscreen-caption-helper,

.serene-position-right-center .serene-caption-helper {

    right: 0;

    float:right;

}

.fs-position-right-center .fullscreen-caption,

.serene-position-right-center .serene-caption {

    right: 0;

    float:right;

    top: -40px;

}

.fs-position-right-center .fullscreen-caption h1,

.serene-position-right-center .serene-caption h1,

.fs-position-right-center .fullscreen-caption p,

.serene-position-right-center .serene-caption p {

    float: right;

    text-align: right;

}

/*****************************************************

10.  CONTENT LAYOUT VARIATIONS

******************************************************/

.left-note-block {

	float: left;

	width: 400px;

	background-image: url(../images/opacity-80-rep.png);

	background-repeat: repeat;

	padding: 20px;

	border-radius: 8px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

}

.full-width-transparent {

	height: 350px;

	height: auto;

	min-height: 350px;

	background-image: url(../images/opacity-80-rep.png);

	background-repeat: repeat;

	padding: 20px;

    border-radius: 8px;

    border-top-left-radius: 8px;

    -moz-border-radius-topleft: 8px;

    -webkit-border-top-left-radius: 8px;

    border-top-right-radius: 8px;

    -moz-border-radius-topright: 8px;

    -webkit-border-top-right-radius: 8px;

}



.transparent-header {

    background-image: url(../images/opacity-60-rep.png);

    background-repeat: repeat;

    padding: 20px;

    height: 55px;

    border-top-left-radius: 8px;

    -moz-border-radius-topleft: 8px;

    -webkit-border-top-left-radius: 8px;

    border-top-right-radius: 8px;

    -moz-border-radius-topright: 8px;

    -webkit-border-top-right-radius: 8px;

}



.black-trasparent-header {

    background-image: url(../images/content-header-bg.png);

    background-repeat: repeat-x;

    background-position: left top;

    padding: 20px;

    height: 55px;

	border-top-left-radius: 8px;

    -moz-border-radius-topleft: 8px;

    -webkit-border-top-left-radius: 8px;

    border-top-right-radius: 8px;

    -moz-border-radius-topright: 8px;

    -webkit-border-top-right-radius: 8px;

}



.plain-black {

    background: #0d0d0c;

    padding: 20px;

	-webkit-box-shadow: inset 0px 1px 3px #080707;

	-moz-box-shadow: inset 0px 1px 3px #080707;

	box-shadow: inset 0px 1px 3px #080707;

}



.left-col {

	float: left;

	width: 622px;

	background-image: url(../images/line-break-vert.png);

	background-repeat: repeat-y;

	background-position: right top;

	padding-right: 20px;

}



.right-col {

	float: right;

	width: 240px;

	padding-left: 20px;

	background-image: url(../images/line-break-vert.png);

	background-repeat: repeat-y;

	background-position: left top;

	margin-left: -2px;

}



/*****************************************************

11.  CONTENT COLUMNS VARIATIONS

******************************************************/

.one-of-three {

	float: left;

	width: 283px;

	margin-right: 20px;

}

.two-of-three {

	float: left;

	width: 283px;

	margin-right: 20px;

}

.three-of-three {

	float: right;

	width: 283px;

	margin-right: -20px;

	padding-right: 20px;

}



.one-of-two {

	float: left;

	width: 440px;

	margin-right: 20px;

}

.two-of-two  {

	float: right;

	width: 440px;

	margin-right: -20px;

	padding-right: 20px;

}



.one-small-of-two {

	float: left;

	width: 220px;

	margin-right: 20px;

}

.one-large-of-two {

	float: right;

	width: 660px;

	margin-right: -20px;

	padding-right: 20px;

}

.bottom-breaker {

	padding-top: 5px;

	padding-bottom: 35px;

	margin-bottom: 10px;

	background-image: url(../images/section-breaker-white.png);

	background-repeat: repeat-x;

	background-position: left bottom;

}



/*****************************************************

12.  BLOG PAGE ELEMENTS

******************************************************/

.post {

	margin-bottom: 40px;

	margin-left: -20px;

	background-image: url(../images/section-breaker.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	padding-bottom: 30px;

	padding-left: 20px;

	position: relative;

}

.post .entry-content {

	padding-top: 20px;

	color: #bbbbbb;

	text-shadow: -1px -1px 0px #000;

}

.post .entry-content:hover {

	color: #fff;

}

h2.entry-title {

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	font-weight: bold;

	margin-left: -20px;

	font-size: 19px;

}

h2.entry-title a {

	display: block;

	padding-top: 6px;

	padding-right: 20px;

	padding-bottom: 6px;

	padding-left: 20px;

	color: #FFA200;

	text-shadow: -1px -1px 0 #000;

	background-color: #070707;

	-webkit-border-top-right-radius: 8px;

	-moz-border-radius-topright: 8px;

	border-top-right-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;

	-moz-border-radius-bottomright: 8px;

	border-bottom-right-radius: 8px;

	-webkit-box-shadow: 0px 1px 0px #1d1d1d;

	-moz-box-shadow: 0px 1px 0px #1d1d1d;

	box-shadow: 0px 1px 0px #1d1d1d;

	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: none;

	border-top-color: #000;

	border-right-color: #000;

	border-bottom-color: #000;

	border-left-color: #000;

	margin-right: 80px;

}

h2.entry-title a:hover {

	color: #FFF;

	text-decoration: none;

}

.entry-meta {

	font-size: 10px;

	color: #BFBFBF;

	padding-top: 5px;

	padding-bottom: 5px;

	text-shadow: -1px -1px 0 #000;

	text-transform: uppercase;

	background-image: url(../images/line-break-horz.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	margin-left: -20px;

	padding-left: 20px;

}

.post .date {

	position: absolute;

	top: -8px;

	right: 0;

	background-color: #070707;

	text-align: center;

	min-width: 40px;

	height: 40px;

	height: auto;

	min-height: 40px;

	padding: 5px;

	border: 1px solid #000;

	-webkit-border-radius: 40px;

	-moz-border-radius: 40px;

	border-radius: 40px;

	-webkit-box-shadow: 0px 1px 0px #1d1d1d;

	-moz-box-shadow: 0px 1px 0px #1d1d1d;

	box-shadow: 0px 1px 0px #1d1d1d;

}

.date .day h2 {

	font-weight: bold;

	font-size: 24px;

	letter-spacing: 2px;

	margin-top: 0;

	margin-right: -3px;

	margin-bottom: 0;

	margin-left: 0;

	padding-top: 3px;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0;

}

.date .day {

	height: 25px;

}

.date .month {

	font-size:10px;

	height: 15px;

	line-height: 15px;

}



.post .read-more-link {

	position: absolute;

	right: 0;

	bottom: -3px;

}



img.post-img {

	float: right;

	margin-bottom: 15px;

	margin-left: 15px;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

}

.pagination-wrapper {

	margin-top: 20px;

	margin-bottom: 20px;

}

.pagination-wrapper ul {

	margin: 0px;

	padding: 0px;

}

.pagination-wrapper ul li {

	display: inline;

	margin: 0px;

	padding: 0px;

}

.pagination-wrapper ul li a {

	line-height: 13px;

	text-align: center;

	height: 13px;

	padding-top: 5px;

	padding-right: 15px;

	padding-bottom: 5px;

	padding-left: 15px;

	display: inline-block;

	color: #FFF;

	font-size: 12px;

	background-color: #070707;

	text-shadow: 1px 1px 0px #000;

	border: 1px solid #000;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	background-image: url(../images/up-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

}

.pagination-wrapper ul li a:hover {

	text-decoration: none;

	color: #ffa200;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	position: relative;

	top: 2px;

}

.pagination-wrapper ul li.on span {

	padding-top: 5px;

	padding-right: 15px;

	padding-bottom: 5px;

	padding-left: 15px;

	display: inline-block;

	line-height: 13px;

	text-align: center;

	height: 13px;

	color: #FFF;

	font-size: 12px;

	background-color: #070707;

	text-shadow: 1px 1px 0px #000;

	border: 1px solid #000;

	-webkit-box-shadow: 0px 1px 0px #1d1d1d;

	-moz-box-shadow: 0px 1px 0px #1d1d1d;

	box-shadow: 0px 1px 0px #1d1d1d;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	background-image: url(../images/down-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

}

.pagination-wrapper ul li.on span:hover {

	color: #ffa200;

	text-shadow: -1px -1px 0px #000;

	text-decoration: none;

	background-image: none;

}



/*****************************************************

13.  BLOG ARTICLE ELEMENTS

******************************************************/

.blog-article .entry-content {

	padding-top: 20px;

	background-image: url(../images/section-breaker.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	padding-bottom: 30px;

	line-height: 180%;

}

.blog-article .blog-article-image img {

	-webkit-box-shadow: 0px1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

}

.social-likes {

	background-image: url(../images/line-break-horz.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	margin-top: 10px;

}



.like-facebook, .like-twitter, .like-buzz {

	float: left;

	max-width: 180px;

	padding-right: 10px;

	padding-top: 5px;

	padding-bottom: 5px;

	height: 25px;

}



h3.comments-title {

	padding-bottom: 10px;

	padding-top: 10px;

}

.comments li {

	margin: 0;

	list-style-image: none;

	list-style-type: none;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 55px;

	position: relative;

}

ol.commentlist {

	background-image: url(../images/section-breaker.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	padding-bottom: 20px;

	padding-top: 10px;

}

.comment {

	background-color: #070707;

	background-image: url(../images/line-break-horz.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	padding: 10px;

	margin-bottom: 15px;

	color: #bbbbbb;

	text-shadow: -1px -1px 0px #000;

}

.comment:hover {

	color: #fff;

}

.comment-author {

	font-size: 16px;

}

.comment-author a:hover {

	text-decoration: none;

}

.says {

	color: #fff;

}

.comment-author img {

	background-color: #070707;

	border: 1px solid #171717;

	padding: 3px;

	position: absolute;

	left: 0px;

	top: 0px;

}

.comment-meta a {

	text-transform: uppercase;

}

.comment-meta a:hover {

	text-decoration: none;

}

.comment-meta {

	font-size: 10px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #000;

}

.comment-body {

	padding-top: 10px;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #1c1c1c;

}

.comment-reply h3 {

	padding-bottom: 10px;

}

.comment-reply {

	padding-top: 10px;

}

.comment-reply .input-wrapper {

	padding-bottom: 6px;

}



.comment-reply .input-wrapper input,

.comment-reply .input-wrapper select,

.comment-reply .input-wrapper textarea {

	color: #cccccc;

	background-color: #070707;

	padding-top: 5px;

	padding-right: 3px;

	padding-bottom: 5px;

	padding-left: 3px;

	width: 260px;

	border-top-width: 1px;

	border-right-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: #000;

	border-right-color: #090909;

	border-left-color: #090909;

	border-bottom-width: 1px;

	border-bottom-color: #212121;

	-webkit-box-shadow: inset 0px -1px 0px #000;

	-moz-box-shadow: inset 0px -1px 0px #000;

	box-shadow: inset 0px -1px 0px #000;

}

.comment-reply .input-wrapper textarea {

	width: 360px;

}



.comment-reply .input-wrapper input:focus,

.comment-reply .input-wrapper select:focus,

.comment-reply .input-wrapper textarea:focus {

    color: #fff;

    background-image: none;

	border-top-color: #212121;

	border-left-color: #212121;

	border-right-color: #212121;

	-webkit-box-shadow: inset 0px 3px 15px #000;

	-moz-box-shadow: inset 0px 3px 15px #000;

	box-shadow: inset 0px 3px 15px #000;

}



.comment-reply .submit-button-input-wrapper input {

	display: block;

	outline: none;

	cursor: pointer;

	text-decoration: none;

	height: 28px;

	width: 93px;

	text-align: center;

	padding-top: 5px;

	padding-right: 25px;

	padding-bottom: 5px;

	padding-left: 25px;

	display: inline-block;

	color: #FFF;

	font-size: 13px;

	background-color: #070707;

	text-shadow: 1px 1px 0px #000;

	border: 1px solid #000;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	background-image: url(../images/up-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

}



.comment-reply .submit-button-input-wrapper input:hover {

    text-decoration: none;

	color: #ffa200;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	position: relative;

	top: 2px;

}



/*****************************************************

14.  FOOTER ELEMENTS

******************************************************/

#footer {

    clear: both;

    position: fixed;

    bottom: 0 !important;

    margin-left: -498px;

    height: 27px;

    overflow: visible;

    z-index: 1200;

    width: 996px;

    left: 50%;

}



.footer-inside {

    width: 996px;

    margin-top: 0;

    margin-right: auto;

    margin-bottom: 0;

    margin-left: auto;

    color: #bbbbbb;

    font-size: 11px;

    line-height: 11px;

    background-image: url(../images/footer-inside.png);

    background-repeat: no-repeat;

    background-position: left top;

}



.foot-left-col {

    float: left;

    width: 505px;

    height: 14px;

    padding-top: 7px;

    padding-bottom: 7px;

    padding-right: 0px;

    padding-left: 48px;

    line-height: 14px;

	font-style: italic;

}



.foot-right-col {

    float: right;

    padding-top: 2px;

    padding-right: 48px;

    position: relative;

}



ul.footer-menu {

	margin: 0px;

	padding: 0px;

	float: right;

}

ul.footer-menu li {

	display: inline;

	margin: 0px;

	padding: 0px;

}

ul.footer-menu li a {

	list-style-image: none;

	list-style-type: none;

	float: left;

	line-height: 14px;

	background-color: #171717;

	margin-right: 1px;

	padding-top: 6px;

	padding-right: 8px;

	padding-bottom: 6px;

	padding-left: 10px;

	color: #FFF;

	height: 14px;

	font-size: 9px;

	text-transform: uppercase;

	text-shadow: #000 -1px -1px 0px;

}

ul.footer-menu li a:hover {

	text-decoration: none;

	color: #ffa200;

	background-color: #252525;

	text-shadow: #000 1px 1px 0px;

}

.footer-menu .up-ico {

	background-image: url(../images/sml-up-arrow.png);

	background-repeat: no-repeat;

	background-position: right center;

	padding-right: 20px;

	display: block;

}

.footer-menu .down-ico {

	background-image: url(../images/sml-down-arrow.png);

	background-repeat: no-repeat;

	background-position: right center;

	padding-right: 20px;

	display: block;

}

.footer-pop-out-box {

	position: absolute;

	width: 240px;

	bottom: 28px;

	right: 45px;

	background-image: url(../images/opacity-80-rep.png);

    background-repeat: repeat;

	display: none;

	-webkit-border-top-left-radius: 12px;

	-webkit-border-top-right-radius: 12px;

	-moz-border-radius-topleft: 12px;

	-moz-border-radius-topright: 12px;

	border-top-left-radius: 12px;

	border-top-right-radius: 12px;

}



.one-icon-wrap {

	float: left;

	padding-top: 9px;

	padding-right: 8px;

	padding-bottom: 7px;

	padding-left: 8px;

}



a.white-link {

    color: #bbbbbb;

	text-decoration: none;

}



a.white-link:hover {

    color: #FFFFFF;

    text-decoration: none;

}

/*****************************************************

15.  CONTACT PAGE ELEMENTS (SEE /CONTACT-FORM/STANDARD.CSS STYLES FOR THE CONACT FORM)

******************************************************/



.contact-left-col {

	float: left;

	width: 462px;

	height: 400px;

	height: auto;

	min-height: 400px;

	background-image: url(../images/line-break-vert.png);

	background-repeat: repeat-y;

	background-position: right top;

	padding-right: 20px;

}

.contact-right-col {

	float: left;

	width: 395px;

	height: 400px;

	height: auto;

	min-height: 400px;

	margin-left: -2px;

	padding-left: 25px;

	background-image: url(../images/line-break-vert.png);

	background-repeat: repeat-y;

	background-position: left top;

	position: relative;

}



.contact-type-wrap {

	background-image: url(../images/section-breaker.png);

	background-repeat: repeat-x;

	background-position: left bottom;

	margin-bottom: 10px;

	padding-bottom: 25px;

	color: #bbbbbb;

	text-shadow: -1px -1px 0px #000;

}

.contact-type-wrap:hover {

	color:#fff;

}

.contact-type-left {

	float: left;

	font-weight: bold;

}

.contact-type-left h3 {

	float: left;

}

.contact-type-right {

	float: right;

	text-align: right;

	padding-top: 5px;

}

a.button-press {

	line-height: 13px;

	text-align: center;

	height: 13px;

	padding-top: 5px;

	padding-right: 25px;

	padding-bottom: 5px;

	padding-left: 25px;

	display: inline-block;

	color: #FFF;

	font-size: 12px;

	background-color: #070707;

	text-shadow: 1px 1px 0px #000;

	border: 1px solid #000;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	background-image: url(../images/up-bg.png);

	background-repeat: repeat-x;

	background-position: left top;

}

a.button-press:hover {

	text-decoration: none;

	color: #ffa200;

	-webkit-box-shadow: 0px 1px 0px #000;

	-moz-box-shadow: 0px 1px 0px #000;

	box-shadow: 0px 1px 0px #000;

	position: relative;

	top: 2px;

}

a.button-press:active {

	position: relative;

	top: 1px;

}

.email a {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #FFA200;

	color: #FFF;

}

.email a:hover {

	color: #FFA200;

	text-decoration: none;

	border-bottom-color: #FFF;

	border-bottom-style: solid;

}

.address {

	position: relative;

}

.hidden-map {

	display: none;

}

a.view-map {

	float:right;

	margin-top: 10px;

	margin-bottom: 10px;

}

span.contact-ico {

	height: 19px;

	width: 19px;

	display: block;

	float: left;

	margin-right: 10px;

	margin-top: 3px;

}

.phone span.contact-ico {

	background-image: url(../images/phone.png);

	background-repeat: no-repeat;

	background-position: center center;

	margin-top: 2px;

}

.fax span.contact-ico {

	background-image: url(../images/fax.png);

	background-repeat: no-repeat;

	background-position: center center;

	margin-top: 4px;

}

.email span.contact-ico {

	background-image: url(../images/email.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.address span.contact-ico {

	background-image: url(../images/address.png);

	background-repeat: no-repeat;

	background-position: center center;

}

/* QUFORM OVERRIDES */

.quform-theme-dark-dark .quform-captcha-inner {

	background: none !important;

	border: none !important;

	-moz-box-shadow: none !important;

	-webkit-box-shadow: none !important;

	box-shadow: none !important;

}

.quform-captcha, .quform-element-captcha input {float: left;}

.quform-captcha-inner {margin-top: 0 !important; margin-right: 10px;}

#type_the_word { width: 80px;}

.quform-theme-dark-dark .quform-submit button span { line-height: 27px !important; }

.quform-tt {

	border: 4px solid #070707 !important;

	border-radius: 4px !important;

	background: #0D0D0C !important;

	color: #BBBBBB !important;

}

.quform-tt .qtip-tip {

	background: #070707 !important;

}

.quform-input {

	margin-top: 3px;

}

.quform-elements {

	margin-top: 10px !important;

}

.quform-element-captcha .quform-errors-wrap {

	clear: left;

}

.quform-inner textarea {

	vertical-align: top;

}

/*****************************************************

16.  MAIN NAVIGATION (HORIZONTAL NAV)

******************************************************/

ul#horz-nav-ul {

	margin: 0px;

	padding: 0px;

	display: block;

}

ul#horz-nav-ul li {

	display: inline;

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

ul#horz-nav-ul li a {

	line-height: 1.3em;

	color: #F7F7F7;

	float: left;

	height: 1.3em;

	text-shadow: #000 -1px -1px 0px;

	background-image: url(../images/nav-a-bg.png);

	background-repeat: no-repeat;

	background-position: right top;

	padding-top: 11px;

	padding-right: 30px;

	padding-bottom: 11px;

	padding-left: 20px;

	font-size: 13px;

}

ul#horz-nav-ul li a:hover {

	text-decoration: none;

	color: #ffa200;

	background-image: url(../images/nav-a-bg1.png);

}

ul#horz-nav-ul li a.sf-with-ul {

    padding-right: 39px;

}



#horz-nav-ul, #horz-nav-ul * {

	margin:	0;

	padding: 0;

	list-style:	none;

}

#horz-nav-ul {

	line-height: 1.0;

}

#horz-nav-ul ul {

	position: absolute;

	top: -999em;

	width: 13em; /* left offset of submenus need to match (see below) */

	background-color: #171717;

	margin-top: .6em;

	padding-top: 5px;

	padding-bottom: 5px;

	background-image: url(../images/sub-nav-bg.png);

	background-repeat: repeat-y;

	background-position: right top;

	-moz-border-radius-topleft: 0px;

	-moz-border-radius-topright: 0px;

	-moz-border-radius-bottomright: 6px;

	-moz-border-radius-bottomleft: 6px;

	border-top-left-radius: 0px;

	border-top-right-radius: 0px;

	border-bottom-right-radius: 6px;

	border-bottom-left-radius: 6px;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #000;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-right-color: #000;

	border-bottom-color: #000;

}

#horz-nav-ul ul li ul {

	margin-top: 0;

	margin-left: 1px;

	padding-top: 5px;

	padding-bottom: 5px;

	background-image: url(../images/sub-sub-nav-bg.png);

	background-repeat: repeat-y;

	background-position: left top;

	-moz-border-radius-topleft: 0px;

	-moz-border-radius-topright: 6px;

	-moz-border-radius-bottomright: 6px;

	-moz-border-radius-bottomleft: 6px;

	border-top-left-radius: 0px;

	border-top-right-radius: 6px;

	border-bottom-right-radius: 6px;

	border-bottom-left-radius: 6px;

	border-top-style: none;

}

#horz-nav-ul ul li, #horz-nav-ul ul li ul li {

	width: 100%;

	display: block;

}

#horz-nav-ul li:hover {

	visibility:	inherit; /* fixes IE7 'sticky bug' */

	background-image: none;

}

#horz-nav-ul li {

	float: left;

	position: relative;

}

#horz-nav-ul ul li a, #horz-nav-ul ul li a ul a,

#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {

	display: block;

	position: relative;

	background-image: none;

	padding-top: 7px;

	padding-right: 10px;

	padding-bottom: 7px;

	padding-left: 10px;

	text-align: left;

	height: auto;

	font-size: 12px;

	margin-right: 5px;

	margin-left: 5px;

	float: none;

	line-height: 15px;

	margin-top: 0px;

	margin-bottom: 0px;

	text-shadow: #000 -1px -1px 0px;

}

#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover,

#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover {

	color: #ffa200;

	cursor: pointer;

	background-color: #0c0c0c;

	-moz-border-radius: 6px;

	border-radius: 6px;

}

#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover {

	background-image: none;

}

#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {

	background-image: url(../images/sml-right-arrow.png);

	background-repeat: no-repeat;

	background-position: 97% 7px;

}



#horz-nav-ul li:hover ul,

#horz-nav-ul li.sfHover ul {

	left: 0;

	top: 2.5em; /* match top ul list item height */

	z-index: 99;

}

ul#horz-nav-ul li:hover li ul,

ul#horz-nav-ul li.sfHover li ul {

	top: -999em;

}

ul#horz-nav-ul li li:hover ul,

ul#horz-nav-ul li li.sfHover ul {

	left: 13em; /* match ul width */

	top: 0;

}

ul#horz-nav-ul li li:hover li ul,

ul#horz-nav-ul li li.sfHover li ul {

	top: -999em;

}

ul#horz-nav-ul li li li:hover ul,

ul#horz-nav-ul li li li.sfHover ul {

	left: 13em; /* match ul width */

	top: 0;

}

.sf-sub-indicator {

	background-image: url(../images/sml-down-arrow.png);

	background-repeat: no-repeat;

	display: inline-block;

	height: 13px;

	width: 13px;

	background-position: right bottom;

	padding-top: 3px;

	padding-left: 3px;

	position: absolute;

	top: 14px;

	right: 17px;

}

/*****************************************************

17.  TWITTER FEED

******************************************************/

.twitter-content {

	padding: 10px;

	line-height: 150%;

	position: relative;

}

.tweet_list {

    color: #FFF;

	text-shadow: -1px -1px 0px #000;

}

.tweet_list li {

    margin: 0px;

    padding-top: 5px;

    padding-right: 0px;

    padding-bottom: 5px;

    padding-left: 0px;

    list-style-type: none;

}



.follow-me-button a {

	font-size: 11px;

	line-height: 15px;

	color: #FFF;

	background-color: #000;

	display: block;

	padding: 5px;

	height: 13px;

	text-align: center;

	margin-top: 0px;

	margin-right: 10px;

	margin-bottom: 10px;

	margin-left: 10px;

}

/*****************************************************

18.  PORTFOLIO / GALLERY STYLES

******************************************************/



.portfolio li {

	list-style-type: none;

	margin-left: 0;

}



.twocol-portfolio {margin-right: -20px; margin-top: -20px;}

.twocol-portfolio .one-portfolio-item {

    width: 440px;

    height: 275px;

    margin-right: 20px;

    margin-top: 20px;

    float: left;

    position: relative;

}



.threecol-portfolio {margin-right: -10px; margin-top: -10px;}

.threecol-portfolio .one-portfolio-item {

	width: 293px;

	height: 183px;

	margin-right: 10px;

	margin-top: 10px;

	float: left;

    position: relative;

}



.fourcol-portfolio {margin-right: -10px; margin-top: -10px;}

.fourcol-portfolio .one-portfolio-item {

	width: 217px;

	height: 136px;

	margin-right: 10px;

	margin-top: 10px;

	float: left;

    position: relative;

}



.fivecol-portfolio {margin-right: -10px; margin-top: -10px;}

.fivecol-portfolio .one-portfolio-item {

	width: 172px;

	height: 108px;

	margin-right: 10px;

	margin-top: 10px;

	float: left;

    position: relative;

}



.sixcol-portfolio {margin-right: -10px; margin-top: -10px;}

.sixcol-portfolio .one-portfolio-item {

	width: 141px;

	height: 88px;

	margin-right: 10px;

	margin-top: 10px;

	float: left;

    position: relative;

}



.grid-portfolio {margin-right: -1px; margin-top: -1px;}

.grid-portfolio .one-portfolio-item {

	width: 99px;

	height: 62px;

	margin-right: 1px;

	margin-top: 1px;

	float: left;

    position: relative;

}



.portfolio-hover {

    position: absolute;

    top: 0;

    left: 0;

    display: none;

	background-repeat: no-repeat;

    background-position: center center;

    cursor: pointer;

}



.twocol-portfolio .portfolio-hover {

    background-image: url(../images/2-col-hover.png);

	width: 440px;

    height: 275px;

}

.threecol-portfolio .portfolio-hover {

    background-image: url(../images/3-col-hover.png);

	width: 293px;

    height: 183px;

}

.fourcol-portfolio .portfolio-hover {

    background-image: url(../images/4-col-hover.png);

	width: 217px;

    height: 136px;

}

.fivecol-portfolio .portfolio-hover {

    background-image: url(../images/5-col-hover.png);

	width: 172px;

    height: 108px;

}

.sixcol-portfolio .portfolio-hover {

    background-image: url(../images/6-col-hover.png);

	width: 141px;

    height: 88px;

}

.grid-portfolio .portfolio-hover {

    background-image: url(../images/grid-hover.png);

	width: 99px;

    height: 62px;

}



/*****************************************************

19.  AJAX ONLY CSS

******************************************************/

body.ajax .content-inner {

    display: none;

}

/*****************************************************

20. CHANGE THE FONT COLOUR SCHEME (DEFAULT IS ORANGE)

******************************************************/

a:link, a:visited {color: #ffa200;}/*ADD YOUR NEW COLOUR HERE*/



.email a {border-bottom-color: #ffa200;}/*ADD YOUR NEW COLOUR HERE*/



.search-button-wrap input,a.more-link, .search-button-wrap input, .pagination-wrapper ul li a, .pagination-wrapper ul li.on span, .comment-reply .submit-button-input-wrapper input, ul.footer-menu li a, a.button-press, .email a, ul#horz-nav-ul li a, #horz-nav-ul ul li a, #horz-nav-ul ul li a ul a, #horz-nav-ul ul li span, #horz-nav-ul ul li a ul span, ul.vert-nav-ul li a, .comment-meta a,

a.white-link {color:#f7f7f7;}/*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/



h2, h5, a.button-link:hover, a.more-link:hover, .search-button-wrap input:hover, h2.entry-title a, .pagination-wrapper ul li a:hover, .fullscreen-caption h1, .serene-caption h1,

.pagination-wrapper ul li.on span:hover, .comment-reply .submit-button-input-wrapper input:hover, ul.footer-menu li a:hover,

a.button-press:hover, .email a:hover, ul#horz-nav-ul li a:hover, #horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover, #horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover, ul.vert-nav-ul li a:hover,.iphorm-inner .submit-button-input-wrapper input:hover

{color: #ffa200;}/*ADD YOUR NEW COLOUR HERE*/



/*****************************************************

21.  ADD YOUR STYLES BELOW (IF YOU WANT TO)

******************************************************/

