/*----- Colors -------//
pink: #81005C
teal: #45AEC2
dark: #003A46
grey: #353535
----------------------*/

/*----- Document -----*/
*{
	margin: 0; /* Removes default margin on all elements */
	padding: 0; /* Removes default padding on all elements */
	border: none; /* Removes any borders (i.e. linked images) */
	border-collapse: collapse; /* Collapses borders (i.e. tables) */
	quotes: '' ''; /* Removes quotes from quoted elements - html should be used to apply these to work with IE */
	font-weight: normal; /* Removes any bolded styles (i.e. headers) */
	font-style: normal; /* Removes any italic styles (i.e. em) */
	font-size: 1em; /* Removes any default font sizes (i.e. headers) */
}
html{
	height: 100%;
}
body{
	background: transparent;
	height: 100%;
	font: 0.625em/1 helvetica, arial, sans-serif; /* Sets initial base font size of 10px, initial line height to exact height of copy, and default font-family */
	color: #353535;
	
}
#mainDiv{
	min-height: 100%;
	width: 100%;
	min-width: 972px;
	background: #FFFFFF url("../img/cc_bg_center.jpg") no-repeat top center;
	position: relative;
}
#mainWinners{
        min-height: 100%;
        width: 100%;
        min-width: 972px;
        background: url('../img/cc_media_bg.jpg') top center no-repeat;
        position: relative;
}
.left_img{
	position: relative;
	min-width: 972px;
	margin: 0 auto 0 auto;
}
#wrapperHome{
	background: url('../img/cc_home_side_img.png') center 70px no-repeat;
}
#wrapperConfirm{
	min-height: 700px;
	background: url('../img/cc_leaders_side_img.png') center 260px no-repeat;
}
#wrapperPress{
	min-height: 930px;
	background: url('../img/cc_leaders_side_img.png') center 510px no-repeat;
}
#wrapperCause{
	min-height: 1020px;
	background: url('../img/cc_leaders_side_img.png') center 570px no-repeat;
}
#wrapperWhatis, #wrapperLeaderBoard{
	min-height: 700px;
	background: url('../img/cc_leaders_side_img.png') center 260px no-repeat;
}
#wrapperWinners{
	min-height: 500px;
}
#wrapper{
	width: 972px;
	margin: 0px auto 0px auto;
	position: relative;
	overflow: hidden;
}
#rightSide{
	width: 684px;
	position: relative;
	float:right;
	padding:110px 0px 0px 20px;
}
#leftSide{
	width: 268px;
	position: relative;
	float: left;
}
#winnersPost{
	padding-top: 130px;
	width: 560px;
	margin: 0 auto;
	text-align: center;
}
#winnersPost h2{
	text-align: left;
	margin: 0 0 10px 0;
}
#chat{
	margin: 0 auto;
	margin-top: 40px;
	width: 560px;
}
#chat h2{
	margin: 0 0 10px 0;
}

/*----- Errors -----*/
.messages{
	display: none;
}
.messages ul.errors{
	margin-right: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #81005C;
}
.messages ul.errors li{
	line-height: 1.3;
	list-style: none;
}

/*----- FLIR -----*/
.alt{
	display: none;
}
h2, h3, h4, h5, table thead tr th, .itemHeader .date span{
	visibility: hidden;
}
.flir-replaced, h4 img, table thead tr th.empty, #modal *{
	visibility: visible !important;
}

