/*
Theme Name: Reconnect Christmas 2009
Theme URI: http://reconnectchristmas.com
Description: Reconnect Christmas Website Theme, version 2
Version: 2.0
Author: Shawn Hubbard
Author URI: http://wheatlandsalem.org
*/

@import "progress-bar.css";

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/*UTILITY*/

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hide {
	float:left;
	margin-left:-999em;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	clear: both;
}

.alignright {
	float: right;
	clear: both;
}

.aligncenter {
	margin: 0 auto;
}

/*PRESENTATION*/

body {
	background: url(images/bg-body.jpg) #000 top;
	background-repeat: repeat-x;
	font-size: 75%;
}

p {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #3a2301;
	margin: 10px 0;
}

a {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #c76702;
	margin: 0;
	padding: 0;
}

a:link, a:hover, a:active {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #c76702;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #c76702;
}

h1 {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 3em;
	line-height: 3em;
	letter-spacing: normal;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #3a2301;
	margin: 10px 0;
}

h2 {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 2em;
	line-height: 2.4em;
	letter-spacing: normal;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #3a2301;
	margin: 10px 0;
}

h3 {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.4em;
	line-height: 2em;
	letter-spacing: normal;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #3a2301;
	margin: 10px 0;
}

h4 {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: normal;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #3a2301;
	margin: 10px 0;
}

em{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #3a2301;
}

small {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #3a2301;
}

strong {
	font-weight: bold;
}

ol {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #3a2301;
	margin: 10px 0;
	padding: 10px;
}

ol li {
	display: list-item;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 5px 10px 5px;
	padding: 0;
	color: #3a2301;
}

ul {
	font-family: Myriad Pro, "Arial", sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin: 10px 0;
	padding: 10px;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
	display: list-item;
	margin: 5px 5px 10px 5px;
	padding: 0;
	color: #3a2301;
}

img {
	margin: 8px;
	display: block;
}

a img {border: none;}

/*STRUCTURE*/

#page-wrap {
	width: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	background: url(images/bg-header.png) transparent top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.centering-wrap {
	width: 960px;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
}

h1#logo {
	position: relative;
	width: 609px;
	height: 53px;
	top: 15px;
	left: -1px;
	margin: 0;
	text-indent: -9999px;
	background: url(images/rexmas-logo.png) no-repeat top;
}

#nav-wrap {
	width: 960px;
	height: 33px;
	position: absolute;
	top: 90px;
	z-index: 20;
}

	#nav-wrap ul.nav {
		display: inline;
		list-style-image: none;
		list-style-type: none;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	#nav-wrap ul.nav li {
		display: inline;
		list-style-image: none;
		list-style-type: none;
		float: left;
		width: 150px;
		height: 33px;
		margin: 0 6px 0 0;
		padding: 0;
		text-indent: -9999px;
	}

	#nav-wrap ul.nav li.home {
		background: url(images/nav-home.png) top left transparent no-repeat;
	}
	
	#nav-wrap ul.nav li.about {
		background: url(images/nav-about.png) top left transparent no-repeat;
	}

	#nav-wrap ul.nav li.donate {
		background: url(images/nav-donate.png) top left transparent no-repeat;
	}

	#nav-wrap ul.nav li.organize {
		background: url(images/nav-organize.png) top left transparent no-repeat;
	}

	#nav-wrap ul.nav li.blog {
		background: url(images/nav-blog.png) top left transparent no-repeat;
	}

	#nav-wrap ul.nav li a.a-nav {
		display: block;
		margin: 0;
		padding: 0;
		background: transparent;
		width: 100%;
		height: 100%;
		border: none;
	}

