/* Stylesheet For: Loeffler Photography
   
   ToC: 
   
   1. =globals
   2. =containers
   3. =navigation
   4. =masthead
   5. =content
   6. =footer
   7. =forms

*/

@import url(reset.css);

/* =globals
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #d1d6da url('../images/bg/body.jpg') no-repeat 50% 0;
	font: normal 15px "Times New Roman", Times, serif;
	color: #323232;
	}

a { outline: none;
	color: #323232;
	}

h1, h2, h3, h4, h5, h6, p {
	padding: 12px 25px;
	
	}

h1 {
	font-size: 26px;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	font-size: 13px;
	font-weight: bold;
	}


strong {
	text-decoration: underline;
		}

ul {
	margin-left: 25px;
	}
	
ul li {
	font-size: 11px;
	}



.photofloat {
	float: right;
	margin: 20px;
	}
	
.photofloat_border {
	float: right;
	margin: 20px;
	border: 8px solid #7e100f;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* =containers 
--------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 770px;
	}

/* =navigation
--------------------------------------------*/
				 			
#nav {
	float: right;
	width: 630px;
	height: 80px;
	text-align: right;
	}	
	
	#nav a:link, #nav a:visited {
		color: #4c4a4a;
		text-decoration: none;
		}
		
		
	#nav a:hover, #nav a:active {
		color: #4c4a4a;
		text-decoration: underline;
		}
		
	#nav ul {
		margin-top: 20px;
		list-style: url('../images/nav/bullet.png')
		}
					
	#nav ul li { 
		float: right;
		margin-left: 40px;
		font-size: 14px;
		}  



/* =masthead 
--------------------------------------------*/




#masthead {
	height: 155px;
	}
	
#logo {
	position: relative; 
	left: -19px;
	margin-top: 20px;
	float: left;	
	width: 135px;
	height: 135px;
	background: url('../images/logos/krista_monogram.png') no-repeat;
	}
	
#logotype {
	margin-left: 5px;
	float: left;
	width: 460px;
	height: 75px;
	background: url('../images/logos/krista_logotype.png') no-repeat;
	}
	

			

/* =content 
--------------------------------------------*/

#main {
	float: left;
	width: 758px;
	height: 515px;
	background-color: #fff;	
	border: 6px solid #bbbbbb;
	overflow: hidden;
	}
	
#content {
	position: relative;
	z-index: 1000;
	margin: 10px;
	width: 736px;
	height: 495px;
	background-color: #dbd9d6;
	}
	
	#content img.splash {
		margin-top: 15px;
		margin-left: 65px;
		}

	#flashcontent {
	position: relative;
	top: 30px;
	left: 80px;
	border: 8px solid #ebf7f7;
	width: 560px;
	height: 420px;
	overflow: hidden;
		
		}
		
	ul.packages {	
		list-style: none;
		}

/* =footer 
--------------------------------------------*/
#footer {
	position: relative;
	top: 15px;
	margin-bottom: 25px;
	width: 770px;
	}
	
	#footer a:link, #footer a:visited {
		color: #323232;		
		}
		
	#footer p {
		padding: 0;
		}
	
	#footer p.credits {
		float: right;
		text-align: right;
		}

/* =form
--------------------------------------------*/

input, textarea {
	width: 250px;
	}
	
.btn {
	width: auto;
	}
