/*  
Theme Name: GEON Newsletter
Theme URI: http://geongrid.org/newsletter
Description: Wordpress theme for GEON Newsletter
Version: 1.0
Author: Ashton Taylor
Author URI: http://digitalmudstudio.com/
*/

/* Wordpress Development CSS
*****************************************************************************/

/* Zero down all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
  background-color: #DDD;
color: #333;
}

small { 
	color: #333;
}

h1, h2, h3, h4, h5 {
	color: #894209;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: bold;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
}

#mainContent h2, #contentTwoColumn h2, #contentOneColumn h2 {
line-height: 1.3em;
}

p, li {
  font-size: 1.2em;
}

ul ul li {
  font-size: 1em;
}

h1, h2, h3, p {
  margin: 1em 0 0.5em 0;
}

.navigation {
	margin-top: 1em;
}

#breadcrumbs {
	font-size: 1.1em;
	margin-bottom: 0;
}

#wrap {
  background-color: #fff;
}

body.home #wrap {
	background: #FFF;
}

body.programs #wrap,
body.about #wrap,
body.opportunities #wrap,
body.contacts #wrap,
body.archive #wrap,
body.affiliates #wrap,
body.sitemap #wrap,
body.other #wrap,
body.links #wrap {
	background: #FFF;
}

#header {
  height: 88px;
  background: #EEE;
  border-bottom: 1px solid #999;
  padding: 0;
}

#header h1 {
  margin: 0;
}

#subNav {
  list-style: none;
}

#secondaryContent {
}

#secondaryContent h2 {
  font-size: 1.5em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.1em;
}


#footer {
  background:#EEE;
  border-top: 1px solid #CCC;
  padding: 5px 20px 15px 20px;
}

#footer p {
  font-size: 1.1em;
  margin-right: 120px;
}

#footer a, #footer a:link {

}


#footer div.alignRight {
  float: right;
  margin: 10px 0 0 25px;
}

#header p.navTop {
	float: right;
	
background: #FFF;
	margin: 0 20px 0 0;
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-top: none;
}

#header p.navTop a {
text-decoration: none;
}

#content ul, #contentTwoColumn ul,  #contentOneColumn ul {
	margin-left: 25px;
	list-style-type: square;
	margin-top: 1em;
}

#contentOneColumn ul.cats {
	list-style: none;
	margin-left: 0px;
}

#contentOneColumn ul.cats ul li {
	background: #FFF;
	border: none;
}

div#banner {
	margin: 0;
	padding: 0;
}

div#banner p {
	margin: 0;
	padding: 0 0 55px 0;
}
/* montly banner images 
*************************************************************************************/

div#banner p.January {
background: url(images/january_bg.jpg) no-repeat bottom left;
}

div#banner p.February {
background: url(images/february_bg.jpg) no-repeat bottom left;
}

div#banner p.March {
background: url(images/march_bg.jpg) no-repeat bottom left;
}

div#banner p.April {
background: url(images/april_bg.jpg) no-repeat bottom left;
}

div#banner p.May {
background: url(images/may_bg.jpg) no-repeat bottom left;
}

div#banner p.June {
background: url(images/june_bg.jpg) no-repeat bottom left;
}

div#banner p.July {
background: url(images/july_bg.jpg) no-repeat bottom left;
}

div#banner p.August {
background: url(images/august_bg.jpg) no-repeat bottom left;
}

div#banner p.September {
background: url(images/september_bg.jpg) no-repeat bottom left;
}

div#banner p.October {
background: url(images/october_bg.jpg) no-repeat bottom left;
}

div#banner p.November {
background: url(images/november_bg.jpg) no-repeat bottom left;
}

div#banner p.December {
background: url(images/december_bg.jpg) no-repeat bottom left;
}

/* End montly banner images 
*************************************************************************************/

div#banner p span {
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -1999px;
}

#contentOneColumn .imgRight {
	margin: 0 0 15px 20px;
}

#contentOneColumn .imgRightLong {
	margin: 0 0 65px 20px;
}

#contentOneColumn .imgLeft {
	margin: 0 20px 15px 0;
}

#contentOneColumn .imgLeftLong {
	margin: 0 20px 65px 0;
}