/*----- colorBox -----*/
#modal h2{
	height: 25px;
	text-indent: -2000em;
	background-position: center;
	background-repeat: no-repeat;
}
#modal h2.error{
	background-image: url('../img/h2_error.png');
}
#modal h2.check_email{
	background-image: url('../img/h2_check_email.png');
}
#modal h2.not_done{
	background-image: url('../img/h2_not_done.png');
}
#modal h2.more_votes{
	background-image: url('../img/h2_more_votes.png');
}
#modal h2.youre_nominating{
	background-image: url('../img/h2_youre_nominating.png');
}
#modal h2.youre_voting{
	background-image: url('../img/h2_youre_voting.png');
}
#colorbox *{
	background: transparent !important;
}
#colorbox, #modalContent, #modalLoadedContent, #modalLoadedContent iframe{
 	overflow: hidden !important;
	width: 375px !important;
	height: 433px !important;
}
#confirmBox, #finishedBox{
	position: relative;
	width:280px;
	height:318px;
	padding:100px 45px 15px 45px;
	background: url('../img/cc_alert_bg.png') right top no-repeat;
	text-align: center;
}
#confirmBox textarea{
	overflow:hidden;
	margin-top: -10px;
}
#confirmBox h3, #finishedBox h3{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 1.4;
	color: #81005C;
}
#confirmBox h4{
	color: #81005C;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 11px;	
	text-align: left;
}
#confirmBox p, #finishedBox p{
	font-size: 13px;
}
#confirmBox p.tweet{
	line-height: 16px;
	text-align: left;
	margin: 2px 0px 5px 11px;
}
#confirmBox p.close, #finishedBox p.close, #confirmBox p.confirm, #finishedBox p.confirm, #confirmBox p.retweet{
	position: absolute;
	top: 300px;
	left: 45px;
	width: 280px;
}
#confirmBox p.close, #finishedBox p.close{
	top: 350px;
}
#confirmBox p.retweet{
	top: 340px;
}
#confirmBox #confirmVoteBtn, #confirmBox #confirmNomBtn, #finishedBox #confirmVoteBtn, #finishedBox #confirmNomBtn{
	display: block;
	width: 79px;
	text-align: center;
	margin: 0 auto;
}
#finishedBox form p{
	overflow: hidden;
	margin: 0 0 5px;
}
#finishedBox form p label{
	float: left;
	width: 50px;
	text-align: right;
}
#finishedBox form p input{
	float: right;
	width: 216px;
	padding: 2px;
	border: 1px solid #FFB800;
}
#finishedBox form p select{
	float: right;
	width: 220px;
	border: 1px solid #FFB800;
}

/*----- Default Elements -----*/
h2{
	display: block;
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	color: #003A46;
}
h3{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #70ADC0;
}
h4{
	display: block;
	font-size: 22px;
	font-weight: bold;
}
h5{
	display: block;
	font-size: 20px;
	font-weight: bold;
}
h6{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
p{
	font-size:14px;
	color: #353535;
	line-height:24px;
}
a{
	color: #45AEC2;
}
a:hover{
	text-decoration: underline;
}
strong{
	font-weight: bold;
}
em{
	font-weight: bold;
	color: #003A46;
}

/*----- Tables -----*/
table{
	clear: both;
	width: 100%;
	margin: 25px 0 40px;
}
table#submissions{
	margin: 0;
}
table thead tr{
	background: #DADADA url('../img/cc_sideBox_header_bg.gif') repeat-x;
}
table tbody tr{
	background: #EEE;
}
table tbody tr.odd{
	background: #FFF;
}
table tbody tr.no_results{
	text-align: center;
}
table thead tr th{
	padding: 12px 16px 7px;
	font-size: 1.8em;
	text-align: left;
	color: #FFF;
}
table tbody tr td{
	padding: 5px 16px 3px;
	font-size: 1.3em;
	line-height: 1.3;
}
table tbody tr td.votes{
	font-weight: bold;
	color: #000;
	width: 40px;
}
table tbody tr td.actions{
	color: #81005C;
	width: 100px;
	text-align: right;
}
table tbody tr td a{
	text-decoration: none;
}
table tbody tr td a.vote{
	padding-right: 4px;
	border-right: 1px solid #5C5C5C;
}
table tbody tr td a:hover{
	text-decoration: underline;
}

/*----- Header -----*/
#topLogo{
	margin: 17px 0px 60px 13px;
}

/*----- Navigation -----*/
#nav{
	overflow: hidden;
	list-style-type: none;
}

