/*

		 THEME FOR WORDPRESS
		 
		 By: Eleana Whitesell
		 http://www.eleanawhitesell.com

		 Brown: #7A3B1F
		 Orange: #F68825
		 Cream: #F9F6EA
		 Background: #E2ECDF
		 Green:#0C9f4A
		 Green: #149F3B
		 
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll;}
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif; padding: 0;margin: 0; color:#333333; 	
									  background-color:#E2ECDF; background-image: url(http://www.lynnewilliams2010.org/images/bg8.png); background-repeat:repeat; }


ul									{ list-style: none; }
li									{margin-bottom: 10px;}
ol									{ list-style: decimal inside; line-height: 1.2em; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/****UTILITY****/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #272727; }
.button:hover						{ background: #990000; color: white; }
.box {border: 1px solid #7A3B1F; padding-top: 10px; text-transform: uppercase; margin: 15px 0 15px 0; text-align: center;}

div.hr {
background:url(/images/hrdivider.png) no-repeat scroll center;
height: 20px;
margin: 15px 0 15px 0;
}
div.hr hr {
display: none
}
.icon {padding-right: 5px;}

#rss{ height: 32px; width: 32px; background-image: url(http://www.lynnewilliams2010.org/images/feed.png); margin:-35px 0px 0px 480px; }

/****TYPGROGRAPHY****/
p								{ font-size: 1.2em; line-height: 1.4em; margin: 0 0 20px 0; }
a									{ color: #990000; }
a:hover								{ background: #149F3B; }
h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }
h2									{ font-size: 2.2em; font-family: Georgia, serif; font-weight: normal; line-height: 1.2em; margin-bottom: 10px;}
h3									{ font-size: 2.6em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: #149F3B; font-size: 1.8em; margin-bottom: 15px; }
h5									{ color: #7A3B1F; font-size: 1.4em; font-weight: normal; }
h6									{ color: #149F3B; font-size: 1.8em; line-height: 1.2em;font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px; }
.post h4							{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 15px 0;
									  color: #900; }
.titles		{ font-family: Georgia, serif; font-weight: normal;font-size: 1.2em; line-height: 1.2em; margin: 0 0 5px 0;   }							  
.excerpts { font-size: 1.0em; line-height: 1.2em; margin: 0px 0 30px 0;padding-bottom: 10px;}
.pagetitle {height: 48px; width: auto; font-family: Georgia, serif; font-weight: normal;font-size: 2.8em; line-height: 1.2em; color: #149F3B; margin: 0 0 25px 0;  font-variant: small-caps;  }
 blockquote{
	margin: 15px;
	padding:0 12px 0 12px;
	width: 50%;
	}


/****FORMS****/
input								{ padding: 3px; }

/****STRUCTURE****/

#page-wrap{width: 100%;
	height: 100%;
			}
						
#maincontainer					
		{ width: 954px; 
		margin: 0px auto -220px;
		min-height: 100%; 
		height: auto !important; 
		overflow: hidden; 
		background-color:#E2ECDF;
		border-left: 1px solid orange;
		border-right: 1px solid orange;
}		
								  
#main-col							
{ width: 584px; min-height: 980px;  padding: 20px 30px 40px 40px; float: left; background-color: white; }					
#rightsidebar						
{ width: 300px; 
	height:auto;
	float: left; 
	background-color: #E2ECDF;
	margin: 0px;
	}


#newsblock{ width: 560px; height: auto; padding:10px;border-top: 1px solid #eee; 
border-bottom: 1px solid #eee;margin-top: 10px; list-style: none; background-color:#F9F6EA;}	<!-- original width was 520, orig margin top was 50 - change by dlb 3/29/2010 -->				

#newsblock p{font-size: 1.0em; line-height: 1.2em; }	

#newsblock .titles {font-family: Georgia, serif; font-weight: normal;font-size: 1.8em; line-height: 1.2em; margin: 0 0 5px 0;   }	


.emailblock {padding-left: 40px;}

#pagetools{    margin: 0px 0px 3px 360px; width: 250px; height: 20px;text-decoration: none;clear: both;}


  
#slider {height:540px; width:160px; background-color:white ; margin-bottom: 0px ;}




/****HEADER****/

#logo		
{ width: 954px; height: 189px; 
text-indent: -9999px;  float: left; 
background-color: #149F3B; 
margin-top: -20px; 
display: block;

}


#logo a  { text-indent: -9999px; 
			display: block; 
			height: 189px;
			background: url(/images/v2.png) top left no-repeat; 
			background-position: center; 
	}



#bulletinbox {height:115px;
width:115px;
background-image: url(http://www.lynnewilliams2010.org/images/MarriageEquality.png); 
margin: 40px 0 0 20px;
}	
	


#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ padding: 20px 0 0 0; background-color: #149F3B; }
#top-bar p							{ color: #f4dfb8; width: 300px; float: left; }
form#searchform						{ margin: 0 0 10px 0; float: left; }


/****MENU****/
#menu-bar							{ font-size: 1.4em; padding-top: 11px; background-color:#F9F6EA; border-bottom: 1px solid #FBE1B4; border-top: 1px solid #FBE1B4;}



.tabbar {margin-left: 40px; text-transform: uppercase; color:#333;}
.tabbar a {color: #333; }
.tabbar a:hover {color: white; padding: 3px; }

/****WIDGETS****/
.widget				{ width: 200px; margin: 0 0 25px 0; 
						padding: 20px; float:left; }
.widget .inside		{ padding: 20px; }
.widget ul			{ list-style: none; margin-left: 15px; }
.widget ul li 		{ margin: 0 0 5px 0; list-style: none;}
.widget ul li a 	{ background: #fff; display: block; padding: 2px;list-style: none; }
.widget ul li a:hover{ background: #fff; color: white; }
.widgettext 		{ font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; line-height: 1.4em;list-style: none; background-color: #fff; width: 200px; margin: 0 0 25px 0; padding: 20px; float:left; }

#widget_sign_up
	{height: auto; width: 250px; list-style: none; background-image: url(/images/mailbg.png) no-repeat; float:left; margin: 10px 0px 25px 25px; display: block; overflow: hidden;}
	
#socialmedialarge {width:539px; height: 105px;list-style: none; margin-top: 25px; border: none;  display: block; background-image: url(http://www.lynnewilliams2010.org/images/connect-large2.png); background-repeat: no-repeat; float: left;}


#widget_social_media 
	{height: 156px; width: 250px; list-style: none; margin-top: 25px; border: none;  display: block; background-image: url(http://www.lynnewilliams2010.org/images/connectv2.png); background-repeat:no-repeat; float: left;}


#socialmediachunk {
	height:48px; width: 200px;
	position: relative;
	float: left;
	 text-decoration: none; border:none;
	 margin:25px 0px 0px 325px;}



#socialmediachunk a:link, #socialmediachunk a:visited {
background-position:left top;
clear:both;
display:block;
height:48px;
width: 48px;
float: left;
  margin: 5px 2px 0 5px;
}

#socialmediachunk li {
	position:relative;
    list-style-type: none;
    display: inline;
    padding: 3px;
  margin-right: 2px;
	float:left;}


#socialmediachunk a:link,
#socialmediachunk a:visited {
  display: block;
  height: 48px;
  background-position: 0; 
  background-position: top left;
  margin-right: 2px;
  clear: both;
}
#socialmediachunk a:link:hover,
#socialmediachunk a:visited:hover,
#socialmediachunk a:link:active,
#socialmediachunk a:visited:active {
  display: block;
  height: 48px;
  background-position: -48px 0;  
  background-position: bottom left;
  margin-right: 2px;
}
	
#facebook a {
background: url(/images/FaceBook.png) no-repeat scroll 0 0;
width:48px;
}
#twitter a {
background: url(/images/Twitter.png) no-repeat scroll 0 0;
width:48px;
}
#youtube a {
background: url(/images/Youtube.png) no-repeat scroll 0 0;
width:48px;
}

#facebook a:hover {
background: url(/images/FaceBook2.png) no-repeat scroll 0 0;
width:48px;
}
#twitter a:hover {
background: url(/images/Twitter2.png) no-repeat scroll 0 0;
width:48px;
}
#youtube a:hover {
background: url(/images/Youtube2.png) no-repeat scroll 0 0;
width:48px;
}

.widget_slug_buttons 	{list-style: none;background: none;border: none; padding: 2px; margin: 20px 0 20px 0; }

#widget_spread_the_word	{ list-style: none;background: none; border: none; padding: 20px; font-family: Arial, sans-serif; color: #009933; margin-bottom: 50px;}

#events { min-height: 100px; width: 225px; font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; line-height: 1.4em; list-style: none; background-color: #fff; padding: 10px 5px 0 20px; border: 1px solid #149F3B; -moz-border-radius: 5px; -webkit-border-radius: 5px; 	margin-left: 25px; margin-top: 25px;
float: left;}


.calendar {height: 48px; width: 48px; background-image: url(images/Calender.png); background-repeat:no-repeat; float: right;}
.calendartitles {font-size: 1.2em; line-height: 1.2em; margin: 0px 0 5px 0; }
.calendartitles a{font-size: 1.2em; line-height: 1.2em; margin: 0px 0 5px 0; color: #F68825;}

.calendarexcerpts {font-size: 1.0em; line-height: 1.2em; margin: 0px 0 30px 0;}
.excerpts { font-size: 1.2em; line-height: 1.2em; margin: 0px 0 15px 0; }
.dates {font-size: 1.0em; font-style: italic; }
.contact{padding-left: 35px; }
.contact li {font-size: 1.2em;}

#volunteer {width:250px;
	height:auto;
	padding-top: 20px;
	margin-left: 25px;
	float: left;}
	
.contributebutton {
	display:block;
	width:250px;
	height:78px;
	text-indent:-9999px;
	margin-bottom: 0px;
}
.contributebutton a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(/images/contribute.png) no-repeat top left;
	outline:none;
}
.contributebutton a:hover {
	background-position:0 -78px;
}

