/* 
	Theme Name: Organic-Structure-Premium-Black
	Theme URL: http://www.organicthemes.com/
	Description: The Premium Structure Theme is designed and developed by Muku Studios and Jeff Milone.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 2.1
	Tags: structure theme, premium wordpress theme, all purpose theme, starter wordpress theme 
	
	The PHP and XHTML are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #000000 url(images/exitspread.jpg) no-repeat bottom right fixed !important;
	color: #999999;
	font-size: 12px;
	font-family: "PT Sans", "Verdana", sans-serif;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	background: black;
	opacity:1;
	filter:alpha(opacity:100);
	margin: 0px auto 0px;
	padding: 0px 15px;
	width: 960px;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #ad0003 !important;
	outline: none;
	text-decoration: none;
	background: none;
	}
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/


#header {
	background: none;
	width: 960px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: "PT Sans",Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: "PT Sans",Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
#headerimg {
	float: left;
	display: block;
	background: #000000;
	padding: 5px 5px 5px 5px;
	margin: 20px 15px 0px 0px;
	width: 110px;
	height: 100px;
	}
.headerright {
	float: right;
	display: block;
	background: #111111;
	width: 280px;
	height: 30px;
	z-index: 8;
	}
#header #title {
	padding: 0px;
	margin: 0px;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 640px; 
	height: 100px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: none;
	width: 960px;
	height: 40px;
	font-size: 11px;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	}
#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}
.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}
	
/*** ESSENTIAL STYLES ***/

.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 180px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 41px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
	
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.menu .current_page_item a {
	color: #FFFFFF !important;
	border-bottom: 4px solid #151515;
	}
.menu .current_page_item li a, .menu li .current_page_item a {
	color: #FFFFFF !important;
	background: #111111;
	border-bottom: none;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	border-bottom: 4px solid #000000;
	padding: 17px 10px 8px 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 11px;
	}
.menu li li a, .menu li li a:visited {
	color: #999999;
	padding: 8px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #999999;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background:	none;
	border-bottom: 4px solid #151515;
	color: #FFFFFF;
	outline: 0;
	}
.menu li {
	background: none;
	}
.menu li li {
	background: #000000;
	border: none;
	}
.menu li li li {
	background: #000000;
	border: none;
	}
.menu li:hover, .menu li.sfHover {
	background:	none;
	border-bottom: none;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	background: #111111;
	color: #FFFFFF;
	border: none;
	outline: 0;
	padding: 0px;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background: #111111;
	color: #FFFFFF;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/

.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 7px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
#homepagetop {
	float: left;
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 5px solid #151515;
	}
#homepagetop .textbanner {
	float: left;
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 5px solid #151515;
	}
#homepagetop .homewidgets {
	float: right;
	display: block;
	width: 290px;
	height: 420px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	color: #999999;
	background:#111111;
	}
#homepagetop .homewidgets ul {
	padding: 0px;
	margin: 0px;
	}
#homepagetop .homewidgets ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	}
#homepagetop .homewidgets ul li a {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "PT Sans",Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	padding: 5px 0px 5px 0px;
	}
#homepagetop .homewidgets ul li a:hover {
	color: #ad0003;
	text-decoration: none;
	}
#content #homepagetop #homeslider {
	float: left;
	display: block;
	background: #151515;
	width: 620px;
	height: 440px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
#content #homepagetop #homeslider h4 {
	font-size: 16px;
	font-family: "PT Sans",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: none;
	padding: 12px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	}
#content #homepagetop #homeslider p {
	height: 20px;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
#content #homepagetop h3 {
	color: #999999;
	font-family: "PT Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: none;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content #homepagetop h3 a, #content #homepagetop h3 a:visited {
	color: #999999;
	font-style: italic;
	text-decoration: none;
	border: none;
	}
#content #homepagetop h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background: none;
	}
#content #homepagetop h4 {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #151515;
	}
#homepagetop p {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#content #homepagetop .textwidget a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	display: inline;
	}
#content #homepagetop .textwidget a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
#homepage {
	float: left;
	display: inline;
	clear: both;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homepagemid {
	float: left;
	display: block;
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
.homepagethumb {
	width: 440px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.homepagecontent {
	background: #151515;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	z-index: 1;
	}
#content .homepagecontent h4 {
	padding: 15px 10px 0px 10px;
	}
#homepage .homepagecontent p {
	padding: 0px 10px 10px 10px;
	}
