@charset "UTF-8";
/*
Theme Name: M.C Palette
Theme URI: http://musiccomplexmgmt.com/
Description: Flashy, different web design; full of personality and fun.
Version: 2.0
Author: Janine A. Archer & Music.Complex
Author URI: http://musiccomplexmgmt.com/
Tags: web, design, flashy, personality, music, life, fun, different, colorful, lively
*/

html {
	height: 100%;
	width: 100%;
	}
	
.container {
	height: 100%; 
	width: 937px;
	}

/* TYPOGRAPHY & COLOR */

body {
	background: #fff url('/images/components/mcmbg.png') no-repeat 50% 200%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	}

a {
	text-decoration: none;
	}

#menu {
	font-family: "Arial Black", Gadget, sans-serif; text-align: center;
	font-size: 12px; 
	margin-right: 3px; margin: 0;
	}
	
	#menu a {color: #fff;}
	
	#menu a:hover {color: #620676; text-decoration:underline;}
		
	#menu span {background:#000; padding: 5px;}

.left-content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	}

.middle-readon, #footer {
	font-family: Arial Narrow;
	}

#right p {
	font-size: 12px; 
	padding: 5px;
	text-align: justify;
	}

.right-r-content {font-size: 12px;}

.title {
	font-family: Arial Black; 
	font-size: 11px; 
	font-weight: bold;
	}
	
.middle-readon {
	font-size: 12px; 
	font-weight: bold;
	}
	
#footer { 
	font-size: 11px;
	text-align: center;
	}
	
	#footer a:hover {
		text-decoration: line-through;
		}

body, a:link, a:visited, .menu, .left-content, .middle-readon, #right p {
	color: #000;
	}

a:hover, #right_r a:link, #right_r a:visited, #footer, #footer a:link, #footer a:visited {
	color: #fff;
	}
	
.left-content, .title, .middle-readon, #footer a:hover {
	font-style: italic;
	}
	


/* TOP */
#top {width: 937px;}

#header h1#site-title {font: 60px 'Delius Unicase', cursive; padding: 10px; text-align: center; margin: 0;}

div.section-title p {
	font: 20px 'Delius Unicase', cursive; background: #000; color: #620676; 
	padding: 10px; text-align: center; width: 250px; margin-top: 15px;
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;}


#header p#about-me {
	font: 152x 'Delius Unicase', cursive; background: #000; color: #fff; 
	padding: 10px; text-align: center;
	-moz-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;}

#creations {
	background: url('/images/components/creationsheader.png') no-repeat left top;
	height: 97px;
	width: 937px;
	float: left;
	}
	
#fluid {
	background: #000 url('/images/components/fluid-b.png') no-repeat right top;
	height: 276px;
	width: 927px;
	float: right;
	}
	
#header-bottom {
	background: url('/images/components/headerbg_bottom-b.png') no-repeat center top;
	height: 26px;
	width: 927px;
	float: right;
	}
	


	
/* begin slider */
#slider{ 
	width:405px; 
	padding-right:250px; 
	position:relative; 
	border:1px solid #000; 
	height:250px; overflow:hidden;
	background:#fff;
	margin-left: 47px;
	margin-top: 20px;
	}
	
	#slider ul.ui-tabs-nav{ 
		position:absolute; 
		top:0; 
		left:400px; 
		list-style:none; 
		padding:0; 
		margin:0; 
		width:250px; 
		height:250px;
		overflow:auto;
		overflow-x:hidden;
		}
		
	#slider ul.ui-tabs-nav li{ 
		padding:1px 0; padding-left:13px;  
		font-size:12px; 
		color:#666;
		}
		
	#slider ul.ui-tabs-nav li img{ 
		float:left; margin:2px 5px; 
		background:#fff; 
		padding:2px; 
		border:1px solid #eee;
		}
		
	#slider ul.ui-tabs-nav li span{ 
		font-size:11px; font-family:Verdana; 
		line-height:18px; }
		
	#slider li.ui-tabs-nav-item a{ 
		display:block; 
		height:60px; 
		text-decoration:none;
		color:#333;  
		background:#fff; 
		line-height:20px; 
		outline:none;
		}
		
	#slider li.ui-tabs-nav-item a:hover{background:#f2f2f2;}
	#slider li.ui-tabs-selected{background:url('/images/slider/selected-item.gif') top left no-repeat;}
	#slider ul.ui-tabs-nav li.ui-tabs-selected a{background:#ccc;}
	
	#slider .ui-tabs-panel{ 
		width:400px; height:250px; 
		background:#999; position:relative;}
	
	#slider .ui-tabs-panel .info{ 
		position:absolute; 
		bottom:0; left:0; 
		height:70px; 
		background: url('/images/slider/transparent-bg.png');}
		
	#slider .ui-tabs-panel .info a.hideshow{
		position:absolute; 
		font-size:11px; 
		font-family:Verdana; 
		color:#f0f0f0; 
		right:10px; 
		top:-20px; 
		line-height:20px; 
		margin:0; 
		outline:none; 
		background:#333;
		}
		
	#slider .info h2{ 
		font-size:1.2em; 
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
		color:#fff; 
		padding:5px; 
		margin:0; 
		font-weight:normal;
		overflow:hidden; }
		
	#slider .info p{ 
		margin:0 5px; 
		font-family:Verdana; font-size:11px; 
		line-height:15px; color:#f0f0f0;}
		
	#slider .info a {text-decoration:none; color:#fff; }
	#slider .info a:hover {font-style: italic;}
	#slider .ui-tabs-hide {display:none;}
