/* Style Sheet for FridayMorningArtists.org */

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

/* #0099ff */

body {
	margin: 0px;
	background-color: #e4efe9;
/*	background-image: url(../images/bg1.gif);	*/
	background-position: center;
	background-repeat: repeat-y;
	color: #000000;
	font-family: Helvetica;
	font-size: 12px;
	}

.container {
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: 5%;
	width: 740px;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	}
	
.padding {
	padding: 20px;
	}
	
.masthead {
	background-image: url(../images/fma-title.gif);
	text-align: center;
	}

.content-box {
	position: relative;
	top: 5px;
	float: right;
	width: 586px;
	}

.sidebar {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	margin : 12px 0px;
	font-size: 10px;
	text-align: center;
	}
	
.sidebar img{
	padding: 1px;
	border: 1px solid #000000;
	}

.examples {
	clear: both;
	position: relative;
	left: 20px;
	top: -10px;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	width: 100%;
	}
	
.contact {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	width: 100%;
	}
	
.contact a {
	text-decoration: underline;
	}

/* ----- begin blockquote ----- */

blockquote {
	margin: 5px;
	padding: 5px 20px 5px 5px;
	}
	
blockquote h1{
	font-size: 20px;
	margin-top: 5px;
	border-bottom: 2px solid #840307;
	}
	
blockquote.desc{

	}
	
blockquote .image{
	float: right;
	padding: 3px 0px 5px 3px;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #000000;
	}
	
blockquote img{
	padding: 0px;
	}

blockquote p.content {
	padding-top: 10px;
	}
	
blockquote p.content a{
	text-decoration: underline;
	}

blockquote div.content {
	padding-top: 3px;
	margin-bottom: 5px;
	}
/* ----- end blockquote ----- */

.copyright {
	position: absolute;
	bottom: -25px;
	padding-bottom: 5px;
	text-align: center;
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	width: 100%;
	}
	
.copyright a {
	color: #000000;
	}
	
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}


.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

