/*
Theme Name: Fuse Music
Theme URI: http://cell-designs.com/
Description: Musician targeted theme for wordpress
Version: 3.0
Author: Marcell Purham
Author URI: http://cell-designs.com
Tags: clean, stylish, modern, hip
*/

@import "../reset.css";
@import "../typography.css";
@import "../layout.css";
@import "../shortcodes.css";
@import "../buttons-shortcode.css";

/* ------------------------------------------------------------------------------------
--  CODE STARTS
------------------------------------------------------------------------------------ */
.clear {
	clear:both;
} 

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


body {
	background: #242424;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 13px;
	color: #fff;
	line-height:20px;
}

.container {
	margin: 0 auto;
	position: relative;
	width:960px;
}

/* ------------------------------------------------------------------------------------
--  UNIVERSAL STYLINGS
------------------------------------------------------------------------------------ */

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

a:visited {
	color: #b31400;
	text-decoration:none;
}

a:hover, a:active {
	color: #b31400;
	text-decoration: none;
	text-decoration:none;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: 100;
}

h1 {
	font-size: 28px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
}

h5 {
	font-size: 16px;
	line-height: 18px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
}

#container {
	margin: 0 auto;
	padding-top:15px;
	width:960px;
}


/* ------------------------------------------------------------------------------------
--  HEADER
------------------------------------------------------------------------------------ */

#header {
	background: #1b1b1b;
	border-top: 1px solid #545353;
}

#header .inner {
	width:960px;
	margin:0 auto;
}

#logo a {
	float:left;
	display:block;
	height:72px;
	width:172px;
}


/* ------------------------------------------------------------------------------------
--  NAVIGATION
------------------------------------------------------------------------------------ */

#nav {
	float:right;
	margin-left:4%;
	position: relative;
}

#nav ul {
	float:right;
	list-style:none;
	width:100%;
}

#nav ul li {
	float: left;
  position: relative;
}

#nav li a {
  color: #F7F7F7;
  display: block;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 6px;
  padding: 26px 20px;
}

#nav li a.activelink {
	color:#9d9c9c;
}

#nav ul li .menu-desc {
  color: #aeb4b7;
  font-size: 12px;
  font-family: Georgia, serif;
  font-weight: 100;
  left: 20px;
  position: absolute;
  text-transform: lowercase;
  top: 44px;
  line-height: 11px;
}

#nav li ul {
	background: #2c2f30;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 1;
}

#nav li ul a {
	border-bottom: 1px dotted #252829;
	color: #a4a4a4;
  font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding: 9px 19px;
	text-transform: capitalize;
	width: 150px;
}

#nav li a:hover {
	color: #b31400;
}

#nav li ul a:hover, #nav > li.dropdown li.dropdown > a:hover, #nav > li.dropdown li.dropdown:hover > a {
  color: #ffffff;
	padding-top: 10px;
}

#nav > li.dropdown li.dropdown > a:hover, #nav > li.dropdown li.dropdown:hover > a {
	background: #0099ff url(../../images/arrow-right-white.gif) no-repeat center right;
	background-image: url(../../images/arrow-right-white.gif), -moz-linear-gradient(100% 100% 90deg, #017bcd, #33adff);
	background-image: url(../../images/arrow-right-white.gif), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33adff), to(#017bcd));
}

#nav li ul ul {
	margin: -34px 0 0 190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -9999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav > li.dropdown > a {
	background: url(http://pattheroc.com/wp-content/themes/FUSEM12/images/arrow-down-gray.gif) no-repeat center right;
	padding-right: 35px;
}

#nav > li.dropdown:hover > a {
	background: #666666 url(../../images/arrow-down-white.gif) no-repeat center right;
	background-image: url(../../images/arrow-down-white.gif), -moz-radial-gradient(80% 0% 0deg, circle cover, #787878, #666666, #666666 90%);
	background-image: url(../../images/arrow-down-white.gif), -webkit-gradient(radial, 160 -100, 0, 160 -100, 200, from(#8a8a8a), to(#666666));
	border-top: 1px solid #8d8d8d;
	border-right: 1px solid #7b7b7b;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #4c4c4c;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 9px 34px 9px 19px;
	text-shadow: #595959 -1px -1px 0;
}

#nav > li.dropdown li.dropdown > a {
	background: url(../../images/arrow-right-gray.gif) no-repeat center right;
}

#nav > li.active > a, #nav > li.active > a:hover {
	color: #ffffff;
}



/* ------------------------------------------------------------------------------------
--  CONTENT AREA
------------------------------------------------------------------------------------ */

#content {
	float:left;
	margin-right:15px;
	width:500px;
}

