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

	Theme Name: Chico

	Theme URI: http://www.chico.fr

	Description: Chico

	Author: Chico

	Author URI: http://www.chico.fr

	Version: 1.0.2

	Tags: black, white, two-columns, responsive, custom-header, custom-background, threaded-comments, 

	translation-ready, custom-menu (optional), theme-options, featured-image-header, featured-images, 

	full-width-template, pagination, blog-template, buddypress

	

	The CSS, XHTML and Design are released under the GPL:

	http://www.opensource.org/licenses/gpl-license.php
********************************************************************************************************************
	Table of Contents:
	0.	CSS Reset

	1.	Hyperlinks

	2. 	Global

	3.	Headings

	4.	Header

	5.	Navigation

	6.	Slideshow

	7.	Homepage

	8.	Content

	9.	Buttons

	10.	Tour Page

	11.	Album and Discography

	12. Archives

	13. WordPress Gallery

	14.	Images and Video

	15.	Social Media

	16.	Numbered Pagination

	17.	Sidebar

	18.	Sidebar Widgets

	19.	Text Widget

	20.	Recent Comments Widget

	21.	Music Player Widget

	22.	Custom Menu Widget

	23.	Calendar Widget

	24.	Search Form

	25.	Footer

	26.	Comments

	27. Music Player Full

	28. WooCommerce

	29.	Gravity Forms Styling

	30.	Responsive Framework
*******************************************************************************************************************/
/* rajout de greg pour définition fonte  */
/*******************************************************************************************************************/
/*
@font-face {
    font-family: 'PoliceChico';
    src: url('fontes/PoliceChico.eot');
    src: url('fontes/PoliceChico.eot?#iefix') format('embedded-opentype'),
         url('fontes/PoliceChico.woff') format('woff'),
         url('fontes/PoliceChico.ttf') format('truetype'),
         url('fontes/PoliceChico.svg#PoliceChico') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'PoliceChico';
    src: url('fontes/chicoTTrash/chicottrash-webfont.eot');
    src: url('fontes/chicoTTrash/chicottrash-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/chicoTTrash/chicottrash-webfont.woff') format('woff'),
         url('fontes/chicoTTrash/chicottrash-webfont.ttf') format('truetype'),
         url('fontes/chicoTTrash/chicottrash-webfont.svg#chicottrashregular') format('svg');
    font-weight: normal;
    font-style: normal;}
	
/************************************************

*	0.	CSS Reset 								*

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

	

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

	}

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;

	}

sub {vertical-align: sub;}

sup {vertical-align: super;}

body { background: #222627; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; line-height: 2; color: #999999; position: relative; -webkit-font-smoothing: antialiased; }

	

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

*	1.	Global									*

************************************************/
body {

	background: #222627;

	color: #999999;

	font-size: 0.9em;

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

	font-weight: 300;

	line-height: 2;

	text-shadow: 0px 1px 0px rgba(0, 0, 0, .8);

	margin: 0px auto 0px;

	padding: 0px;

	}

p {

	padding: 8px 0px;

	margin: 0px;

	}

::selection {

	background: #111111;

	}

::-moz-selection {

	background: #111111;

	}

blockquote {

	color: #999999;

	font-size: 1.8em;

	line-height: 36px;

	margin: 10px 25px 10px 25px;

	padding: 0px 20px 0px 20px;

	border-left: 2px dotted rgba(0, 0, 0, .6);

	}

blockquote p {

	margin: 0px;

	padding: 0px;

	}

blockquote, q {

	quotes: none;

	}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

	}

img, iframe, object, embed {

	max-width: 100%;

	}

img, object, embed {

	height: auto;

	margin: 0px auto 0px;

	}

table {

	border-collapse: collapse;

	border-spacing: 0;

	}

ol, ul {

	list-style: none;

	}

hr {

	border: 0;

	width: 100%;

	height: 1px;

	color: #333333;

	background-color: #333333;

	margin: 6px 0px;

	padding: 6px 0px;

	}

strong {

	font-weight: bold;

	}

small {

	font-size: 0.7em;

	}

code {

	color: #666666;

	background: #111111;

	margin: 0px;

	padding: 10px;

	display: block;

	font-family: Verdana, Tahoma, sans-serif;

	border: 1px dashed #333333;

	}

.clear {

	clear: both;

	}

.hidden {

	display: none;

	}

	

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

*	2.	Hyperlinks								*

************************************************/
a, a:visited {

	color: #CCCCCC;

	text-decoration: none;

	transition: background .25s, color .25s;

	-moz-transition: background .25s, color .25s;

	-webkit-transition: background .25s, color .25s;

	-o-transition: background .25s, color .25s;

	}

a:focus, a:hover, a:active {

	color: #CC0066;

	text-decoration: none;

	outline: none;

	}

a img {

	border: none;

	}
/************************************************

*	3.	Headings  								*

************************************************/
h1 {

	color: #FFFFFF;

	font-size: 2.2em;/* Greg modif */

	font-family: 'PoliceChico', Verdana, Helvetica, Arial, cursive ;

	font-weight: bold;

	letter-spacing: -0.4px;

	margin: 5px 0px 5px 0px;

	padding: 5px 0px 5px 0px;

	line-height: 1.2;

	}

h2 {

	color: #FFFFFF;

	font-size: 2.1em;/* Greg modif */

	font-family: 'PoliceChico', Verdana, Helvetica, Arial, cursive ;

	font-weight: bold;

	margin: 5px 0px 5px 0px;

	padding: 5px 0px 5px 0px;

	line-height: 1.4;

	}

h3 {

	color: #FFFFFF;

	font-size: 1.9em;/* Greg modif */

	font-family: 'PoliceChico', Verdana, Helvetica, Arial, cursive ;

	font-weight: bold;

	margin: 4px 0px 4px 0px;

	padding: 4px 0px 4px 0px;

	line-height: 1.6;

	}

h4 {

	color: #FFFFFF;

	font-size: 1.8em;/* Greg modif */

	font-family: 'PoliceChico', Verdana, Helvetica, Arial, cursive ;

	font-weight: 300;

	margin: 4px 0px 4px 0px;

	padding: 4px 0px 4px 0px;

	line-height: 1.6;

	}

h5 {

	color: #FFFFFF;

	font-size: 1.2em;

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

	font-weight: normal;

	margin: 2px 0px 2px 0px;

	padding: 2px 0px 2px 0px;

	line-height: 1.8;

	}

h6 {

	color: #FFFFFF;

	font-size: 1em;

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

	font-weight: bold;

	margin: 4px 0px 2px 0px;

	padding: 4px 0px 2px 0px;

	line-height: 1.8;

	border-bottom: 1px solid #333333;

	}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, 

h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {

	color: #AAAAAA;

	text-decoration: none;

	border: none;

	}

h1 a:hover, h2 a:hover, h3 a:hover,

h4 a:hover, h5 a:hover, h6 a:hover,

h1 a:focus, h2 a:focus, h3 a:focus,

h4 a:focus, h5 a:focus, h6 a:focus,

h1 a:active, h2 a:active, h3 a:active,

h4 a:active, h5 a:active, h6 a:active {

	color: #FFFFFF;

	text-decoration: none;

	border: none;

	}

.headline {

	font-size: 2em;

	font-weight: 700;/* Greg modif */

	font-family: 'PoliceChico', Verdana, Helvetica, Arial, cursive;

	line-height: 1.4;
/* Greg modif */
/*	text-transform: uppercase; */

	text-shadow: 0px 1px 1px rgba(0, 0, 0, .9);

	letter-spacing: 0px;

	margin: 0px;

	padding: 0px;

	}

