@charset "utf-8";
/* CSS Document */
/********************************************
	MODIFIED BY:		The Design Liberation Group
	WEBSITE:			http://www.thedlg.com
	VERSION:          	1.0
	LAST MODIFIED:    	April 24, 2009       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

* { margin: 0; padding: 0; outline: 0 }

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bk.jpg) repeat top center;
	color: #CCC;
}

p {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

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

a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
}
strong {
	color: #c70909;
	font-style: italic;
}

#outside_container {
	width: 100%;
	height: 100%;
}

/* form elements */
#contentForm {
	position: relative;
	left: 120px;
	top: 15px;
	width: 380px;
	padding: 25px;
	float: left;
}
form {
	margin:10px; padding: 0 5px;
}
label {
	display: block;
	font-weight:bold;
	letter-spacing: 1px;
	margin:5px 0;
	padding: 10px 0 0 0;
}
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#777;
}
textarea {
	width:250px;
	padding:2px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	height:50px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif;
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.png) no-repeat left top;
	width: 80px;
	height: 33px;
	margin-left: 100px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
}
span.required{
	font-size: 13px !important;
	color: red !important;
}
.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.msgSent {
	font-size: 20px;
	text-align: center;
}

/*
	Logo / Menu / Misha Positioning
*/
#header {
	background: url(../images/header.jpg) repeat-x;
	height: 10px;
}

#wrapper {
	min-height:636px;
	width: 1000px;
	margin: 0 auto;
}

*html #wrapper {
	height: 636px;
}

#logo {
	position: relative;
	left: -140px;
	top: 14px;
	width: 381px;
	height: 180px;
	margin: 0 auto;
	z-index: 20;
}

#misha {
	position: relative;
	float: right;
	right: 10px;
	bottom: 0px;
}

#misha_sub {
	position: absolute;
	z-index: 0;
}
#thumb1 {
	width: 97px;
	height: 632px;
	float: left;
	position: relative;
	left: 50px;
	top: 5px;
	background: url(../images/index_thumbs.jpg) no-repeat;
}
#thumb2 {
	width: 97px;
	height: 632px;
	float: left;
	position: relative;
	left: 50px;
	top: 5px;
	background: url(../images/bio_thumbs.jpg) no-repeat;
}
#thumb3 {
	width: 97px;
	height: 632px;
	float: left;
	position: relative;
	left: 50px;
	top: 5px;
	background: url(../images/performances_thumbs.jpg) no-repeat;
}
#thumb4 {
	width: 97px;
	height: 632px;
	float: left;
	position: relative;
	left: 50px;
	top: 5px;
	background: url(../images/media_thumbs.jpg) no-repeat;
}
#thumb5 {
	width: 97px;
	height: 632px;
	float: left;
	position: relative;
	left: 50px;
	top: 5px;
	background: url(../images/review_thumbs.jpg) no-repeat;
}
#thumb6 {
	width: 97px;
	height: 632px;
	float: left;
	position: relative;
	left: 50px;
	top: 5px;
	background: url(../images/contact_thumbs.jpg) no-repeat;
}
#menu {
	width: 140px;
	top: 50px;
	left: 55px;
/*	margin: 50px 0px 0px 150px;*/
	float: left;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a {
	display: block;
	float: left;
	padding-bottom: 5px;
}

#menu a:hover {
	float: left;
	background: url(../images/rollover.png) no-repeat;
}
#menu a.selected, #menu a.selected:hover {
	background: url(../images/rollover.png) no-repeat;
}

/*
	Content
*/
#contentarea2 {
	position: relative;
	left: 120px;
	top: 15px;
	width: 330px;
	z-index: 1;
	float: left;
	padding: 0 0 20px 0;
}

#contentarea2 p {
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding: 0 0 15px 0;
	text-align: justify;
}

#contentarea2 a {
	color: #9d1c1f;
	text-decoration: none;
}

#contentarea2 a:hover {
	color: #fff;
	text-decoration: none;
}

#contentarea {
	position: relative;
	left: 120px;
	top: 15px;
	width: 330px;
	z-index: 1;
	float: left;
	padding: 0 0 20px 0;
}

*html #contentarea {
	left: 200px;
}

#contentarea p {
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding: 0 0 15px 0;
}

#contentarea h3 {
	color: #999;
	font-weight: bold;
	padding: 0 0 8px 0;
}

#contentarea a {
	color: #9d1c1f;
	text-decoration: none;
}

#contentarea a:hover {
	color: #fff;
	text-decoration: none;
}

#contentarea ul {
	padding: 0 0 4px 0;
}

#contentarea ul li.slim {
	list-style: none;
	display: inline;
	padding: 2px 4px;
}

#contentarea ul li.slim2 {
	list-style: none;
	display: inline;
}

#contentarea p.article {
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 0 0 0 100px;
	margin: -50px 0 0 0;
	line-height: normal;
	text-align: left;
}

#contentarea ul.reviews {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #9DB2B9;
	padding:10px;
	height: 75px;
}

#content {
	position: absolute;
	top: 30px;
	width: 400px;
	height: 290px;
	overflow: hidden;
}

/*
	Footer
*/
#footer {
	border-top:1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/footergfx.jpg) repeat;
	width: 100%;
	min-height: 154px;
	clear: both;
	font-size: 9px;
/*	margin: 0 auto;*/
}

*html #footer {
	height: 154px;
}

#footermenu {
	clear: both;
	width: 700px;
	padding-top: 23px;
	height: 12px;
	margin: 0 auto;
	text-align:center;
	text-transform: lowercase;
	color: #ffffff;
	letter-spacing: 0.7pt;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #938182;
	margin: 0 0 0 100px;
	padding: 0 0 0 70px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#footer ul {
	padding: 0 0 0 85px;
}}

#footer li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
}

#footer a {
	display: block;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	display: block;
	float: left;
	text-decoration: none;
	color: #666;
}

#copyright {
	margin: 10px 0 10px 0;
	padding: 4px 0;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #614848;
}