#content-2col {
	float:left;
	margin-right:15px;
	width:695px;
}

#content-2col-right {
	float:right;
	width:695px;
}

.pad-10 {
	padding: 10px;
}

.pad-5 {
	padding: 5px;
}

.page-heading {
	background:#181818;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 5px 10px 0;
}

.page-heading span {
	bottom: 4px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin-left: 10px;
	position: relative;
}

.post {
	margin-bottom: 50px;
}

.post-inner {
	background:#181818;
	border: 1px solid #131313;
	margin-bottom: 15px;
	overflow: hidden;
}

.post img {
	background: #424547;
  border: 1px solid #4b5054;	
  padding: 4px;
	float:left;
	margin: 0 15px 15px 0;
}

.post-info-img {
	float: left;
  height: 40px;
  width: 50px;
}

.post-info img {
	padding: 3px;
}

.post-info-text a {
	color: #8c8c8c;
}

.post-info-text a:hover {
	color: #b31400;
}

.post-info-text p {
	line-height:40px;
}

.post-info-text .author-spec {
	border-right: 1px dotted #1f2223;
	float: left;
	line-height: 40px;
	padding-right: 5px;
}

.post-info-text .tags {
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}

.post-more a {
	color: #060606;
	display: block;
  font-size: 12px;
  font-family: 'Dosis', sans-serif;
	margin-top:10px;
	text-align: center;
	text-shadow: 1px 0 0 #c13c36;
}

.post p {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-align:left;
}

.post-inner h1,
.post-inner h2, 
.post-inner h3, 
.post-inner h4, 
.post-inner h5,
.post-inner h6 {
	margin-bottom: 15px;
}

.post h1 a,
.post h2 a {
	color:#52585B;
	text-transform: capitalize;
}

.post h1 a:hover,
.post h2 a:hover {
	color:#b31400;
}

.post .entry p {
	font-size: 13px;
	margin:0 0 15px;
	line-height: 24px;
}

.post .entry blockquote {
	background: #52585B url(../../images/blockquote.png) no-repeat 10px 10px;
	border-left: 10px solid #000;
	margin-bottom: 10px;
	padding: 10px 5px 5px 80px;
}

.post .entry blockquote p {
	color: #fff;
	text-shadow: 1px 1px 0 #3f4244;
}

.post .entry ol {
	list-style-type: decimal;
	margin-left: 20px;
}

.post .entry ul {
	list-style: disc;
	margin-left: 20px;
}

.post .entry ol, 
.post .entry ul {
	color: #fff;
	margin-bottom: 10px;
}

.post .entry ol li, 
.post .entry ul li {
	padding-bottom: 5px;
}

.post strong, .post b {
    font-weight: bold;
}
.post em, .post i {
    font-style: italic;
}

.post .wp-caption {
    background: #232323;
    border: 1px solid #2A2A2A;  
    margin-bottom: 15px;
    text-align: center;
}
.post .wp-caption p {
    color: #767676;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
    padding: 5px 10px 10px;
}
.post .alignleft {
    display: inline;
    float: left;
    margin: 3px 15px 15px 0;
}
.post img[align$="left"] {
    display: inline;
    float: left;
    margin: 3px 15px 15px 0;
}
.post .alignright {
    display: inline;
    float: right;
    margin: 3px 0 15px 15px;
}



/* ------------------------------------------------------------------------------------
--  SIDEBAR LEFT
------------------------------------------------------------------------------------ */

#sidebar-left a, 
#sidebar-right a, 
#sidebar-left-2col a {
	color: #feffff;
}

#sidebar-left a:hover, 
#sidebar-right a:hover, 
#sidebar-left-2col a:hover {
	color: #b31400;
}

#sidebar-left {
	background:#52585b;
	float:left;
	margin-right: 15px;
	padding:10px;
	width:230px;
}

#sidebar-left-2col {
	background:#52585B;
	float:left;
	padding:10px;
	width:230px;
}

.block {
	margin-bottom:10px;
}

.block li {
	font-size: 12px;
	padding:0 0 10px;
}