.headline.post {

	font-size: 2.4em;

	margin-bottom: 0px;

	padding-bottom: 12px;

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.headline.page {

	font-size: 3.2em;

	margin-bottom: 5px;

	padding-bottom: 5px;

	}

.headline.archive {

	margin-bottom: 0px;

	padding-bottom: 12px;

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.headline.ultra {

	font-size: 3.4em;

	font-weight: 900;

	line-height: 1.6;

	margin-bottom: 30px;

	padding-bottom: 8px;

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

	

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

*	4.	Header  								*

************************************************/
#header {

	background: transparent;

	width: 100%;

	margin: 0px auto 0px;

	padding: 0px;

	}

#custom-header {

	display: block;

	font-size: 0;

	text-align: center;

	text-indent: -999em;

	text-shadow: none;

	line-height: 0;

	margin: 0px auto 0px;

	padding: 0px;

	position: relative;

	overflow: hidden;

	z-index: 1;

	}

#custom-header a {

	color: transparent;

	line-height: 0;

	font-size: 0;

	} 

#masthead {

	float: left;

	display: inline-block;

	margin: 0px;

	padding: 0px;

	}

#masthead .site-title {

	padding: 0px;

	margin: 0px;

	}

#masthead .site-title a {

	float: left;

	display: inline-block;

	color: #FFFFFF;

	font-size: 0.8em;

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: -0.2px;

	line-height: 60px;

	padding-right: 20px;

	padding-left: 20px;

	}

	

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

*	5.	Navigation 								*

************************************************/
#navigation {

	display: block;

	background: rgba(0, 0, 0, .3);

	width: 100%;

	height: auto;

	margin: 0px auto 0px;

	padding: 0px;

	position: relative;

	z-index: 9;

	}

	

/*** ESSENTIAL STYLES ***/

.menu, .menu * {

	margin:	0;

	padding: 0;

	list-style:	none;

	}

.menu {

	line-height: 1.0;

	}

.menu ul {

	text-align: right;

	margin: 0px auto 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%;

	margin: 0px 0px 0px 0px;

	}

.menu li:hover {

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

	}

.menu li {

	display: inline-block;

	position: relative;

	}

.menu a {

	display: inline-block;

	position: relative;

	}

.menu li:hover ul,

.menu li.sfHover ul {

	left: 0;

	top: 60px; /* 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;

	}

	

/*** SKIN ***/

.menu .current_page_item a,

.menu .current_page_ancestor a,

.menu .current-menu-item a,

.menu .current-cat a {

	color: #FFFFFF;

	}

.menu li .current_page_item a, .menu li .current_page_item a:hover,

.menu li .current-menu-item a, .menu li .current-menu-item a:hover,

.menu li .current-cat a, .menu li .current-cat a:hover {

	background: rgba(0, 0, 0, .9) !important;

	color: #FFFFFF !important;

	}

.menu {

	margin: 0px;

	padding: 0px;

	}

.menu a {
/* Greg modif aout 2013 */
	/* color: #E6E6E6; */
	color: #CEAF5B;

	background: none;
/* Greg Jm Modif */
	font-family: 'PoliceChico', Verdana, Helvetica, Arial, sans-serif;

	/*  font-size: 0.9em; */
	font-size: 1.5em;
	font-weight: 700;
/* Greg JM Modif */
	
	/* text-transform: uppercase; */

	text-decoration: none;

	text-shadow: 1px 1px rgba(0, 0, 0, .8);

	margin: 0px 0px 0px 0px;

	padding: 0px 6px 0px 6px;

	letter-spacing: 0.2px;

	line-height: 60px;

	}

.menu li li a {

	display: block;

	background: rgba(0, 0, 0, .8);

	color: #999999;
/* Greg JM Modif */
	font-family: 'PoliceChico', Verdana, Helvetica, Arial, sans-serif;

	font-weight: normal;

	font-size: 14px;

	line-height: 34px;

	text-align: left;

	text-decoration: none;

	text-transform: none;

	text-shadow: none;

	letter-spacing: 0px;

	margin: 0px 0px 0px 0px;

	padding: 0px 12px 0px 12px;

	border-top: 1px solid rgba(255, 255, 255, .08);

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.menu li, .menu li li, .menu li li li {

	background: none;

	margin: 0px;

	padding: 0px;

	}

.menu li:hover, .menu li.sfHover {

	margin: 0px;

	padding: 0px;

	}

.menu a:focus, .menu a:hover, .menu a:active {

	color: #FFFFFF;

	outline: 0;

	}

.menu li li:hover, .menu li li.sfHover {

	margin: 0px;

	padding: 0px;

	}

.menu li li a:focus, .menu li li a:hover, .menu li li a:active {

	background:	rgba(0, 0, 0, .9);

	color: #FFFFFF;

	outline: 0;

	}

	

/*** ARROWS **/

.menu a.sf-with-ul {

	padding-right: 20px;

	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */

	}

.sf-sub-indicator {

	position: absolute;

	display: block;

	right: 6px;

	top: 15px; /* 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: 25px;

	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: 11px;

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

	}

	

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

*	6.	Slideshow Gallery      					*

************************************************/
#slideshow {

	display: block;

	background: rgba(0, 0, 0, .4);

	list-style: none;

	margin-top: 10px;

	margin-bottom: 20px;

	padding: 9px;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#slideshow ul, #slideshow li, #slideshow ol {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

#slideshow iframe, 

#slideshow embed, 

#slideshow object {

	display: block;

	max-width: 100%;

	max-height: 480px;

	text-align: center;

	margin: 0px auto 0px;

	padding: 0px;

	position: relative;

	z-index: 8;

	}

.flexslider {

	width: 100%; 

	margin: 0; 

	padding: 0;

	}

.flexslider .slides > li {

	display: none; 

	-webkit-backface-visibility: hidden;

	}

.flexslider .slides img {

	display: block;

	max-width: 100%; 

	margin: 0px;

	}

.flex-pauseplay span {

	text-transform: capitalize;

	}
/* Clearfix for the .slides element */

.slides:after {

	content: "."; 

	display: block; 

	clear: both; 

	visibility: hidden; 

	line-height: 0; 

	height: 0;

	}

html[xmlns] .slides {

	display: block;

	}

* html .slides {

	height: 1%;

	}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {

	display: block;

	}
.flexslider {

	position: relative; 

	zoom: 1;

	}

.flexslider .slides {

	zoom: 1;

	}

.flexslider .slides > li {

	position: relative;

	}

.flex-container {

	zoom: 1; 

	position: relative;

	}
/* Caption style */

.flex-caption {

	background: none; 

	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 

	zoom: 1;

	}

.flex-caption {

	width: 96%; 

	padding: 2%; 

	margin: 0; 

	position: absolute; 

	left: 0; 

	bottom: 0; 

	background: rgba(0,0,0,.3); 

	color: #fff; 

	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 

	font-size: 14px; 

	line-height: 18px;

	}
/* Direction Nav */

.flex-direction-nav { 

	height: 0; 

	}

.flex-direction-nav li a {

	display: block;  

	position: absolute;

	width: 30px; 

	height: 30px; 

	margin: -15px 0 0; 

	top: 50%; 

	cursor: pointer; 

	text-indent: -999em;

	opacity: .8; 

	filter: alpha(opacity=80);

	z-index: 9;

	border-radius: 15px;

	-moz-border-radius: 15px;

	-khtml-border-radius: 15px;

	-webkit-border-radius: 15px;

	}

.flex-direction-nav li .flex-next {

	background: #000000 url(images/next_btn.png) no-repeat;

	background-position: 0px;

	left: 100%;

	margin-left: -40px;

	}

.flex-direction-nav li .flex-prev {

	background: #000000 url(images/prev_btn.png) no-repeat;

	left: 10px;

	}

.flex-direction-nav li .flex-prev:hover {

	background-position: -30px 0px;

	}

.flex-direction-nav li .flex-prev:hover, 

.flex-direction-nav li .flex-next:hover {

	background-color: #CC0066;

	}

.flex-direction-nav li .flex-next:hover {

	background-position: -30px 0px;

	}

.flex-direction-nav li .disabled {

	opacity: .3; 

	filter: alpha(opacity=30); 

	cursor: default;

	}
/* Control Nav */

.flex-control-nav {

	position: absolute; 

	width: 100%;

	bottom: 10px;

	right: 0px;

	text-align: center;

	line-height: 20px;

	}

.flex-control-nav li {

	display: inline-block;

	margin: 0px; 

	padding: 4px !important;

	zoom: 1; 

	*display: inline;

	}

.flex-control-nav li:first-child {

	margin: 0;

	}

.flex-control-nav li a {

	display: block; 

	background: #999999; 

	width: 6px; 

	height: 6px; 

	line-height: 0;

	cursor: pointer; 

	text-indent: -999em;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.flex-control-nav li a:hover {

	background: #FFFFFF;

	}

.flex-control-nav li a.flex-active {

	background: #FFFFFF; 

	cursor: default;

	}

	

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

*	7.	Homepage 				     		    * 

************************************************/
.seven.columns.home {

	width: 58.5%;

	}

.five.columns.home {

	margin-left: 2.4%;

	}

#homepage {

	margin: 0px;

	}

#homepage .title {

	margin: 0px 0px 0px 0px;

	padding: 8px 0px 0px 0px;

	}

#homepage .article {

	padding-bottom: 0px;

	}

