/*
Theme Name: Norah vs Aaron theme
Theme URI: norahvsaaron.com
Description: makin my own.
Version: 0.1
Author: Aaron Curry
Author URI: http://aaroncurry.net/

	NVA

	This theme was designed and built by Aaron Curry


*/

@import url('/css/reset.css');

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


body { background-color: #600; font: 16px/22px 'Lucida Grande', arial, sans-serif;  }

h1 { 
	font: normal 45px/55px 'Lucida Grande', arial, sans-serif;
	margin: 20px 0; text-align: center;
	letter-spacing: 2px; 
	word-spacing: 20px; 
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active { color: #ddd; text-decoration: none; }

h2 { font-size: 24px; line-height: 30px; margin-bottom: 15px; }

p { margin-bottom: 15px; }

a:link, a:visited { color: #900; text-decoration: underline; }
a:hover, a:active { color: #E00; text-decoration: underline; }


#page-container {  margin: 0 auto;  width: 980px; }
#page-content {
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff; 
	border: 2px solid #444;
	padding: 20px; 
	position: relative; 
}
#content {
	float: left;
	width: 634px;
}
#sidebar {
	float: left;
	background-color: #bbb; 
	border: 1px solid #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 228px;
	padding: 10px;
	margin: 43px 0 0 50px;
}
#sidebar li {
	margin-bottom: 10px;
}

#footer { color: #ddd; font-size: 9px; text-align: center; padding: 10px 0;}

/* photos */
.wp-caption {
	font-size: 10px;
	background-color: #ddd;
	border: 1px solid #444;
	text-align: center;
}

/* -- us */
.norah
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.aaron
{
	font-family: "Times New Roman", Times, serif;
}