@charset "UTF-8";
/* CSS Document */

/*------------------------ RESET ----------------------------*/
html, body, h1, h2, h3, h4, h5, p, ol, ul, li, form {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
sup {
	font-size:70%;
	baseline-shift:3px;
	line-height:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:9px;
}
td, th, caption /*?*/ {
	font-weight: normal;
	text-align: left;
	padding: 0;
	vertical-align: top;
}
	
ol {
	margin-left: 1.4em;
	list-style: decimal;
}
ul {
	margin-left: 0;
	list-style: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block; 
}
a {
	text-decoration:none;
	outline:none;
}
/*------------------------ END RESET ------------------------*/



body {
	padding:20px 15px 35px 15px;
	margin:0 auto 45px auto;
	width:960px;
	font-family:"Hoefler Text", /*Garamond, */"Book Antiqua", Georgia, serif;
	background-color:#fcfdfb;
	/*color:#1a1c14;*/
	color:#402533;
}


/*------------------------- HEADER --------------------------*/

#header {
	padding:110px 0 0 150px;
	height:174px;
	background-image:url(images/headers/AW_Header.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#header h1 a, #header h2 a {
	font-style:italic;
}
#header h1 a {
	color:#f6f3ec;
}
#header h2 a {
	color:#374d63;
}


/*---------------------- TYPE STYLES ------------------------*/


/*-- Heading styles --*/

h1 {
	font-size:2em;
	padding-bottom:6px;
}
h2 {
	font-size:1.4em;
	font-style:italic;
}
h2, h2 a {
	color:#402533;
}
.post_text h3 {
	font-size:1.2em;
	padding:12px 0 15px 0;
	font-style:italic;
	line-height:1.35em;
}
.post_text h4 {
	font-size:1em;
	padding:12px 0 15px 0;
	font-style:italic;
	line-height:1.35em;
}

#col_side h3 {
	font-weight:bold;
}

.post_text p a, .wp-caption-text a, .post-text span a, #comments p a, #footer a {
	border-bottom:1px #d1cdcc solid;
}

blockquote {
	margin:0 0 0 24px;
}

/*-- Everything that should be blue, smaller, Lucida --*/

#nav, #col_side, .page-title-type, .post_info, .post_date, .wp-caption-text, #comments .commentmetadata, #reply-title, #commentform, .footnote, #nav-below, #footer {
	font-family:"Lucida Grande", "Lucida Sans", Sans-Serif;
	font-size:10px;
	line-height:15px;
	color:#4e6a87;
}
.footnote {
	display:inline-block;
}

/*-- Catch for Blogger footnotes --*/
.post_text span[style="font-size: x-small;"], .post_text span[style="font-size:x-small;"] {
	font-family:"Lucida Grande", "Lucida Sans", Sans-Serif;
	line-height:15px !important;
	font-size:10px !important;
	color:#4e6a87;
}


/*-- Anything else that just needs to be blue --*/

.page-title, a {
	color:#4e6a87;
}



/*------------------------ LAYOUT ---------------------------*/


#col_main {
	float:left;
	margin-right:45px;
	width:630px;
	padding-bottom:45px;
	min-height:480px;
}	


/*-- Page title layout --*/

div.page-title-container {
	width:630px;
	padding:13px 0 0 0;
	height:137px;
	border-top:1px solid #e1dddc;
}
h2.page-title-type {
	font-weight:bold;
	font-style:normal;
	margin-bottom:13px;
	width:120px;
	margin-right:30px;
	display:block;
	float:left;
}
h2.page-title {
	display:block;
	float:left;
}


/*-- Sidebars --*/

#col_side {
	width:285px;
	float:left;
}
#col_side h3, .post_info p {
	margin-bottom:10px;
}

#side_1, #side_2 {
	width:135px;
	float:left;
	border-top:1px solid #e1dddc;
	padding-top:13px;
}
#side_1 {
	margin-right:15px;
}

.widget {
	margin-bottom:30px;
}


/*-- Widget styling --*/


/* Search */

#search-6 label {
	display:none;
}
#search-6 #searchsubmit {
	display:none;
}
#search-6 input#s {
	width:129px;
}


