/*
1.GLOBAL
2.HIDDEN SECTIONS
3.TEXT
4.IMAGES
5.LISTS
6.TABLES
7.LINKS
8. PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
body {
	font: 11pt Georgia, "Times New Roman", Times, serif;
	color: #000; 
}
body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}
#footer {
  border-top: solid 1pt #000;
  font-size: 10pt;
  margin-top: 10pt;
  padding-top: 5pt;
  text-align: center;
}

#header {
	border-bottom: solid 1px #222;
	margin-bottom: .75em;
}
#logo a {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30pt;
	text-decoration: none;
}
dl, ol, p, blockquote, table, ul, address {
	margin: 0 0 1.5em 0;
}

/* -- 2.HIDDEN SECTIONS -- */
#featured-video,
#skip-nav,
#masthead,
#logo img,
#donation-module,
#main-nav,
#newsletter-signup,
#utility-nav,
#sidebar,
#footer ul,
body.home .homepage-module img,
body.home .homepage-module .module-header a,
body.home .latest-news-column a,
.no-print {
	display: none; 
}

/* -- 3.TEXT -- */

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 2em;
	line-height: 1.5;
}
h2 {
	margin: 0 0 0.25em 0;
	font-size: 1.5em;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
}

blockquote {
	font-style: italic;
	padding-left: 4em;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 4.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 5.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 6.TABLES -- */
table {
	border-spacing: 5px;
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 7.LINKS -- */

a:link,
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
  content: " (http://www.thegeneanddaveshow.com" attr(href) ") ";
}

/* -- 8.PAGES/SECTIONS -- */
h2 a,
h3 a {
	line-height: 1.2;
}
.date-posted {
	font-style: italic;
}

/* HOMEPAGE */
body.home #main-content h2 {
	font-size: 12pt;
}
body.home .homepage-module .module-header {
	margin: 0;
	padding: 0;
}
body.home .homepage-module h2 {
	font-size: 18pt;
	color: #222;
	line-height: 1;
	margin: 2.5em 0 0 0;
	padding: 0;
}
body.home .homepage-module h3 {
	font-size: 12pt;
	color: #666;
	line-height: 1;
	margin: 0;
	padding: 0;
}
body.home .latest-news-column p.date-posted {
	font-size: 10pt;
	font-style: italic;
	margin: 0.2em 0;
	padding: 0;
}