#homepage .article {

	border-top: 1px solid rgba(255, 255, 255, .1);

	border-bottom: 1px solid rgba(0, 0, 0, .8);

	}

#homepage .article:first-child {

	border-top: none;

	}

#homepage .article:first-child .holder.top {

	padding-top: 0;

	}

#homepage .holder {

	padding: 30px 0px 25px 0px;

	}

#homepage .holder.top {

	padding-bottom: 20px;

	}

#homepage .holder.bottom {

	padding-top: 0px;

	}

#homepage .postmeta {

	margin-bottom: 10px;

	}

#homepage .featurevid iframe, 

#homepage .featurevid embed, 

#homepage .featurevid object {

	max-height: 300px;

	}

	

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

*	8.	Content 				     		    * 

************************************************/
.content {

	padding: 30px 0px 20px 20px;

	overflow: hidden;

	}

.content.right {

	padding: 30px 20px 20px 0px;

	}

.content.full {

	padding: 30px 20px 20px 20px;

	}

.content.archive {

	padding: 30px 0px 20px 0px;

	}

.post {

	overflow: hidden;

	}

.postinfo {

	display: inline-block;

	width: 100%;

	color: #666666;

	font-size: 0.9em;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-top: 8px;

	border-top: 1px solid rgba(255, 255, 255, .08);

	}

.postmeta {

	background: rgba(0, 0, 0, .4);

	list-style: none;

	font-size: 0.9em;

	margin: 20px 0px 30px 0px;

	padding: 4px 10px;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.postmeta p {

	float: left;

	width: 50%;

	}

.article iframe, 

.article embed, 

.article object {

	line-height: 0;

	margin-top: 10px;

	margin-bottom: 10px;

	padding: 0px;

	}

.article ol {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 10px 0px;

	}

.article ol li {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 5px 0px;

	}

.article ul {

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 10px 0px 10px 0px;

	}

.article ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}

.article ul li {

    list-style: inside;

    list-style-type: square;

	background: none;

	padding: 0px 0px 0px 20px;

	margin: 0px 0px 5px 0px;

	}

.article ul ul li {

	background: none;

	padding: 0px 0px 0px 20px;

	margin: 5px 0px 5px 0px;

	}

.datebox {

	float: left;

	display: inline-block;

	color: #999999;

	font-size: 0.8em;

	font-weight: normal;

	text-align: center;

	margin: 4px 12px 0px 0px;

	padding: 0px;

	border: 1px solid rgba(0, 0, 0, .8);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1);

	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1);

	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1);

	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.80)));

	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');

	}

.month {

	float: left;

	padding: 2px 8px;

	border-right: 1px solid rgba(255, 255, 255, .1);

	border-radius: 3px 0px 0px 3px;

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

	-khtml-border-radius: 3px 0px 0px 3px;

	-webkit-border-radius: 3px 0px 0px 3px;

	}

.year {

	float: left;

	padding: 2px 8px;

	border-left: 1px solid rgba(0, 0, 0, .8);

	border-radius: 0px 3px 3px 0px;

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

	-khtml-border-radius: 0px 3px 3px 0px;

	-webkit-border-radius: 0px 3px 3px 0px;

	}

.text-date {

	float: left;

	}

.comment-count {

	float: right;

	}

.commentbox {

	float: right;

	display: inline-block;

	font-size: 0.7em;

	font-weight: normal;

	text-align: center;

	margin: 0px 0px 20px 12px;

	padding: 0px;

	}

.commenticon {

	color: #FFFFFF;

	background: #CC0066;

	line-height: 1;

	padding: 4px 8px;

	}

.text-left { 

	text-align: left; 

	}

.text-right { 

	text-align: right; 

	}

.text-center { 

	text-align: center; 

	}

.sticky {

	}

.half {

	float: left;

	width: 48%;

	}

.half.first {

	margin-right: 4%;

	}

	

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

*	9.	Buttons								    *

************************************************/
.more-link, .btn, .more, #searchsubmit, .reply a, .wooshop a.button,

#submit, #comments #respond input#submit, .container .gform_footer input.button, 

.wooshop #respond input#submit {

	display: inline-block;
/* Greg Modif de #252525 vers #B80000 */
	background: #A30000;

	color: #666666 !important;

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

	font-size: 0.9em;

	font-weight: bold;

	line-height: 2;

	text-shadow: 1px 1px #000000;

	text-decoration: none;

	margin: 4px 0px;/* Greg modif passé de 12 à 8 */

	padding: 4px 8px;

	cursor: pointer;

	border: 1px solid rgba(0, 0, 0, .8);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1);

	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1);

	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .1);

	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.80)));

	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');

	}

.more-link:hover, .btn:hover, .more:hover, #searchsubmit:hover, .reply a:hover, .wooshop a.button:hover,

#submit:hover, #comments #respond input#submit:hover, .container .gform_footer input.button:hover, 

.wooshop #respond input#submit:hover {

	color: #FFFFFF !important;/* modif Greg */

	background-color: #FF3300;

	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .4);

	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .4);

	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .4);

	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.80)));

	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');

	}

#submit, #searchsubmit {

	transition: background .25s, color .25s;

	-moz-transition: background .25s, color .25s;

	-webkit-transition: background .25s, color .25s;

	-o-transition: background .25s, color .25s;

	}

	

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

*	10. Tour Page 								*

************************************************/
table.tour-table {

	width: 100%;

	margin: 20px 0px 20px 0px;

	padding: 0px;

	border-spacing: 1px;

	border-collapse: separate;

	}

table.tour-table th {

	background: rgba(0, 0, 0, .4);

	padding: 8px 10px;

	margin: 0px;

	text-align: left;

	border-bottom: 1px solid rgba(0, 0, 0, .8);

	}

table.tour-table td {

	padding: 5px 10px;

	margin: 0px;

	border-top: 1px solid rgba(255, 255, 255, .1);

	border-bottom: 1px solid rgba(0, 0, 0, .8);

	}

