/*** 

site name: meganlaurie.com 
designed by: Scott Faris, FarisWheel Productions
url: http://www.meganlaurie.com/ 

***/

/*** layout ***/

body {
	margin: 0;
	padding: 0;
	background-image: url(images/dark-brown-tile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #663300;
}

#page {
	margin: 0;
	padding: 0;
	background-image: url(images/blue-tile.gif);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 728px;
	color: #663333;
}

#masthead {
	margin: 0;
	padding: 0 0 10px 0;
	width: 728px;
	height: 219px;
}
#footer {
	margin:0 50px 0 120px;
	padding:0;
	width:600px;
	height:85px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/*** ----------------TEXT STYLES------------ ***/

a:link {
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color:#CC9933;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color:#996633;
	font-weight: bold;
	text-decoration:none;
}

h1 {
	font-size: 24px;
	color: #669999;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding: 2px;
	background-color:#663300;
	border-top-color: #663300;
	border-top-style:solid;
	border-top-width: 3px;
	border-bottom-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

h3 {
	font-size: 9px;
	color: #669999;
	font-weight: lighter;
	text-align:justify;
}

h4 {
	font-size: 12px;
	color: #669999;
	font-weight: normal;
	text-align:justify;
}

h5 {
	font-size: 14px;
	color: #669999;
	font-weight: bold;
	text-align:center;
}

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

#content1 {
	margin: 0 0 0 59px;
	padding: 0px 15px 5px 15px;
	width: 445px;
	color: #663300;
	border-color: #663300;
	border-style: double;
	border-width: medium;
}

.content2 {
	margin: 0;
	padding: 0;
	width: 440px;
	color: #663300;
	border-color: #663300;
	border-style: double;
	border-width: medium;
	}
	
#calendarmarquis {
	margin: 0;
	padding: 3px 0;
	width: 290px;
	height:	15px;
	font-size: 13px;
	background-color:#66CCCC;
	border-color: #663300;
	border-style: dotted;
	border-width: 2px;
}

#home	{
	margin: 0 0 0 59px;
	padding: 0 15px;
	width: 445px;
	background-color: transparent;
	border-color:#663300;
	border-style:double;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

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

#home a {
	color: #663300;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 0px 3px;
}

#home a:hover { color: #66CCCC; background-color: #663300; 		
	border: solid #000; border-width: 1px 0; }
	
/*** -------- nev elements --------- ***/
.nav {
	margin: 0 0 0 59px;
	padding: 0px 15px 0px 15px;
	width: 451px;
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	border-top-color: #663300;
	border-top-style: double;
	border-bottom-color: #663300;
	border-bottom-style: double;
}

.nav ul { list-style: none; margin: 0; padding: 0; }
.nav ul { display:block;}

.nav a {
	color: #663300;
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
	padding: 0px 3px;
}

.nav a:hover { color: #66CCCC; background-color: #663300; 		
	border: solid #000; border-width: 1px 0; }

