/*
Theme Name: Amy MacKinnon
Theme URI: http://lowfatdesigns.com
Description: This is a custom theme by <a href="http://lowfatdesigns.com">Low Fat Designs</a>.
Version: 2.0 Roses
Author: Low Fat Designs
*/


/* -- Framework
------------------------------------------------ */

@import 'css-lib/layout.css';
@import 'css-lib/wordpress.css';
@import 'css-lib/utilities.css';


/* -- Layout
------------------------------------------------ */

body {
	margin-top: 0px;
	background: #444 url(images/bg.jpg) no-repeat center top;
	/*color: #6a604a;*/
	color: #1a1a1a;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container {
	background: url(images/bg_container.jpg) repeat-y right top;
}

#header {
	height: 299px;
	background: url(images/bg_header.jpg) no-repeat right top;
}

#main-content {
	padding-bottom: 32px;
}

#page_noid #main-content,
#page26 #main-content,
#page80 #main-content,
#page84 #main-content,
#page87 #main-content,
#page89 #main-content,
#page345 #main-content  {
	padding-bottom: 180px; /* Force pages to be longer */
}

#content-2 {
	padding-top: 40px;
	padding-bottom: 32px;
}

#page7 #content-2 {
	padding-top: 54px;
}

#footer {
	height: 70px;
	background: #444 url(images/bg_footer.gif) no-repeat right bottom;
}

#copyright {
	padding-top: 16px;
	text-align: center;
	color: #808080;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
}





/* -- Classes
------------------------------------------------ */

.upcoming-date {
	color: #306986;
}

#signup a,
a#excerpt-link {
	padding: 10px 0 10px 45px;
	background: url(images/icon-rose.gif) no-repeat left center;
	font-size: 18px;
}

a#excerpt-link {
	display: block;
	margin: 40px 0;
}






/* -- Text
------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #89010a;
}

h1#site-title {
	display: none;
}

h2 {
	background: url(images/red-underline.gif) no-repeat left bottom;
}

#main-content p,
#main-content li,
#content-2 p,
#content-2 li {
	font-size: 1.2em;
}


/* Home: Blurbs */

#main-content p.blurb {
	margin-bottom: 4px;
}

#main-content p.blurber {
	margin: 0 0 34px 20px;
	font-size: 12px;
	font-weight: bold;
}


#main-content .nice-quote {
	position: relative;
	top: 8px;
	color: #89010a;
	font-size: 2em;
	font-weight: bold;
	line-height: .2em;
}




/* Home: Other */

p#shasta-tagline {
	color: #89010a;
	font-size: 1.7em;
	font-style: italic;
	text-align: center;
	
}

/* Home: Twitter */

ul#twitter-feed {
	margin: 0;
	list-style: none;
}

ul#twitter-feed li {
	margin-bottom: 18px;
}

.tweet-meta {
	margin-left: 20px;
	display: block;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* News */

.news-item {
	margin: 0 0 18px 0;
}
.news-title {
	font-size: 15px;
}
.news-source {
	display: block;
	color: #1a1a1a;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}



/* -- Links
------------------------------------------------ */

a:focus, 
a:hover     { color: #89010a; text-decoration: none;}
a           { color: #89010a; text-decoration: underline; }

.navlist a:focus, 
.navlist a:hover,
.news-item a:focus,
.news-item a:hover {
	color: #480307;
}
.navlist a {
	text-decoration: none;
}
.current_page_item a {
	border-bottom: 1px dotted #949156;
	color: #480307;
}

.purchase-links a {
	padding: 4px;
	margin: 0 10px 0 0;
}

.news-item a {
	text-decoration: none;
}

#copyright a:focus, 
#copyright a:hover { color: #fff; text-decoration: none;}
#copyright a { color: #808080; text-decoration: underline; }





/* -- Images
------------------------------------------------ */

img.bordered {
	border: 2px solid #e5e0d3;
}

p img.img-center {
	float: none;
	margin: 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.container #header #secondary-img {
	position: relative;
	width: 190px;
	height: 195px; 
	left: 280px;
	top: 50px;
	margin: 0;
	padding: 0;
	z-index: 500;
}

body#page5 .container #header #secondary-img,
body#page53 .container #header #secondary-img {
	background: url(images/header_photo_archway.jpg);
}

body#page6 .container #header #secondary-img {
	background: url(images/header_photo_girls.jpg);
}
body#page8 .container #header #secondary-img {
	background: url(images/header_photo_envelope.jpg);
}
body#page11 .container #header #secondary-img {
	background: url(images/header_photo_angel.jpg);
}
body#page7 .container #header #secondary-img {
	background: url(images/header_photo_water.jpg);
}
body#page9 .container #header #secondary-img {
	background: url(images/header_photo_orchid.jpg);
}
body#page53 .container #header #secondary-img {
	background: url(images/header_photo_willow.jpg);
}
body#page345 .container #header #secondary-img {
	background: url(images/header_photo_amy.jpg);
}

#page6 #content-2 img {
	clear: both;
}



/* -- Lists
------------------------------------------------ */

ul.navlist {
	width: 245px;
	margin: -90px 0 0 0;
	list-style-type: none;
}

ul.navlist li {
	font-size: 20px;
}

ul#nav1 {
	float: left;
	text-align: right;
}

ul#nav2 {
	float: right;
}

ul.purchase-links {
	list-style: none;
	margin: 0;
}

ul.purchase-links li {
	float: left;
}



/* -- Misc
------------------------------------------------ */

span.statcounter {
	display: none;
}