/* end slider */

	
/* MIDDLE */
#content {
	width:927px; 
	margin-bottom: 50px;
	}

/* middle left*/
#left {
	width: 440px;
	float: left;
	margin-top: 35px;
	margin-left: 30px;
	}
.left-content {
	width: 100%; 
	margin-bottom: 35px; 
	margin-top:15px;
	}
	
#right_l {
	width: 200px; 
	float: left;
	}
	
#feature {
	background: url('/images/components/featured.jpg') no-repeat left top; 
	height:54px; 
	width:249px; 
	margin-left:10px;
	}
	
#fascin {
	background: url('/images/components/fascination.jpg') no-repeat left top; 
	height:53px; 
	width:294px; 
	margin-left:10px;
	}


/* middle right */
#right {
	width: 400px;
	float: right;
	margin-top: 65px;
	margin-right: 30px;
	}
	
#right_r {
	width: 200px; 
	float: right;
	}
	
.right-l-content {
	background: #000;
	width: 168px;
	margin-left: 35px;
	margin-bottom: 35px;
	}
	
.right-r-content {
	background: #fff;
	width: 150px; 
	margin-left: 10px;
	margin-bottom: 35px;
	}
	
/* styling for middle */	
.middle-readon{
	margin-left: 6px; 
	padding: 5px;
	}

#current {
	background: url('/images/components/current.png') no-repeat left top; 
	height:31px; 
	width:168px; 
	margin-left: 35px;
	}

#logo {
	background: url('/images/components/logo.png') no-repeat left top; 
	height:31px; width:200px; 
	margin-left:10px;
	}

#who {
	background: url('/images/components/who-bg.png') no-repeat right top; 
	height:267px; 
	width:200px; 
	margin-left: 20px;}

#what {
	background: url('/images/components/what-bg.png') no-repeat right top; 
	height:195px; 
	width:200px; 
	margin-top: 35px; 
	margin-left: 20px;}

#why {
	background: url('/images/components/why_bg.png') no-repeat right top; 
	height:288px; 
	width:200px;
	margin-top: 35px; 
	margin-left: 20px;
	}

#footer {
	background: #000; 
	width:100%; 
	margin-top:75px; 
	padding-top: 15px; 
	padding-bottom: 30px;
	}

/* WORDPRESS*/
/* Begin Typography & Colors */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	font-style: italic;
	color:#fff;
	background: #000;
	}

.post {
	text-align: justify;
	}

.post-title {
	background: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold; 
	font-size: 14px; 
	font-style: italic;
	}
	
.post-comments {
	color: #fff; 
	font-family: Arial Narrow; 
	font-size: 12px; 
	font-weight: bold;
	}

#page-content .title, #post-content .title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	}

.category {
	background: #000;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	}
	
#recent a:link, #recent a:visited {
	color: #000;}
	
.post-title a:link, .post-title a:visited, .post-comments a:link, .post-comments a:visited, .category a:link, .category a:visited {
	color: #fff;
	}
		
.post-title a:hover, #page-content .title, #post-content .title, #content a:hover {
	color:#ff0101;
	}
	
/* Begin Home Page Post Structure */
#left .post-title {
	margin-bottom: 5px; 
	}
	
#left .post-title, #right .post-title {
	padding-left: 3px;
	}

