/* 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: 0px;
	width: 740px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	}
	
.padding {
	padding: 20px;
	}
	
.masthead {
	text-align: center;
	}

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

h3 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #000000; 
	}


/*
.title_line {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	}
*/
	
.sidebar {
	float: left;
	padding-left: 5px;
	margin : 12px 0px;
	font-size: 10px;
	text-align: center;
	border-left: 1px solid #000000;
	}
	
.sidebar img{
	padding: 1px;
	border: 1px solid #000000;
	}
	
/* ----- begin blockquote ----- */

blockquote {
	margin: 5px;
	padding: 5px 20px;
	}
	
blockquote h1{
	font-size: 20px;
	margin-bottom: -12px;
	margin-top: 5px;
	}
	
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 ----- */

/* ----- begin rollover menu ----- */
.nav-menu {
	position: relative;
	top: 5px;
	text-align: center;
	margin: -3px 10px;
	padding: 0px 0px 2px 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	border-bottom: 2px solid #840307;
	}

.nav-menu a {
	color: #000000;
	}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	}

.nav-menu li {
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	}

.nav-menu li.selected, .nav-menu li:hover.selected {
	text-decoration: underline;
	}

.nav-menu li:hover,  .nav-menu li:hover a {
	background-color: #edebeb;
	color: #000000;
	text-decoration: none;
	}

.nav-menu ul li a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.nav-menu ul li a {
	display: block;
	padding: 2px 10px;
	}
	
/* ----- end nav menu ----- */

/* ----- Member Stuff ----- */

.content-members {
	margin-top: 20px;
	border-top: 1px solid #666666;
	padding: 10px 0px;
	}

.member-menu {
	font-size: 10px;
	margin-top: 20px;
	padding: 0px;
	}

.memberimg {
	float: left;
	padding: 1px;
	width: 80px;
	height: 65px;
	border: 1px solid #000000;
	}
	
.memberimg:hover {
	border: 1px solid #cc6666;
	}

.member-menu td{
	font-size: 12px;
	vertical-align: top;
	border-top: 1px solid #666666;
	margin: 0px;
	}
	
.member-menu td.a{
	padding: 10px 5px 10px 10px;
	}
	
.member-menu td.b{
	padding: 10px 10px 10px 10px;
	}

.member-menu td a:hover {
	color: #cc6666;
	}

.member-menu tr{
	padding: 0px;
	margin: 0px;
	}
/*	
.member-menu tr:hover{
	background-color: #e8e8e5;
	}
*/
a.member-link {
	color: #003399;
	text-decoration: underline;
	padding-left: 10px;
	}
	
p.indent {
	padding-left: 25px;
	padding-top: 3px;
	margin: 0px;
	}
	
/* ----- End Member Stuff ----- */

/* ----- News Stuff ----- */
.news-headline, .news-headline a {
	font-size: 16px;
	font-style: none;
	margin-top: 15px;
	margin-bottom: 3px;
	text-decoration: underline;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #003399;
	}
	
.news-headline a:hover {
	color: #3399ff;
	}
	
.news-desc {
	font-size: 12px;
	margin-bottom: 3px;
	}

.news-link {
	font-size: 10px;
	}
.news-link a {	
	color: #ff0000;
	}
/* ----- End News Stuff ----- */

dt {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	}


/* ----- end rollover menu ----- */

.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;
	}