.homepagecontent:hover {
	background: #ad0003;
	color: #FFFFFF;
	}
.homebox {
	list-style:none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
	#content {
	padding-bottom:20px !important;}
/************************************************
*	Featured Slider							    *
************************************************/

div.anythingSlider {
	width: 620px;
	height: 100%;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	list-style: none;
	overflow: hidden; /* needed for Opera and Safari */
	}
div.anythingSlider li iframe, div.anythingSlider li a img {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	}
	
	div.anythingSlider li a img {
	width:620px;
	height:380px;
	}
div.anythingSlider li .feature_info {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #EEEEEE;
	color: #000000;
	}
div.anythingSlider .anythingWindow {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
	}
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	}

/* Navigation Arrows */
div.anythingSlider .arrow.back {
	float: left;
	display: block;
	position: absolute;
	background: transparent url(images/prev_btn.png) no-repeat;
	width: 30px;
	height: 50px;
	margin: 175px 0px 0px 0px;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
div.anythingSlider .arrow.forward {
	float: right;
	display: block;
	position: absolute;
	background: transparent url(images/next_btn.png) no-repeat;
	width: 30px;
	height: 50px;
	margin: 175px 0px 0px 0px;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
div.anythingSlider .arrow a {
	display: block;
	height: 50px;
	width: 30px;
	margin: -50px 0px 0px 0px;
	text-align: center;
	outline: 0;
	text-indent: -9999px;
	}
div.anythingSlider .forward { 
	right: 0; 
	}
div.anythingSlider .back {
	left: 0; 
	}
div.anythingSlider .back:hover, div.anythingSlider .forward:hover {
	background-position: -30px 0;
	}
div.anythingSlider .forward.disabled { 
	display: none; 
	}
div.anythingSlider .back.disabled { 
	display: none; 
	}

/* Navigation Links */
div.anythingSlider .anythingControls { 
	display: none; 
	}

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	display: none;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #151515;
	}
#contentleft {
	float: left;
	display: block;
	background: #000000;
	width: 640px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
#contentwide {
	float: left;
	display: block;
	background: #000000;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentarchive {
	float: left;
	display: block;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentarchive .postarea {
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
#contentarchive .postimg {
	display: block;
	background: #151515;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
#content h1, #content h2 {
	color: #999999;
	font-family: "PT Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	line-height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content h1 a, #content h2 a {
	color: #999999;
	text-decoration: none;
	border: none;
	}
#content h1 a:hover, #content h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
#content h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "PT Sans",Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	}
	
#content h3  {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "PT Sans",Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	}
#content h3 a, #content h4 a {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	border: none;
	}
#content h3 a:hover, #content h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
#content h5 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "PT Sans", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	}
#content h6 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "PT Sans", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	line-height: 20px;
	border-bottom: 1px solid #151515;
	}
#content h5 a, #content h6 a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
#content h5 a:hover, #content h6 a:hover {
	color: #999999;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
.postarea a img.nothumb {
	margin: 15px 0px 0px 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	font-size: 16px;
	font-family: "PT Sans",Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: none;
	padding: 12px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
color:white;	}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.posttitle {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 5px solid #151515;
	}
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
.postauthor p {
	color: #999999;
	padding: 0px 0px 0px 0px;
	}
.postmeta {
	background: none;
	font-size: 11px;
	margin: 5px 0px 25px 0px;
	padding: 5px 10px 5px 10px;
	border-top: 5px solid #151515;
	border-bottom: 1px solid #151515;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
#prevLink {
	float: left;
	}
#nextLink {
	float: right;
	}
#prevLink p, #nextLink p {
	padding: 0px;
	}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: "PT Sans",Verdana, Tahoma, Verdana;
	}
#content .archive {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	}

