/*----------------------------------------------------
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: 750px;
}

.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: 44px;
	position: absolute;
}

/*****************************************************
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;
}


/*****************************************************
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;
}
.portfolio-captions {
	display: none;
}
/*****************************************************
10.  CONTENT LAYOUT VARIATIONS
******************************************************/
.center-note-block {
	float: center;
	width: 600px;
	margin-top:300px;
	background-image: url(../images/opacity-80-rep.png);
	background-repeat: repeat;
	margin-left:100px;
	padding: 50px;
	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-60-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;
}


/*****************************************************
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*/

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)
******************************************************/
