/***************************************************
				      GENERAL
***************************************************/
pre,code{
	white-space:pre;
	overflow:auto;
}
pre{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
code{
	display:block;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:11px;
	background-color: #333;
	padding: 10px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 17px;
}
body {
	height: 100%;
	font-size: 12px;
	color: #7f7f7f;
	margin: 0px;
	padding: 0px;
	background: #121212 url(../images/rainbow_background.jpg) bottom center repeat-x;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
}

h2{font-size:20px;
	display: block;
	line-height: 22px;
	padding-bottom: 15px;
}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:12px;}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #00a9a0;
}
ul, ol	{
	list-style-position: outside;
	margin-left: 20px;
}
p {
	padding-bottom: 10px;
}
p.italic {
	padding-bottom: 15px;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #7f7f7f;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline:none;
}
.read-more {
	text-align: left;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
	text-decoration: none;
	float: right;
	margin-left: 5px;
}
.imgleft {
	float:left;
	margin-right: 12px;	
}
.imgright {
	float:right;
	margin-left: 12px;
}
.imgborder {
	background-color: #333333;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.divider {
	float: left;
	width: 100%;
	display: block;
	height: 30px;
}
.border-divider {
	width: 100%;
	display: block;
	height: 40px;
	background-image: url(../images/divider-border.gif);
	background-repeat: repeat-x;
	background-position: left 19px;
	float: left;
}
#tooltip{
	position:absolute;
	background-color:#00a9a0;
	padding:5px;
	display:none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 		
	border-radius: 3px;
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#333333'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#333333')"; /* IE8 */		
	color: #FFFFFF;
	margin-top: -20px;
}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#header {
	width: 100%;
}
.header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 90px;
}
#logo {
	float: left;
}
#logo a {
	border: none;
	padding-top: 0px;
	display: block;
}

/***************************************************
				INTRO BLURB
***************************************************/
#intro-holder {
	width: 100%;
	background-color: #333333;
}
.intro {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 29px;
	padding-bottom: 20px;
}
.intro .blurb {
	display: block;
	padding-right: 25px;
	float: left;
	width: 700px;
}
.intro .blurb span {
	font-size: 22px;
	font-weight: bold;
}
.intro .blurb p {
	padding-bottom: 0px;
}
.intro .title, .intro h1 {
	display: block;
	padding-right: 25px;
	float: left;
}

/***************************************************
			DROPDOWN MENU
***************************************************/
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}

