﻿/* CSS Document */

body {
	margin:0px;
	background-color:#000000;
	}
	
#navigation {
	width: auto;
	height: 50px;
	background-color: #000000;
}
#navigationContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FEA656;
	font-size: 18px;
	padding-right: 20px;
	top: -15px;
	position: relative;
	padding-top: -25px;
}

#navigationContent a {
	color:#FF9933;
	text-decoration:none;
	}
	
#navigationContent a:hover {
	text-decoration:underline;
	}
	
#contact #navigation #navigationContent a#nav_contact {
	
	font-weight:700;
	}

#serena #navigation #navigationContent a#nav_serena {
	
	font-weight:700;
	}

#podcasts #navigation #navigationContent a#nav_podcasts {
	
	font-weight:700;
	}

#books #navigation #navigationContent a#nav_books {
	
	font-weight:700;
	}

#education #navigation #navigationContent a#nav_education {
	
	font-weight:700;
	}

#bio #navigation #navigationContent a#nav_bio {
	
	font-weight:700;
	}

#home #navigation #navigationContent a#nav_home {
	
	font-weight:700;
	}

#navigationCrown {
	position:relative; 
	margin-right:10px; 
	top:10px;
	border:0px;
	}
	
#navigationSerena {
	position:relative; 
	top:15px;
	border:0px;
	}
	
#mainContainer {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	height: 680px;
	background-attachment: inherit;
}

#mainContainerContent {
	width:282px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11.5px; 
	font-weight:100;
	color:#ffffff;
	margin-top:10px;
	}

#mainContainerContent h1 {
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 7px;
	color: #7CCEF5;
	line-height: 20px;
	text-transform: capitalize;
}
	
#mainContainerContent p {
	margin-left:5px; 
	margin-top:0px;
	}
	
#mainContainerContent p i {
	font-style: italic;
	color: #ED8749;
}
#mainContainerContent a {
	color: FF9933;
	text-decoration: underline;
}
	
#mainContainerContent ul {
	margin-left:10px;
	padding-left:10px;
	}

#serenaContent {
	width: 272px;
	padding-top: 110px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 286px;
	background-image: url('../images/Megans Blog Pic 2.jpg');
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#serenaContent a {
	color:#000000;
	text-decoration:underline;
	}
	
#copyright {
	width:1003px;
	text-align:right;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}