/*  
Theme Name: Remembering Kurt

Theme URI: www.rememberingkurt.com

Description: This is the custom theme for Kurts website.

Version: 1.0

Author: Mike Daleo

Author URI: mikedaleo.com

Tags: Kurt Schafer, Custom theme 

*/

html{
	background-color: black;
	color: #9d9a78;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#container{
	background: url(images/BG.jpg) no-repeat;
}

#header{

	height: 300px;
	margin-left: 480px;
}
#header h1{
	visibility: hidden;
	margin-bottom: 140px;
}

a{
color: #5e5e5e;
}
/* Nav is in separate file */

/* CONTENT--------------- */


#content{
	background: url(images/CONTENT-BG.png) no-repeat 0 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	

}
#content2{
	background: url(images/CONTENT-BG.png) no-repeat 0 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	

}

#content h2, #content2 h2{
	margin-bottom: 0;
	height: 60px;
	background-image: url(images/CONTENT-HEADER-BG.png);
	text-indent: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

#content p{
	width:460px;
	padding-left: 40px;
	font-size: 1.15em;
	line-height: 1.7em;
	margin-top: 20px;
}
#content2 p{
width:820px;
	padding-left: 40px;
	font-size: 1.15em;
	line-height: 1.7em;
	margin-top: 20px;
}

#home-pic{
	float: right;
	position: relative;
	margin-top: -650px;
}

/* FOOTER--------------- */
#footer ul{
	margin-left: 70px;
}
#footer ul li{
	display: inline-block;
	margin-left: 0px;
	height: 14px;
	margin-right: 20px;
}

#footer ul li a{
	display: inline-block;
	color: #5e5e5e;
}

#footer cite{
	color: #9d9994;
	margin-left: 300px;
}
#footer cite a{
	color: #5e5e5e;
}

/*IE6 footer hacks*/
*#footer ul{
padding:0px;
}

*#footer ul li{
list-style-type:none;
display:inline;
}

/*Guestbook------*/
#comments_section{
	width: 460px;
	float: left;
}
#comments_section p{
	width: 440px;
	padding-left: 5px;
}
#comments_section li{
	border-bottom: 1px solid #484848;
}
#commentform{
	width: 43%;
	background-color: #101010;
	padding-top: 11px;
	padding-bottom: 1px;
	border: 1px solid #585858;
	float: right;
	padding-right: 30px;
	margin-right: 10px;
}

#commentform p{
	width: 393px;
	margin: 0 0 0 30px;
	padding: 0 0 10px;
}
#commentform input{
	border: 3px solid #585858;
}
#commentform textarea{
	border: 3px solid #585858;

}

/*PHOTOS PAGE*/



#photolist li{
	list-style-type: none;
	display: inline-block;
	background-color: #fff;
	width: 200px;
	height: 150px;
	margin: 0 0 30px 14px;
	border: 7px solid #757575;

}

/*IE6 photo hacks*/
*#photolist ul{
padding:0px;
}

*#photolist li{
	list-style-type: none;
	*display:inline;
	background-color: #757575;
	width: 200px;
	height: 150px;
	margin: 0 0 30px 14px;
	border: 7px solid #757575;

}

/*Arrangements page*/
#map{
margin-left:40px;
margin-bottom:40px;
width:800px;
height:400px;
border: 3px solid #757575;
}


