/*/////////////////////////////////////////////////////////////////////////////

	Soles4Souls - The 50,000 Pairs in 50 Days Challenge | Main stylesheet
	Site design by The A Group (www.agroup.com)
	
/* BASIC HTML ///////////////////////////////////////////////////////////////*/

@import url("/taglib/css/fonts/pt-sans/stylesheet.css");

html {
	height: 100%;
}	

body {
	/*background: #0d0d0d url("../images/bg-body.jpg") top center no-repeat;*/
	background: #fff url("../images/bg-body.png") top center repeat-x; 
	font: 13px/1.7em 'PTSansNarrowRegular', Arial, sans-serif;
	font-weight:200;
	letter-spacing:.04em;
	color: #111;
}

a {
	color: #154062;
}

p {
	margin: 1.6em 0;
}

h2 {
	font: 40px/1.37em 'PTSansNarrowRegular', Arial, sans-serif;
}

h2 span {
	font-family: 'PTSansNarrowBold', Arial, sans-serif;
}

h3 {
	font: 24px/1em 'PTSansNarrowRegular', Arial, sans-serif;
	margin-top: 1em;
}

h4 {
	font: 17px/1.4em 'PTSansNarrowRegular', Arial, sans-serif;	
}

.callout {
	font-family: 'PTSansNarrowBold', Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-weight:normal;/*due to non-standard font usage*/
}

/* MAIN CONTAINERS //////////////////////////////////////////////////////////*/

#container {
	background: url("/images/bg-container.jpg") center top no-repeat;
	width: 776px;
	margin: 0 auto;
}

#content {	
	min-height:500px;
	padding:97px 25px 0;
}

#header {
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	width: 776px;
	height: 156px;
	margin: 0 auto;
	text-indent: -3000px;
}

#header h1 a {
	height: 238px;
	display: block;
}

#header h1 span {
	display:none;
}

#copy {
	overflow:hidden;
	padding:20px 0 0;
	width:460px;
}

#content_footer {
	clear: both;
}

/* NAVIGATION ///////////////////////////////////////////////////////////////*/

#navigation { 
	float:right;
	width:176px;
}

#navigation > li {
	height:80px;
	margin:0 0 12px;
}

#navigation li a {
	display:block;
	height:80px;
	text-indent:-4000em;
}

/* ASIDE ///////////////////////////////////////////////////////////////////*/
#aside {
	clear:right;
	display: inline;
	float: right;
	padding-top:30px;
	width: 154px;
}

#link-s4s {
	height:180px;
	width:180px;
	clear:left;
	
	display:none;
}

#link-s4s a{
	display:block;
	text-indent:-4000px;
	height:180px;
	width:180px;
	background: url("../images/50ClickButton.jpg") no-repeat;
}

/* FOOTER ///////////////////////////////////////////////////////////////////*/


#footer {
	padding: 25px;
	clear: both;
	font: 11px/1.772em "arial", sans-serif;
	color: #827474;	
	height: expression('1%');
	float:left;
	width:726px;
	border-top:1px solid #55afcb;
	margin-top:25px;
} 

#footer a {
	color: #827474;
}

#container #footer p {
	margin: 0 0 0.886em;	
}

#footer #disclosure {
	font-style: italic;
	font-size: 10px;
	display: none;
}

#footer #search {
	display: inline;
}

#container #footer #search p {
	margin-top: 0;
}

#footer #search input {
	font-size: 11px;	
}

#footer #search #input_search {
	padding: 2px;
	border: 1px solid #fff;
}

#link_tag {
	text-decoration: none;
	color: #fff;	
}

#status_message {
}

#event_nav {
	float: right;
	margin-top:4.5em;
	font-family: "lucida grande", "lucida sans unicode";
}
