@charset "utf-8";
/* 
    WEBSITE: Greater Seattle Romance Writers
	AUTHOR: Elle Media
            elle@getelle.com
			www.getelle.com
	DATE: April 1, 2008
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }

body {
	background-image: url(../images/backgrounds/darkfloral.gif);
	background-repeat: repeat;
	color: #121619;
	font-family: Helvetica, sans-serif;
}



ul { list-style: none inside; }
p {
	margin-bottom: 1.3em;
}
#footer p {
	color: #F5EDEA;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0.5em;
}

a { outline: none; }
a img { 
	border: none; 
	padding:0px;
}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#hugger {
	width: 820px;
	background-color: #4A5C66;
	border: medium groove #273136;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


/* END STRUCTURE */

/* ------------------------------------------ */
/* HEADER */
/* ------------------------------------------ */

#header {
	height: 180px;
	width: 100%;
	margin-top: 15px;
}
#header h1 {
	text-indent: -5000px;
	line-height: 2px;
}

/* END HEADER */

/* ------------------------------------------ */
/* MENU */
/* ------------------------------------------ */


#menu {
	background-image: url(../images/backgrounds/menubg.png);
	background-repeat: repeat-x;
	height: 56px;
	width: 100%;
}

#menu li {
	position:relative;
	float: left;
	line-height: 56px;
	margin-top: 8px;
}

#menu a {
	width: 160px;
	line-height: 36px;
	display: block;
}

#menu a:hover {
	background-position: 0px -36px;
}

.submenu {
	margin: auto;
	width: 150px;
}

#menu li:hover {
	position:relative;
}

#menu li ul {
	/*display: none;*/
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -999em;
}

#menu li:hover > ul {
	position:absolute;
	top:36px;
	color:#F5EDEA;
	display: block;
	border: thin solid #4A5C66;
	background-color: #AABCC8;
	padding:0px;
}

#menu li:hover > ul li {
	margin-top:0px;
}

#nav li.sfhover ul li {
	margin-top:-1px;
}

#menu li:hover > ul li a{
	color:#383328;
	display: block;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
	width: 146px;
	line-height: 15px;
	font-size: 12px;
}

#nav li.sfhover ul li a{
	color:#383328;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 146px;
	/*line-height: 15px;*/
	font-size: 12px;
	border: thin solid #4A5C66;
	background-color: #AABCC8;
}

#menu li:hover > ul li a:hover{
	color:#F5EDEA;
	background-color:#4A5C66;
	border: 2px solid #AABCC8;
}


#nav li.sfhover ul li.sfhover{
	border-left: 1px solid #383328;
	border-right: 1px solid #383328;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}

/*#nav li.sfhover ul li{
	color:#F5EDEA;
	background-color:#4A5C66;
	border: 2px solid #AABCC8;
}*/
#nav li:hover ul {
	left: auto;
}

#home {
	background-image: url(../images/menu/home.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#about {
	background-image: url(../images/menu/about.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#authors {
	background-image: url(../images/menu/authors.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#contact {
	background-image: url(../images/menu/contact.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#members {
	background-image: url(../images/menu/members.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-left: 10px;
}

/* END MENU */



/* ------------------------------------------ */
/* CONTENT */
/* ------------------------------------------ */

#contenthugger {
	margin-top: 15px;
	clear: both;
}

#content {
	float: left;
	width: 525px;
	margin-left: 10px;
	padding: 5px;
	color: #F5EDEA;
	text-align: justify;
}
#content p {
	font-size: 15px;
}
#content h1 {
	text-align: center;
	padding-bottom: 10px;
}

.boardimageleft {
	float: left;
	border: 5px solid #F5EDEA;
	margin: 15px;
}


.boardimage {
	float: right;
	border: 5px solid #F5EDEA;
	margin: 15px;
}
#content h2 {
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 17px;
}
.coverimage {
	margin: 15px;
	float: right;
	border: 4px solid #F5EDEA;
}

.coverimageleft {
	margin: 15px;
	float: left;
	border: 4px solid #F5EDEA;
	clear: left;
}

#content h3 {
	padding-bottom: 15px;
	padding-top: 25px;
	font-size: 16px;
	color: #CBDEEA;
}
#content ol {
	list-style-position: outside;
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 25px;
}
.confbanner {
	background-color: #A5B8C4;
	color: #121619;
	font-weight: 900;
	line-height: 20px;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}
