/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/*--------------------------------------- /
	Homepage Rotating Image
/--------------------------------------- */

#slideshow, img.bgM, #slideshow img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-9999;
}

/*-------------End----------------------- */

body.contact-us {
	background: url(/wp-content/uploads/2012/06/contact.jpg) no-repeat;
	background-attachment: fixed; 
	background-size: 100% 100%; 
	top:0; 
	left:0;
}

body.our-suits {
	background: url(/wp-content/uploads/2012/06/suits.jpg) no-repeat;
	background-attachment: fixed; 
	background-size: 100% 100%; 
	top:0; 
	left:0;
}

body.about-us .post_box {
	width: 429px;
}

body.testimonials {
	background: #002960;
}

body.our-service .post_box {
	width: 430px;
}

body.our-suits .post_box {
	width: 429px;
}

body.our-shirts .post_box {
	width: 432px;
}

.custom #container {
	/*min-width: 133em !important;*/
	min-width:1002px;
	background: transparent !important;
}

.custom #page {
	padding: 0px !important;
	background: transparent !important;
	width: 90%;
	margin: auto;
}

.custom .post_box { 
	width: 500px;
	text-align: justify;
	background: #fff;
	padding: 10px !important;
	margin-top: 50px;
	margin-left: 0px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* font-family: 'Bad Script', cursive; */
	/* border: 3px solid #ff0000; */
}

body.contact-us .post_box {
	width: 431px;
}

.custom #header {
	padding: 0px;
	margin: auto;
	width: 100%;
	height: 150px;
}

.custom .header-container {
	min-width: 116%;
	height: 150px;
	margin-left: -33px;
}

.custom .custom-header {
	width: 202px;
	height: 150px;
	float: left;
}

.custom .custom-nav {
	float: right;
	height: 30px;
}

.custom .menu #menu-item-12 a, .custom .menu #menu-item-12 a:hover {
	background: transparent;
}



.custom #post-29 .headline_area, .custom #post-10 .headline_area {
	display: none;
}

.custom .menu {
	background: url(/wp-content/uploads/2012/06/allbg.png);
	/* width: 680px; */
	border: 0px !important;
	float: right;
}

.menu a {
	border: 0px;
	color: #fff;
	background: url(/wp-content/uploads/2012/06/nav-brdr.png) no-repeat left;
}

.menu a:hover {
	background: url(/wp-content/uploads/2012/06/nav-brdr.png) no-repeat left;
	color: #d71921;
}

.custom .headline_area h1 {
	color: #d71921;
}	

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
	background: url(/wp-content/uploads/2012/06/nav-brdr.png) no-repeat left;
	color: #d71921;
}

.custom .footer-container {
	background: url(/wp-content/uploads/2012/06/allbg.png);
	min-width: 100%;
	height: 70px;
	bottom: 0;
}

body.home .footer-container, body.our-shirts .footer-container, body.our-service .footer-container, body.our-suits .footer-container, body.our-shirts .footer-container, body.about-us .footer-container {
	position: fixed;
	bottom: 0 !important;
	left: 0;
}

.custom .left {
	float: left;
	margin-left: 40px;
	width: auto;
	height: 50px;
	padding-top: 20px;
	font-size: 18px;
	color: #d71921;
}

.custom .right {
	float: right;
	margin-right: 40px;
	width: auto;
	height: 50px;
	padding-top: 20px;
	text-align: right;
	font-size: 18px;
	color: #d71921;
}

.custom .right a {
	text-decoration: none;
	color: #d71921;
} 


input, textarea {
width: 98%;
}
.testimonialrotator{ display: block; }
.testimonialrotator .testimonial{ margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.testimonialrotator #last { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; }
.testimonialrotator .testimonial:first-child{  position:relative; display:block; }
.testimonial span { font-size: 18px; line-height:1em; color:#fff; }
.testimonial .the-author { font-size: 16px; font-style: italic;  color:#aaa; margin-top:10px; text-align: right; }
#supersized {width:137em !important; margin:0 auto;}