@import url("reset.css");

body{
	background:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}
#wrap{
	width:959px;
	margin:50px auto;
	-moz-box-shadow: 0 5px 10px 0px #888;
	-webkit-box-shadow: 0 5px 10px 0px#888;
	box-shadow: 0 5px 10px 0px #888;
	padding-top:10px;
	background:#fff;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
}

#header{
	background:url(../images/bg-header.jpg) repeat-x;
	border-bottom:5px solid #e810a6;
}
.logo{
	float:left;
	display:inline;
	margin-left:20px;
}
#nav{
	float:right;
	display:inline;
	margin-right:10px;
	margin-top:69px;
}
#nav a{
	display:block;
	float:left;
	padding:7px 20px 0;
	height:27px;
	color:#000;
	font-size:15px;
}
#nav a:hover{
	background:url(../images/nav-over.png) top center no-repeat;
}
#nav .active:hover{
	background: #e810a6; 
}
#nav .active{
	background: #e810a6; 
	background: -moz-linear-gradient(top,  #e24fb4 0%, #e810a6 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e24fb4), color-stop(100%,#e810a6)); 
	background: -webkit-linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	background: -o-linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	background: -ms-linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	background: linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24fb4', endColorstr='#e810a6',GradientType=0 ); 
	border-radius: 7px 7px 0px 0px; 
	-moz-border-radius: 7px 7px 0px 0px; 
	-webkit-border-radius: 7px 7px 0px 0px;
	font-weight:bold;
	color:#fff;
}
#active_holder{
	float:left;
}
#active_holder img{
	float:left;
}
#bottom_info_holder{
	background:url(../images/bg-info-boxes.jpg) repeat-x;
}
#info_box{
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 5px 5px 0px #888;
	-webkit-box-shadow: 0 5px 5px 0px#888;
	box-shadow: 0 5px 5px 0px #888;
	width:200px;
	height:125px;
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); 
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); 
	padding:10px;
}
#bottom_info_holder #info_box{
	float:left;
	display:inline;
	margin:20px 10px;
}
#info_box h2{
	border-bottom:1px solid #000;
	font-size:16px;
	margin-bottom:10px;
}
#info_box h3{
	text-align:center;
	text-transform:uppercase;
}
#info_box a{
	font-size:14px;
	color:#801747;
}
#info_box a:hover{
	color:#e810a6;
}
.blog a{
	display:block;
}
.first{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #bcb8ba;
}
#newsletter_holder{
	width:162px;
	margin:5px auto 0;
}
#newsletter_input{
	background:url(../images/bg-newsletter-input.jpg);
	border:none;
	color: #666666;
    float: left;
    padding: 9px 5px 6px;
    text-transform: uppercase;
    width: 123px;
}
#newsletter_submit{
	background:url(../images/btn-newsletter-submit.jpg);
	width:29px;
	height:29px;
	border:none;
	float:left;
	cursor:pointer;
}
#newsletter_submit:hover{
	opacity:0.7;
}