table.tour-table tr:last-child td {

	border-bottom: none;

	}

table.tour-table tr.even {

	background: rgba(0, 0, 0, .2);

	}

.ot_tour_widget table {

	margin: 10px 0px 0px 0px;

	}

.ot_tour_widget table th {

	color: #FFFFFF;

	font-size: 1em;

	font-weight: bold;

	padding: 6px;

	}

.ot_tour_widget table td {

	font-size: 0.8em;

	padding: 4px;

	}
/************************************************

*	11.	Album and Discography				    *

************************************************/
.featureimg.album {

	float: left;

	max-width: 220px;

	margin-right: 20px;

	margin-bottom: 20px;

	}

.album .album-cover,

.album .track .duration,

.album .track .rating,

.album .track .buy {

	display: none !important;

	}

.album .track .title {

	width: auto !important;

	}

.album .music-player.album .player-controls .main {

	width: 12%;

	}

.album .music-player.album .player-controls .progress-wrapper {

	width: 82%;

	}

.album .release {

	font-size: 0.9em;

	margin-top: -4px;

	padding-bottom: 4px;

	}

.album .release span {

	color: #666666;

	}

.album .btn.purchase {

	margin-top: 10px;

	}

#discography {

	padding: 20px 0px;

	}

.discography.first {

	margin-left: 0px;

	clear: both;

	}

.article.discography {

	margin-top: 20px;

	margin-bottom: 20px;

	}

.article.discography .featureimg {

	margin-bottom: 0px;

	}

.article.discography h2 {

	font-size: 1.2em;

	font-weight: normal;

	line-height: 1.4;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 0px 0px;

	}

.article.discography p {

	font-size: 0.9em;

	padding: 2px 0px;

	}
/************************************************

*	12.	Archives							    *

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

	

.article.archive {

	padding-bottom: 20px;

	padding-top: 20px;

	border-top: 1px solid #333333;

	border-bottom: 1px solid #000000;

	}

.article.archive:first-child {

	border-top: none;

	padding-top: 0px;

	}

.article.archive .featurevid iframe, 

.article.archive .featurevid embed, 

.article.archive .featurevid object {

	max-height: 200px;

	}

.article.blog {

	margin-bottom: 40px;

	}

	

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

*	13.	WordPress Gallery					    *

************************************************/
.gallery {

	margin: auto;

	padding: 0px;

	}

.gallery-item {

	margin: 5px 0px;

	}

.gallery-caption {

	font-size: 0.8em;

	line-height: 20px;

	padding: 0px 8px;

	}

.gallery img {

	background: rgba(0, 0, 0, .4);

	padding: 5px;

	border: 1px solid rgba(255, 255, 255, .08) !important;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	}

.gallery img:hover {

	background: rgba(0, 0, 0, .8);

	padding: 6px;

	border: none !important;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}
/************************************************

*	14.	Images and Video  			     	    * 

************************************************/
.featureimg, .featurevid {

	display: block;

	background: rgba(0, 0, 0, .4);

	text-align: center;

	line-height: 0;

	max-width: 100%;

	margin-bottom: 10px;

	padding: 9px;

	border: 1px solid rgba(255, 255, 255, .08);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	}

.featureimg.page {

	margin-bottom: 20px;

	}

.featurevid iframe, 

.featurevid embed, 

.featurevid object {

	display: block;

	width: 100%;

	max-height: 340px;

	line-height: 0;

	margin: 0px;

	padding: 0px;

	position: relative;

	z-index: 8;

	}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	padding: 0px;

	}

img.alignnone {

	padding: 0px;

	margin: 10px 0px 10px 0px;

	display: inline;

	}

img.alignright {

	padding: 0px;

	margin: 10px 0px 10px 20px;

	display: inline;

	}

img.alignleft {

	padding: 0px;

	margin: 10px 20px 10px 0px;

	display: inline;

	}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	}

.alignright {

	float: right;

	margin: 10px 0px 10px 20px;

	}

.alignleft {

	float: left;

	margin: 10px 20px 10px 0px;

	}

.wp-caption {

	background: rgba(0, 0, 0, .4);

	width: auto !important;

	text-align: center;

	margin-bottom: 10px;

	padding: 8px;

	border: 1px solid rgba(255, 255, 255, .08);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	}

.wp-caption img {

	margin: 0px;

	padding: 0px;

	border: none;

	}

.wp-caption p.wp-caption-text {

	margin: 0px;

	padding: 0px 6px 4px 6px;

	font-size: 0.8em;

	line-height: 20px;

	}

.avatar {

	background: rgba(0, 0, 0, .6);

	margin: 10px 10px 10px 0px;

	padding: 5px;

	border: none;

	}

	

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

*	15.	Social Media   							*

************************************************/
.social {

	float: right;

	display: block;

	width: 50%;

	margin: 10px 0px 10px;

	padding: 0px;

	overflow: hidden;

	}

.social.full {

	float: left;

	width: 100%;

	}

.social iframe {

	margin: 0px !important;

	}

.tweet_btn, .like_btn, .plus_btn {

	float: right;

	display: block;

	line-height: 0;

	max-width: 92px;

	margin-left: 5px;

	padding: 0px;

	}

.plus_btn {

	max-width: 76px !important;

	}

.social.full .tweet_btn, .social.full .like_btn, .social.full .plus_btn {

	float: left;

	}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {

	display: none !important;

	}

.social_icons {

	float: left;

	margin: 15px 0px;

	padding: 0px;

	}

.social_icons a {

	display: inline-block;

	width: 30px;

	height: 30px;

	text-indent: -9999px;

	margin: 0px 2px;

	overflow: hidden;

	opacity: 0.6;

	border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	-webkit-border-radius: 50%;

	}

.social_icons a:hover {

	opacity: 1;

	}

.social_icons a.lastfm_icon {

	background: rgba(0, 0, 0, .8) url(images/lastfm.png) no-repeat;

	}

.social_icons a.lastfm_icon:hover {

	background-color: #cc0000;

	}

.social_icons a.myspace_icon {

	background: rgba(0, 0, 0, .8) url(images/myspace.png) no-repeat;

	}

.social_icons a.myspace_icon:hover {

	background-color: #0099cc;

	}

.social_icons a.facebook_icon {

	background: rgba(0, 0, 0, .8) url(images/facebook.png) no-repeat;

	}

.social_icons a.facebook_icon:hover {

	background-color: #336699;

	}

.social_icons a.twitter_icon {

	background: rgba(0, 0, 0, .8) url(images/twitter.png) no-repeat;

	}

.social_icons a.twitter_icon:hover {

	background-color: #33ccff;

	}

.social_icons a.pinterest_icon {

	background: rgba(0, 0, 0, .8) url(images/pinterest.png) no-repeat;

	}

.social_icons a.pinterest_icon:hover {

	background-color: #cc3333;

	}

	

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

*	16.	Numbered Pagination 			     	* 

************************************************/
.pagination {

	float: left;

	display: block;

	width: 100%;

	text-align: center;

	margin: 0px;

	padding: 0px;

	}

.number-paginate {

	padding: 30px 0px 10px 0px;

	border-top: 1px solid rgba(255, 255, 255, .1);

	}

.number-paginate a {

	display: inline-block;

	background: rgba(0, 0, 0, .4);  

	color: #999999; 

	height: 24px;

	line-height: 24px;

	margin-right: 4px; 

	padding: 0px 8px;

	font-weight: normal;

	text-align: center; 

	text-decoration: none;

	border: 1px solid rgba(255, 255, 255, .08);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	}

.number-paginate a:hover, 

