/*  
Theme Name: Emerald City
Theme URI: http://emcit.com/wordpress/
Description: Three column theme for Emerald Cty web site.
Version: 1.0
Author: Cheryl Morgan
Author URI: http://www.cheryl-morgan.com/
*/

/***********************************************/
/* Emerald City CSS                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #0099FF;
	text-decoration: none;
}

a:link{
	color: #FF3333;
	text-decoration: none;
}

a:visited{
	color: #FF3366;
	text-decoration: none;
}

a:hover{
	color: #FF3333;
	text-decoration: underline;
}

h1{
 font-family: Algerian;
 font-size: 300%;
 font-weight: bold;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 130%;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 760px;
	font-size: 80%;
}

#content{
    float: left;
	background-color: #FFFFFF;
    width: 760px;
    padding-right: 5px;
}

#content h1{
    color: #009900;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************** .story styles *****************/

.story{
    font-family: Arial,sans-serif;
    color: #333333;
	clear: both; 
	padding: 10px 0px 0px 10px; 
	font-size: 80%;
}

.story a{
    color: #333333;
}

.story h2{
	padding: 15px 0px 5px 0px;
	text-align: center;
	clear: both;
}

.story h3{
	padding: 15px 0px 5px 0px;
	clear: both;
}

.story h4{
	text-align: center;
	padding: 0px 5px 0px 0px;
	clear: both;
}

.story h5{
	text-align: center;
}

.story p{
	padding: 0px 5px 0px 0px;
}

.story a{
	color: #0000FF;
	text-decoration: none;
}

.story a:link{
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}

.story a:visited{
	color: #0000CC;
	text-decoration: none;
}

.story a:hover{
	color: #0000FF;
	text-decoration: underline;
}

.story img{
	float: left;
	padding: 0px 10px 5px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	width: 750px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