#nav li{
	float: left;
	margin: 0px 0px 25px 0px;
}
#nav #navOne{
	display:block;
	overflow:hidden;
	width:220px;
	height:25px;
	text-indent:-500px;
	margin:0px 88px 0px 0px;
	background:url('../img/cc_nav_graphics.jpg') no-repeat;
}
#nav #navOne:hover{
	background:url('../img/cc_nav_graphics.jpg') no-repeat 0px -21px;
}
#nav #navTwo{
	display:block;
	overflow:hidden;
	width:45px;
	height:25px;
	text-indent:-500px;
	margin:0px 85px 0px 0px;
	background:url('../img/cc_nav_graphics.jpg') no-repeat -308px 0px;
}
#nav #navTwo:hover{
	background:url('../img/cc_nav_graphics.jpg') no-repeat -308px -21px;
}
#nav #navThree{
	display:block;
	overflow:hidden;
	width:80px;
	height:25px;
	text-indent:-500px;
	margin:0px 58px 0px 0px;
	background:url('../img/cc_nav_graphics.jpg') no-repeat -444px 0px;
}
#nav #navThree:hover{
	background:url('../img/cc_nav_graphics.jpg') no-repeat -444px -21px;
}
#nav #navFour{
	display:block;
	overflow:hidden;
	width:103px;
	height:25px;
	text-indent:-500px;
	margin:0px 0px 0px 0px;
	background:url('../img/cc_nav_graphics.jpg') no-repeat -580px 0px;
}
#nav #navFour:hover{
	background:url('../img/cc_nav_graphics.jpg') no-repeat -580px -21px;
}

/*----- Content -----*/
.letterselect{
	overflow: hidden;
	margin: 15px 0 7px !important;
	padding: 0 0 0 10px;
	font-size: 1em !important;
}
.letterselect li{
	float: left;
	margin: 0 0 0 15px !important;
	list-style: none;
}
.letterselect li a{
	font-weight: bold;
	font-size: 1.4em;
}
.right{
	text-align: right;
}
.lightBlue{
	color:#76b6CA;
}
.darkBlue{
	color:#003A46;
}
.pink{
	color:#81005c;
}
.myCause{
	float:left;
	color:#76b6CA;
}
.youtube{
	display: block;
	width: 480px;
	margin: 10px auto;
	padding: 0;
	background: none;
	border: 3px solid #393939;
	line-height: 0 !important;
	font-size: 0;
}
#wrapperLeaderBoard .myCause{
	float: none;
}
.mycauseName{
	margin-top:25px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	clear:both;
	color:#FFFFFF;
	background-color: #81005c; //#E50278;
}
.causeName{
	overflow: hidden;
	margin-top:25px;
	margin-bottom: 5px;
	clear:both;
	color:#003A46;
}
.causeName h2{
	float: left;
}
.causeName .floatRight{
	padding: 7px 0 0;
	font-size: 1.2em;
}
.causeName .large_link{
	float: left;
	margin: 0 0 0 15px;
	font-size: 2.2em;
	color: #81005C;
}
.causeName .large_link a{
	text-decoration: none;
	border-bottom: 1px solid #81005C;
}
.causeName .large_link a:hover{
	border: none;
}
.badgeIframe, .badgeIframeThick{
	margin: 0px 10px 10px 32px;
	border: 2px solid #353535;
}
.badgeIframeThick{
	margin-bottom: 24px;
}
#stepOne{
	margin:8px 0px 0 -3px;
	width:259px;
	height:423px;
	padding:0px 41px 0px 32px;
	background: url('../img/cc_home_field_active.png') no-repeat 0px -20px;
	float:left;
	position:relative;
}
#stepOne h4, #stepTwo h4{
	margin:20px 0px 0px 0px;
}
#stepOne p{
	font-size: 1em;
	line-height: 1.3;
}
#stepOne p.info{
	margin: 10px 0 15px;
	font-size: 1.2em;
}
#stepOne p .pink{
	display: block;
	width: 65%;
	line-height: 1.3;
	font-size:12px;
	margin:0 0px 0px 25px;
}
#stepTwo{
	margin:8px 0px 0 0;
	width:259px;
	height:423px;
	padding:0px 41px 0px 32px;
	float:right;
	position:relative;
}
#alertBox{
	margin: 10px 0px 20px 0px;
	width:256px;
	height:24px;
}
#alertMessage{
	display:none;
	text-indent:45px;
	background:#FB0053 url('../img/cc_alert_icon.jpg') no-repeat 15px 5px;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	height:100%;
	padding:10px 0px;
}
#stepOne p a {
	display:block;
	text-decoration:underline;
	float:right;
}
.myVote{
	float:left;
}
#myVote{
	color:#81005c;
	font-size:2em;
	width:234px;
	margin:0px 0px 20px 0px;
	padding: 6px 10px;
	background:url('../img/cc_textfield_home1.jpg') no-repeat;
}
#myEmail{
	font-size:1.5em;
	width:234px;
	margin:5px 0px 20px 0px;
	padding: 5px 10px;
	background:url('../img/cc_textfield_home1.jpg') no-repeat;
}
#checkBox{
	font-size:2em;
	float:left;
	margin:0px 10px 0px 0px;
}
#voteNow{
	overflow: hidden;
	background: url('../img/cc_btn_vote.jpg') no-repeat;
	width: 57px;
	height: 58px;
	position: absolute;
	right: 40px;
	top: 294px;
	text-indent:200px;
}
#tweet{
	font-size: 1.2em;
	line-height: 1.4em;
	width: 234px;
	margin: 0px 0px 10px 0px;
	padding: 5px 6px 0px;
	background:url('../img/cc_inputbox_bg.jpg') no-repeat;
	font-family: arial, sans-serif;
}
.twitter, .twitter a{
	color:#45AEC2;
	display:inline;
	font-style:italic;
	text-decoration:none;
	font-size:1em;
}
.floatRight{
	float:right;
	font-size:1.3em;
}
#breadCrumbs{
	font-size:12px;
	color: #353535;
	margin:0px 0px 25px 0px;
}
#bodyCopy{
	padding:0px 45px 0px 0;
}
#bodyCopy h2.lightBlue{
	margin: 0 0 10px;
}
#bodyCopy h6{
	margin-top:20px;
	margin-bottom:10px;
}
#bodyCopy ul{
	font-size:13px;
	line-height:1.4;
	margin-left: 40px;
	margin-bottom: 10px;
}
#bodyCopy ul li{
	margin-bottom: 5px;
}
#bodyCopy p{
	margin: 0 0 10px;
	font-size:13px;
}
#bodyCopy address{
	font-weight: bold;
	font-size:13px;
	line-height:18px;
}
.loopItem{
	position: relative;
	width:665px;
	margin:25px 10px 25px 0px;
	background:url('../img/cc_itemloop_bgloop.jpg') right top repeat-y;
}
.loopItem_top{
	padding:10px 0px 0px 0px;
	background:url('../img/cc_itemloop_top.jpg') right top no-repeat;
}
.loopItem_btm{
	padding: 0 20px 10px 67px;
	background:url('../img/cc_itemloop_btm.jpg') right bottom no-repeat;
}
.loopItem h2{
	margin: 20px 0px 20px 0;
	color:#76b6CA;
}
.loopItem .social_badge{
	position: absolute;
	top: 25px;
	left: 17px;
}

