/*
	Photography Masters Cup

	Website:			masterscup.com
	Filename:			index.css
	Description:		Home page stylesheet
	Last Updated:		2010.06.15
*/


h1 {
	font: 18px Arial Black, Gadget, sans-serif;
	color: #9F1800;
	text-transform: capitalize;
}



h5 {
	font: 12px Arial Black, Gadget, sans-serif;
		color: #9F1800;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}

h6 {
	font: 14px Arial Black, Gadget, sans-serif;
	margin: 20px 0px 5px 0px;
}


#content {
	height: auto;
	min-height: 1080px;
	max-width: 950px;
	padding: 15px;
	text-align: left;
	width: 980px;
 
}


#column2 { width: 740px; }
#column2 p { margin-top: 0px; }
#column2 h2 img {
	margin-left: 5px;
	vertical-align: middle;
}

#index-left, #index-right {
	float: left;
	line-height: 165%;
	padding-top: 15px;
}
#index-left {
	margin: 0px 30px 0px 30px;
	width: 480px;
/*	background: #fff url("/img/index/masters-cup_back2.jpg") bottom no-repeat;*/
	height: 550px;
}
#index-right {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 15px;  
	text-align: left;
	width: 185px;	
	line-height: 125%;
	
	
}
#index-right p { margin-bottom: 0px; }
#index-right em { color: #999; }
#index-right a {
	color: #fff;
	font-size: 12px;
}
#sub-footer {
	float: left;
	color: #fff;
	font: 20px Times, Palatino, serif;
	height: 150px;
	margin-top: 60px;
	overflow: hidden;
	width: 950px;
}
#sub-footer .thirds {
	float: left;
	overflow: hidden;
}
#sub-footer p {
	color: #ccc;
	font-size: 15px;
}
#sub-footer .yellow {
	color: #9F1800;
	font-size: 15px;
}
#sub-footer .spacer { margin-right: 20px; }
#slider-quote img { height: 261px; }
#slider-quote, #slider-success { list-style: none; }
#slider-success img { height: 130px; }
#slider-quote-title {
	/*background: url("/img/index/slider-title-bg.png") center center no-repeat;*/
	color: #ddd;
	font-family: Times, Palatino, serif;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: -17px;
}




#column1 { 
	overflow: hidden;
		line-height: 150%;
	padding-top: 15px;
}

#left-nav-list a {
	background:  #fff;  
	border: 0px;
	color: #000;   
	display: block;
	text-decoration: none;
    text-transform: uppercase;
	padding-left: 10px;	
	width: 175px;
	font: 12px Arial Black, Arial Black, Gadget, sans-serif;
	margin-top: 5px;
		/*line-height: 300%;
			height: 25px;
		border-right: 1px solid #9F1800; 
			border-top: 1px solid #a29a94;
			 	margin-left: 5px;*/
	border-bottom: 1px dotted  #000; 
	border-left: 1px dotted #000; 
	padding-right:5px; 
}


/* Advertisement Slider */
#slider_ad {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#slider_ad img {
/*	height: 610px;*/
	width: 170px;
}
#slider_ad img { margin: 18px 0px; }


.index-textbox {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding:4px;
	width: 180px;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	border:1px solid  #999999;
}


.index-textbox1 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding:4px;
	width: 50px;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	border:1px solid  #999999;
}



.index-button {
	background: url("/img/input-bg.jpg") bottom left repeat-x;
	border: 0px;
	color: #9F1800;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 275%;
	margin-bottom: 10px;
	max-width: 110px;
	overflow: hidden;
	text-decoration: none;
 text-align: center;
	width: 110px;
/*	padding-left: 30px; */
	border:1px solid  #999999;
		font-family: Times, Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
	
}


hr {
	color: #7D5517;
	line-height: 100%;
	text-transform: capitalize;
	margin-top: 30px; 
	margin-bottom: 0px;
}

