/*----------------------------------------------------
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;
}
/* Some browsers do not inherit body font into textarea */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.outside {
	height: auto;
	min-height: calc(100vh - 98px);
	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: 1080px;
	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: 500px;
	/*width: 850px;*/
}

.nav-wrap-social {
	float: right;
	padding: 0;
	margin: 0 auto;
	width: 150px;
}




.content-outer {
	margin: 0 auto;
	padding-bottom: 27px;/*Footer height*/
}

.content-inner {
/*	width: 940px;*/
	width: 1360px;
	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;
}

/*****************************************************
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: #1952a5;
	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: #1952a5;
	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: #1952a5;
	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: #1952a5;
	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: #1952a5;
	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: #1952a5;
	-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-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-overlay {
    background: #000;
}

.fullscreen-stage img {
	display: none;
}

.fullscreen-controls-outer {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -33.5px;
    display: none;
}

.fullscreen-controls {
    background-image: url("../images/opacity-80-rep.png");
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    display: none;
    height: 19px;
}

.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
    float: left;
}

.fullscreen-play,
.fullscreen-pause {
    display: none;
}

.fullscreen-loading-wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    background-image: url("../images/opacity-80-rep.png");
    background-position: left top;
    background-repeat: repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	background-image: url("../images/opacity-80-rep.png");
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}

.fullscreen-loading {
    background: url("../images/loading.gif") no-repeat top left;
    width: 16px;
    height: 11px;
}

.fullscreen-prev {
    background-image: url("../images/backward.png");
    left: 4px;
}

.fullscreen-prev:hover {
    background-image: url("../images/backward1.png");
}

.fullscreen-play {
    background-image: url("../images/play.png");
    left: 27px;
}

.fullscreen-play:hover {
    background-image: url("../images/play1.png");
}

.fullscreen-pause {
    background-image: url("../images/pause.png");
    left: 27px;
}

.fullscreen-pause:hover {
    background-image: url("../images/pause1.png");
}

.fullscreen-next {
    background-image: url("../images/forward.png");
    left: 50px;
}

.fullscreen-next:hover {
    background-image: url("../images/forward1.png");
}

.fullscreen-close {
	background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    width: 21px;
}

.fullscreen-close:hover {
	background-image: url("../images/close1.png");
}

.storm-controls {
	display: none;
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}

.storm-controls div {
    float: left;
}

.storm-prev,
.storm-play,
.storm-pause,
.storm-next {
	cursor: pointer;
	height: 19px;
    width: 21px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 2px;
    display: none;
}

.storm-loading {
    width: 16px;
    height: 11px;
    background-image: url("../images/loading.gif");
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 10px;
}

.storm-prev {
    background-image: url("../images/backward.png");
    left: 25px;
}

.storm-prev:hover {
    background-image: url("../images/backward1.png");
}

.storm-play {
    background-image: url("../images/play.png");
    left: 50px;
}

.storm-play:hover {
    background-image: url("../images/play1.png");
}

.storm-pause {
    background-image: url("../images/pause.png");
    left: 50px;
}

.storm-pause:hover {
    background-image: url("../images/pause1.png");
}

.storm-next {
    background-image: url("../images/forward.png");
    left: 75px;
}

.storm-next:hover {
    background-image: url("../images/forward1.png");
}

/*****************************************************
10.  CONTENT LAYOUT VARIATIONS
******************************************************/
.left-note-block {
	float: left;
	width: 563px;
    width: 800px;
	background-image: url("../images/opacity-60-rep.png");
	background-repeat: repeat;
	padding: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.right-note-block {
	float: right;
width: 320px;
/*
background-image: url("../images/opacity-60-rep.png");
background-repeat: repeat;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
//height: 310px;
*/
padding:0 5px;
}
.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: #1952a5;
	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: #1952a5;
	-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: #1952a5;
	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: #1952a5;
	-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{
	padding:10px;
	background:#000;
	clear: both;
    position: relative;
    z-index: 9999;
    text-align:center;
}

.footer-border{
	padding:7px;
	background:rgba(0,0,0,.5);
	clear: both;
    position: relative;
    z-index: 1200;
    text-align:center;
}

.footer-container{
	max-width:940px;
	margin:auto;
}

.footer-copy{
	float:left;
	width:25%;
}

.footer-contact{
	float:left;
	width:25%;
	padding-top:10px;
}
.footer-social{
	float:left;
	width:50%;
	padding-top:10px;
}

.footer-social a{
	margin-left:0px;
}


/*
#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: #1952a5;
	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;
	font-size: 12px;
}
.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: #1952a5;
	-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: #1952a5;
	color: #FFF;
}
.email a:hover {
	color: #1952a5;
	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: 5px;
	list-style-type: none;
}
ul#horz-nav-ul social {
	display: inline;
	margin: 0px;
	padding: 5px;
	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: 5px;
	padding-bottom: 11px;
	padding-left: 15px;
	font-size: 13px;
}
ul#horz-nav-ul li a:hover {
	text-decoration: none;
	color: #1952a5;
	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: #1952a5;
	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;
}


.nav-social{
	float:left;
	width:33%;
	padding-top:10px;
}
/*****************************************************
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: #1952a5;}/*ADD YOUR NEW COLOUR HERE*/

.email a {border-bottom-color: #1952a5;}/*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,
.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: #1952a5;}/*ADD YOUR NEW COLOUR HERE*/

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

@media screen and (max-width:980px){
	.content-inner{
		width:100%;
	}
	
	.left-note-block{
		width:80%;
		max-width:80%;
		margin:0 auto 20px;
		float: left;
        margin-left: 60px;
	}
	
	.left-note-block iframe{
		display:block;
		margin:auto;
		max-width:100%;
	}
	
	.right-note-block{
		width:80%;
		max-width:80%;
		margin:auto;
		float:left;
	}
	
	.buy-link{
		float:left;
		width:49%;
	}
	
/*
	.playlist{
		float:left;
		width:49%;
		padding-top:50px;
	}
*/
	
	.playlist .widget_iframe{
		width:100%!important;
		max-height:330px!important;
	}
	
	.full-width-transparent{
		width:90%;
	}
	
	.left-col{
		width:100%;
	}
	
	.right-col{
		width:100%;
	}
	
	#header-outer{
		background-image:none;
		margin-bottom:30px;
	}
	
	#header-inner{
		width:100%;
		height:50px;
		background:#000;
		padding:10px 20px;
	}
	
	.logo{
		margin-top:0;
		position:relative;
		max-width:20%;
	}
	
	.logo img{
		max-width:100%;
	}
	
	#nav-wrap{
		margin-top:0;
		float:left;
		margin-left:30px;
	}
	
	#nav-wrap-inner{
		width:100%;
		max-width: 750px;
	}
	
	ul#horz-nav-ul li a{
		background-image:none;
		padding:10px 20px;
	}
	ul#horz-nav-ul li a:hover{
		background-image:none;
	}
}