#contentOneColumn .imgLeftMid {
	margin: 0 20px 25px 0;
}

.imgCenter {
	text-align: center;
	display: block;
}

.imgTop {
	margin: 5px 0 1em 0;
}

a, a:link {
	color: #0066CC;
}

#topHeader {
display: none;
}

p#subHead {
	clear: both;
	float: right;
	margin-top: 18px;
	margin-right: 25px;
	color: #894209;
	font: italic 2em Georgia, "Times New Roman", Times, serif;
}

/* Basic Layout Elements and Divisions
*****************************************************************************/

body {
  text-align: center; 
  min-width: 929px;
}

#wrap {
  width: 800px; 
  margin: 0 auto; 
  text-align: left; 
}

#subNav { 
  width: 220px; 
  float: right;
}

#content { 
  width: 560px; 
  float: left;
}

#contentTwoColumn { 
  width: 560px; 
  float: left;
}

#mainContent { 
  width: 409px; 
  margin: 0; 
  float: right; 
}

#secondaryContent { 
  width: 220px;
  display: inline; /* Fixes IE double margin float bug */
  float: left;
} 

#footer { 
  clear: both;
} 

/* Basic Layout Elements and Divisions
*****************************************************************************/

#subNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#subNav *{
  padding-left: 0;
  padding-right: 20px;
}

#secondaryContent * {
  padding-left: 20px;
  padding-right: 0;
}

#subNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}

#contentTwoColumn * {
  padding-left: 20px;
}

#contentTwoColumn * * {
  padding-left: 0;
}

#contentTwoColumn, #content {
	margin-bottom: 20px;
}

#contentOneColumn * {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#contentOneColumn * * {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}

/* Logo
*************************************************************************************/

#logo a  {
	border-style: none;
	display: block;
	width: 391px;
	}
	
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	display: block;
	width: 391px;
	height: 88px;
	background: url(images/logo.gif) no-repeat;
	}

/* Main Navigation Styles
*****************************************************************************/
#mainNav {
	width: 100%;
	background: #d8d8d8;
	height: 34px;
	border-bottom:1px solid #999;
	}
#mainNav ul {
	padding: 0 20px 0 0;
	list-style: none;
	float: right;
	}

#mainNav li {
	float: left;
	}

#mainNav li a {
	float: left;
	font-weight: normal;
	padding: 0 12px;
	margin: 0 1px 0 0;
	line-height: 34px;
	height: 34px;
	text-decoration: none;
	font-size: 1em;
	color: #FFF;
	background: #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	}
	
#mainNav ul li.current_page_item a , #mainNav ul li.current_page_ancestor a {
		color: #7e0807;
		font-weight: bold;
		background: #FFF;
			border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
		}	
	
#mainNav a:hover {
	background: #FFF;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	}
	
/* Sidebar List Styles
*****************************************************************************/

#subNav {
	
}

#subNav #searchsubmit {
	padding: 2px;
}

#subNav h2 {
	font-size: 0.85em;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#subNav p {
	font-size: 1em;
}

#subNav ul, #subNav ul ol {
	
}

#subNav ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#subNav ul p, #subNav ul select {
	
}

#subNav ul ul, #subNav ul ol {
	
}

#subNav ul ul ul, #subNav ul ol {
	margin: 0 0 0 0;
	padding: 0;
}

#subNav ul ol li {
	list-style: decimal outside;
}

#subNav ul ul li, #subNav ul ol li {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 2em;
	padding: 0 10px;
}

#subNav ul ul ul li, #subNav ul ul ol li {
	padding: 0;
	margin: 0 0 0 5px;
	line-height: 1.5em;
}

#subNav ul ul li a , #subNav ul ol li a {
	text-decoration: none;
}

#subNav #searchform #s {
	width: 108px;
	padding: 2px;
}

#subNav #searchsubmit {
	padding: 1px;
}


#subNav li.pagenav h2 {
	color: #222;
	padding: 6px 10px;
	background: #e4e4cd url(images/box_top.gif) no-repeat top left;
	border-bottom: 1px solid #C9C9B7;
}

.pagenav ul {
	background: #e4e4cd url(images/box_bottom.gif) no-repeat bottom left;
}

.pagenav ul li {
	border-bottom: 1px solid #C9C9B7;
}