.loopItem .date{
	position: absolute;
	top: 15px;
	left: 0;
	width: 40px;
	padding: 15px 5px 2px;
	background: #81005C;
	text-transform: uppercase;
	text-align: right;
	color: #FFF;
}
.loopItem .date .month{
	display: block;
	font-size: 1.4em;
}
.loopItem .date .day{
	display: block;
	font-size: 2.3em;
}
.loopItem .date span img{
	float: none;
	margin: 0;
}
.loopItem textarea{
	margin-bottom: 15px;
	margin-top: 10px;
	color:#003A46;
	padding-left: 10px;
	padding-top: 7px;
	font: 13px helvetica, arial, sans-serif;;
	width: 561px;
	height: 46px;
	border: 0px;
	background:url('../img/cc_inputboxLarge_bg.jpg') no-repeat;
}
.itemBody p{
	font-size:13px;
	line-height:20px;
}
.itemBody #mycauseVoteBtn{
	margin: 0 0 10px 250px;
}
.itemBody #emailFriendBtn{
	margin: 0 0 10px 491px;
}
.itemBody #emailFriendBtn img{
	margin-top: 10px;
}
.indentExample{
	float:left;
	margin:10px 0px 10px 35px;
}
.exampleBlock{
	width:400px;
	float:right;
	margin:10px 50px 10px 0px;
}
.explainTweet{
	clear:both;
}
.twitterOrderedlist{
	font-size:13px;
	line-height:20px;
	float:left;
	margin:10px 0px 10px 35px;
}
.boldPink{
	font-weight:bold;
	color:#81005C !important;
}
.charityTitle{
	text-align:center;
	font-size:26px;
	color:#81005C;
	margin:30px 0px 0px 0px;
}