.number-paginate a:active {

	background: rgba(0, 0, 0, .4); 

	color: #FFFFFF !important;

	padding: 1px 9px;

	border: none;

	}

.number-paginate .number-title {

	color: #555555; 

	margin-right: 4px;

	}

.number-paginate .number-gap {

	color: #999999; 

	margin-right: 4px;

	}

.number-paginate .number-current {

	display: inline-block;

	background: #333333; 

	color: #FFFFFF !important; 

	height: 24px;

	line-height: 24px;

	font-weight: bold;

	text-align: center; 

	margin-right: 4px; 

	padding: 0px 8px;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.number-paginate .number-page {

	}

.number-paginate .number-prev {

	}

.number-paginate .number-next {

	}

#prevLink {

	float: left;

	padding: 0px;

	margin: 0px;

	}

#nextLink {

	float: right;

	padding: 0px;

	margin: 0px;

	}

	

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

*	17.	Sidebar 	        			     	* 

************************************************/
.sidebar.right, 

.sidebar.left {

	display: inline-block;

	margin: 0px;

	}

.sidebar.right {

	padding: 30px 20px 20px 0px;

	}

.sidebar.left {

	padding: 30px 0px 20px 20px;

	}

	

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

*	18.	Sidebar Widgets							*

************************************************/
.sidebar .widget {

	float: right;

	display: inline-block;

	background: rgba(0, 0, 0, .4);

	width: 89.5%;

	list-style: none;

	margin-bottom: 20px;

	padding: 5%;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

    border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.sidebar .widget:last-child {

	margin-bottom: 0px;

	}

.sidebar .widget h4 {

	margin: -4px 0px 4px 0px;

	padding: 0px 0px 4px 0px;

	}

.sidebar .widget li {

	list-style-type: none;

	}

.sidebar .widget ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

.sidebar .widget ul ul {

	margin: 0px 0px 0px 0px;

	padding-left: 5px;

	}

.sidebar .widget li {

	display: inline;

	background: none;

	margin: 0px;

	padding: 0px;

	overflow: hidden;

	}

.sidebar .widget li a {

	display: block;

	text-decoration: none;

	font-size: 0.9em;

	line-height: 1.8;

	margin: 0px 0px 0px 0px;

	padding: 6px 0px 6px 0px;

	border-top: 1px solid rgba(255, 255, 255, .06);

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.sidebar .widget li:first-child a {

	border-top: none;

	}

.sidebar .widget li li:first-child a {

	border-top: 1px solid #252525;

	}

.sidebar .widget li:last-child a {

	border-bottom: none;

	padding-bottom: none;

	}

.sidebar .widget li li:last-child a {

	border-bottom: 1px solid #050505;

	}

.sidebar .widget li a:hover {

	display: block;

	color: #CC0066;

	text-decoration: none;

	}

.tagcloud {

	margin: 0px;

	}

	

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

*	19.	Text Widget 	        		     	* 

************************************************/
.textwidget {

	margin: 0px;

	}

.textwidget p {

	padding: 6px 0px 6px 0px;

	}

.sidebar .textwidget a {

	color: #CC0066;

	background: none;

	padding: 0px;

	text-decoration: none;

	}

.sidebar .textwidget a:hover {

	text-decoration: underline;

	}

	

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

*	20.	Recent Comments Widget 	             	* 

************************************************/
#recentcomments li {

	display: block;

	line-height: 1.6;

	padding: 6px 0px;

	border-top: 1px solid rgba(255, 255, 255, .06);

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

#recentcomments li a {

	border-top: none;

	border-bottom: none;

	}

#recentcomments li:first-child {

	border-top: none;

	}

#recentcomments li:last-child {

	border-bottom: none;

	}

	

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

*	21.	Music Player Widget						*

************************************************/
.widget.ot_player_widget .music-player {

	padding-top: 6px;

	padding-bottom: 0px;

	}

.widget.ot_player_widget .player-controls {

	width: 99%;

	margin-top: 20px;

	margin-left: 0px;

	}

.three.columns .widget.ot_player_widget .player-controls {

	margin-top: 10px;

	}

.widget.ot_player_widget .player-controls .main {

	width: 31%;

	}

.widget.ot_player_widget .player-controls .progress-wrapper {

	width: 57%;

	}

.three.columns .widget.ot_player_widget .player-controls .main {

	width: 36%;

	}

.three.columns .widget.ot_player_widget .player-controls .progress-wrapper {

	width: 52%;

	}

.widget.ot_player_widget .rating,

.widget.ot_player_widget .track .rating,

.widget.ot_player_widget .track .buy,

.widget.ot_player_widget .track .duration { 

	display: none !important;

	}

.widget.ot_player_widget .tracklist {

	background: none;

	margin-top: 12px;

	padding: 0px;

	border: none;

	box-shadow: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	}

.widget.ot_player_widget .tracklist li {

	float: left;

	width: 100%;

	list-style: none;

	padding: 0px;

	border-top: none;

	border-bottom: none;

	}

.widget.ot_player_widget .tracklist .track .title {

	display: block;

	width: auto;

	text-decoration: none;

	font-size: 1em;

	line-height: 1.8;

	margin: 0px 0px 0px 0px;

	padding: 6px 0px 6px 0px;

	border-top: 1px solid rgba(255, 255, 255, .06);

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.widget.ot_player_widget .tracklist li.track:first-child .title {

	border-top: none;

	}

.widget.ot_player_widget .tracklist li.track:last-child .title {

	border-bottom: none;

	}

	

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

*	22.	Custom Menu Widget						*

************************************************/
.widget ul.menu {

	float: none;

	background: none;

	width: 100%;

	}

.sidebar ul.menu .current_page_item a, 

.sidebar ul.menu .current-menu-item a {

	background: none;

	color: #CC0066;

	border-right: none;

	}

.sidebar ul.menu li a,

.sidebar ul.menu li li a {

	background: none;

	color: #CCCCCC;

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

	font-weight: normal;

	font-size: 1em;

	line-height: 22px;

	text-transform: none;

	letter-spacing: 0px;

	border-right: none;

	}

.sidebar ul.menu li a:hover,

.sidebar ul.menu li li a:hover {

	background: none;

	color: #CC0066;

	} 

.widget ul.menu li {

	float: none;

	display: block;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	width: auto;

	}

.widget ul.menu li span {

	top: 12px;

	}

.widget ul.menu li ul.sub-menu {

	width: auto;

	top: 0;

	margin: 0px 0px 0px 0px;

	position: relative;

	z-index: 9;

	}

.widget ul.menu li ul.sub-menu span {

	display: none;

	}

.sidebar ul.menu li ul.sub-menu li a {

	background: none;

	width: 100%;

	margin: 0px;

	}

.widget ul.menu li ul.sub-menu li ul.sub-menu li {

	display: none;

	}

	

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

*	23.	Calendar Widget							*

************************************************/
#calendar_wrap {

	margin: 0px auto 0px;

	padding: 0px;

	}

#wp-calendar {

	width: 100%;

	text-align: center;

	}

#wp-calendar a {

	margin: 0px !important;

	}

#wp-calendar caption {

	font-size: 16px;

	font-weight: bold;

	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;

	}

	

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

*	24.	Search Form								*

************************************************/
#searchform {

	margin-top: 6px;

	padding: 0px;

	overflow: hidden;

	}

#searchform label {

	display: none;

	}

#s {

	float: left;

	background: #FFFFFF url(images/search_icon.png) no-repeat left center;

	color: #999999;

	width: 60%;

	height: 36px;

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

	font-size: 12px;

	line-height: 36px;

	text-indent: 28px;

	margin: 0px 0px 0px 0px;

	padding: 0px 2% 0px 11%;

	border: none;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	}