#feature {
	width: 960px;
	height: 489px;
	margin: 0 auto;
	position: relative;
	top: 70px;
	background: url(images/home-content-bg.jpg) no-repeat top;
	z-index: 10;
}

	#content-wrap-home {
		position: relative;
		width: 580px;
		height: 269px;
		max-height: 269px;
		padding: 30px;
		float: left;
	}
	
		#content-wrap-home a.learn-more {
			margin: 5px;
			padding: 0;
			border: none;
			float: right;
			width: auto;
			height: auto;
			position: relative;
			left: 27px;
			z-index: 20;
		}
	
	#info-links {
		position: relative;
		width: 960px;
		height: auto !important;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	
	.info-link {
		position: relative;
		width: 400px;
		height: 110px;
		background: #313120;
		border: solid 8px #1c1c09;
		margin: 12px 0px 5px 29px;
		padding: 0 10px;
		text-align: right;
		float: left;
	}
	
		.info-link .bow {
			position: absolute;
			top: 0;
			left: 20px;
			width: 131px;
			height: 111px;
			background: url(images/info-link-bow.png) transparent top no-repeat;
			z-index: 20;
		}
		
		.info-link a span {
			font-family: Myriad Pro, "Arial", sans-serif;
			font-size: 1.4em;
			line-height: 1.1em;
			font-style: italic;
			font-weight: normal;
			text-transform: none;
			text-align: right;
			letter-spacing: 1px;
			color: #fff;
			position: relative;
			top: 20px;
		}
		
		.info-link:hover {
			background: #1c1c09;
			border: solid 8px #313120;
		}
		
		.info-link a:hover span {
			color: #EDD29B;
			text-decoration: none;
		}
		
		.info-link a.a-info-link {
			display: block;
			background: transparent;
			text-decoration: none;
			margin: 0;
			padding: 0;
			border: none;
			width: 100%;
			height: 100%;
		}
		
		.info-link a.a-info-link:hover {
			background: #1c1c09;
		}


#progress {
	width: 960px;
	height: auto;
	position: relative;
	top: 115px;
}

	img#break-the-cycle {
		position: absolute;
		top: -190px;
		left: -131px;
	}
	
	#progress-bar {
		float: right;
		position: relative;
		left: 0px;
		width: 624px;
		height: 160px;
		margin: 0px;
		padding: 0px;
		background: url(images/bg-progress-bar.jpg) no-repeat top;
	}

#content-wrap {
	width: 960px;
	height: auto !important;
	margin: 0 auto;
	position: relative;
	top: 70px;
	background: url(images/bg-post-top.jpg) no-repeat top;
	z-index: 20;
}

	#post-wrap {
		position: relative;
		top: 10px;
		width: 960px;
		height: auto !important;
		padding: 0;
		margin: 0;
		background: url(images/bg-post-v.jpg) repeat-y;
		clear: both;
	}
	
		.post {
			width: 540px;
			height: auto !important;
			padding: 30px 5px 20px 30px;
			position: relative;
			margin: 0 10px 0 0;
			top: -10px;
			float: left;
		}
		
		#bg-post-bottom {
			width: 960px;
			height: 52px;
			padding: 0;
			margin: 0;
			position: relative;
			top: -15px;
			background: url(images/bg-post-bottom.jpg) bottom no-repeat;
		}
		
		#sidebar {
			width: 330px;
			height: auto !important;
			margin: 30px 20px 0 10px;
			float: right;
			position: relative;
			padding:0;
		}
		
		#sidebar .widget-title {
			background-color: #b39d79;
			padding: 5px 5px 5px 12px;
			margin: 0;
		}

		#sidebar ul li {
			list-style-type: none;
			font-size: .9em;
		}

