/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Tom Mckinlay Photography
Author : original: unknown; revised: Ben Rinehart
URL : tommckinlayphotography.com

Description : Probably originally created only for session proofing - I've changed it to incorporate styles for the entire site.

Created : unknown
Modified : 11/10/2006 - added sitewide properties and navigation styles

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #933F22;
	font-family: normal Verdana Arial Helvetica sans-serif;
	}

a:link, a:visited{
	color: #933F22;
	}
	
a:active{
	color: #03C;
	}

a:hover{
	color: #fff;
	}

input, textarea{
	background: #CCC;
	color: #000;
	}

	/* START NAVIGATION */
	#navigation{
		font: 14px times, "times new roman", georgia, serif;
		text-align: center;
		vertical-align: top;
		padding-top: 25px;
		}
		
		#navigation p{
			padding: 10px 0;
			}
	
		#global{
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			}
		
			#global li{
				list-style-type: none;
				padding: 10px 5px;
				}
		
				#global li a:link, #global li a:visited{
					}

				#global li a:hover, #global li a:active{
					}

		a:link, a:visited{
			text-decoration: none;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */
	
	#content{
		background: #fff;
		color: #000;
		padding: 0 1em 2em 1em;
		border: 1px solid #933F22;
		font: 16px Garamond, Times, "Times new Roman", Georgia, Serif;
		text-indent: 2em;
		}
		
		#content a:hover{
			color: #000;
			text-decoration: underline;
			}
		
		#content table{
			border-collapse: collapse;
			border-top: 1px solid #933F22;
			border-left: 1px solid #933F22;
			}
		
		#content table th, #content table td{
			border-bottom: 1px solid #933F22;
			border-right: 1px solid #933F22;
			text-align: center;
			padding: 3px 5px;
			}
		
		#content li, #content p[align="center"]{
			text-indent: 0;
			}
