/* 
Theme: Blue Serenity
Author: Twelve Horses

Created for The Reno-Tahoe Chapter of the American Marketing Association
*/


@import url("navigation.css");


/* Browser Reset */
* { 
	margin:0; padding:0;
	}
	

body {
	font-size: 67.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e9f1f6;
	color: #000000;
	text-align: center;
	}

#wrapper {
	margin: 20px auto;
	text-align: left;
	width: 968px;
	position: relative;
	}
	
#respond {
	clear: both;
	}
		
#container {
	width: 968px;
	background: url(images/bg.jpg) repeat-y;
	float: left;
	}


/*============================ 
Header 
============================*/

#search_field {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 205px;
	}

#search_field .sbutton {
	width: 70px;
	margin-left: 5px;
	}

#search_field input {
	width: 125px;
	}

#header {
	background: url('images/header.jpg') no-repeat;
	padding: 25px;
	height: 90px;
	}
	
#logo {
	position: absolute;
	top: 25px;
	}

#topnav {
	margin: 0 0 0 25px;
	}

#imagebox {
	clear:both;
	width:918px;
	height: 171px;
	background: url('images/laketahoe.jpg') no-repeat;
	margin: 25px 25px 45px 25px;
	}
	
	#tagline {
    font: 1.8em Georgia, Times, serif; letter-spacing: 0; text-transform: none;
    font-style: italic;
    color: white;
    padding: 40px 0 30px 25px;
}

#join_link {
    padding-left: 105px;
    font: 1.6em Georgia, Times, serif; letter-spacing: 0; text-transform: none;
    color: white;
}

#join_link a {
	color: white;
}
	
/*============================ 
Footer 
============================*/

#footer {
	width: 918px;
	background: url('images/footer.jpg') no-repeat;
	height: 44px;
	padding: 25px;
	clear:both;
	}
		
#footer hr  {
	margin-left: 25px;
	width: 868px;
	border: 0;
	height: 1px;
	color: #F5F5F5;
	background-color: #999;
	}
	
#footer p {
	margin-top: 10px;
	text-align: center;
	color:	#666;
}
	
#footer_sitemap {
	margin-top: 10px;
	margin: 10px auto 0 auto;
	width: 670px;
}

#footer_sitemap a{
	text-decoration: underline;
	}

#footer_sitemap li {
	padding: 5px;
	list-style: none;
	white-space: nowrap;
	float:left;
	text-align: center;
	}

#footertext {
	width: 968px;
	display: block;
	clear:both;
	padding-top: 5px;
	}
	
#footertext p {
	margin-top: 10px;
	text-align: center;
	}

/*======================
OTHER
=========================*/

#contentarea {
	margin-top: -20px;
	width: 968px;
	float: left;
	}

#left_col {
	width: 211px;
	float: left;
	margin: 0 15px 0 25px;
}

#middle_col {
	float: left;
	width: 483px;
	margin: 0 15px 0 15px;
}
	
#right_col {
	float: left;
	width: 164px;
	margin: 0 25px 0 15px;
}

#right_col h3, #left_col h3 {
	font: 1.8em Georgia, Times, serif; letter-spacing: 0; text-transform: none;
	margin-bottom: 0.25em; color: #333; border-bottom: 1px dashed #B2B2B2; padding: 0 0 5px 0;
	}
	
/*===========================
 Upcoming Events: format post-meta data
 ============================*/
.post-meta-key {
display: none;
color: #626262;	
font-weight: bold;
}

ul.post-meta {
list-style-type: none;
color: #626262;
padding: 0 0 0 5px;
}

ul.post-meta li {
display: inline;
list-style-type: none;
padding: 0px 0 10px 0;
}



/* Flickr Object
*/

ol
{
  margin-left: -10px;
  width: 231px;  /* room for 3 columns */
}
ol li
{
  float: left;
  width: 71px;  /* accommodate the widest item */
  list-style-type: none;
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.flickr
{
  margin-bottom: 20px;
}

/* anchor styling */
ol li img
{
  display: block;
  padding: 2px;
  width: 77px;
  text-decoration: none;
}

#archived {
	margin: 15px 0 15px 0;
}

#archived li {
	list-style-type: none;
}


#board_members img {
float: right;
}

#board_members td {
padding: 10px;
vertical-align: top;
}

/*============================
 Messages & Alerts 
 ============================*/

#messagebox {
	margin-top: 15px;
	background-color: #ecf3f6;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #d2ebfc;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #d2ebfc;
	}
  
#messagebox h3 {
	font: 1.5em Georgia, Times, serif; 
	letter-spacing: 0; 
	text-transform: none;
	color: #333; 
	border: none;
	padding: 10px 0px 0px 15px;
	}
	 
#messagebox p {
	font: 1.1em Georgia, Times, serif;
	font-style: italic;
	color: #555;
	padding: 0px 5px 0px 20px;
	margin-bottom: 15px;
	}

#messagebox a {
	font-style:normal;
	text-decoration:underline;
	color: #333;
	line-height: 1.2em;
	}

#messagebox a:hover {
	color: #06c;
	}

#rss_icon {
	background-image: url(images/rss.png);
	background-repeat:no-repeat;
	margin: 10px 10px 0px 15px;
	}
	
#email_icon {
	background-image: url(images/email.png);
	background-repeat:no-repeat;
	margin: 0px 10px 0px 15px;
	height:18px;
	}

#messagebox img {
margin: 2px 5px 0 0;
	}
  
  
  
h2.pagetitle {
	color: #333;
	margin-bottom: 15px;
}
  
 /* center sponsor images */
#sponsors img.displayed {
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
  
#right_col div, #left_col div {
	padding: 0 0 0 0;
	}

ul {
	margin: 5px 0 0 0px;
	}

li {
	margin:0 0 0 10px;
	}

p {
	margin: 5px 0 15px 0;
	line-height: 1.4em;
	}
	
h2 {
	font-size: 1.4em;
	font: 1.8em Georgia, Times, serif;
	}

h2 a:visited {
	color: #06c;
	text-decoration: none;
	}
	
h2 a {
	text-decoration: none;
	color: #06c;
	}

h2 {
	text-decoration: none;
	color: #06c;
	margin: 10px 0 0;
	}
	
h2 a:hover {
	color: #333;
	text-decoration: none;
	}
	
a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
	.alignright {
	float: right;
	color: #147;
	}


.post {
	margin: 0 0 40px;
}


small {
	margin-top:3px;	
}
	
.postmetadata {
	color: #777;
	}
	
a.postmetadeta {
	color: #036;
}
	
.postmetadata {
	clear: left;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postmetadata ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.entry p a:visited {
	color: #06c;
	}

a img {
	border: none;
	}
	
.page_content {
	line-height: 1.4em;
	}	

.entry p {
	font-size: 1.05em;
	line-height: 1.6em;
	}
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
	
blockquote {
	color: #777;
	}

.flickr_pink {
	color: #FF0084;
	}
	
.flickr_blue {
	color: #0063DC;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}


commentlist li {
	width: 100%;
}
		
.commentlist li {
width: 200%;
} 		
		
/* Form elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
	