/*
Theme Name: Anne Weiss Theme
Theme URI: http://www.anneweiss.com
Description: Custom theme for Anne Weiss
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: Anne Weiss, Singer-Songwriter, Portland, Oregon, Blues, Folk, Music, Classes, Lessons, Teacher, Performer
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

/* Common Tags */

p, ul, ol, hr, h1, h2, h3, h4, h5, h6, table, blockquote, form { margin-bottom: 14px; }

h2 { margin-bottom: 12px; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #663366;
}

a:hover, a:active {
	text-decoration: underline;
}

ul { list-style-type: disc; padding-left: 24px; }

ol { list-style-type: decimal; padding-left: 24px; }

.clear { clear: both; }

img { margin: 12px; }

.alignleft { margin-top: 0; margin-left: 0; }
.alignright { margin-top: 0; margin-right: 0; }

strong { font-weight: bold; }
em { font-style: italic; }
strong em, em strong { font-weight: bold; font-style: italic; }

/* STRUCTURE */

html { height: 100%; }

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	margin: 0;
	height: 100%;
	background-position: 0 -50px;
}

#wrapper { 
	width: 1012px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background-image: url(images/content_bottom.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 1012px;
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
}

#main_content {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 222px;
	min-height: 500px;
	padding-left: 130px;
	padding-right: 40px;
	text-align: left;
}

body.home #main_content {
	background-image: url(images/header_home.jpg);
}

#content_window {
	float: left;
	width: 720px;
}

body.home #content_window { padding-top: 374px; }

#footer {
	width: 1012px;
	height: 71px;
	background-image: url(images/footer.jpg);
}

#nav {
	list-style: none;
	width: 90px;
	display: block;
	float: right;
	text-align: right;
	padding-top: 14px;
	font-size: 15px;
	line-height: 20px;
}

#nav li {
	margin-bottom: 6px;
}

#nav li.current_page_item { font-style: italic; }

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#nav li a:active, #nav li a:hover {
	text-decoration: underline;
} 

#post-13 h3, #post-7 h3, #post-17 h4 { border-top: 1px dotted #000; padding-top: 14px; margin-top: 14px; }