.ddsmoothmenu {
	margin: 45px 0px 0px 0px;
	display: block;
	float: right;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu ul li {
	display: inline;
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ddsmoothmenu ul li a, .ddsmoothmenu ul li span {
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-top: 22px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 22px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
}
.ddsmoothmenu ul li.active span { 
	text-decoration: none;
	color: #7f7f7f;	
}
.ddsmoothmenu ul li:hover a {
	text-decoration: none;
	color: #7f7f7f;	
}
.ddsmoothmenu ul li ul {
	display: none;
	position: absolute;
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	margin-left: 0px;
}
.ddsmoothmenu ul li ul li a {
	padding: 5px;
	color: #FFFFFF;
	width: 140px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

}
.ddsmoothmenu ul li ul li a.last {
	border-bottom-style: none;
}
.ddsmoothmenu ul li ul li a:hover {
	text-decoration: none;
	
}
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-left: 1px;
}
.ddshadow{position: absolute;}
/***************************************************
						 FOOTER
***************************************************/
#footer-wrapper {
	width: 100%;
	margin-top: 105px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #121212;
	padding-bottom: 20px;
	background-image: url(../images/arrow-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer  {
	width: 100%;
}
#footer-wrapper .top {
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
	width: 36px;
	margin-bottom: 10px;
}

.footer_text {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #454545;
}
.footer_text h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	padding-bottom: 3px;
	color: #676767;
}
.footer_text strong {
	color: #666666;
}
.footer_text ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
}
.footer_text ul li {
	padding-bottom: 3px;
	display: block;
	margin-bottom: 3px;
}
.footer_text ul li a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footer_text ul li a:hover {
	text-decoration: underline;
}
ul.socialize {
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.socialize li {
	padding-bottom: 0px;
	display: block;
}
ul.socialize li img {
	margin-right: 7px;
	float: left;
}
ul.socialize li a {
	line-height: 35px;
	color: #666666;
}
/***************************************************
			  INDEX SERVICES LIST
***************************************************/
#services-list {
	width:100%;
	background-color: #00a9a0;
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
#services-list-wrap {
	width:960px;
	overflow:hidden;
	background-color: #00a9a0;
	background-image: url(../images/shadow-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.services-list-bottom {
	width:100%;
	height:9px;
	background-image: url(../images/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#services-list-wrap a {
	color: #6A2243;
}
/***************************************************
			BOXES AND BUTTONS
***************************************************/
/* ------- 1. Box Light ------- */
.box-light {
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #ffffff;
	color: #7F7F7F;
}
.box-light:hover  {
	color: #FFFFFF;
}
.box-light:hover a, .box-light:hover .title, .box-light:hover h1  {
	color: #6A2243;
}
.box-light:hover .button-color {
	background-color: #6A2243;
	color:#fff;	
}
.box-light:hover .post-entry-meta {
	border-top: 1px solid #6A2243;
}
.box-light:hover .post-entry-meta a.comment-bubble {
	display:block;
	text-align:center;
	text-decoration:none;
	background-position: bottom;
	color: #666666;
}
/* ------- 1. Box Dark ------- */
.box-dark {
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #333333;
	color: #7F7F7F;
}
.box-dark:hover  {
	color: #FFFFFF;
}
.box-dark:hover a, .box-dark:hover .title, .box-dark:hover h1  {
	color: #fff;
}
.box-dark:hover .button-color {
	background-color: #7a7a7a;
	color:#fff;	
}
.box-dark:hover .post-entry-meta {
	border-top: 1px solid #6A2243;
}
.box-dark:hover .post-entry-meta a.comment-bubble {
	display:block;
	text-align:center;
	text-decoration:none;
	background-position: bottom;
	color: #666666;
}

/* ------- 3. Buttons ------- */
.button-dark {
	-moz-border-radius:13px; 
	-webkit-border-radius:13px;
	border-radius:13px;
	background-color: #7f7f7f;
	color: #FFFFFF;	
}
.button-color {	
	-moz-border-radius:13px; 
	-webkit-border-radius:13px;
	border-radius:13px;
	background-color: #7f7f7f;
	color: #FFFFFF;
}
/***************************************************
				      COLUMNS
***************************************************/
#sidebar {
	width: 270px;
}
#sidebar.left {
	float: left;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #404040;
	margin-right: 20px;
}
#sidebar.right {
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #404040;
}
#inner-content {
	width: 964px;
	float: left;
}

div#inner-content{min-height:80px;height:expression(this.scrollHeight > 80 ? "auto":"80px");}
#inner-content .one, #inner-content .two-even, #inner-content .two-odd, #inner-content .three-even, #inner-content .four-even {
	display: inline;
}
#inner-content .two-even, #inner-content .two-odd, #inner-content .three-even, #inner-content .four-even {
	margin-right: 35px; 
}
#inner-content .one {
	width: 100%;
}
#inner-content .two-even {
	width:307px;
}
#inner-content .two-odd {
	width:421px;
}
#inner-content .three-even {
	width:193px;
}
#inner-content .four-even {
	width:136px;
}
#inner-content .two-even.last, #inner-content .two-odd.last, #inner-content .three-even.last, #inner-content .four-even.last { 
	float:left; margin-right: 0px; 
}
.one, .two-even, .two-odd, .three-even, .four-even { 
	float:left; 
}
.two-even, .two-odd, .three-even, .four-even {
	margin-right: 35px;
}
.one {
	width: 940px;
}
.two-even {
	width:462px;
}
.two-odd {
	width:629px;
}
.three-even {
	width:296px;
}
.four-even {
	width:213px;
}
.last { 
	margin-right: 0px;
}

/*********************************************************************
					TESTIMONIALS
 *********************************************************************/