/************************************************
*	Portfolio  									*
************************************************/
.portfolio_1 {
	float: left;
	display: inline-block;
	background: #151515;
	width: 127px;
	height:200px;

	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfolio_1:hover {
	color: #FFFFFF;
	background: #ad0003;
	}
.portfoliotitle_1 {
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 107px;
	}
.portfoliotitle_1 p {
	margin: 0px;
	padding: 0px !important;
	height:35px;
	overflow: hidden;
	}
.portfoliotitle_1 h4 {
	height: 45px;
	font-size:12px !important;
	text-indent: 1px;
	overflow: hidden;
	}
	
.portfoliotitle_1 h4 a:hover {
	color:white !important;
	}
.portfolioimg_1 a img {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	width:117px;
	height:117px;
}
	
/************************************************
*	Portfolio 2 Column							*
************************************************/
.portfolio_2 {
	float: left;
	display: inline-block;
	background: #151515;
	width: 127px;
	height:200px;

	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfolio_2:hover {
	color: #FFFFFF;
	background: #ad0003;
	}
.portfoliotitle_2 {
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 200px;
	}
.portfoliotitle_2 p {
	margin: 0px;
	padding: 0px !important;
	height:45px;
	overflow: hidden;
	}
.portfoliotitle_2 h4 {
	height: 35px;
	font-size:12px !important;
	text-indent: 1px;
	overflow: hidden;
	}
	
.portfoliotitle_2 h4 a:hover {
	color:white !important;
	}
	
.portfolioimg_2 a img {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	width:117px;
	height:117px;
	}

	
/************************************************
*	Portfolio 3 Column							*
************************************************/
.portfolio_3 {
	float: left;
	display: inline-block;
	background: #151515;
	width: 127px;
	height:200px;

	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfolio_3:hover {
	color: #FFFFFF;
	background: #ad0003;
	}
.portfoliotitle_3 {
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 107px;
	}
.portfoliotitle_3 p {
	margin: 0px;
	padding: 0px !important;
	height:45px;
	overflow: hidden;
	}
.portfoliotitle_3 h4 {
	height: 35px;
	font-size:12px !important;
	text-indent: 1px;
	overflow: hidden;
	}
.portfoliotitle_3 h4 a:hover {
	color:white !important;
	}
	
.portfolioimg_3 a img {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	width:117px;
	height:117px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	display: block;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	text-align: center;
	background-color: #151515;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar Left 	        			     	* 
************************************************/

#sidebar_left {
	float: left;
	display: inline-block;
	width: 180px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	}
#sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_left .featuredtitle {
	border: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
#sidebar_left .sidecontent {
	background: #151515;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
#sidebar_left .sidecontent h4 {
	border-bottom: none;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	}
	
	.sidecontent h4 a {
	font-size:12px;
}
#sidebar_left .sidecontent p {
	margin: 2px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	}
#sidebar_left .sidecontent a img {
	display: block;
	margin: 0px;
	padding: 0px;
	}
#sidebar_left .sidecontent .morelink {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	background: #111111;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto 0px;
	padding: 5px 0px;
	width: 180px;
	float: left;
	border-top: 1px solid #222222;
	}
#sidebar_left .sidecontent .morelink:hover {
	background: #ad0003;
	}

/************************************************
*	Sidebar Right 	        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_right h4, #sidebar_left h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #151515;
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

.widget {
	padding: 0 0 15px 0;
	}
.textwidget p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color: #FFFFFF;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	}
#sidebar_right .widget ul ul, #sidebar_left .widget ul ul {
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	}
	
/************************************************
*	Recent Comments Widget						*
************************************************/
#recentcomments {
	margin: 0px;
	padding: 0px;
	}
#content #recentcomments a {
	display: inline;
	background: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	border: none;
	}
#footertop #recentcomments a {
	text-decoration: underline;
	}
#content #recentcomments a:hover {
	background: none;
	}
#content #recentcomments li, #footertop #recentcomments li {
	display: block;
	line-height: 16px;
	padding: 4px 0px;
	margin: 0px;
	}
	
/************************************************
*	Calendar Widget							*
************************************************/
#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
	
/************************************************
*	Search Form									*
************************************************/
.widget_search {
	float: left;
	display: block;
	width: 100%;
	}
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #333333;
	width: 100px;
	color: #999999;
	font-size: 12px;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 10px 0px 0px 0px;
	padding: 4px;
	display: inline;
	border: none;
	}
#searchsubmit {
	float: right;
	background: #222222;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	width: 20px;
	height: 24px;
	margin: 10px 0px 0px 0px;
	padding: 4px 3px 2px 3px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit:hover {
	background: #ad0003;
	color: #FFFFFF;
	}