#searchsubmit {

	float: right;

	width: 24%;

	height: 36px;

	line-height: 1;

	margin: 0px;

	}

.three.columns #s {

	width: 90%;

	}

.three.columns #searchsubmit {

	float: left;

	width: 40%;

	margin-top: 10px;

	margin-left: 0px;

	}

	

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

*	25.	Footer  								*

************************************************/
.footer {

	background: rgba(0, 0, 0, .2);

	height: 60px;

	color: #666666;

	margin: 0px auto 0px;

	padding: 10px 60px;

	}

.footer p {

	font-size: 11px;

	line-height: 20px;

	margin: 0px;

	padding: 0px;

	}

.footer a {

	color: #999999;

	}

.footer a:hover {

	color: #FFFFFF;

	}

.footerleft {

	float: left;

	display: block;

	margin: 12px 0px 0px 0px;

	}

.footerright {

	float: right;

	display: block;

	margin: 0px 0px 0px 0px;

	}

.footerright .leaf {

	float: right;

	margin-top: 18px;

	margin-left: 12px;

	}

	

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

*	26.	Comments								*

************************************************/
#author, #email, #url {

	float: left;

	background: #FFFFFF;

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

	margin: 4px 20px 4px 0px;

	padding: 6px;

	border: none;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	}

#comment {

	background: #FFFFFF;

	width: 97%;

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

	margin: 6px 0px;

	padding: 6px;

	border: none;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	}

#comments {

	margin: 0px;

	padding: 0px;

	}

.commentlist {

	width: 100%;

	list-style: none;

	margin: 0px;

	padding: 0px;

	overflow: hidden;

	}

.commentlist ul, .commentlist ol {

	list-style: none;

	margin: 0px;

	padding: 0px;

	}

.commentlist li {

	margin-top: 20px;

	padding: 0px;

	clear: both;

	}

.commentlist li li {

	padding-left: 20px;

	}

.comment .comment-content {

	display: block;

	background: rgba(0, 0, 0, .4);

	width: 77%;

	padding: 12px 2%;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.bypostauthor .comment-content {

	background: rgba(0, 0, 0, .55);

	}

.comment-meta {

	float: left;

	display: inline-block;

	width: 16%;

	margin-right: 2%;

	padding: 0px;

	}

.comment-author {

	font-size: 0.7em;

	line-height: 20px;

	text-align: center;

	margin-bottom: 10px;

	}

.comment .avatar {

	display: block;

	background: rgba(0, 0, 0, .6);

	margin: 0px auto 10px;

	padding: 0px;

	border: none;

	border-radius: 50%;

	-moz-border-radius: 50%;

	-khtml-border-radius: 50%;

	-webkit-border-radius: 50%;

	}

.comment-edit-link {

	float: right;

	display: inline-block;

	font-size: 0.8em;

	line-height: 1;

	margin-top: 30px;

	margin-right: 5px;

	padding: 0px;

	}

.comment-awaiting-moderation {

	font-weight: bold;

	}

.reply a {

	float: left;

	display: inline-block;

	text-decoration: none;

	margin-top: 6px;

	margin-bottom: 0px;

	}

#respond {

	width: 100%;

	margin: 20px 0px 0px 0px;

	overflow: hidden;

	}

.comment #respond {

	background: rgba(0, 0, 0, .4);

	width: auto;

	margin-bottom: 40px;

	padding: 20px;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.logged-in-as {

	font-size: 0.8em;

	margin-top: -12px;

	}

#cancel-comment-reply-link {

	display: block;

	font-size: 0.9em;

	margin: 6px 0px;

	}

#comments #respond input#submit {

	float: left;

	display: block;

	margin: 0px;

	padding: 8px 20px;

	}

.nocomments {

	display: none;

	}

.form-allowed-tags {

	display: none;

	}

	

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

*	27.	Music Player Full						*

************************************************/
.music-player {

	display: block;

	width: 100%;

	padding-bottom: 20px;

	overflow: hidden;

	}

.music-player.album {

	margin-top: 20px;

	border-bottom: none;

	}

.music-player.album .tracklist {

	margin-top: 10px;

	}

.music-player .description,

.music-player.album .track-info,

.music-player.album .tracklist .rating,

.music-player.album .tracklist a.buy {

	display: none;

	}

.music-player.album .jp-interface {

	height: auto;

	}

.music-player.album .player-controls {

	float: left;

	width: 100%;

	margin: 0px 0px 10px 0px;

	border: none;

	}

.music-player.album .player-controls .main {

	width: 20%;

	margin: 9px 2%;

	}

.music-player.album .player-controls .progress-wrapper {

	width: 74%;

	margin-right: 2%;

	}

.ttw-music-player {

	float: left;

    width: 100%;

    margin: 0px auto;

	}

.ttw-music-player .player {

    width: 100%;

	}
/** Album Cover **/

.ttw-music-player .album-cover {

	float: left;

    position: relative;

    background: #333333 url(player/images/album-cover-bg.jpg) no-repeat center scroll;

    box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);

    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);

    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);

	}

.ttw-music-player .album-cover .img {

    box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);

    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);

    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);

    background-position:center center;

    background-repeat:no-repeat;

    background-color:transparent;

	}

.ttw-music-player .album-cover .highlight {

    background: transparent url(player/images/album-cover-highlight.png) no-repeat 0 0 scroll;

    opacity: 1;

	}

.ttw-music-player .album-cover:hover .highlight {

    opacity: 1;

	}

.ttw-music-player .album-cover,

.ttw-music-player .album-cover .img,

.ttw-music-player .album-cover .highlight {

	display: inline-block;

    width: 32%;

	}

.ttw-music-player .album-cover img,

.ttw-music-player .album-cover .img,

.ttw-music-player .album-cover .highlight {

    float: left;

    height: auto;

    width: 100%;

	}
/** Track Info **/

.ttw-music-player .track-info {

	float: right;

	display: inline-block;

    width: 60%;

    margin: 0 0 0 8%;

    font-size: 12px;

	}

.ttw-music-player .track-info p {

    padding: 0;

	}

.ttw-music-player .player .title {

    color: #efefef;

    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);

    font-weight: bold;

    font-size: 14px;

    line-height: 1.3;

    margin-bottom: 12px;

	}

.ttw-music-player .artist-outer {

    color: #727272;

    font-style: italic;

    line-height: 1.4;

    margin-bottom: 10px;

	}

.ttw-music-player .artist {

    color: #999;

    margin-left: 2px;

	}

.ttw-music-player .rating {

    width: 75px;

    height: 16px;

	}

.ttw-music-player .rating-star {

    width: 15px;

    height: 16px;

    display: block;

    float: left;

    background: transparent url(player/images/rating-off.png) no-repeat center center scroll;

    cursor: pointer;

	}

.ttw-music-player .rating-star:hover,

.ttw-music-player .rating-star.on,

.ttw-music-player .rating-star.hover {

    background: transparent url(player/images/rating-on.png) no-repeat center center scroll;

	}
/** Player **/

.ttw-music-player .player-controls {

	float: right;

	background: rgba(0, 0, 0, .4);

    width: 59%;

    height: 30px;

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    margin: 12px 0 0 8%;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	}

.ttw-music-player .player-controls .main {

    width: 36%;

    height: 12px;

    margin: 9px 4%;

    float: left;

	}

.ttw-music-player .player-controls div {

    float: left;

    cursor: pointer;

	}

.ttw-music-player .previous, .ttw-music-player .next {

    height: 10px;

    width: 15px;

    margin: 1px 0;

	}

.ttw-music-player .play, .ttw-music-player .pause {

    width: 8px;

    height: 12px;

    margin: 0px 8px;

	}

