/*
-----------------------------------------------
Madison Nonprofit Day: Wine by Alnisa Allgood
Version 0.1 modifies Blueprint CSS
----------------------------------------------- */

/* @group Header */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(http://www.nonprofit-day.org/images/layout/background_220.gif) repeat-x;
	font: medium/1.5em Arial, Tahoma, Helvetica, Verdana, sans-serif;
	color: #000;
}

html>body {
	font-size: medium;
}

#fullpage_shell {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 22px;
	background: #3B2532 url() repeat-x;
}

#fullpage_shell p {
	font-family: lucida grande, Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 2px 2px 2px 2px;
	color: #000;
}

#container {
	width: 985px;
	margin: 0px auto;
	background: #ffffff;
	color: #000;
	clear: both;
}

#fullpage_bottom {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 22px;
	background: #3B2532 url( ) repeat-x;
}

/* Logo Header
----------------------------------------------- */

#header {
	background-color: #12020A;
	height: 178px;
	width: 100%;
	border-bottom: 8px solid #2c2103;
}

html>body #header {
	height: 178px;
}

#logo {
	width: 100%;
	height: 178px;
	padding-top: 15px;
	background-color: #12020A;
	border-width: 0;
}

/* Top Navigation Bar
----------------------------------------------- */

#top_nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 85%;
}

/* Navigation Main
----------------------------------------------- */

#nav {
	position: absolute;
	top: 200px;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 35px;
	font-size: 85%;
	list-style-type: none;
	background: url(http://www.nonprofit-day.org/images/layout/nav_bar_2.gif) no-repeat;
	z-index: 1;
}

#nav ul {
	margin: 0;
	padding: 0;
	height: 25px;
	background: none;
	list-style-type: none;
	display: inline;
}

#nav li {
	float: left;
	margin: 0;
	padding: 8px 16px 5px 16px;
	background-image: none;
	border-right: 1px dotted #E8E8E8;
}

#nav a {
	float: left;
	white-space: nowrap;
	background-image: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-decoration: none;
	font: bold 0.94em/1em Arial, Tahoma, Helvetica, sans-serif;
	color: #12020A;
}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a {
	width: 1%;
}

#nav li.home {
	float: left;
	margin-left: 25px;
	padding: 8px 16px 5px 16px;
	background-image: none;
	border-right: 1px dotted #E8E8E8;
}

#nav li.sponsor {
	float: left;
	padding: 8px 16px 5px 25px;
	background-image: none;
	background-color: #3B2532;
	border-right: 1px solid #E8E8E8;
}

#nav li.sponsor a {
	color: #FFFFFF;
}

#nav a:hover {
	color: #EFF7D4;
	background-repeat: no-repeat;
}

#nav a:visited {
	color: #3B2532;
	text-decoration: none;
	border: none;
}

/* @end */

/* @group Content */

/* Column Structure
----------------------------------------------- */

#content, #content-report {
	width: 985px;
}

#highlights {
	padding-top: 45px;
}

.maincol {
	float: left;
	width: 575px;
	margin: 20px 10px 0 15px;
	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	overflow: hidden;
	display: inline;
	height: 550px;
}

.subcol {
	background: none;
	float: right;
	width: 350px;
	margin: 0;
	font-size: small;
}

/* Links
----------------------------------------------- */

a:link {
	color: #96B234;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #12020A;
}

a:visited {
	color: #96B234;
}

/*
a:hover {
  color: #4B443A;
  background: #E1E2E6;
  border-color: #12020A;
  }
*/

a:link img, a:visited img {
	border-width: 0;
}

h2 a:link, h2 a:visited {
	border-width: 0;
	color: #12020A;
}

h3 a:link, h3 a:visited {
	border-width: 0;
	color: #12020A;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #3B2532;
	border-bottom-width: 1px;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: .5em;
}

h4 {
	font-weight: bolder;
	font-size: 1.25em;
	line-height: 1;
	margin-bottom: .25em;
}

p.anchor {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
}

p.anchor_c {
	padding-top: 15px;
	padding-bottom: 1px;
	text-align: center;
}

p.anchor_r {
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: right;
}

.jumpmenu {
	font: normal 11px/13px "lucida grande", tahoma, arial, verdana, sans-serif;
	padding: 2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 100%;
	color: #666;
}

/* Lists
----------------------------------------------- */

ul {
	margin: .5em 0 1em;
	padding: 0;
}

ol {
	margin-top: .5em;
	margin-bottom: 1em;
}

ul li {
	margin: 0 0 0 7px;
	padding: 0 0 5px 12px;
	line-height: 1.5em;
	list-style: none;
	background: url("http://www.consumer-action.org/images/layout/bullet_green.gif") no-repeat 0 .5em;
}

ol li {
	padding: 0 0 5px 0;
}

.maincol ol {
	margin-left: 30px;
	padding-left: 0px;
}

.maincol ul li {
	margin-left: 12px;
	padding-left: 18px;
}

/* @end */

/* @group Footer */

/* Footer
----------------------------------------------- */

.archive {
	clear: both;
	background-color: #12020A;
	margin-left: 65px;
}

.archive_about {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 12px 0 12px;
	font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #a9a9a9;
}

#footer2 {
	clear: both;
}

/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/

* html #footer p {
	height: 1%;
}

#footer ul li {
	display: inline;
}