.block li ul li {
	border-bottom: 1px dotted #3A3F41;
	font-size: 12px;
	padding:10px 5px;
}

.block .album-latest {
	background: #424547;
	border: 1px solid #363a3d;
	height: auto;
	padding: 4px;
	width: 94%;
}

.block .latest-album-widget li {
	border: none;
}

.event-block li ul li {
	padding:0 0 10px;
}

.event-content {
	float: left;
	width: 460px;
}

.event-desc {
	color: #52585B;
	font-weight: bold;
	line-height: 24px;
}

.event-desc span {
	color: #fff;
	font-weight: normal;
}

.last-space {
	margin-bottom: 10px;
}

.event-book {
	float: left;
	padding-left: 13px;
	width: 200px;
}

.block h2 {
	background: #2e2e2e url(../../images/bg-blockhead.png);
	color: #fff;
	font-size:18px;
	font-weight: 100;
	margin-bottom: 10px;
	padding: 2px 5px;
}

.block .date {
	float: left;
	position: relative;
	width: 35px;
}

.post .entry .upincoming {
	margin-left: 0;
}

.block .upincoming li {
	border: none;
	list-style-type: none;
}

#content-2col .block .date {
	color: #fff;
	border-right: 1px dotted #585858;
	margin-right: 10px;
}

.block .date .day {
  font-family: Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-right: 5px;
}

.block .date .month {
	font-size: 12px;
	left: 2px;
	position: absolute;
	top: 20px;
}

.block .date .time {
	font-size: 12px;
	position: absolute;
	top: 9px;
}

.block .title {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.block .upincoming {
	margin-top: 15px;
}

.block .upincoming .title {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#content-2col .upincoming .title {
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.block .upincoming .purchase {
	float: right;
}

.block .list-events {
	border-bottom: 1px dotted #080808;
	font-size: 12px;
	padding:10px 5px;
}

.block #recent-post li {
	padding: 5px 0 5px 0;
	font-size: 12px;
}

.block #recent-post .thumbnail img {
	background: #1a1a1a;
	float: left;
	margin-right: 10px;
	padding: 2px;
}

.block #recent-post .thumbnail a {
	display: block;
}

.block #recent-post .title h3 {
	font-size: 14px;
	line-height: 16px;
}

.block #recent-post .posted-date {
	font-size: 10px;
}

.block #twitter li {
	font-size: 12px;
}

#searchform .screen-reader-text {
	display: none;
}

.block #searchform input#s {
	width: 69%;
}

#searchform input#s {
	background: #1C1C1C;
	color: #fff;
	border: 1px solid #151515;
	margin-bottom: 10px;
	padding:10px;
}

#searchform input#s:hover {
	background: #2b2b2b;
	border: 1px solid #404040;
}

input#searchsubmit {
	background: none repeat scroll 0 0 #2e2e2e;
	border: none;
  color: #FFFFFF;
  display: block;
  float: right;
  font-family: 'Dosis',sans-serif;
  font-size: 12px;
  padding: 9px 5px;
}

input#searchsubmit:hover {
	background: #b31400;
	color: #f0f0f0;
}

#sidebar-right .block #searchform input#s {
	width: 56%;
}

/*For albums*/
.album_container .album_desc {
	float: left;
	width: 460px;
}

.album-info {
	color: #52585b;
	float: left;
	width: 195px;
	padding-right:15px;
}
.album-info span {
	color: #fff;
}

.album-info li {
	list-style: none;
	line-height: 24px;
}

.album-info li.download,
.album-info li.purchase {
	list-style: none;
	clear: left;
	display: inline;
}

.album-info li strong {
	font-size: 12px;
}

.albums-page .entry {
	margin-left: 0;
}

.post-inner-album {
	background: #181818;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
}

.albums-page .title {
	background: url(../../images/glass-effect.png);
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	height: 210px;
  line-height: 30px;
	position: absolute;
	right:4px;
	top: 7px;
	width: 215px;
	z-index: 1;
}

.albums-page .title a {
	display: block;
}

.albums-page ul li a{
	float: left;
	height: 220px;
	margin-bottom: 10px;
	position: relative;
	width: 225px;
	margin-right: 13px;
}

.albums-page ul li img {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	position: relative;
}

.albums-page ul li:nth-child(4n) a {
	margin-right: 0;
}

