/*  
Theme Name: Lisa Harding Buck
Theme URI: http://www.lisahardingbuck.com/
Description: A bespoke theme for Wordpress by <a href="http://www.thestacker.net">Stacker</a>.
Version: 1.0
Author: John Stack
Author URI: http://www.thestacker.net

*/

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	border-style: none;
}

a {
	outline: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #383838;
	background-color: #FFFFFF;
	text-align: center;
}

h1 {
	font-family: Times, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #3D0E62;
	text-decoration: none;
	font-weight: normal;
	padding-top: 155px;
	display: block;


}

h2 {
	font-family: Times, "Times New Roman", Georgia, Times, serif;
	font-size: 16px;
	color: #3D0E62;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	padding-top:12px;

}

h3 {
	font-family: Times, "Times New Roman", Georgia, Times, serif;
	font-size: 24px;
	color: #3D0E62;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 24px;
	padding-top: 80px;

}

.content {
	margin: 0px auto 0px auto;
	width: 720px;
	text-align: left;

}

#headerwrapper {
	height: 200px;
	background-image: url(/wp-content/themes/lisa/images/papertexture.jpg);
	background-repeat: repeat;
}

#header {
	background-color: red;
}

#menu {
	width: 450px;
	float: right;
	padding-top: 20px;
	display: none;
}


#menu li {
	display: block;
	float: left;
	width: 225px;
	height: 30px;
}


#menu li a {
	color: #383838;
text-decoration: none;

}


#menu li a:hover {
	color: #3E4498;

}


.current_page_item {
	font-weight:bold;
}


#copy {
	width: 450px;
	float: left;
padding-bottom:24px;
}

#copy p {
	padding-bottom: 24px;
line-height: 24px;

}

#copy a {
color: #3E4498;

}

#copy a:hover {
color: #3D0E62;

}

#copy li {
	line-height: 24px;
	margin-left: 20px;
}


#copy ul {
	padding-bottom: 24px;
}

#sidebar {
	display: none;
	width: 240px;
	height: 590px;
	float: left;
	background-image: url(/wp-content/themes/lisa/images/flower.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

#sidebar blockquote {

	font-family: Times, "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	color: #3E4498;
	text-decoration: none;
	font-weight: normal;
	padding-top: 450px;
	height:200px;
line-height: 18px;
}

#spacer {
	width: 700px;
	height: 10px;
	clear: both;
}

#footer {
	background-image: url(/wp-content/themes/lisa/images/papertexture.jpg);
	background-repeat: repeat;	
	height: 50px;
}

#footer p {
	padding-top:20px;
}


#footer a {
	text-decoration: none;
	color: #383838;
}

#footer a:hover {
	color: #3E4498;

}