.ttw-music-player .previous {

    background: transparent url(player/images/player-previous.png) no-repeat center center scroll;

	}

.ttw-music-player .next {

    background: transparent url(player/images/player-next.png) no-repeat center center scroll;

	}

.ttw-music-player .play {

    background: transparent url(player/images/player-play.png) no-repeat center center scroll;

	}

.ttw-music-player .pause {

    background: transparent url(player/images/player-pause.png) no-repeat center center scroll;

	}

.ttw-music-player .progress-wrapper {

	float: right !important;

	background: transparent url(player/images/player-progress.png) repeat-x 0 0 scroll;

    height: 9px;

    width: 52%;

    overflow: hidden;

    cursor: pointer;

    margin: 11px 4% 10px 0;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

	}

.ttw-music-player .progress {

	height: 9px;

	width: 100% !important;

	cursor: pointer;

	}

.ttw-music-player .elapsed {

    height: 6px;

    width: 60%;

    margin: 1px;

    background: transparent url(player/images/player-elapsed.png) repeat-x 0 0 scroll;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

	}

.ttw-music-player .unused-controls {

    display: none !important;

	}
/** Description **/

.ttw-music-player .description {

    clear: both;

    margin: 30px 0 0 0;

    font-size: 12px;

    color: #999;

    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);

	}

.ttw-music-player .description.showing {

    margin:30px 0;

	}
/** Track List **/

.ttw-music-player .tracklist {

	background: rgba(0, 0, 0, .4);

	color: #999999;

	font-size: 12px;

	margin-top: 20px;

    padding: 10px;

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	}

.ttw-music-player .tracklist ol {

    margin: 0;

    padding: 0;

    overflow:hidden;

	}

.ttw-music-player .tracklist li {

    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);

    padding: 12px 0px 12px 4px;

    list-style: decimal inside;

    line-height: 1;

    position: relative;

    border-top: 1px solid rgba(255, 255, 255, .06);

    border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.ttw-music-player .tracklist li:hover {

    color: #FFFFFF;

	}

.ttw-music-player li:first-child	{

    border-top: none;

	}

.ttw-music-player li:last-child	{

    border-bottom: none;

	}

.ttw-music-player .show-more-button li:last-child {

    background: transparent url(player/images/tracklist-item-bg.png) repeat-x bottom left scroll;

	}

.ttw-music-player .tracklist .title {

    width: 164px;

    display: inline-block;

    padding: 0 0 0 10px;

    cursor: pointer;

	}

.ttw-music-player li:nth-child(1n + 10) .title {

    padding-left:7px;

	}

.ttw-music-player li.playing {

    color:#fff !important;

	}

.ttw-music-player .tracklist .rating {

    margin-left: 10px;

    width: 30px;

    display: none;

    position: absolute;

    height: 10px;

    right: 72px;

    top: 14px;

	}

.ttw-music-player .rating-bar {

    height: 10px;

    width: 3px;

    display: block;

    float: left;

    cursor: pointer;

    background: transparent url(player/images/rating-bar.png) no-repeat 0 0 scroll;

	}

.ttw-music-player .rating-bar.on,

.ttw-music-player .rating-bar:hover,

.ttw-music-player .rating-bar.hover {

    background: transparent url(player/images/rating-bar-on.png) no-repeat 0 0 scroll;

	}

.ttw-music-player .buy {

    width: 62px;

    height: 16px;

    display: inline-block;

    position: absolute;

    top: 10px;

    right: 0;

    border-radius: 8px;

    -moz-border-radius: 8px;

    -webkit-border-radius: 8px;

    background: transparent url(player/images/buy-bg.png) repeat 0 0 scroll;

    margin: 0 0 0 10px;

    font-size: 10px;

    text-align: center;

    line-height: 16px;

    text-shadow: none;

    color: #999;

    text-decoration: none;

	}

.ttw-music-player .buy:hover {

    color: #eee;

	}

.ttw-music-player .buy.not-active {

    display:none;

	}

.ttw-music-player .more {

    display: none;

    font-size: 1em;

    padding: 8px 0;

    margin: 10px 0 0 0;

	}

.ttw-music-player .more:hover {

	}

.ttw-music-player .show-more-button .more {

    display:block;

    text-align: center;

	}
/** Transitions **/

.ttw-music-player .more,

.ttw-music-player .album-cover .highlight,

.ttw-music-player .tracklist li,

.ttw-music-player .buy {

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

	}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.ttw-music-player .player:after {

    clear: both;

    content: ' ';

    display: block;

    font-size: 0;

    line-height: 0;

    visibility: hidden;

    width: 0;

    height: 0;

	}

	

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

*	28.	WooCommerce								*

************************************************/
/* Shop Page */

.wooshop .woocommerce_message, 

.wooshop.woocommerce_error, 

.wooshop .woocommerce_info {

	background: #F9F9F9;

	text-shadow: none;

	padding: 0.55em 1em 0.55em 3em;

	}

.wooshop #respond input#submit {

	padding: 8px 12px !important;

	}

.wooshop #reviews #comments ol.commentlist li img {

	width: 40px;

	padding: 0px;

	border: none;

	}

.wooshop #reviews #comments ol.commentlist li .comment-text {

	display: block;

	background: rgba(0, 0, 0, .4);

	padding: 12px 2%;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.wooshop #reviews #comments ol.commentlist li .comment-text p {

	margin: 0px;

	}

.wooshop .page-title {

	margin-bottom: 16px;

	}

.wooshop #rating {

	margin-left: 10px;

	}

	

/* Checkout Page */

.content table.shop_table {

	background: rgba(0, 0, 0, .4);

	padding: 12px 2%;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .08);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

.content table.shop_table td,

.content table.shop_table th {

	border-top: 1px solid rgba(255, 255, 255, .06);

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.content .checkout h3 {

	font-size: 1.2em;

	line-height: 1;

	margin-bottom: 12px;

	}

.content .checkout #shiptobilling {

	line-height: 2;

	}

.woocommerce-checkout .form-row .chzn-container-single .chzn-single {

	color: #666666;

	text-shadow: none;

	border: none;

	}

.chzn-container .chzn-results li {

	text-shadow: none;

	}

form .form-row input.input-text, form .form-row textarea {

	padding: 6px;

	border: none;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	}

#payment ul.payment_methods li {

	text-shadow: none;

	list-style: none;

	padding-left: 0px;

	}

.content table.cart a.remove, #content table.cart a.remove {

	background-color: #333333;

	}

.cart-collaterals .cart_totals table {

	width: 100%;

	}

	

/* Shopping Cart Widget */

.sidebar .widget_shopping_cart li {

	display: block;

	line-height: 1.6;

	padding: 6px 0px;

	border-top: 1px solid rgba(255, 255, 255, .06);

	border-bottom: 1px solid rgba(0, 0, 0, .9);

	}

.sidebar .widget_shopping_cart li a {

	border-top: none;

	border-bottom: none;

	}

.sidebar .widget_shopping_cart li:first-child {

	border-top: none;

	}

.sidebar .widget_shopping_cart .total {

	border-top: 1px solid rgba(255, 255, 255, .06);

	}

	

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

*	29.	Gravity Forms Styling					*

************************************************/
.container .gform_wrapper { 

	overflow: hidden; 

	margin-bottom: 10px;  

	max-width: 980px;

	}

.container .gform_wrapper textarea,

.container .gform_wrapper input,

.container .gform_wrapper select { 

 	background: #F9F9F9;

	border: none;

	color: #999999;

	font-size: 14px;

	font-style: normal;

	letter-spacing: normal;

	outline-style: none;

	padding: 8px 5px;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .4);

	}