.albums .title {
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	line-height: 32px;
}

.albums .purchase a {
	background: #7DA407;
	color: #000;
	display: block;
	float: right;
	font-weight: bold;
	position: relative;
	padding: 5px 10px;
	text-shadow: 1px 0 0 #a9d22e;
	bottom: 3px;
}

.albums .upincoming .purchase a:hover {
	background: #aacc42;
}
/*end albums*/


/*Musicans Page*/
.musicians-page .title {
	background: url("../../images/bg-blockhead.png") repeat #2E2E2E;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	left:0;
  line-height: 30px;
  margin: 235px 0 0 6px;
  padding: 0 15px;
	position: absolute;
	text-transform: capitalize;
	z-index: 1;
}

.musicians-page .title a {
	display: block;
}

.musicians-page ul li {
	float: left;
	position: relative;
}

.musicians-page ul li img {
	display: inline-block;
	float: none;
	margin: 0 10px 10px 0;
	padding: 5px;
	position: relative;
}

.musicians-page ul li:nth-child(4n) img {
	margin-right: 0;
}

.post-inner-musicians {
	background: #181818;
	padding: 10px 0 10px 9px;
	margin-bottom: 15px;
}

.sponsors {
	margin-bottom:10px;
}

.sponsors ul li{
	display:inline-block;
	padding:10px;
}

.post_bottom {
	background:#151515;
	border:1px solid #000;
	padding:15px;
	margin-bottom:15px;
	float:left;
}

.post_bottom h2 a{
	font-size:24px;
	font-family: 'Dosis', sans-serif;
	color:#393939;
	text-shadow:1px 1px 1px #CCCCCC;
}

.post_bottom img {
	padding:8px;
	background:#e7e7e7;
	border:1px solid #d8d8d8;
	margin-bottom:5px;
	width:150px;
}

#post_bottom_main ul {
	margin-left: 0;
}

#post_bottom_main ul li {
	background:#151515;
	border:1px solid #000;
	padding:15px;
	margin-bottom:15px;
	display: inline;
	list-style: none;
	float: left;
	width: 150px;
	margin-right: 15px;
}

/* ------------------------------------------------------------------------------------
--  SIDEBAR RIGHT
------------------------------------------------------------------------------------ */

#sidebar-right {
	background:#52585b;
	float:right;
	padding:10px;
	width:160px;
}

.block #social-net li {
	border: none;
	float: left;
	padding: 0;
}

.block #social-net li a {
	background: url(../../images/icon-social.png);
	display: block;
	height: 32px;	
	width: 32px;
	text-indent: -9999px;
}


	.block #social-net li.facebook a {
		background-position: 0 0;
	}

	.block #social-net li.twitter a {
		background-position: 0 -35px;
	}

	.block #social-net li.youtube a {
		background-position: 0 -102px;
	}

	.block #social-net li.vimeo a {
		background-position: 0 -137px;
	}

	.block #social-net li.soundcloud a {
		background-position: 0 -172px;
	}

	.block #social-net li.flickr a {
		background-position: 0 -67px;
	}

	.block #social-net li.lastfm a {
		background-position: 0 -206px;
	}

	.block #social-net li.tumblr a {
		background-position: 0 -241px;
	}

	.block #social-net li.stumbleupon a {
		background-position: 0 -275px;
	}

	.block #social-net li.digg a {
		background-position: 0 -309px;
	}

	.block #social-net li.linkedin a {
		background-position: 0 -344px;
	}

	.block #social-net li.myspace a {
		background-position: 0 -378px;
	}

	.block #social-net li.instagram a {
		background-position: 0 -413px;
	}

	.block #social-net li.email a {
		background-position: 0 -447px;
	}
	
	.block #social-net li.rss a {
		background-position: 0 -482px;
	}

	.block #social-net li.pintrest a {
		background-position: 0 -516px;
	}

	.block #social-net li.googleplus a {
		background-position: 0 -550px;
	}

.block .sponsors li img {
	background: #000;
	padding: 5px;
	margin: auto 7px;
}

.block .team-info {
	
}

.block .team-info li {
	background: none;	
	padding: 5px;
}

/* ------------------------------------------------------------------------------------
--  SLIDER (BLOCK6)
------------------------------------------------------------------------------------ */

