/* CSS Document Designed by Laura Harrison: www.lauraharrisonmusic.com*/
/* replace the background line with this if I want to insert a picture... background: #77618A url(images/Plum.jpg) repeat-x left top;*/
body {
	margin: 0;
	padding: 0;
	background: #003263;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
}
.style2 {
	color: #FFF;
	font-weight: bold;
}

h1, h2 {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #FFF;
}

h1 { font-size: 44px; }

h2 { font-size: 22px;}

h3 { font-size: 18px; 
	 color: #FFF;
}

h3:hover {color: #FFF;
		  text-decoration: underline;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding: 10px;
	background-color: #3333CC;
}
td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

li {
	margin-top: 0;
	line-height: 80%;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding 20px;
}
ul, ol { }

blockquote {
	line-height: 120%;
}

a {
	color: #FFF;
}

a:hover {
	color: #FFF;
	font-weight: bold;
}

a img {
	border: none;
}
/* replace background line with this if I want to insert a picture: 	background: #77618A url(images/Plum.jpg) repeat-x left top;*/
#wrapper {
	background: #003263;
}

#search {
	float: right;
	width: 305px;
	height: 76px;
	padding: 25px 0 0 5px;
}

/* Header */

#header-wrapper {
	width: 880px;
	margin: 0 auto;
	color: #303;
}

/* I'm leaving a fake background url here just in case I change my mind from the logo info below*/
#header {
	width: 800px;
	height: 460px;
	margin: 0 auto;
	background: #000000 url(images2/logo.png) no-repeat left top;
}
/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 450px;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	text-decoration: none;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #FFFFCC;
}
/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
}
/** LOGO */
#logo {
	height: 110px;
	background: url(images/logo.png) no-repeat center top;
	color: #303;
}
/* Content */

#content {
	float: left;
	width: 550px;
}
/* Post */

.post {
	margin-bottom: 15px;
}
/* This can be any image that is 510by50px */
.post .title {
	height:50px;
	margin-bottom: 3px;
	padding: 12px 0px 2px 20px;
	color: #FFF;
}
/*content2 for any section without a sidebar*/
#content2 {
 	float: left;
	width: 840px;
	margin: 10px auto;
	padding: 0;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 0 0 20px 0px;
	font-size: 12px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	font-size: 12px;
	padding: 0 10px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 20px 5px 0px 20px;
	font-size: 16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #102247;
}


#sidebar p {
	line-height: 200%;
}
/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #FFF;
}

#footer td {
	text-align: center;
	border: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#footer a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#footer a:hover {
	text-decoration: underline;
	color:#FFF;
	font-weight: bold;
}
#footer a img {
	border: none;
	text-align: center;
}