#share {
	width: 960px;
	height: 220px;
	min-height: 220px;
	margin: 0 auto;
	position: relative;
}

	.bg-share {
		background: url(images/bg-share.jpg) repeat-x top;
		background-color: #3a2301;
		position:relative;
		top: 179px;
		width: 100%;
	}
	
	h3#h3-twitter {
		position: absolute;
		top: 0px;
		left: -4px;
		background: url(images/share-twitter.jpg) transparent top no-repeat;
		width: 291px;
		height: 31px;
		text-indent: -9999px;		
	}

	#twitter {	
		position: relative;
		top: 45px;
		left:0;
		margin: 0;
		padding: 5px 10px;
		width: 520px;
		height: 120px;
		background: #e0d1b0;
		border: 8px solid #825c28;
		float: left;
	}
	
	#twitter p.twitter {
		padding: 10px 5px;
		margin-bottom: 5px;
		background: #fff;
		border: 1px solid #3c3c3c;
		text-align: center;
	}
	
	#twitter a.post-to-twitter {
		margin: 5px;
		padding: 0;
		border: none;
		float: right;
		width: auto;
		height: auto;
		position: relative;
		left: 8px;
	}
	
		#twitter a.post-to-twitter img {margin: 0;}
	
	h3#h3-facebook {
		position: absolute;
		top: 0px;
		left: 607px;
		background: url(images/share-facebook.jpg) transparent top no-repeat;
		width: 222px;
		height: 31px;
		text-indent: -9999px;		
	}
	
	#facebook {
		position: relative;
		top: 45px;
		left:-3px;
		margin: 0;
		padding: 20px 10px;
		width: 310px;
		height: 90px;
		background: #e0d1b0;
		border: 8px solid #825c28;
		float: right;
	}
	
#blog-sitemap {
	width: 960px;
	height: 278px;
	min-height: 278px;
	margin: 0 auto;
	position: relative;
}

	.bg-blog-sitemap {
		background: url(images/bg-blog-sitemap.jpg) repeat-x top;
		background-color: #ddc9a8;
		position:relative;
		top: 174px;
		width: 100%;
	}
	
	h3#h3-latest-post {
		position: absolute;
		top: 7px;
		left: -4px;
		background: url(images/latest-post.jpg) transparent top no-repeat;
		width: 280px;
		height: 31px;
		text-indent: -9999px;		
	}
	
	#latest-post {	
		position: relative;
		top: 45px;
		left:0;
		margin: 0;
		padding: 0;
		width: 520px;
		height: 200px;
		float: left;
	}
	
		#latest-post a.read-more {
			margin: -15px 5px 5px 5px;
			padding: 0;
			border: none;
			float: right;
			width: auto;
			height: auto;
			position: relative;
		}
	
	h3#h3-site-map {
		position: absolute;
		top: 7px;
		left: 607px;
		background: url(images/site-map.jpg) transparent top no-repeat;
		width: 141px;
		height: 31px;
		text-indent: -9999px;		
	}
	
	#site-map {
		position: relative;
		top: 45px;
		left: 1px;
		margin: 0;
		padding: 0;
		width: 350px;
		height: 200px;
		float: right;
	}
	
	#site-map ul {
		margin: 0px;
	}
	
	#site-map ul li {
		margin: 0px 0px 7px 5px;
		padding-left: 5px;
		list-style-position: outside;
	}
	
	#site-map ul li a {
		font-size: .9em;
	}

#footer-wrap {
	width: 100%;
	background: #000;
	height: 40px;
	position: relative;
	top: 176px;
}

	#footer {
		width: 960px;
		height: 40px;
		position: relative;
		text-align: center;
		margin: 0 auto;
	}
	
	#footer span p {
		color: #fff;
		letter-spacing: 0px;
		font-size: 1.1em;
	}
	
	#footer span p a {
		font-size: 1em;
		line-height: normal;
		letter-spacing: 0px;
		color: #EDD29B;
		margin: 0 0 -4px 0;
		padding: 0;
	}
	
	#footer span p a:link {
		border-bottom: 1px dotted #EDD29B;
	}
	
	#footer span p a:hover {
		border-bottom: 1px dotted #EDD29B;
	}
	
	#footer span p a:active {
		border-bottom: 1px dotted #EDD29B;
	}