.volunteerbutton {
	display:block;
	width:250px;
	height:78px;
	text-indent:-9999px;
		margin-bottom: -1px;

}
.volunteerbutton a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(/images/volunteer.png) no-repeat top left;
	outline:none;
}
.volunteerbutton a:hover {
	background-position:0 -78px;
}

.linksbutton {
	display:block;
	width:250px;
	height:78px;
	text-indent:-9999px;
}
.linksbutton a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(/images/linksofinterest.png) no-repeat top left;
	outline:none;
}
.linksbutton a:hover {
	background-position:0px -78px;
}

.widget_twitter { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;line-height: 1.2em;list-style: none; border: 1px solid #EE7621; margin: 20px 0 25px 25px; padding: 20px; float:left; background-color: #f9f6ea;}

#twitter_div{ width: 210px; height: auto;}

#twitter_icon {width: 50px; height: 50px;background: url(/images/twitter2.png) top right no-repeat; display: block; margin-right: 5px;float: right; }

/****BLOG ENTRIES****/
.post								{ margin: 0px 0 45px 0; }
.photo								{margin-bottom: 15px; margin-right: 15px;float: right;}

/****FOOTER****/
#footer								{ height: auto; width: 960px; background: #F9F6EA ;padding-top: 20px; border-top: 1px solid #FBE1B4; float: left; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ margin-bottom: 10px; color: #990000; }
#footer-bottom						{ width: 600px; height: 200px;float: left; margin: 70px 0 0 200px; font-size: .8em; background: #F9F6EA url(/images/compass5.png) bottom center no-repeat; padding-top: 5px;}
#footer-1							{ width: 200px; float: left; margin-left: 40px; border-right: 1px dotted #333; }

#footer-2							{ width: 200px; float: left; margin-left: 40px; border-right: 1px dotted #333; }
#footer-3							{ width: 200px; float: left; margin-left: 20px;}
#footer-4							{ width: 200px; float: left; margin-left: 20px; padding-left: 20px;border-left: 1px dotted #333;}
#footer a							{ color: #333; }
#footer a:hover {padding: 5px; color: #fff;}
#footer ul							{ color: #333; list-style-type: none; }
.footertext {font-size: 1.2em; line-height: 1.2em; }

