/*/////////////////////////////////////////////////////////////////////////////////

lindaappleby.com

/////////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	}

body { 
	text-align: left;
	font-size: 62.5%;
	font-weight: normal;
	font-family: "times new roman", times, serif;
	line-height: 1.2em;
	color: #000000;
	background: #FFFFFF;
	}

/*////////////////////////////////// LINKS  ////////////////////////////////////*/

a:active, a:focus {
    outline: 0;
	}

a {
	color: #4F5320;
	text-decoration: underline;
	}

a:hover, a.active {
	color: #AEB63D;
	text-decoration: underline;	
	}

/*////////////////////// HEADERS & PARAGRAPHS //////////////////////*/

h1	{	
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2.3em;
	line-height: 1em;
	color: #AEB63D;
	font-weight: normal;
}

h2 {
	margin: 25px 0 10px 0;
	padding: 4px 0 0 0;
	color: #666666;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
	border-top: 1px solid #e1e1e1;
	}
	
p, li {
	margin: 0 0 20px 0;
	padding: 0 10px;
	font-size: 1.6em;
	line-height: 1.4em;
	}
	
li {
	margin: 0;
	padding: 0;
	}
	
p.date, p.vcard {
	display: none;
	}

/*////////////////////////////// LAYOUT ////////////////////////////*/

#container {
	width: 700px;
	margin: 30px auto;
}

#logo	{
	margin: 0 0 30px 0;
	text-align: right;	
}

#nav { 
	width: 100%;
	margin: 0 0 20px 0; 
	}

#nav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav li { 
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}

#nav li a { 
	display: block;
	padding: 5px 5px 5px 0;
	color: #000000;
	text-decoration: none;	
	font-size: 1.6em;
	}

#nav li a:hover { 
	width: 100%;
	color: #AEB63D;
	text-decoration: none;
	}

#content {
	text-align: justify;
	margin-bottom: 30px;
	}	

#footer	{
	padding-top: 5px;
	border-top: 1px solid #e1e1e1;	
	}
	
#footer	p {
	line-height: 1.4em;
	font-size: 1.4em;
	text-align: right;
	color: #666666;
	}

/*/////////////////////////// NEWSLETTER /////////////////////////////////////*/

#newsletter_form {
	padding: 12px;
	width: 63%;
	margin: 0 0 20px 0;
}

p.form_error {
	color: red; 
	font-size: 1.6em; 
	margin: 5px 0 0 0; 
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p.form_success {
	color: green; 
	font-size: 1.6em; 
	margin: 5px 0 0 0; 
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}