#footer  ul li a {
	float: left;
	width: 100%;
	padding: 0px 10px 0px 0px;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #000;
}

/* @end */

/* @group Images */

/* Images
----------------------------------------------- */

.reset {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.sort {
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #ddc;
}

.imgleft, .left, img.left {
	float: left;
	margin: 4px 8px 4px 4px;
}

.imgright, .right, img.right {
	float: right;
	margin: 4px 4px 4px 8px;
}

.imgcenter, .center, img.center {
	position: relative;
	margin: 4px 8px 4px 4px;
}

img.imgleft, img.imgright, img.center, imgcenter {
	padding: 4px;
	border: 1px solid #ddc;
}

.left em, .right em {
	margin-top: .25em;
	display: block;
}

img.block {
	display: table-cell;
	margin: .5em 0;
}

.imgthumb, .thumb, img.thumb {
	float: left;
	margin: 2px 4px 2px 2px;
	border: 1px solid #ddc;
	width: 45px;
	height: auto;
}

.imgpamphlet, .pamphlet, img.pamphlet {
	float: left;
	margin: 4px 8px 15px 0px;
	padding: 4px;
	border: 1px solid #ddc;
	width: 145px;
	height: auto;
}

#imgleft caption {
	display: table-caption;
	caption-side: bottom;
	color: #000;
	font: 9px Arial,Verdana,Sans-serif;
}

#imgright caption {
	display: table-caption;
	caption-side: bottom;
	color: #000;
	font: 9px Arial,Verdana,Sans-serif;
}

/* @end */

/* @group Highlight Boxes */

/*
  Modified Mike Cherim's List Boxes 
  with CSS Image Map Technique  Found via A List Apart
*/

#highlights {
	position: relative;
	margin-left: 15px;
	margin-bottom: -10px;
	height: 200px;
	background: url("http://www.nonprofit-day.org/images/layout/boxes_background_w_btns.gif") no-repeat;
}

#highlights p {
	padding: 5px;
	clear: both;
}

ul#boxes {
	text-align: left;
	list-style-type: none;
}

ul#boxes li {
	margin: 0 0 0 20px;
	background: none;
	float: left;
	display: inline;
}

a#share:hover a#participate:hover a#contribute:hover {
	background: none;
	text-decoration: none;
}

ul#boxes p {
	font-size: 0.9em;
	line-height: 120%;
	padding: 0;
	margin: 10px;
}

.boldTitle {
	color: #96B234;
	font-weight: bold;
	font-size: 120%;
	text-transform: capitalize;
}

#highlights a {
	position: absolute;
	top: 152px;
	background-color: transparent;
	text-decoration: none;
}

a#share {
	left: 187px;
	height: 36px;
	width: 102px;
}

a#participate {
	left: 498px;
	height: 36px;
	width: 102px;
}

a#contribute {
	left: 824px;
	height: 36px;
	width: 102px;
}

#highlights a i {
	visibility: hidden;
}

/* @end */

/* @group Purpose Box */

#purpose {
	background: #FFFFFF url("http://www.nonprofit-day.org/images/layout/purpose_background.gif") no-repeat;
	height: 50px;
	width: 850px;
	border-top: 3px solid #3B2532;
	margin-left: 50px;
	padding: 10px;
}

.boldPurpose {
	font-family: lucida grande, Tahoma, Helvetica, sans-serif;
	color: #12020A;
	font-weight: bold;
	font-size: 100%;
	text-transform: capitalize;
}

#purpose p {
	font-weight: normal;
}

/* @end */

/* @group Twitter */

#source {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: small;
	line-height: 110%;
	display: table;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 15px;
}

blockquote {
	font-style: normal;
	color: #666666;
}

/* @end */

/* @group Fancy Blockquote */

div.fancy-quote {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #aaa;
}

div.fancy-quote div {
	
}


div.fancy-quote blockquote {
	font-size: 1.2em;
	line-height: 1.25em;
	vertical-align: middle;
	margin: 0.5em;
	margin-bottom: -16px;
	padding-bottom: 1.0em;
	padding-top: 0.5em;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	background: url(http://www.nonprofit-day.org/images/layout/quotes/bq.png) bottom left no-repeat;
}

/* @end */

/* @group Organizers */

#organizers {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #E8E8E8;
	height: 120px;
	clear: both;
	font-size: 1em;
	line-height: 1.1em;
}

/* @end */

/* @group News */

.news {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 8px;
	border: 1px solid #E8E8E8;
	clear: both;
	font-size: 1em;
	line-height: 1.1em;
}

/* @end */

/* @group Schedule */

.schedule-day {
	clear: both;
	padding-top: 20px;
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 250%;
	text-transform: capitalize;
}

.schedule-time {
	clear: both;
	font-family: Times New Roman, Times, serif;
	color: #666666;
	font-weight: bold;
	font-size: 200%;
	text-transform: capitalize;
}

/* @end */

/* @group UI Tabs */


#tabs {
	clear: both;
	border: 1px solid #ddc;
}

h6 {
	font-weight: bold;
	font-size: 85%;
	text-indent: 8px;
	line-height: 1;
	margin-bottom: .35em;
	border-bottom: 1px solid #ddc;
}

.featured {
	height: 225;
}


#tabs .featured h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #96B234;
	line-height: 1;
	margin-bottom: .5em;
	padding-top: 5px;
}


/* @end */