/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Photography by Glynn
Author : Ben Rinehart
URL : photographybyglynn.com

Description : Custom designed website

Created : 08/03/2007
Modified :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #4E1D21 url(../images/background.jpg);
	color: #E7E8E9;
	}

/* START CONTAINER */
#container{
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		float: left;
		padding: 0;
		margin-bottom: 0;
		}

	#header .vcard{
		width: 248px;
		height: 181px;
		padding: 0;
		margin: 0;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -9000px;
		}

	#header .vcard .org a{
		width: 248px;
		height: 141px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */

	/* START NAVIGATION */
	#navigation{
		float: left;
		margin: 181px 0 0 -248px;
		font: italic 22px Georgia, times, "Times New Roman", serif;
		}

		#global{
			margin: 0;
			padding: 0;
			}

			#global li{
				list-style-type: none;
				}

				#global li a:link, #global li a:visited{
					text-decoration: none;
					display: block;
					padding: 17px 0 17px 50px;
					}

				#global li a:hover, #global li a:active{
					background: url(../images/rollover.gif) left center no-repeat;
					}

		a:link, a:visited{
			color: #E7E8E9;
			}

		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */

	/* START PAGE BODY */
	#page_body{
		padding: 0;
		margin-left: 300px;
		}

		h1{
			font: italic 24px Georgia, times, "Times New Roman", serif;
			}

		p{
			font: 15px Times, "Times New Roman", Georgia, serif;
			}/* END PAGE BODY */

	/* START INFO PAGES */
	#tagline{
		width: 355px;
		height: 51px;
		margin: 10px auto;
		padding: 0;
		background: url(../images/tagline.gif) 0 0 no-repeat;
		text-indent: -9000px;
		}

	img.figure-a{
		display: block;
		margin: 0 auto;
		}

	img.figure-b{
		float: right;
		margin: 0 0 10px 10px;
		}

	img.figure-c{
		float: left;
		margin: 0 10px 10px 0;
		}

		#portfolio{
			font: italic 16px Georgia, times, "Times New Roman", serif;
			}

		#portfolio ul{
			margin: 0;
			padding: 0;
			}

			#portfolio ul li{
				display: block;
				float: left;
				width: 200px;
				height: 150px;
				margin: 0 5px 10px 10px;
				text-align: center;
				}

				#portfolio ul li img{
					display: block;
					margin: 3px auto;
					border: 1px solid #E7E8E9;
					}

	#resources ul{
		margin: 0;
		padding: 0;
		font: 15px Times, "Times New Roman", Georgia, serif;
		}

		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}

	blockquote#testimonials{
		margin: 0;
		}

		#testimonials p{
			font: italic 13px Georgia, times, "Times New Roman", serif;
			}

		#testimonials h2{
			font: italic 16px Georgia, times, "Times New Roman", serif;
			color: #fff;
			margin: 0 0 50px 0;
			padding: 0;
			border-bottom: 1px dotted #E7E8E9;
			}

		#testimonials img{
			border: 1px solid #E7E8E9;
			padding: 3px;
			}/* END INFO PAGES */

	/* START GALLERIES */
		#enlarge{
			width: 600px;
			height: 425px;
			}

			#enlarge img{
				display: block;
				margin: 0 auto;
				border: 1px solid #E7E8E9;
				padding: 3px;
				}
		#thumbnails{
			width: 600px;
			}

		#thumbnails ul{
			display: block;
			margin: 0 auto;
			padding: 0;
			width: 465px;
			}

			#thumbnails ul li{
				display: block;
				width: 50px;
				height: 50px;
				overflow: hidden;
				float: left;
				margin: 3px;
				padding: 0;
				border: 1px solid #E7E8E9;
				}

		#thumbnails img{
			display: block;
			margin: 0 auto;
			border: none;
			}

	#caption{
		width: 600px;
		}

	#caption p{
		font: italic 16px Georgia, times, "Times New Roman", serif;
		text-align: center;
		clear: left;
		padding: 10px;
		}/* END GALLERIES */

	/* START FORMS */
		fieldset{
			display: inline;
			padding: 10px;
			margin: 0;
			border: 1px solid #B9B6B7;
			}

			fieldset fieldset{
				clear: left;
				float: left;
				margin: 5px 0;
				width: auto;
				}

				fieldset fieldset label{
					width: 335px;
					}

		legend{
			color: #E7E8E9;
			font: italic 16px Georgia, times, "Times New Roman", serif;
			}

		label{
			display: block;
			float: left;
			clear: left;
			width: 100px;
			font: 15px Times, "Times New Roman", Georgia, serif;
			margin-top: 3px;
			}

		.required{
			color: #fff;
			font-weight: bold;
			}

		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: 15px 0 0 0;
		margin: 0 0 0 245px;
		}

		#footer p{
			text-align: center;
			font: 13px Times, "Times New Roman", Georgia, serif;
			letter-spacing: 2px;
			margin: 4px 0;
			}/* END FOOTER */