.authors {
	color: #999999;
	text-align: right;
	display: block;
	font-weight: bold;
	font-style: italic;
}
#testimonials {
	width:100%;
	float: left;
	position: relative;
}
#testimonials ul {
	list-style:none;
	margin:0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul.pagination {
	list-style:none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
ul.pagination li {
	float:left;
	margin-top: 15px;
	margin-bottom: 0px;
	background-image: none;
	border: none;
	display: inline;
}
ul.pagination li a {
	display:block;
	height:7px;
	text-indent:-9999px;
	width:7px;
	background-color: #666666;
	-moz-border-radius:33px; 
	-webkit-border-radius:33px;
	border-radius:33px;
	margin-left: 7px;
}
ul.pagination li a:hover {
	background-color: #FFFFFF;
}
ul.pagination li.current a {
	background-color: #00a9a0;
}

/***************************************************
			   SKILLS
***************************************************/
ul.skills {
	width:100%;
	margin-top: 10px;
	display: block;
	overflow: auto;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
ul.skills li {
	position: relative;
	background: #00a9a0;	margin-bottom: 2px;
	height: 20px;	-moz-border-radius-topright:3px; 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;		
	text-align: right;
	padding-right: 25px;
	list-style-type: none;	
}		
ul.skills li span {
	color: #fff;
	font-size: 11px;
	text-align: right;
}
/***************************************************
				PORTFOLIO
***************************************************/
#portfolio {
	width: 960px;
	overflow: hidden;
}
.portfolio-wrap {	
	float: left;
}
.portfolio-wrap ul {
	clear: both;
	width: 970px;
	margin-left: -10px;
	list-style-type: none;
}
.portfolio-wrap ul li {
	float: left;
}
.title, h1 {
	font-size:20px;
	display: block;
	padding-bottom: 7px;
	padding-top: 7px;
}
.col3 {
	padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.col3.long {
	width: 293px;
	height: 417px;	
}
.col3.short {
	width: 293px;
	height: 339px;	
}



/*********************************************************************
					IMAGES IN PARAGRAPHS
 *********************************************************************/
.paragraph-image-left {
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 10px;
}
.paragraph-image-right {
    float:right;
    margin-left:20px;
    margin-top:20px;
    margin-bottom: 10px;
}
#content .paragraph-image-left p, #content .paragraph-image-right p {
	color: #999999;
	font-size: 10px;
	padding-bottom: 0px;
	float: none;
}
.paragraph-image-left img, .paragraph-image-right img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: none;
}





/* ---------------------------------------------------------------------------------------------- */

.infos_wrapper h3 {
	text-transform: uppercase;
	font-size:16px;
	letter-spacing:3px;
	margin: 5px 0px 15px 0px;
}

.infos_wrapper .teaser, .infos_wrapper .store{
	text-transform: uppercase;
	letter-spacing:1px;
}

.infos_wrapper .artist {
	text-transform: uppercase;
	font-size:18px;
	letter-spacing:3px;
	margin: 0px 0px 5px 0px;
	line-height:20px;
}
.event_date {
	width:80px;
	padding: 7px 0px 7px 10px;
	margin: 2px 0px 0px 0px;
}
.event_artist {
	width:200px;
	padding: 7px 0px 7px 0px;
	margin: 2px 0px 0px 0px;
}
.event_venue {
	width:100px;
	padding: 7px 0px 7px 0px;
	margin: 2px 0px 0px 0px;
}
.event_city {
	width:150px;
	padding: 7px 0px 7px 0px;
	margin: 2px 0px 0px 0px;
}
.event_country {
	width:50px;
	padding: 7px 0px 7px 0px;
	margin: 2px 0px 0px 0px;
}

.mod_eventlist .even {
	background: #626262;
}

label {
	display:block;
}
input {
	background: #454545;
	padding:2px;
	width:250px;
	margin: 3px 0px 7px 0px;
	border: 1px solid #999999;
	color:#fff;
}
.ce_form h3{font-size:16px; padding: 0px 0px 10px 0px;}

input.submit {
	background: #454545;
	padding:2px;
	width:80px;
	margin: 20px 0px 7px 175px;
	border: 1px solid #999999;
	color:#fff;
}
	