.pagenav ul li.current_page_item {
	
}

.pagenav ul li.current_page_item a {
	font-weight: bold;
	color: #7e0807;
}

/* nested lists */

.pagenav ul ul {
	background: none;
}

#subNav .pagenav ul ul li {
	background: url(images/bullet.gif) no-repeat 0 0.3em;
	border-bottom: 1px solid #c5c5ad;
	padding-left: 11px;
}

.pagenav ul ul li a {
	font-weight: normal;
	font-size: 95%;
	color: #004080;
}

.pagenav ul li.current_page_item ul li a {
	font-weight: normal;
	color: #004080;
}

/* sidebar archives */

#subNav li.sideArchives h2 {
	color: #222;
	padding: 6px 10px;
	background: #d8d8d8 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.sideArchives ul {
	background: #d8d8d8 url(images/box_bottom_grey.gif) no-repeat bottom left;
}

.sideArchives ul li {
	border-bottom: 1px solid #AAA;
}

/* sidebar catagories */

#subNav li.categories h2 {
	color: #222;
	padding: 6px 10px;
	background: #d8d8d8 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.categories ul {
	background: #d8d8d8 url(images/box_bottom_grey.gif) no-repeat bottom left;
	font-size: 1em;
}

.categories ul li {
	border-bottom: 1px solid #AAA;
}

/* sidebar catagories */

#subNav li.sideMeta h2 {
	color: #222;
	padding: 6px 10px;
	background: #d8d8d8 url(images/box_top_grey.gif) no-repeat top left;
	border-bottom: 1px solid #AAA;
}

.sideMeta ul {
	background: #d8d8d8 url(images/box_bottom_grey.gif) no-repeat bottom left;
}

.sideMeta ul li {
	border-bottom: 1px solid #AAA;
}

/* sidebar search */
	
	
/* Vcard List Styles
*****************************************************************************/	

/* Thumbnail/Image Styles
*****************************************************************************/

.thumb {
	float: left;
	margin: 0 15px 15px 0;
	border: 3px solid #CCC;
}

/* Post Styles
*****************************************************************************/

#contentTwoColumn .post, #contentOneColumn .post {
	padding-bottom: 1.5em;
border-bottom: 1px solid #894209;
}

.post h2 a {
text-decoration: none;
color: #894209;
}

#content .postmetadata, #contentTwoColumn .postmetadata {
	font-size: 1.2em;
	padding: 4px 8px;
	background: #EEE;
}

.post small {
 font-family: Georgia, serif;
font-style: italic;
 font-size: 1.1em;
text-align: right;
}

.postmetadata small {
 font-family: Georgia, serif;
font-style: italic;
 font-size: 1em;
text-align: right;
}

.affiliate {
	float: left;
	clear: both;
	width: 100%;
	margin:0;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;

	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* Other elements */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: none;
	}	

.navigation {
	display: block;
	margin-top: 10px;
	font-size: 1.1em;
	}
	
.top {
	text-align: right;
	border-bottom: 1px solid #CCC;
}	

/* List Styles */

#content li, #contentTwoColumn li {

	}
	
/* Footer Navigation Styles
	*****************************************************************************/

#footlist {
	width: 100%;
	height: 20px;
	margin-top: 1em;
}

#footlist ul {
	padding: 0 0 0 20px;
	list-style: none;
	float: left;
}

#footlist li {
	float: left;
	list-style: none;
}

#footlist li a {
	float: left;
	font-weight: normal;
	padding: 0 12px 0 0;
	margin: 0;
	line-height: 20px;
	height: 20px;
	font-size: 0.9em;
}	

/* Validation Links
*****************************************************************************/

	.validxhtml-small {
		padding: 2px 0;
		background: url(images/tick.gif) no-repeat 0 50%;
		padding-left: 18px;
		}
	.validcss-small {
		padding: 2px 0;
		background: url(images/tick.gif) no-repeat 0 50%;
		padding-left: 18px;
	}

	.rss-small {
		background: url(images/feed.gif) no-repeat 0 50%;
		padding: 3px 2px 3px 19px;
		}

.galleryBox {
height: 158px;
		}
				
.galleryBox img {
	float: left;
	padding: 0;
	margin: 0 4px 4px 0;
}
