/* MAIN
-------------------------------------------*/
* { margin: 0; padding: 0; outline: none; }
body,html {font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:5px 0 0 0;
	padding:0;
	background: #fff;
	line-height:130%;}
	
a {color:#000; text-decoration:none;}
a:link {color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover { text-decoration:none;}

img {outline: none;}
.clearAll {clear:both}
	
/* LAYOUT
--------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:980px;}
	#header {
		margin:0;
		padding:2px 0;}
		#logo h1 {padding:0;}
		#logo h1 a, #logo h1 a:hover {
			background:url('../../images/live_united_give_united.jpg') 0 0 no-repeat;
			width:980px;
			height:93px;
			text-indent:-9000px;
			display:block;
			position: relative;
			top:0px;
			text-decoration:none;}
	#contentWrap {
		margin:0;
		padding:0;}
		#video {
			width:420px;
			padding:6px 12px 4px 0;
			margin:20px 0 0 26px;
			border-right:2px solid #000;
			text-align: center;
			float: left;}
		#donate {
			width:520px;
			text-align: center;
			background: #fff;
			float: right;}
			#donate h2 {
				background:url('../../images/you_can_help.jpg') 0 0 no-repeat;
				width:517px;
				height:307px;
				margin:1px auto;
				text-indent:-9000px;}
			.ClickNowGiveNow {
				background: transparent url('../../images/give_now_sprite.jpg');
				width:517px;
				text-align: center;
				margin: 0 auto;
				cursor: pointer;
				padding:0;
				height:60px;
				background-position:0 -60px;}
			.ClickNowGiveNow:hover {
				background-position:0 0 !important;}
		#blog {
			width: 980px;
			padding:75px 0 0 0;
			background: url('../../images/blog_bg.jpg') top center no-repeat;}
			#latestEntries {
				width: 556px;
				margin:0 auto;
				text-align: center;
				overflow: hidden;
				background: url('../../images/entries_bg.jpg') top center no-repeat;}
				#latestEntries h3 {
					color: #7175a0;
					margin:10px auto 3px;
					text-transform: uppercase;}
				#latestEntries ul {
					text-align: left;
					list-style: none;
					margin: 5px 0; }
				#latestEntries ul li {
					padding:7px 0;
					cursor: pointer;
					color: #000;
					padding-left:15px;}
				#latestEntries ul li:hover { background: #DFDFDF;}
				#latestEntries ul li a, #latestEntries ul li a:hover {
					display: block;
					color: #000;}
			#blog h2 {
				background:url('../../images/spread_the_word.jpg') 0 0 no-repeat;
				width:554px;
				height:17px;
				margin:25px auto 0;
				text-indent:-9000px;}
			#socialNetworking {
				width:565px;
				margin:5px auto 10px;
				text-align:center;}
				#socialNetworking h3 {
					font-weight: lighter;
					padding:3px;
					color: #7276a1;}
				#share {
					width:150px;
					margin:0 0 0 120px;
					text-align:center;
					float: left;}
				#followUs {
					width:165px;
					margin:0 120px 0 0;
					text-align:center;
					float: right;}
	#footer {
		margin:9px auto 0;
		text-align: center;
		font-size:13px;
		padding:10px;}
		#footer p a {
			color: #7276a1;}
		#footer p a span {
			text-transform: uppercase;
			letter-spacing:.1px;
			color: #4d4f53;
			font-weight: bold;}
		p#copyRight{
			font-size:11px;
			padding:5px;
			color: #b5b7b7;
			text-transform: uppercase;}
		p#copyRight a{
			font-size:11px;
			padding:5px;
			color: #b5b7b7;
			text-transform: uppercase;}
		
/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	}
.clearfix {	display: block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear {	clear: both;}
.noclear {	clear: none;}