/*
    Theme Name: SFWA
    Theme URI: http://www.sfwa.info/
    Description: Best SFWA Theme
    Version: 1.5
    Author: Barry
    Author URI: http://www.sfwa.info/
  */


/* ---------- GLOBAL ELEMENTS ---------- */
body {
	background-image: url(/images/_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	
	
	font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	
	
	
	margin: 0;
	padding: 0;
}

#rap {
	margin: 0px auto;
	width: 758px;
}

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

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}





cite {
	font-size: 11px;
	font-style: normal;
}


cite2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
	float:center; 
	text-align:left;
	margin-left:5px; 
	text-align:center;
	
	
}




h2 {

}

h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 25px 0px 5px 0px;
	font-weight: bold;
}


ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}





/* ---------- BANNER ---------- */

#banner {
	margin: 0px auto;
	background-image: url(/images/_bg_banner.jpg);
	background-repeat: none;
	height: 65px;}

#bannerLeft {
	float:left;
	width: 350px;
	}

#bannerRight {
	float:right;
	font-size: 11px;
	margin: 10px 10px;
	text-align:right;
	width: 350px;}
	
#bannerRight a{
	color: #8BC5FF;
	text-decoration:none;
	}
#bannerRight a:hover{
	color: #fff;
	text-decoration:underline;
	}



/* ---------- PROMO AREA ---------- */

#promo {
	margin: 0px auto;
	height: 180px;
	}
	
#promoLeft {
	margin: 0px;
	padding: 0px;
	width: 458px;
	height: 180px;
	float: left;
	}
#promoLeft img {
	margin: 0px;
	padding: 0px;}
	
#promo div#promoRight {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 180px;
	float: right;
	background-image: url(/images/_bg_promoRight.gif);
	background-repeat: no-repeat;
	}
#promo div#promoRight p {
	margin: 30px 10px 0px 10px;
	font-size: 13px;
	color: #A4D1FF;
	line-height: 20px;}

/* ---------- BRANDING ---------- */
#branding {
	margin: 0px;
	padding: 0px;
	height: 80px;}

/* ---------- Global NAV ---------- */

#gNavTop { /* static area above tabs */
	margin: 0px auto;
	padding: 0px;
	background-image:url(/images/_bg_gnav_top.gif);
	background-repeat: no-repeat;
	height: 20px;
	
	}
#gNavTop p { /* includes some text for google's benefit */
	margin: 0px;
	padding: 0px;
	display: none;
	}
/* sliding doors css tab styles */

#gNav {
	margin: 0px auto;
	padding: 0px;
	background-image:url(/images/_bg_gnav.gif);
	background-repeat: no-repeat;
	height: 30px;
	
	}
	
#gNav ul {
	margin: 0px;
	padding: 0px 10px;
	
	}
#gNav li {
    float:left;
    background-image:url("/images/gnav_left.gif");
    background-repeat:no-repeat ;
	background-position:left bottom;
    margin:0px 0px 0px 8px;
    padding:0 0 0 5px;
	list-style-type:none;
    }

#gNav li a{
    display:block;
    background-image:url("/images/gnav_right.gif");
   background-repeat:no-repeat ;
	background-position:right bottom;
    padding:3px 10px 0px 2px;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
   }
   
#gNav li a:hover{
	color: #1C499F;
	text-decoration: underline;
   }
   
#gNav #current{
    background-image:url("/images/gnav_left_current.gif");
    background-repeat:no-repeat ;
	background-position:left bottom;
	 color: white;
	 font-weight: bold;
	 list-style-type:none;
	 }
	
#gNav #current a {
	background-image:url("/images/gnav_right_current.gif");
	background-repeat:no-repeat ;
	background-position:right bottom;
    padding-bottom:0px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
    }

/* used by WP - we're using BANNER instead */
#header {
	display: none;
}






/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}





.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #999;
	padding-bottom: 7px;
}

.meta li, ul.post-meta li {
	display: inline;
	padding-bottom: 3px;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta,{
	color: #666;
	font-weight: normal;
}

.meta a {
	font-weight: bold;
	letter-spacing: 0;}

/* ---------- STORY / COMMENT STYLES ---------- */

#content.storytitle h3 {
	margin: 5px 0px 15px 0px;
	padding: 10px 0px 13px 0px;
	}
#content h3 a {
	
	font-weight:normal;}
#content div a, #content p a {
	color: #000066;
}
#content div a:hover, #content p a:hover {
	color:  #000066;
}

#content .storycontent p {
	color: #333;
	margin: 5px 0px 12px 0px;
	font-size: 12px;
	line-height: 18px;
	}




h2#comments  {
	border-top: 3px double #000066;
	font-size: 16px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 25px 0px 5px 0px;
	color: #003399;
	}
#commentform input {
	background-color: #fff;
	border: 1px solid #000066;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
#commentform textarea {
	background-color: #fff;
	border: 1px solid #000066;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	width: 450px;
	height: 100px;
}
ol#comments li p {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 7px;
	text-align: justify;
}
ol#comments li p cite a {
	color: #000066;
}


/* -----------  CONTENT / LEFT COL ---------- */
#content {
	float: left;
	margin: 10px 10px 0 0px;
	width: 478px;
	padding: 0px 10px;
}
#content #latestContent {
	background-image: url(/images/_bg_latestContentBody.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #6FB7FF;
	margin: 10px 0px 30px 0px;
	}
#content #latestContent p.latestHeadline {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 5px 10px 5px 10px;
	font-size:18px;
		
}
#content  #latestContent div.latestStory p {
	color: #444444;
	margin: 0px 10px 10px 10px;
	font-size: 13px;
	line-height: 20px;
	}