/* Categories, Archives */

#categories-8 select, #archives-10 select {
	width:135px;
	background-color:#FFFFFF;
	border:none;
	color:#4e6a87;
	margin:0;
}
#categories-8 h3, #archives-10 h3 {
	cursor:pointer;
}
#categories-8 h3:after, #archives-10 h3:after {
	content:" +";
}
#categories-8 h3.contract:after, #archives-10 h3.contract:after {
	content:" -";
}


/* Twitter */
.widget_reallysimpletwitterwidget li {
	margin-bottom:10px;
}




/*-- Post --*/

.post {
	position:relative;
	width:480px;
	margin-left:150px;
	padding-bottom:100px;
	padding-top:13px;
	border-top:1px solid #e1dddc;
}
.post_info {
	position:absolute;
	left:-150px;
	top:-1px;
	width:135px;
	border-top:1px solid #e1dddc;
	padding-top:13px;
}
.post_date {
	margin-bottom:13px;
}
.post h2 {
	height:81px;
}
.post_text {
	margin-bottom:30px;
	line-height:1.35em;
}
.post_text p, .post_text ul, #comments p {
	margin-bottom:15px;
}
.post_text ul li {
	list-style-type:disc;
	margin-bottom:15px;
	line-height:1.3em;
	margin-left:15px;
}
div.separator {
	margin-top:30px;
	margin-bottom:15px;
}
div.separator img {
	display:inline;
}	
.wp-caption, img.alignnone, img.alignleft, img.alignright, img.aligncenter {
	text-align:left;
	padding:30px 0 45px 0;
	position:relative;
	width:auto !important;
}
.post_text p:first-child {
	padding-top:30px;
}
blockquote p:first-child {
	padding-top:0 !important;
}
.wp-caption img {
	width:auto !important;
	height:auto !important;
	max-width:480px;
	max-height:630px;
}
.wp-caption.alignleft img, img.alignleft {
	max-width:none;
	width:630px !important;
	margin-left:-150px;
}
.wp-caption a {
	display:block;
	width:385px;
}
.wp-caption-text {
	display:block;
	position:absolute;
	top:28px;
	width:120px;
	left:-150px;
	text-align:left;
}
.wp-caption-text a {
	display:inline;
	width:auto;
}
.wp-caption.alignleft .wp-caption-text {
	left:0;
	position:relative;
	float:left;
	margin-left:-150px;
	margin-top:18px;
}
.post_comments {
	padding-top:15px;
}
p iframe {
	padding:15px 0;
}


/*-- Error pages, No results --*/

.post.error {
	border-top:none;
	padding-top:0;
}
.post.error .post-text p {
	line-height:1.35em;
	margin-bottom:30px;
}


/*-- Comments --*/

#comments {
	border-top:1px solid #e1dddc;
}
#comments ul.commentlist li {
	border-bottom:1px solid #e1dddc;
}
#comments ul.commentlist li p, #comments .vcard {
	line-height:1.35em;
}
#comments .comment-body, #respond {
	padding:30px 0 30px 150px;
	width:480px;
}
#comments .comment-body {
	overflow:auto;
	zoom:1;
}
#comments .vcard, #comments .commentmetadata {
	float:left;
	clear:left;
	margin-left:-150px;
	width:130px;
	margin-bottom:8px;
}
#comments #comments-title {
	padding-left:150px;
	
}
#commentform {
	position:relative;
}
#commentform label, #commentform input, #commentform textarea, #commentform p {
	float:left;
	clear:left;
}
#commentform input {
	width:270px;
}
#commentform input#submit {
	width:auto;
}
#reply-title {
	display:none;
}
#commentform label {
	padding-bottom:6px;
}
#commentform textarea {
	width:480px;
	height:247px;
}


/*----------------------- FOOTER ----------------------------*/

#nav-below {
	width:630px;
	padding:45px 0 15px 0;
	border-top:1px solid #e1dddc;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}


#footer {
	width:960px;
	padding-top:30px;
	clear:both;
	color:#ccbbc4;
	border-top:1px solid #e1dddc;
}