#slider-area {
	background: #4c5052 url(../../images/pat-custom.png);
	padding: 10px 0;
}

.slides span {
	bottom: 0;
	color: #fff;
  font-family: 'Dosis', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 48px;
	padding: 10px 60px 10px 10px;
	position: absolute;
	right: 0;
}

.slides span .title {
	background: rgba( 11, 11, 11, 0.5) url(../../images/bg-slider-title.png);
	font-size: 20px;
	height: 48px;
	padding: 10px;
	text-transform: capitalize;
	width: 450px;
}

/* ------------------------------------------------------------------------------------
--  TEAM WALL 
------------------------------------------------------------------------------------ */

#team-wall {
	background: #434444 url(../../images/bg-teamwall.jpg);
	display: block;
	padding: 15px 0;
}

#team-wall .inner {
	width: 960px;
	margin: 0 auto;
}

#team-wall #featured-members-5 .heading h2 {
	color: #2e2e2e;
  font-family: 'Dosis', sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

#team-wall #featured-members-5 .text {
	font-size: 12px;
}

#team-wall #featured-members-5 .read-more a,
.boxholder .read-more a,
#main-top-choice .read-more a {
	background: #52585B;
	color: #fff;
	display: block;
  font-family: 'Dosis', sans-serif;
	font-size: 12px;
	float: right;
	padding: 2px 5px;
}

#team-wall #featured-members-5 .read-more a:hover,
.boxholder .read-more a:hover,
#main-top-choice .read-more a:hover {
	background: #b31400;
}

#team-wall #featured-members-5 .image-frame {
	background: #424547;
	border: 1px solid #383B3C;
	height: 175px;
	margin-bottom: 10px;
	padding: 4px;
	position: relative;
	width: 172px;
}

#team-wall #featured-members-5 .image-frame-cover {
	background: url(../../images/bg-member-cover.png) no-repeat;
	height: 175px;
	margin-bottom: 10px;
	position: absolute;
  right: 4px;
	width: 172px;
}

#team-wall #featured-members-5 li {
	float: left;
	width: 182px;
	margin-right: 10px;
}

.custom-divider {
	background: url(../../images/pat-teambtm-dark.jpg) repeat-x;
	height: 8px;
}

#slider-area-fixed {
	background: #242424;
	padding: 10px 0;
}

#slider-area-fixed .inner {
	background: #424547;
	border: 1px solid #383B3C;
	margin: 0 auto;
	padding: 4px;
	width: 960px;
}

#main-top-choice {
	background: #010103 url(../../images/bgs/disco-bg.jpg) top center no-repeat;
	overflow: hidden;
	padding: 15px 0 5px;
}

#main-top-choice .inner,
#main-top-info .inner {
	margin: 0 auto;
	width: 960px;
}

#main-top-choice .choice-content {
	float: left;
	width: 640px;
}

#main-top-choice .choice-text {
	float: left;
	margin-left: 15px;
	width: 300px;
}

#main-top-choice .choice-text h1 {
	text-transform: uppercase;
}

#main-top-choice .choice-text p {
	font-size:14px;
	line-height: 24px;
	margin: 15px 0;
}

#main-top-choice .btnpos {
	float: right;
}

#main-top-choice .btnpos a {
	color: #fff;
	float: right;
}

#main-top-info {
	background: url(../../images/bg-blockhead.png);
	overflow: hidden;
	padding: 15px 0;
}

#main-top-info .boxholder {
	float: left;
	width: 225px;
}

#main-top-info .boxholder img {
  background: #424547;
  border: 1px solid #45494a;
  margin-bottom: 5px;
  padding: 4px;
}

#main-top-info .boxholder h2 a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#main-top-info .boxholder h2 a:hover {
	color: #b31400;
}

#main-top-info .boxholder p {
	font-size: 12px;
	line-height: 22px;
}

#main-top-info .first,
#main-top-info .second,
#main-top-info .third {
	margin-right: 20px;
}

#main-top-info .last {
	margin-right: 0;
}

.header-text {
	margin-bottom: 15px;
}

.header-text span {
	color: #7DA407;
}



/* ------------------------------------------------------------------------------------
--  COMMENTS
------------------------------------------------------------------------------------ */
.fuse-comments {
	padding: 10px;
}

.fuse-comments li {
	border-bottom: 1px dotted #080808;	
	overflow: hidden;
	padding: 10px 5px;
}