/*----- Pager -----*/
.pager{
	margin: 10px 0 0 !important;
	font-size: 1.3em;
	text-align: right;
}
.press_pager{
	margin-right: 25px !important;
}
.pager .pager{
	margin-left: 5px;
	font-size: 1em;
	letter-spacing: 1px;
}
.pager .pager a{
	font-weight: bold;
}
.pager .pager a:hover{
	text-decoration: none;
}

/*----- Side Box-----*/
.sideBox{
	width:242px;
	float:right;
	margin-right:10px;
	margin-bottom:20px;
}
.sideBox img{
	display: block ;
}
.sideBoxBody{
	padding:0px 0px 5px 20px;
	width:217px;
	background: url('../img/cc_sideBox_bg_loop.png') repeat-y left top;
}
.sideBox p{
	font-size:14px;
	line-height:24px;
	color: #454545;
	padding-right:13px;
}
.sideBox p.right{
	padding-right: 10px;
	font-size: 12px;
}
.sideBox h5, .sideBox h6{
	color:#FFFFFF;
	padding:20px 0px 0px 13px;
	height:35px;
	margin-left:-5px;
	background: url('../img/cc_sideBox_header_bg.gif') repeat-x;
}
.codeCopy{
	color:#003A46;
	font-size:12px;
	width:236px;
	padding: 7px 7px;
	background:url('../img/cc_inputboxSingleLarge_bg.jpg') no-repeat;
}
#signupEmail{
	color:#003A46;
	font-size:12px;
	width:140px;
	padding: 7px 7px;
	background:url('../img/cc_inputboxSingleLarge_bg.jpg') no-repeat;
	margin-top: 25px;
}
#signupBtn{
	position: relative;
	top: -48px;
	left: 155px;
}
#signupBtn img{
	margin-bottom: -40px;
}
.badge_thin{
	width: 186px;
}
#badgeCopy dl{
	float: left;
	margin: 10px 14px 10px 34px;
}
#badgeCopy h5{
	text-align: center;
}
.emailFriend{
	color:#003A46;
	font-size:12px;
	width:229px;
	padding: 7px 10px;
	margin: 12px 0 0 20px;
	background:url('../img/cc_inputboxSingleLarge_bg.jpg') no-repeat;
}
#emailFriendForm .name, #emailFriendName{
	margin-left: 26px;
}

.codeText{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
}
.sideBox #socBar{
	overflow: hidden;
	display: block;
	margin:15px 0px 0;
	list-style-type:none;
}
.sideBox #socBar #twitterBtn {
	display:block;
	overflow:hidden;
	width:35px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -5px 0px no-repeat;
}
.sideBox #socBar #twitterBtn:hover  {
	background:url('../img/cc_socbar.jpg') -5px 0px no-repeat;
	
}
.sideBox #socBar #facebookBtn {
	display:block;
	overflow:hidden;
	width:37px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -44px 0px no-repeat;
}
.sideBox #socBar #facebookBtn:hover  {
	background:url('../img/cc_socbar.jpg') -44px 0px no-repeat;
}
.sideBox #socBar #myspaceBtn {
	display:block;
	overflow:hidden;
	width:30px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -87px 0px no-repeat;
}
.sideBox #socBar #myspaceBtn:hover  {
	background:url('../img/cc_socbar.jpg') -87px 0px no-repeat;
}
.sideBox #socBar #diggBtn {
	display:block;
	overflow:hidden;
	width:48px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -121px 0px no-repeat;
}
.sideBox #socBar #diggBtn:hover  {
	background:url('../img/cc_socbar.jpg') -121px 0px no-repeat;
}
.sideBox #socBar #stumbleBtn {
	display:block;
	overflow:hidden;
	width:34px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -174px 0px no-repeat;
}
.sideBox #socBar #stumbleBtn:hover  {
	background:url('../img/cc_socbar.jpg') -174px 0px no-repeat;
}
.sideBox #socBar #delBtn {
	display:block;
	overflow:hidden;
	width:33px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -213px 0px no-repeat;
}
.sideBox #socBar #delBtn:hover  {
	background:url('../img/cc_socbar.jpg') -213px 0px no-repeat;
}