#searchformheader {
	float: left;
	display: block;
	width: 100px;
	height: 22px;
	margin: 4px 0px 0px 5px;
	padding: 0px;
	}
#searchbox {
	background: #111111;
	width: 100px;
	color: #999999;
	font-family: "PT Sans", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	background: black;
	width: 960px;
	margin:auto;
	margin-left:-15px;
	margin-top:20px;
	padding: 0px 0px 0px 0px;
	padding:15px;

	}
#footertop {
	float: left;
	display: block;
	line-height: 16px;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #999999;
	} 
#footertop a {
	color: #999999;
	}
#footertop a:hover {
	color: #ad0003;
	}
#footertop h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "PT Sans",Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: none;
	}
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
#footertop li a, #footertop li a:link, #footertop li a:visited {
	font-weight: normal;
	text-decoration: none;
	}
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footertop ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footertop ul li a {
	background: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#footertop ul li a:hover {
	display: block;
	}
#footertop ul li ul li {
	text-indent: 10px;
	}
#footertop ul li ul li ul li {
	text-indent: 20px;
	}
#footertop .widget {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#footertop .textwidget {
	color: #999999;
	line-height: 18px;
	}
#footertop .textwidget a, #footertop #wp-calendar a {
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#footertop .textwidget a:hover, #footertop #wp-calendar a:hover {
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
.footertopleft {
	width: 210px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopmidleft {
	width: 210px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopmidright {
	width: 210px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopright {
	width: 210px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #111111;
	width: 960px;
	margin:auto;
	margin-left:-15px;
	padding: 15px;
	border-top: 1px solid #222222;
	}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 32px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	}
#footer a {
	color: #999999;
	text-decoration: none;
	}
#footer a:hover {
	color: #cccccc;
	text-decoration: none;
	background: none;
	}
.footerleft {
	float: left;
	display: block;
	}
.footertop {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.footerright {
	float: right;
	display: block;
	margin: 15px 15px 0px 0px;
	}


/************************************************
*	Comments									*
************************************************/

#submit {
	background: #151515;
	color: #999999;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
#author, #email, #url {
	background: #151515 !important;
	color: #999999;
	font-size: 12px;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 5px;
	border: 1px solid #151515;
	}
#comment {
	background: #151515 !important;
	color: #999999;
	font-size: 12px;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #151515;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #111111;
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 140px;
	padding: 6px 0px 4px 0px;
	margin: 5px 5px 0px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	cursor: pointer;
	}
#commentform #submit:hover {
	color: #FFFFFF;
	background: #ad0003;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: none;
	}
.reply {
	padding: 5px 0px 0px 0px;
	}
.reply a, .reply a:visited {
	background: #333333;
	color: #999999;
	font-family: "PT Sans", Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 4px 8px;
	border: none;
	}
.reply a:hover {
	background: #ad0003;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #000000;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #151515;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Custom classes by Omid						*
************************************************/

.exitcustomfooterbox { /*this is the width of the inner footer divided by 4, minus 15px for padding etc.*/
width:220px;
min-height:250px;
}

.exitcustomfooterbox:last-child {
width:230px;
}

#exitcustomeventlist ul li {
font-size:20px;
width:100%;
}

.exitcustomeventlist {
border-bottom:1px dotted #151515;
margin-bottom:5px;
}

.gigpress-row td, .gigpress-header td {
width:220px;}

.gigpress-info {
display:none;}

.gigpress-row, .gigpress-header {
font-size:16px;
font-weight:bold;}

.gigpress-header {
color:white;}


span.gigpress-sidebar-artist {
color:white;
font-weight:bold;}

span.gigpress-sidebar-status {
margin-top:2px;
float:right;
}

.gigpress-sidebar-status a {
display:inline;}