.post-comments {
	background:#000; 
	padding: 3px;
	}

.left-content .entry {
	height: 150px; 
	overflow:hidden; 
	}

#left .wp-post-image {
	height:210px;
	}

.right-l-content .wp-post-image {
	width: 160px;
	height:150px;
	}

/* Begin Page and Post Structure */
h1 {
	margin-left: 5px; 
	padding: 5px;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
#page-content {
	width: 80%;
	float: left;
	margin-top: 35px;
	margin-left: 10%;
	margin-right: 10%;
	}
	
	#page-content .entry {
		margin-top: 15px;
		margin-left:20px;
		}
	
#post-content {
	width: 550px;
	float: left;
	margin-top: 30px;
	margin-left: 5%;
	}
		
	#page-content .title, #post-content .title {padding: 5px;}
	
.category {
	padding: 2px;
	margin-bottom: 3px;
	}

#recent {
	width: 265px;
	float: right;
	margin-top: 80px;
	margin-left: 30px;
	margin-right:3%;
	border-left: #000 double;
	}
	
	#recent-bg {
		background: url('/images/components/recent.png') no-repeat left top; 
		height:45px; 
		width:95px; 
		margin-left:10px;
		margin-bottom: 10px;
		}

	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {float: right;}
.alignleft {float: left;}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {margin: 5px 0 8px;}
#sidebar ul ul, #sidebar ul ol {margin: 5px 0 0 10px;}
#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 10px;}
ol li, #sidebar ul ol li {list-style: decimal outside;}
#sidebar ul ul li, #sidebar ul ol li {margin: 3px 0 0;padding: 0;}
/* End Entry Lists */

/* Begin Comments */
/* comments typography*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	}

.commentlist li, #commentform #submit {color: #fff;}
	
	.commentlist li ul li {
		font-size: 1em;
		}
	
	.commentlist li {
		font-weight: bold;
		}
	
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #000;
		}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentlist a {color: #ff0101;}
	.commentlist a:hover {text-decoration: underline;}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.thread-alt {
	background-color: #000;
	}
	
.thread-even {
	background-color: #000;
	}
	
.depth-1 {
	border: 0px solid #ddd;
	border-bottom: #fff dotted;
	}

.even, .alt {
	border-left: 0px solid #ddd;
	}

.commentmetadata {
	font-weight: normal;
	}

#respond h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ff0101;
	font-weight: bold; 
	font-size: 14px; 
	font-style: italic;
	}

/* comments structure */
#comments-bg {
	background: url('/images/components/comments.png') no-repeat left top; 
	width: 149px;
	height: 42px;
	border-top: #000 double;
	margin-bottom: 40px;
	}
	
#comments {
	width: 450px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {width: 130px;}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	background: #fff;
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform #submit {
	background: #000;
	margin: 0 0 5px auto;
	float: left;
	width: 90px;}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {margin: 10px 5px 10px 0;}
.children {padding: 0;}

#commentform p {margin-left: 5px;}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Portfolio */
#port-images {
	margin: 50px 50px 0 80px;
	}
	
.boxgrid { 
	width: 230px; 
	height: 300px; 
	margin:15px; 
	margin-top: 50px;
	float:left; 
	background:#161613; 
	border: solid 2px #000; 
	overflow: hidden; 
	position: relative; 
	-moz-box-shadow: 10px 10px 10px #888;
	-webkit-box-shadow: 10px 10px 10px #888;
	box-shadow: 10px 10px 10px #888;
	}
	
	.boxgrid img { 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
		}
		.boxgrid p { 
			padding: 0 10px; 
			color:#afafaf; 
			font-weight:bold; 
			font:10pt "Lucida Grande", Arial, sans-serif; 
			}
		.boxgrid h3 {
			color: #fff;
			margin: 5px;
			}
		.boxgrid a:link, .boxgrid a:visited {
			color: #fff;
			background: #ff0101;
			padding: 5px;}
				
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	.captionfull .boxcaption {
	top: 260;
	left: 0;
	}
	.caption .boxcaption {
	top: 220;
	left: 0;
	}
/* End Portfolio */






.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}



.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */



/* End Headers */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {padding: 1px;}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {display: block;}

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

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {cursor: help;}

acronym, abbr {border-bottom: 1px dashed #999;}

.center {text-align: center;}

.hidden {display: none;}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {display: none;}

a img {border: none;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/









