/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Sonntag Photography
Author : Ben Rinehart
URL : sonntagphotography.com

Description : 

Created : 04/11/2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #ccc;
	}

/* START CONTAINER */
#container{
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin: 0 auto;
		}
	
		#header h1{
			width: 285px;
			height: 155px;
			text-indent: -9000px;
			padding: 0;
			margin: 0 auto;
			background: url(../images/logo.jpg) center center no-repeat;
			}
		
			#header h1 a{
				width: 285px;
				height: 155px;
				padding: 0;
				margin: 0;
				border: 0;
				display: block;
				text-decoration: none;
				}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		font: italic 18px Georgia, Times, "Times New Roman", Serif;
		margin: 10px 0;
		}
	
		#global{
			margin: 0;
			padding: 0;
			text-align: center;
			}
		
			#global li{
				list-style-type: none;
				display: inline;
				padding: 0 10px;
				}
		
				#global li a:link, #global li a:visited{
					color: #ccc;
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					color: #fff;
					}

		a:link, a:visited{
			color: #ccc;
			}
		
		a:hover, a:active{
			color: #fff;
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		}
	
		h1{
			font: italic 24px Georgia, Times, "Times New Roman", Serif;
			}
		
		h2{
			font: italic 18px Georgia, Times, "Times New Roman", Serif;
			text-align: right;
			}
		
			dt{
				font-weight: bold;
				padding-top: 5px;
				}
			
			dd, ol li{
				font-style: italic;
				line-height: 24px;
				}
		
		#promotions img{
			display: block;
			margin: 5px auto;
			}
		
		#resources li{
			list-style-type: none;
			font-style: italic;
			}
		
		img{
			border: 1px solid #ccc;
			padding: 5px;
			}
			
			img#home{
				margin: 10px auto;
				display: block;
				}/* END PAGE BODY */
	
	/* START GALLERIES */
	#portfolio{
		margin: 5px auto;
		font-style: italic;
		font-size: 16px;
		text-align: center;
		width: 100%;
		}
		
		#portfolio img{
			opacity: 0.5;
			filter:Alpha(opacity=50);
			}
		
		#portfolio a:hover img, #portfolio img:hover{
			opacity: 1;
			filter:Alpha(opacity=100);
		}
		
		#gallery p{
			font-style: italic;
			}
		
		.instructions{
			font-size: 12px;
			font-style: italic;
			margin-top: -15px;
			}
	
		#enlarge{
			width: 325px;
			height: 325px;
			}
		
		.thumbnails img{
			padding: 0;
			margin: 2px 5px;
			}/* END GALLERIES */
	
	/* START FORMS */	
		input[type="text"], textarea{
			width: 300px;
			}
		
		input[type="submit"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 25px;
		text-align: center;
		font: 10px Verdana, arial, helvetica, sans-serif;
		}
		
		address{
			font-style: normal;
			}/* END FOOTER */