/*----- Social Media Bar-----*/
#socBar{
	list-style-type:none;
}
#socBar li{
	display:block;
	float:left;
}
#socBar #twitterBtn {
	display:block;
	overflow:hidden;
	width:39px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') no-repeat;
}
#socBar #twitterBtn:hover  {
	background:url('../img/cc_socbar.jpg') 0px -39px no-repeat;
	
}
#socBar #facebookBtn {
	display:block;
	overflow:hidden;
	width:42px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -39px 0px no-repeat;
}
#socBar #facebookBtn:hover  {
	background:url('../img/cc_socbar.jpg') -39px -39px no-repeat;
}
#socBar #myspaceBtn {
	display:block;
	overflow:hidden;
	width:35px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -82px 0px no-repeat;
}
#socBar #myspaceBtn:hover  {
	background:url('../img/cc_socbar.jpg') -82px -39px no-repeat;
}
#socBar #diggBtn {
	display:block;
	overflow:hidden;
	width:53px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -116px 0px no-repeat;
}
#socBar #diggBtn:hover  {
	background:url('../img/cc_socbar.jpg') -116px -39px no-repeat;
}
#socBar #stumbleBtn {
	display:block;
	overflow:hidden;
	width:39px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -169px 0px no-repeat;
}
#socBar #stumbleBtn:hover  {
	background:url('../img/cc_socbar.jpg') -169px -39px no-repeat;
}
#socBar #delBtn {
	display:block;
	overflow:hidden;
	width:43px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_socbar.jpg') -208px 0px no-repeat;
}
#socBar #delBtn:hover  {
	background:url('../img/cc_socbar.jpg') -208px -39px no-repeat;
}


/*----- Alt Social Media Bar-----*/
.sideBox #socBar_alt li{
	display:block;
	float:left;
}
.sideBox #socBar_alt{
	overflow: hidden;
	display: block;
	margin:15px 0px 0;
	list-style-type:none;
}
.sideBox #socBar_alt #twitterBtn {
	display:block;
	overflow:hidden;
	width:72px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_share_icons.jpg') 0px 0px no-repeat;
}

.sideBox #socBar_alt #facebookBtn {
	display:block;
	overflow:hidden;
	width:73px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_share_icons.jpg') -73px 0px no-repeat;
}

.sideBox #socBar_alt #myspaceBtn {
	display:block;
	overflow:hidden;
	width:72px;
	height:39px;
	text-indent:-100px;
	background:url('../img/cc_share_icons.jpg') -145px 0px no-repeat;
}


#bodyCopy #socialMediaLinks{
	overflow: hidden;
	display: block;
	margin:15px 0px 15px;
	list-style-type:none;
}
#bodyCopy #socialMediaLinks li{
	display:block;
	float:left;
	margin-left: 40px;
	padding: 5px;
}
#bodyCopy #socialMediaLinks li a{
	color: #81005C;
}
#bodyCopy #socialMediaLinks li img{
	display:block;
	float:left;
	margin: -3px 14px 0px 0px;
}
#bodyCopy #socialMediaLinks li.first{
	margin-left: 0px;
}
#bodyCopy h2.notTop{
	margin-top: 50px;
}
#bodyCopy p.mediaContacts{
	display:block;
	float:left;
	margin-right: 60px;
}

#bodyCopy p.mediaContacts strong{
	color: #81005C;
}
#bodyCopy #latestArticles p{
	margin:0;
}
#bodyCopy #latestArticles p.summary{
	margin-top: 5px;
}
#bodyCopy #latestArticles p.articleLink{
	margin: 0px 0px 10px 0px;
	text-align: right;
}
#bodyCopy #latestArticles p.secondaryArticle a{
	color: #81005C;
}
#bodyCopy #latestArticles p.secondaryArticle img{
	margin: 0px 5px -6px 0px;
}


/*----- Global -----*/
.hidden{
	display:none;

}