.container .gform_wrapper input:hover,

.container .gform_wrapper input.button:hover, 

.container .gform_wrapper textarea:hover,

.container .gform_wrapper select:hover {

	background: #FCFCFC;

	color: #333333;

	}

.container .gform_wrapper h1, 

.container .gform_wrapper h2, 

.container .gform_wrapper h3 {

	font-weight: normal; 

	border: none; 

	outline: none; 

	background: none;

	}

.container .gform_wrapper .field_selected { 

	background-color: #FCFCFC;  

	border: 1px solid #DDDDDD !important;

	}

.container .gform_wrapper .ginput_complex label, 

.container .gform_wrapper .gfield_time_hour label, 

.container .gform_wrapper .gfield_time_minute label, 

.container .gform_wrapper .gfield_date_month label, 

.container .gform_wrapper .gfield_date_day label, 

.container .gform_wrapper .gfield_date_year label, 

.container .gform_wrapper .instruction { 

	display: block;  

	margin: 3px 0 8px 0; 

	font-size: 10px;

	}

.container .gform_wrapper .left_label .gfield_label { 

	float: left;  

	margin: 2px 15px 0 0;  

	width: 29%;  

	font-weight: bold;

	}

.container .gform_wrapper .gsection .gfield_label, 

.container .gform_wrapper h2.gsection_title, 

.container .gform_wrapper h3.gform_title { 

	font-weight: bold;  

	font-size: 14px; 

	}

.container .gform_wrapper .description, 

.container .gform_wrapper .gfield_description, 

.container .gform_wrapper .gsection_description,

.container .gform_wrapper .instruction { 

	font-size: 10px; 

	line-height: 150%; 

	clear: both; 

	}

.container .gform_wrapper .gfield_required { 

	color: #790000;  

	margin-left: 4px;

	}

.container .gform_wrapper .gfield_error { 

	background-color: #CC0066 !important;  

	margin-top: 4px !important;  

	margin-bottom: 6px;  

	padding: 6px 6px 4px 6px !important; 

	}

.container .gform_wrapper .gfield_error .gfield_label { 

	color: #333333;

	}

.container .gform_wrapper .validation_error { 

	background: #CC0066;

	color: #FFFFFF; 

	font-weight: normal;  

	font-size: 18px;

	font-style: normal;

	text-align: center;

	line-height: 150%;  

	margin-bottom: 10px;

	width: 94%;

	padding: 20px;

	}

.container .gform_wrapper .validation_message { 

	color: #333333 !important;  

	font-size: 11px;   

	letter-spacing: normal;

	}

.container #gforms_confirmation_message {

	background-color: #F9F9F9; 

	border: 1px solid #DDDDDD; 

	margin-top: 10px; 

	margin-bottom: 10px; 

	padding: 20px 0; 

	font-size: 14px;

	color: #333333; 

	text-align: center;

	}

.container .gform_footer input.button {

	margin-right: 20px;

	*padding: 8px 16px !important;

	padding: 8px 16px !important;

	}

.container .gform_wrapper ul li {

	padding: 0px;

	}

.container img.ui-datepicker-trigger {

	position: relative; 

	top: 10px;

	}
/************************************************

*	30.	Responsive Framework	     		    * 

************************************************/
.container { 

	margin: 0px auto 0px;

	padding: 0px;

	}

.row { 

	width: 100%; 

	max-width: 980px; 

	min-width: 727px; 

	margin: 0 auto; 

	}

.row .row { 

	min-width: 0; 

	}

.column, .columns { 

	margin-left: 4.4%; 

	float: left; 

	min-height: 1px; 

	position: relative; 

	}

.column:first-child, .columns:first-child { 

	margin-left: 0; 

	}

[class*="column"] + [class*="column"]:last-child { 

	float: right; 

	}
.row .one 		{ width: 4.3%; }

.row .two 		{ width: 13%; }

.row .three 	{ width: 21.679%; }

.row .four 		{ width: 30.37%; }

.row .five 		{ width: 39.1%; }

.row .six 		{ width: 47.8%; }

.row .seven 	{ width: 56.5%; }

.row .eight 	{ width: 65.2%; }

.row .nine 		{ width: 73.9%; }

.row .ten 		{ width: 82.6%; }

.row .eleven 	{ width: 91.3%; }

.row .twelve 	{ width: 100%; }
.row .offset-by-one 	{ margin-left: 13.1%; }

.row .offset-by-two 	{ margin-left: 21.8%; }

.row .offset-by-three 	{ margin-left: 30.5%; }

.row .offset-by-four 	{ margin-left: 39.2%; }

.row .offset-by-five 	{ margin-left: 47.9%; }

.row .offset-by-six 	{ margin-left: 56.6%; }

.row .offset-by-seven 	{ margin-left: 65.3%; }

.row .offset-by-eight 	{ margin-left: 74.0%; }

.row .offset-by-nine 	{ margin-left: 82.7%; }

.row .offset-by-ten 	{ margin-left: 91.4%; }
.row .centered { float: none; margin: 0 auto; }
.row .offset-by-one:first-child 	{ margin-left: 8.7%; }

.row .offset-by-two:first-child 	{ margin-left: 17.4%; }

.row .offset-by-three:first-child 	{ margin-left: 26.1%; }

.row .offset-by-four:first-child 	{ margin-left: 34.8%; }

.row .offset-by-five:first-child 	{ margin-left: 43.5%; }

.row .offset-by-six:first-child 	{ margin-left: 52.2%; }

.row .offset-by-seven:first-child 	{ margin-left: 60.9%; }

.row .offset-by-eight:first-child 	{ margin-left: 69.6%; }

.row .offset-by-nine:first-child 	{ margin-left: 78.3%; }

.row .offset-by-ten:first-child 	{ margin-left: 87%; }

.row .offset-by-eleven:first-child 	{ margin-left: 95.7%; }

	

/* Source Ordering */

.push-two 		{ left: 17.4% }

.push-three 	{ left: 26.1%; }

.push-four 		{ left: 34.8%; }

.push-five 		{ left: 43.5%; }

.push-six 		{ left: 52.2%; }

.push-seven 	{ left: 60.9%; }

.push-eight 	{ left: 69.6%; }

.push-nine 		{ left: 78.3%; }

.push-ten 		{ left: 87%; }
.pull-two 		{ right: 17.4% }

.pull-three 	{ right: 26.1%; }

.pull-four 		{ right: 34.8%; }

.pull-five 		{ right: 43.5%; }

.pull-six 		{ right: 52.2%; }

.pull-seven 	{ right: 60.9%; }

.pull-eight 	{ right: 69.6%; }

.pull-nine 		{ right: 78.3%; }

.pull-ten 		{ right: 87%; }

	

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img {max-width: none !important;}

 

/* Nicolas Gallagher's micro clearfix */

.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }

.row:after, .clearfix:after { clear: both; }

.row, .clearfix { zoom: 1; }
.block-grid { display: block; overflow: hidden; }

.block-grid>li { display: block; height: auto; float: left; }
.block-grid.two-up { margin-left: -4% }

.block-grid.two-up>li { margin-left: 4%; width: 46%; }

.block-grid.two-up>li:nth-child(2n+1) {clear: left;} 
.block-grid.three-up { margin-left: -2% }

.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }

.block-grid.three-up>li:nth-child(3n+1) {clear: left;} 
.block-grid.four-up { margin-left: -2% }

.block-grid.four-up>li { margin-left: 2%; width: 23%; }

.block-grid.four-up>li:nth-child(4n+1) {clear: left;} 
.block-grid.five-up { margin-left: -1.5% }

.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }

.block-grid.five-up>li:nth-child(5n+1) {clear: left;}