/* Mary Barry News Letter Styles
** created: December 16, 2007
** last edited: Feb 20, 2009
** Author: Taliesin Smith
** Design Concept: Sally Ledrew */

html {
	font-size: 62.5%;
}
body {
	/*background: #799ca2 url(../media/images/cssImages/bgBody-4-clear.jpg) no-repeat 0 0;*/
	background-color: #000;
	color: #fff;
	font-size: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
* { margin: 0;
	padding: 0;
}
#containerWrapper {
	border: 2px solid #fff;
	width: 900px;
	background: #799ca2 url(../media/images/cssImages/bgBody-4-clear.jpg) no-repeat 0 0;
	margin: 0 auto;
}
/* General Styles 
-------------------*/
h1, h2, h3, h4 {
	font-family: Georgia,"New York", "Times", "Times New Roman", serif;
	font-weight: bold;
	color: #fff;
	margin: 1em 0 0.25em 0;
	padding: 0 0 0 20px;
}
h2, h2 a {
	font-size: 3em;
}
h2 a:hover {
	text-decoration: none;
}
.content *{
	font-size: 100%;
} 
.content p, .content blockquote, .content a{
	font-size: 13px;
}
.content h2, .content h1, h3, h4 {
	color: #476972;
	font-size: 1.75em;
	margin-top: 1em;
	letter-spacing: 2px;
	border-bottom: 3px solid #476972;;
	letter-spacing: 0.10em;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.dates {
	list-style: none;
	padding: 0;
	margin: 10px 20px 10px 20px;
 }
.dates li.first {
 	border-top: 1px dashed #476972;
 	padding-top: 5px;
 }
.dates li {
	border-bottom: 1px dashed #476972;
	margin-bottom: 5px;
	padding: 0 20px 5px 20px;
} 
 
#imageBar img, img.tiny {
 	width: 85px;
 	height: 85px;
 }
a {
	color: #476972;
	border: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	
}
a {
 	border: none;
 	outline: none;
 }
a img {
	border: 2px solid #000;
}
 cite, quote, em {
 	font-style: italic;
 	font-weight:bold;
 }

/* .content Styles
-------------------*/
.content h3 {
	padding-left: 1em;
	color: #476972;
}
.content p, p, address {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 1em 1.5em 0 2em; 
}
#inThisIssue {
	color: #476972;
	font-size: 1.2em;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 2.5em;
}
#inThisIssue a{
	color: #fff;
}

.signature p{
	font-style: italic;
} 

.signature .name, .signature .date {
	text-align: right;
	margin: 0;
	padding: 0 1.5em 0 2em;
}
.signature .name {
	font-weight: bold;
	padding-top: 1em;
}
blockquote  {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1em 2em 0 2em ;
	padding: 0 0 0 1em;
	border-left: 10px solid #4c7c88 ;
}
.content {
height: 400px;
overflow: auto;
	}
/* Layout and Positioning 
--------------------------*/
#container {
	height: 1%;
	overflow: hidden;
	/*border: 1px red solid;*/ 
	margin-left: 250px;
	/*width: 750px;*/
	/*height: 400px;*/
}
#pageHeader {
	color: #fff;
	background-color: #83aabb; /*#799ca2*/
	height: 80px;
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#pageHeader h1, #pageHeader h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #799ca2; /*#799ca2*/
	height: 40px;
	width: 500px;
	border-right: 1px #fff solid;
	border-bottom: none;
	float: left;
	text-align: center;	
}
#pageHeader h1 {
	font-size: 3.5em;	
}
#pageHeader h2 {
	font-size: 2.5em;	
}
#buyCDLink {
	display: block;
	float: right;
	width: 148px;
	height: 80px;	
	line-height: 80px;
	background: transparent url(../media/images/cssImages/musicIconLight.jpg) no-repeat 50% 10%;
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center; 
	vertical-align: baseline;
	border: none;
	/*margin-top: -40px;
	padding-top: 20px;*/
}
#buyCDLink:hover {
	background-color: #4c7c88; /*#4d7d89*/
	background: #4c7c88 url(../media/images/cssImages/musicIconDark.jpg) no-repeat 50% 10%;
	color: #000;
	text-decoration: none;
}
/*#pageHeader p {
	padding: 1em;
	color: #476972;
	background-color:#83aabb;
	border: none;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	float: left;
	margin-top: -45px;
	height:58px;
	width: 202px;
}*/
blockquote#featureQuote {
	color: #476972;
	padding: 0;
	margin: 10px 10px 10px 0;
	border: 1px dashed #476972;
	background-color:#d5e7ec;
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
	float: right;
	width: 200px;
}
#featureQuote p {
	color: #476972;
	padding: 0.25em;
	margin: 0;
}
/*#columnContainer {
	background-color: purple;
	margin-left: 0;
	height: 400px;
	padding-bottom: 20px;
}*/
#divOne {
	float: left;
	border-left: 1px #fff solid;
	width: 500px;
	background-color: #83aabb;
	height: 400px;
	padding-bottom: 20px;
}
#divTwo {
	float: left;
	/*width: 100px;*/
	height: 400px;
	background: #799ca2 url(../media/images/cssImages/luckyCharm.jpg) no-repeat 50% 98%;	/*#799ca2*/
	padding-bottom: 20px;
	padding-left: 20px;
}
#menu {
  background-color: #799ca2;
  margin-left: 0;
  padding-left: 0;
}
#menu li, a.button {
	height: 30px;
	line-height: 30px;
	width: 100px;
}
a.button {
	margin: 10px 0 0 180px;
	background: transparent url(../media/images/cssImages/buttonContent.jpg) no-repeat top left;
}
#menu li {
	margin: 10px 0 0 0;
	background: transparent url(../media/images/cssImages/button-100.jpg) no-repeat top left;
}
#menu a , a.button{
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 30px;	
}
#menu a:hover, a.button:hover {
	color: #000;
	text-decoration: none;
}
#pageFooter {
	clear: both;
	height: 150px;
	width: 900px;
	background-color: #000;
	border-top: 1px #fff solid;
}
#pageFooter p, #pageFooter a {
	color: #83aabb;
}
#pageFooter p {
	padding:0;
	margin-top: 20px;
	width: 190px;
	text-align: right;
	font-size: 1.1em;
	font-family: georgia, serif;
	float: left;
}
#pageFooter a:hover {
	color: #fff;
	text-decoration: underline;
}
ul#imageBar {
	background-color: #000;
	margin-top: 0;
	padding: 20px;
	height: 85px;
	width: 525px;
	float: left;
}
#imageBar li {
	display: inline;
}
#imageBar img {
	width: 85px;
	height: 85px;
}