.fuse-comments .children {
	margin-left: 10px;
}

.fuse-comments .children li {
	border: none;
}

#comments-title, #reply-title {
	background: #2e2e2e url("../../images/bg-blockhead.png");
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

#reply-title { 
	margin-bottom: 15px;
}

.fuse-comments p {
	line-height: 22px;
	margin-left: 73px;
	padding: 10px;
}

.fuse-comments .reply {
	padding: 10px 0;
	float: right;
}

.fuse-comments .reply a {
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 0 10px;
}

.fuse-comments .vcard {
	margin-top: 20px;
}

.fuse-comments .fn,
.fuse-comments .comment-meta {
	color: #fff;
}

#commentform {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 410px;
}

.comment-form-author span {
	margin-right: 20px;
}

.comment-form-email span {
	margin-right: 22px;
}

.comment-form-url label {
	margin-right: 16px;
}
#commentform .comment-notes {
	text-align: center;
	margin-bottom: 25px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
	background: url("../../images/bg-blockhead.png") repeat #2E2E2E;
	color: #fff;
	border: 1px solid #151515;
	margin-bottom: 10px;
	padding:10px;
	width: 388px;
}

.comment-form-author input:hover,
.comment-form-email input:hover,
.comment-form-url input:hover,
.comment-form-comment textarea:hover {
	background: #2f2f2f;
	border: 1px solid #404040;
}

.comment-form-comment label {
	float: left;
  margin-right: 8px;
}

#commentform .form-allowed-tags {
	display: none;
	font-size: 10px;
	line-height: 20px;
}

#commentform .form-submit #submit,
.wpcf7-submit {
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 8px 11px;
	color: #555;
	border: 1px solid #dedede;
	border-color: #dedede #d8d8d8 #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px #2F2F2F, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 1px 2px #2F2F2F, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 2px #2F2F2F, inset 0 1px 0 #fbfbfb;
  color: #2E2E2E;
  float: right;
  font-family: 'Dosis',sans-serif;
  font-size: 12px;
  background: #dd3a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b));
	background: -moz-linear-gradient(top, #ff7858, #cc3a3b);
	border-color: #961a07;
}

#commentform:hover .form-submit #submit:hover,
.wpcf7-submit:hover {
	background: #dd3a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b));
	background: -moz-linear-gradient(top, #ff7858, #cc3a3b);
	border-color: #961a07;
	color: #fff;
}

.wpcf7-text,
.wpcf7-textarea {
	background: url("../../images/bg-blockhead.png") repeat #2E2E2E;
	color: #fff;
	border: 1px solid #151515;
	margin-bottom: 10px;
	padding:10px;
	width: 95%;
}

.wpcf7-text:hover,
.wpcf7-textarea:hover {
	background: #2b2b2b;
	border: 1px solid #404040;
}

/* ------------------------------------------------------------------------------------
--  PAGINATION
------------------------------------------------------------------------------------ */

.pagination {
	clear:both;
	font-size:11px;
	float: right;
	padding:20px 0;
	position:relative;
	line-height:13px;
}
 
.pagination span, .pagination a {
	background: #181818;
	color:#fff;
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
}
 
.pagination a:hover{
	background: #a2a2a2;
	color:#b31400;
}
 
.pagination .current{
	background: #b31400;
	color:#fff;
	padding:6px 9px 5px 9px;
}

/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */

#footer {
	background:#181818;
	margin-top: 15px;
}

#footer .inner {
	color: #71797d;
  font-family: 'Dosis', sans-serif;
	font-size: 12px;
	margin:0 auto;
	padding:15px 0;
	text-transform: capitalize;
	width:960px;
}

#footer span {
	float: right;
}


/* ------------------------------------------------------------------------------------
--  EXTRA
------------------------------------------------------------------------------------ */

#wp-calendar {
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	width: 100%;
}

#wp-calendar tbody {
	border-left: 1px solid #35393A;
}

#wp-calendar td {
	padding: 2px 2px;
	color: #ebebeb;
	background-color: #434749;
	border-right: 1px solid #35393A;
	border-bottom: 1px solid #35393A;
	text-align: center;
}

#wp-calendar th {
	padding: 2px 2px;
	color: #ebebeb;
	background-color: #181818;
	text-align: center;
	font: bold;
}

#wp-calendar .pad {
	background: transparent;
}