#inside_holder{
	background:url(../images/bg-inside.jpg) repeat-x #bcb8ba;
	padding:20px 0;
}
#inside_left{
	width:680px;
	padding:0 20px;
	float:left;
}
#inside_right{
	width:230px;
	float:right;
}
#inside_right #info_box{
	display:block;
	margin-bottom:20px;
}
#inside_holder h1{
	font-size:26px;
	margin:20px 0 10px;
}
#inside_left h2{
	font-size:22px;
	margin:20px 0 10px;
}
#inside_holder p{
	font-size:14px;
	line-height:25px;
	margin-bottom:20px;
}
#tweeter ul{
	list-style:none;
	font-size:14px;
}
#social_icons{
	float: right;
    margin-top: -33px;
    position: relative;
}
#play_btn{
	display: inline;
    float: right;
    margin-right: 35px;
    margin-top: -540px;
    position: relative;
}
.media_holder img{
	width:28px;
	margin:0 4px;
}
#about_div{
	text-align:center; 
	font-style:italic; 
	font-size:16px; 
	margin-top:40px; 
	font-weight:bold;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #3d3d3d;
}
#artist_pic{
	border: 2px solid #3D3D3D;
    margin: 5px 10px 0 0;
    width: 200px;
}
#gallery_holder img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    margin: 5px;
    padding: 5px;
    width: 127px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#gallery_holder img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#brides_holder img{
	width:144px !important;
}
#form_holder{
	border-right: 1px solid #bcb8ba;
    float: left;
    width: 50%;
}
#form_holder p{
	margin-bottom:10px;
}
#form_holder input, #form_holder textarea{
	width:80%;
	padding:7px;
	border:1px solid #bcb8ba;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#form_holder #submit{
	width:auto;
	background:#e810a6;
	color:#fff;
	padding:5px 10px;
	font-size:15px;
	float:right;
	display:inline;
	margin-right:16%;
	cursor:pointer;
	margin-top:10px;
}
#form_holder #submit:hover{
	background:#801747;
}
#submitted{
	width:500px;
	margin:20px auto 0;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#6C3;
	text-align:center;
	color:#fff;
	padding:10px;
}
#copyright{
	font-size:13px;
	text-align:center;
	margin:-20px 0 20px;
}
#book_consultation_box{
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 5px 5px 0px #888;
	-webkit-box-shadow: 0 5px 5px 0px#888;
	box-shadow: 0 5px 5px 0px #888;
	width:200px;
	height:22px;
	background: #e810a6; 
	background: -moz-linear-gradient(top,  #e24fb4 0%, #e810a6 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e24fb4), color-stop(100%,#e810a6)); 
	background: -webkit-linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	background: -o-linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	background: -ms-linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	background: linear-gradient(top,  #e24fb4 0%,#e810a6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24fb4', endColorstr='#e810a6',GradientType=0 ); 
	padding:10px;
	margin-bottom:20px;
	display:block;
	text-align:center;
}
#book_consultation_box a{
	font-size:17px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
/*	
-------------------------------------------
	8. Anything Slider
-------------------------------------------
*/
#slider-wrapper {
	position:relative !important; /*position must be relative*/
	margin-bottom:0;
	background:#000;
}
.slider-item {
	display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
/* Caption Directions */
.slider-caption-Top {
	top: -275px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}
.slider-caption-Left {
	position: absolute;
	left: -50%;
	margin-left: -450px;
	top: 125px;
}
.slider-caption-Right {
	position: absolute;
	right: -50%;
	margin-right: -441px;
	top: 200px;
}
.slider-caption-Bottom {
	bottom: -275px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}
.caption-content {
	text-shadow:1px 1px 0px #000;
	letter-spacing:1px;
}
.caption-content span, .caption-content a.primary {
	float: left;
}
.caption-content a.primary {
	clear: both;
	display: block;
	position: relative;
}
.caption-content span {
	clear: both;
	color: #f5f5f5;
}
.caption-content strong {
	float: left;
	clear: left;
	padding: 5px 9px 5px 9px;
	font-size:26px;
}
.caption-content p {
	float: none;
}
.caption-content p.pictured {
	margin-bottom: 0;
}

.item-wrap{
	padding: 0 30px 0 60px;
	margin: 0 0 0 -30px;
}
.elastic-wrap {
	position: relative;
	padding-top:15px;
	height: 0;
	overflow: hidden;
}

.elastic-wrap>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.caption-content strong, .caption-content strong a {
	color:#f5f5f5;
	background:#E810A6;
}
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #FFF;
}

div.anythingSlider .thumbNav a {
	color: #FFF;
	background-color: #E810A6;
}
div.anythingSlider {
	height: 575px;
}
.nextButton, .prevButton {
	height: 600px;
}
div.anythingSlider .thumbNav {
	top: 565px;
}
.elastic-wrap {
	padding-bottom: 400px;
}
.item_1 {
	background-image: url("http://www.mantah.com/images/img-slider.gif");
}
.item_2 {
	background-image: url("http://www.mantah.com/images/img-slider2.jpg");
}
.item_3 {
	background-image: url("http://www.mantah.com/images/img-slider3.jpg");
}
.item_4 {
	background-image: url("http://www.mantah.com/images/img-slider4.jpg");
}
