/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Mark Dutkevitch Photography
Author : Ben Rinehart
URL : dutkevitchphotos.com

Description : Custom MBP Site design

Created : 12/01/2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #191919;
	color: #fff;
	margin: 0;
	font-family: Times, "Times New Roman", Georgia, Serif;
	}

/* START CONTAINER */
#container{
	margin: 0;
	padding: 0 0;
	background: #222;
	}
	
	#index #container{
		background: #222 url(../images/tagline.gif) center 175px no-repeat;
		}
	
	html>body#index #container{
		background: #222 url(../images/tagline.gif) center 175px no-repeat;
		}/* END CONTAINER */

	/* START HEADER */
	#header{
		float: right;
		height: 110px;
		padding: 15px 5px 0 5px;
		margin: 0;
		}
	
	#header h1{
		width: 288px;
		height: 105px;
		padding: 0;
		margin: 0;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 288px;
		height: 105px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		clear: right;
		font: italic 14px Georgia, Times, "Times New Roman", Serif;
		border-top: 1px solid #C93;
		border-bottom: 1px solid #C93;
		background: #191919;
		text-align: center;
		}
		
		* html #navigation{ height: 1%; }
	
		#global{
			margin: 14px 0 10px 0;
			padding: 0;
			white-space: nowrap;
			}
		
			#global li{
				list-style-type: none;
				display: inline;
				padding: 15px 0;
				}
		
				#global li a:link, #global li a:visited{
				color: #fff;
					text-decoration: none;
					padding: 15px 0 15px 35px;
					}

				#global li a:hover, #global li a:active{
					background: url(../images/rollover.gif) left center no-repeat;
					color: #C93;
					}

		a:link, a:visited{
			color: #C93;
			}
		
		a:hover, a:active{
			color: #FFF;
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		clear: both;
		padding: 0;
		margin: 50px;
		}
		
		#index #page_body{
			padding-top: 5px;
			}
	
		h1{
			font: italic 24px Georgia, Times, "Times New Roman", Serif;
			color: #C93;
			text-align: center;
			}
		
		p{
			
			}
		
		object, embed{
			display: block;
			margin: 0 auto;
			}/* END PAGE BODY */

	/* START INFO PAGES */	
	img.quote{
		float: left;
		margin-top: 100px;
		}
	
	img.even{
		}
	
	.instructions{
		text-align: center;
		font-size: 12px;
		font-style: italic;
		padding: 0 10px;
		}
	
	#resources ul{
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}/* END INFO PAGES */
	
	/* START GALLERIES */
	#gallery{
		}
	
		#enlarge{
			width: 460px;
			height: 460px;
			}
		
		.thumbnails img{
			border: 1px solid #C93;
			margin: 3px;
			}
			
			html>body .thumbnails img{
				margin: 0 3px;
				}
		
		.bottom td{
			width: 20%;
			}/* END GALLERIES */
	
	/* START FORMS */
	form{
		margin: 0 auto;
		width: 980px;
		}
		
		html>body form{ width: 800px; }
		
		.column{
			padding: 0 10px;
			float: left;
			width: 380px;
			}
			
			* html .column{ height: 1%; }
		
		fieldset{
			display: inline;
			padding: 10px;
			margin: 0;
			border: 1px solid #c93;
			}

			fieldset fieldset{
				margin: 5px 0;
				padding-bottom: 40px;
				width: auto;
				}
				
				html>body fieldset fieldset{
					padding-bottom: 0;
					}

				fieldset fieldset label{
					width: 335px;
					}
				
				fieldset fieldset input[type="text"]{
					margin-left: 10px;
					float: none;
					}
					
				fieldset fieldset blockquote{
					margin-bottom: -50px;
					}
					
					html>body fieldset fieldset blockquote{
						margin-bottom: 0;
						}
					
					fieldset fieldset blockquote input[type="text"]{
						margin: 3px 0;
						}
				
				fieldset fieldset #Other_type{
					display: block;
					margin-left: 80px;
					}
					
					html>body fieldset fieldset #Other_type{
						margin-left: 40px;
						}

		legend{
			color: #C93;
			font: italic 14px Georgia, Times, "Times New Roman", Serif;
			}

		label{
			display: block;
			float: left;
			clear: left;
			width: 100px;
			font-size: 12px;
			margin-top: 3px;
			}

		.required{
			color: #C93;
			}

		input[type="checkbox"], input[type="radio"]{
			margin: 0 15px 0 0;
			}

		input[type="text"], textarea{
			width: 250px;
			float: left;
			margin: 3px;
			}

		input[type="submit"], input[type="reset"]{
			margin: 3px;
			}

		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 10px 0 0 0;
		text-align: center;
		font: italic 12px Georgia, Times, "Times New Roman", serif;
		color: #C93;
		border-top: 1px solid #C93;
		border-bottom: 1px solid #C93;
		background: #191919;
		}/* END FOOTER */