#wp-calendar caption {
	text-align: center;
}

.buttonPro{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
	padding: 8px 11px;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
	
	border: 1px solid #dedede;
	border-color: #dedede #d8d8d8 #d3d3d3;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 1px 2px #1F2223, inset 0 1px 0 #131415;
	-moz-box-shadow: 0 1px 2px #1F2223, inset 0 1px 0 #131415;
	box-shadow: 0 1px 2px #1F2223, inset 0 1px 0 #131415;
}

.buttonPro:hover, .buttonPro:focus{
	color: #555;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
	border-color: #ccc;
	-webkit-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;
}

.buttonPro:active{
	position: relative;
	top: 1px;
	
	color: #555;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4));
	background: -moz-linear-gradient(top, #eaeaea, #f4f4f4);
	border-color: #c6c6c6;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
}

.buttonPro.rounded{
	padding: 8px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


input.buttonPro, button.buttonPro{
	*width: auto; /* IE7 Fix */
	*overflow: visible; /* IE7 Fix */
}

.buttonPro img{
	border: none;
	vertical-align: bottom;
}

.buttonPro.color{
	background: #e6433d;
	background: -webkit-gradient(linear, left top, left bottom, from(#cd1f0a), to(#B31400));
	background: -moz-linear-gradient(top, #cd1f0a, #B31400);
	border-color: #d1371c #d1371c #9f220d;
	color: #fff;
	text-shadow: 0 1px 1px #961a07;
	-webkit-box-shadow: 0 1px 2px #2f2f2f, inset 0 1px 0 #ff9573;
	-moz-box-shadow: 0 1px 2px #2f2f2f, inset 0 1px 0 #ff9573;
	box-shadow: 0 1px 2px #2f2f2f, inset 0 1px 0 #ff9573;    
}
.buttonPro.color:hover, .buttonPro.color:focus{
	background: #dd3a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#B31400), to(#cd1f0a));
	background: -moz-linear-gradient(top, #B31400, #cd1f0a);
	border-color: #961a07;
	-webkit-box-shadow: 0 0 1px #222222, inset 0 1px 0 #ff9573;
	-moz-box-shadow: 0 0 1px #222222, inset 0 1px 0 #ff9573;
	box-shadow: 0 0 1px #222222, inset 0 1px 0 #ff9573;    
}
.buttonPro.color:active{
	background: #e6433d;
	border-color: #961a07;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
}

/* ----- ---- --- -- -  Black - -- --- ---- ----- */

.buttonPro.black{
	background: #525252;
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343));
	background: -moz-linear-gradient(top, #5e5e5e, #434343);
	border-color: #4c4c4c #313131 #1f1f1f;
	color: #fff;
	text-shadow: 0 1px 1px #2e2e2e;
	-webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
	-moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;
	box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #868686;    
}
.buttonPro.black:hover, .buttonPro.black:focus{
	background: #4b4b4b;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#363636));
	background: -moz-linear-gradient(top, #686868, #363636);
	border-color: #313131;
	-webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
	-moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;
	box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #868686;    
}
.buttonPro.black:active{
	background: #525252;
	border-color: #313131;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #313131;
}

.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.small {font-size: 0.8em;}
.hidden {display: none;}

/* Metabox */
.tf-meta ul li { height: 20px; clear:both; margin: 0 0 15px 0;}
.tf-meta ul li label { width: 100px; display:block; float:left; padding-top:4px; }
.tf-meta ul li input { width:125px; display:block; float:left; }
.tf-meta ul li em { width: 200px; display:block; float:left; color:gray; margin-left:10px; padding-top: 4px}

/* List styles */
.post ul.pluslist,
.post ul.checklist,
.post ul.arrowlist {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

ul.pluslist li,
ul.checklist li,
ul.arrowlist li {
	padding: 5px 0 5px 20px;
	list-style: none;
}

ul.pluslist li {
	background: url("../../images/li-plus.png") 0 9px no-repeat;
}

ul.checklist li {
	background: url("../../images/list-check.png") 0 9px no-repeat;
}

ul.arrowlist li {
	background: url("../../images/tiny-arrow.png") 2px 9px no-repeat;
}

.slide_toggle_content, .slide_toggle_compact_content {
    background: #212020;
}

.tabs-wrapper .tab-content {
	color: #fff;
}