@media screen and (max-width:767px){
	.buy-link{
		display:block;
		float:none;
		width:100%;
	}
	.playlist{
		display:block;
		float:none;
		margin-bottom:10px;
		width:100%;
	}
    
	
	.footer-copy,.footer-contact,.footer-social{
		float:none;
		display:block;
		width:100%;
		margin:10px 0;
	}
	
	.logo{
		float:none;
	}
	
	#nav-wrap{
		float:none;
		display:block;
		background:#000;
		margin-left:0;
		width:100%;
		height:auto;
	}
	
	#nav-wrap-inner{
		float:none;
		display:block;
		background:#000;
		border:none;
		text-align: center;
	}
	
	#header-inner{
		height:auto;
	}
	
	ul#horz-nav-ul{
		border:none;
	}

}

@media screen and (max-width:500px){
	.outside{
		min-height:none;
	}
}


/*****************************************************
NEW CSS 
******************************************************/

.left-note-block {
    position: relative;
}

.left-note-block img {
    width: 100%;
    margin-bottom: 20px;
}

.block-width-transparent {
	height: auto;
    background-color: #000;
    background: rgba(00, 00, 00, 0.8);
	padding: 20px;
    margin-bottom: 20px;
    margin-top: -6px;
}

.block-width-transparent p {
    font-size: 1.3em;
    line-height: 26px;
}

.title-wrap {
    background: #cb4973;
    padding: 15px;
    font-size: 1.6em;
    font-weight: 600;
}


.soundclod-track {
    margin-bottom: 25px;
}

.right-note-block {
    margin-top: -20px;
}

.right-note-block h3 {
    margin-top: 20px;
    text-align: center;
}

.playlist iframe {
    margin-left: -9px;
    margin-bottom: 15px;
}
.content-outer {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .content-inner {
       width: 940px; 
    }
    .content-outer {
        padding: 0 30px;
        margin-bottom: 50px;
    }
    
    .left-note-block {
        width: 563px;
    
    }
}

@media only screen and (max-width: 768px) {
    .left-note-block {
         float: none;
        margin: 0 auto;
        margin-bottom: 50px;
    }   
    
    .right-note-block{
		padding-top:10px;
        float: none;
	}
    
}

@media only screen and (max-width: 480px) {
    
    
    .playlist iframe {
        width: 250px;
    }
    .block-width-transparent p {
        font-size: 1.1em;
    } 
}


@media only screen and (max-width: 480px) {
    
    .playlist iframe {
        width: 225px;
    }
    
}


.instagram-block {
    height: auto;
    background-color: #000;
    background: rgba(00, 00, 00, 0.8);
    padding: 20px;
}

.instagram-block h2 {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 2em !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.instagram-block a {
    color: #fff;
}

.pandora-music h3{
    margin-bottom: 20px;
}

.image-note {
    width: 100%;
}

.image-note img {
    height: auto;
    width: 100%;
}