.confdate {
	font-weight: bolder;
	padding-right: 25px;
	margin-left: 20px;
	float: left;
	width: 150px;
}

.covers {
	height: 180px;
	margin: 10px;
}



.contentlist {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 20px;
}
.listfloat {
	float: left;
	width: 250px;
}


.contentlist li {
	padding-bottom:7px;
}
.contentlist a {
	color: #F5EDEA;
	text-decoration: underline;
	font-size: 14px;
}



.curlytop {
	background-image: url(../images/backgrounds/curlytop.gif);
	background-repeat: no-repeat;
	height: 34px;
	background-color: #4A5C66;
	margin: auto;
}

.curlymiddle {
	width: 203px;
	background-color: #F5EDEA;
	padding: 10px;
	margin: auto;
	height: 270px;
	font-size: 12px;
}

.curlymiddle h1, #sidebar h1 {
	text-align: center;
	padding-bottom: 5px;
}
.curlymiddle h2 {
	color: #4A5C66;
	text-align: center;
	padding-bottom: 8px;
	font-size: 16px;
}

.curlymiddle a, .curlymiddle a:visited {
	color: #4A5C66;
	text-decoration: none;
	font-style: italic;
}
.curlymiddle a:hover {
	color: #F5EDEA;
	background-color: #4A5C66;
}


.curlymiddle h3 {
	padding-top: 7px;
	padding-bottom: 7px;
}


.curlybottom {
	background-image: url(../images/backgrounds/curlybottom.gif);
	background-repeat: no-repeat;
	height: 34px;
	background-color: #4A5C66;
}


/*SIDEBAR*/

#sidebar {
	background-color: #f5edea;
	border: thick double #768fa2;
	width: 200px;
	margin-left: 577px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 25px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
#sidebar a, #sidebar a:visited {
	color: #4A5C66;
	text-decoration: none;
	font-style: italic;
}
#sidebar a:hover {
	color: #F5EDEA;
	background-color: #4A5C66;
}



/*JOIN US*/

#joinus {
	float: left;
	width: 235px;
	margin-right: 47px;
	background-color: #4A5C66;
	margin-left: 10px;
}

/*MEETING*/

#meeting {
	float: left;
	width: 235px;
	margin-left: 2px;
}

/*CONFERENCE*/

#conference {
	float: right;
	width: 235px;
	margin-right: 10px;
}

/*NEW RELEASES*/

#newrelease {
	height: 225px;
	margin-bottom: 15px;
	margin: auto;
	width: 800px;
	margin-top: 30px;
	background-color: #F5EDEA;
	border: thick double #768fa2;
}
#newrelease h1 {
	padding: 7px;
}
#newrelease ul {
	margin-left: 17px;
}



#newrelease li img {
	border: medium double #7C94A6;
}

#newrelease li {
	display: inline;
	padding: 0px;
}

#newrelease li a {
	padding: 2px;
}


/*FOOTER*/

#footer {
	margin-top: 15px;
}

#footer a, #footer a:visited, #content a, #content a:visited, #newreleases a, #newreleases a:visited {
	color: #CBDEEA;
}

#footer a:hover, #content a:hover, #newreleases a:hover {
	color: #121619;
	background-color:#CBDEEA;
}

#bigline {
	color: #090C0D;
	margin-top: 25px;
}


/*TABLE*/

table {
	background-color:#4A5C66;
	color: #f5edea;
	font-size: 14px;
	border: medium groove #273136;
}
td {
	border: 1px solid #121619;
    padding:1px;
}


table a {
	color:#CBDEEA;
}
.tablefloat {
	float: left;
	width: 125px;
}
.yahootable {
	background-color: #F5EDEA;
	border: 2px solid #859AAB;

}
.yahootable td {
	text-align: center;
	border: none;
	color: #121619;
}
.yahootable a {
	color: #121619;
}
#roster td {
	width: 160px;
}
#catalog h1 {
	font-size: 24px;
	color: #F5EDEA;
	font-family: Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;	
}
#catalog th {
	text-align: center;
}
#catalog td {
	width: 150px;
}
.error {
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