#content #latestContent .latestMeta {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A0CFFF;
	padding: 3px 10px;
}

#content #latestContent .latestMeta li, ul.post-meta li {
	display: inline;
	padding-bottom: 3px;
	
}

#content #latestContent .latestMeta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 3px 10px;
}

#content #latestContent .latestMeta{
	color: #333;
	font-weight: normal;
}

#content #latestContent .latestMeta a {
	font-weight: bold;
	letter-spacing: 0;}


/* STORY IMAGES */
#content #latestContent img.right {
	float: right;
	margin: 3px 10px 5px 10px;
	}
	
#content #latestContent img.left {
	float: left;
	margin: 3px 10px 5px 10px;
	}
	
#content #latestContent img.full { /* must be 458 max width */
	margin: 3px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #000066;}
	
div.storycontent p img.right {
	float: right;
	margin: 3px 10px 5px 10px;
	}
	
div.storycontent p img.left {
	float: left;
	margin: 3px 10px 5px 10px;
	}
	
div.storycontent p img.full { /* must be 458 max width */
	margin: 3px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #000066;
	}
/* misc text styles */	
#content p.leadin{
	color: #666;
	margin: 15px 0px 15px 10px;
	font-size: 15px;
	line-height: 20px; }
	
#content p{
	color: #333;
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	line-height: 16px; }
	
#content h4 {
	margin: 15px 0px 10px 10px;
	padding: 0px;
	font-size: 14px;
	border-bottom: 1px solid #BBDCFF;
	color: #FF6600;}
	
#content h5 {
font-size: 13px;
	margin: 10px;
	padding: 0px;
	}
	
#content h6 {
font-size: 11px;
	margin: 10px;
	padding: 0px;
	letter-spacing:1px;
	}
	
	
#content dt {
	margin: 20px 10px 5px 10px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #BBDCFF;}
	
#content dd {
	margin: 0px 10px 5px 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	}
	
#content ul.links {
	margin: 5px 10px 10px 30px;
	padding: 0px;
	font-size: 10px;
	color: #555555;}
	
#content ul.links li {
	margin: 3px 15px;
	padding: 0px;
	list-style-type:circle;
	font-size: 13px;
	line-height: 16px;}
	
#content div.sidebar {
	width: 220px;
	margin: 0px 0px 20px 20px;
	
	float: right;
	background-color: white;
	border: 1px dashed #BBDCFF;
	}
	
#content div.sidebar p.header {
	margin: 0px;
	font-size: 11px;
	color: #333;
	padding: 2px 5px;
	font-weight: bold;
	letter-spacing:1px;
	background-image:url(/images/_bg_locationSidebarHeader.jpg);
	background-repeat: no-repeat;
	}
#content div.sidebar p {
	margin: 5px;
	font-size: 11px;
	color: #333;}
#content img.fullNoPost { /* must be 458 max width */
	margin: 3px 0px 5px 10px;
	padding: 2px;
	border: 1px solid #000066;}	
	
	
/* banner ad styles */
#content #ad {
	margin: 0px 0px;
	background-color: #fff;
	border-bottom: 1px solid #669900;
	text-align: center;
	padding: 5px;}
	
#content p.sponsorLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px 2px 0px 0px;
	padding: 0px;
	text-align: right;
	}
	



/* ------------ MENU / RIGHT COL ---------- */
#menu {	
	margin: 5px 0px 0px 0px;
	padding: 0px 0px;
	background: #D5EAFF;
	float: right;
	width: 240px;
	border-top: 5px solid #BBDCFF;
	border-bottom: 3px solid #BBDCFF;
}
#menu form {
	margin: 0;
}

#menu ul {
	color: #030;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}
#menu ul li {
	color: #000066;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	
}
#menu ul ul {
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul li {
	background: none;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 0;
	border: 0;
}
#menu ul ul li a {
	color: #000066;
	height: 13px;
	font-weight: bold;
}
#menu ul ul li a:hover {
	color:#1C499F;
	text-decoration: underline;
}
#menu p {
	font-size: 11px;
	margin: 3px 10px;
	line-height: 13px;
	color: #333;}

/* ---------- CALENDAR ---------- */
#wp-calendar {
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 90%;
	text-align: center;
	margin: 0px 10px 0px 12px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar a:hover {
	background: #fff;
	color: #333;
	}

#wp-calendar caption {
	color: #666;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	}

#wp-calendar td {
	color: #666;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background: #fff;
	border: 1px solid #000066;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #62B0FF;
	color: #000066;
	}

#wp-calendar th {
	font-size: 12px;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	}
	
/* ---------- FORM STYLES ---------- */
#menu input.txtBox {
	font-size: 11px;
	font-family: "Courier New", Courier, mono;
	color: black;
	background-image:url(/images/_bg_formField.jpg);
	background-repeat: no-repeat;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	}
	
.btn {
	background-color:#000066;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-left: 10px;}

span.fineprint{
	font-size: 10px;
	color: #333;
	
	line-height: 13px;}
	
.newsletterSignup{
	margin: 0px 0px 0px 0px;
	
	padding: 7px 0px;
	}
	
/* ---------- footer ---------- */
#footer {
	clear: both;
	margin: 15px 10px;
	padding: 5px 0px 10px 0px;
	border-top: 3px double #A0CFFF;
	text-align: center;
	}
#footer p{
margin: 0px 0px 5px 0px;
	font-size: 12px;
	line-height: 14px;
	}
