/*  
Theme Name: Peter West Carey
Theme URI: http://www.peterwestcarey.com/
Description: Layout for PeterWestCarey.com
Author: Jessica Lares
Author URI: http://www.jessicalares.com/
*/

body {
	font-family: "Trebuchet MS", Arial, "Helvetica", sans-serif;
	background-color: #000;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #f49500;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #f49500;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #f49500;
	font-weight: bold;
}
#header {
	background-color: #f49500;
	text-align: right;
	height: 100px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#header a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#header a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#header a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#content img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	padding: 5px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-color: #f49500;
	text-align: center;
	clear: both;
	font-family: "American Typewriter";
	font-size: 14px;
	color: #000;
	padding: 5px;
	font-weight: bold;
	margin: 0px;
}
#content h1 {
	font-family: Optima;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
}
#header h1 {
	color: #000;
	font-family: "American Typewriter";
	font-size: 42px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#header h2 {
	color: #000;
	font-family: "American Typewriter";
	font-size: 36px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