/*----- Footer -----*/
#push{
	margin-top: 40px;
	height: 62px;
}
#footer{
	z-index: 1;
	position: relative;
	height: 62px;
	margin-top: -62px;
	background: url('../img/cc_footer_loop.jpg') top center repeat-x;
}
#footerContainer{
	width:972px;
	margin:0px auto 0px auto;
	
}
#footer p{
	font-size:12px;
	margin-top:23px;
	float:right;
}
#footer img{
	float: left;
	margin-top:20px;
}

/*----- Community Tweets -----*/
#tweet_back_list{
	overflow: hidden;
}
#tweet_back_list li{
	overflow: hidden;
	margin: 30px 0;
	padding: 0 0 0 60px;
	font-size: 1.4em;
	line-height: 1.3;
	list-style: none;
}
#tweet_back_list li img{
	float: left;
	width: 48px;
	height: 48px;
	margin: 2px 0 0 -60px;
}
#tweetbacks_loading{
	font-size: 1.4em;
	margin: 40px;
}

/*----- AutoComplete ----*/
.ac_results_header {
	padding: 0;
	border: 1px solid #CCC;
	border-bottom: 0px;
	background-color: #FFF;
	overflow: hidden;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.3em;
	cursor: default;
	z-index: 8;
}
.ac_results_footer {
	border: 1px solid #CCC;
	border-top: 0px;
	background-color: #FFF;
	overflow: hidden;
	cursor: default;
	z-index: 10;
}
.ac_results_footer p{
	margin: 3px;
	float:right;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
}
.ac_results {
	padding: 0px;
	border: 1px solid #CCC;
	border-top: 0px;
	background-color: #FFF;
	overflow: hidden;
	z-index: 9;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:3000px;
	height:3000px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background: #FFF url('./indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: #3175D8;
	color: #FFF;
}
.contactForm {
       text-align: right;
       width: 400px;
       margin: 30px 0px 0px 60px;
}
.contactForm p input,select,textarea{
       border: 1px solid #999999;
}
.contactForm p input{
        width: 216px;
        padding: 2px;
}
.contactForm p#submit input{
	width: 80px;
	font-weight: bold;
}
.contactForm p select{
    width: 220px;
}
#commentsLabel {
    text-align: left;
}
#searchData{
	color:#003A46;
	font-size:15px;
	width:180px;
	padding:5px 2px 1px 3px;
	background:url('../img/cc_textfield_home3.jpg') no-repeat;
}
#searchBtn{
	margin-left: -5px;
	width: 74px;
	height: 26px;
	padding-top: 1px;
	background:url('../img/cc_search_btn.jpg') no-repeat;
}
#searchBox{
	margin-top: -95px;
	float: right;
}
.closeRetweetP{
	position:absolute;
	top:397px;
	left:238px;
}
#rssIconPress, #rssIconLeader{
	left:628px;
	position:absolute;
	top:200px;
}
#rssIconLeader{
	left: 650px;
}
.commentsLink{
	margin-left: 495px;
	font-size: 10px;
}
.commentsHeader{
	margin-top: 20px;
}
#dsq-add-new-comment{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #353535;
}
#dsq-options, #dsq-comments-count, .dsq-by, .dsq-comment-footer{
	display: none;
}
#mycauseHeader{
	width:684px;  
}
#recent_media{
	width:684px;
	height: 300px;
	margin-top: 40px;
}
#recent_pic, #recent_vid{
	width: 290px;
	float: left;
	position: relative;
	padding-left:33px;
}
.media_caption{
	font-size: 1.1em;
	line-height: 1.3;
	margin-top: 4px;
}
#recent_media .media_badge{
	position: absolute;
	top: 0px;
	left: 0px;
}
#recent_vid{
	margin-right:34px;
}
#recent_pic_image{
	width: 290px;
}

.sideBox #twitterBuzzLink{
	margin: 20px 0px 0px 63px;
	font-size: 1.2em;
}
.sideBox #twitterBuzzBtn{
	margin: -53px 0px 0px 158px;
}
h3.darkBlue{
	margin-top: 5px;
}

/** hack for safari **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #searchBtn { position:absolute; top: 16px; left: 635px;}
	#searchData { position:absolute; top: 16px; left: 460px; padding-top:6px;}
	#searchBox a{ position:absolute; top: 41px; left: 460px;}
	#signupBtn{	position: absolute;	top: 618px;	left: 185px;}
	#signupEmail{ margin-bottom: 15px;}
}