.gigpress-sidebar-status a:hover {
background:none;
color:#ad0003;}

a.gigpress-tickets-link:hover {
color:#ad0003;}

a.gigpress-tickets-link {
display:inline-block !important;;
float:right !important;
margin-top:-5px !important;
}

.exitcustomgigpress-tour {
border-bottom:1px solid #171717;
}

.exitcustomgigpress-night {
border-bottom:1px solid #171717;
}

.wp-caption {
max-width:640px;}



h4.exitcustomh4 a {
color:#ad0003;
text-transform:uppercase;
font-size:12px;}

#contentleft .post-area img, #contentleft .wp-caption img, #contentleft .postarea a img, #contentleft .postarea p img, #contentleft .postarea p a img {
max-width:620px;
height:auto;
display:block;
}

ul.tweets a{
	display:inline-block !important;
	margin: 0px !important;	
	padding: 0px !important;
	text-decoration: underline !important;
	color: #AD0003 !important;		 
}

ul.tweets li{
	margin-bottom: 20px !important;
	font-size: 12px !important;
	background:#111111;
}

.footertopleft ul li {
border-bottom:1px dotted #171717;
display:block;
width:220px;
padding:5px !important;
padding-left:0px !important;

}

.footertopmidright ul li {
border-bottom:1px dotted #171717;
display:block;
width:220px;
padding:2px !important;
padding-left:0px !important;

}

.footertopleft ul li:last-child, .footertopmidright ul li:last-child {
border-bottom:none;
}

.exitcustomsocial {
margin-right:5px;
margin-bottom:4px;
margin-top:1px;
float:left;
clear:both;}

a.exitcustomsociala {

display:block;
color:#999 !important;
font-size:14px;
padding:0px;
}

.footertopmidright ul li a {
display:block;
color:#999 !important;
font-size:12px;
padding:0px;
}

a.exitcustomsociala:hover, .footertopmidright ul li a:hover {
color:#ad0003 !important;
}

.tb_tweet {
border-top:1px dotted #171717 !important;}

.tagcloud a:hover {
background:none !important;}

.current_page_item, .current_menu_item {
color:#ad0003 !important;
}

.homepagecontent a img { 
width:430px !important;
}

.homepagecontent a:hover, .morelink:hover  {
color:white !important;}

.textwidget a {
display:inline !important;
}

.feature_video object {
width:620px !important;}

.homepagecontent object, .homepagecontent embed {
width:430px !important;
}

.exitcustomportfoliosingular img[rel=release] {
float:left !important;
text-align:left !important;
margin-bottom:300px !important;
margin-right:20px !important;
width:300px !important;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
width:300px;
padding:10px;
color:white;
height:20px;
background:#171717;
border:none;
font-size:14px !important;
}

.wpcf7 textarea, .wpcf7 input[type=text] {
border-right:3px solid #171717;
}

.wpcf7 textarea:focus, .wpcf7 input[type=text]:focus {
border-right:3px solid #ad0003;
}

.wpcf7 textarea {
height:200px;
}

 .wpcf7 select {
width:150px;
}

.wpcf7 input[type=submit] {
width:150px;
height:40px;
}

.newslettersignup {
width:90%;
padding:5px;
background:#171717;
border:none;
color:white;
border:3px solid #171717;
}

.newslettersignup:focus {
border-left:3px solid #ad0003;
}

.surusbuy {
display:inline-block !important;
background-image:url(http://exitrecords.co.uk/external/images/surus_buy_button.png) !important;
height:24px;
width:82px;
}

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

#text-6 {
padding:0px;
}

#text-6 img {
width:290px !important;
margin-top:-10px;
}

#text-10 img {
width:280px !important;
}

.artistlinks {
width:300px;
height:300px;
float:left;
clear:right;
font-weight:bold;
}

.artistlinks a img, .artistlinks img { float:left; margin-right:5px; margin-top:4px; }

.artistlinks a { display:block !important; border-bottom:1px dotted #171717;  padding-top:3px; padding-bottom:3px; height:20px; width:100%; margin-bottom:-20px; margin-top:0px; }

.artistlinks a:last-child { border-bottom:0px; }

.artist-release-thumb {
height:60px;
width:60px;
padding:2px;
display:inline-block;}

.artist-release-thumb img {
height:58px !important;
width:58px !important;

margin-right:2px;
border:1px solid black;}

.artist-release-thumb:hover {
background:#ad0003;}

.artistreleases img {
height:48px;
width:48px;}

#artistreleases {
width:100%;
border-bottom:4px solid #171717;
padding-bottom:3px;}

img.wp-smiley {
display:inline !important;
}

.error {
background:#ad0003;
color:white;
}