/* GENERAL RULES */

html, body {
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 11px;
	width: 100%;
}

p {
	margin: 0 6px .8em 6px;
	font-size: 11px;
	line-height: 1.3em;
}

ul {
	margin-top: 0;
}

li {
	font-size: 11px;
	line-height: 1.3em;
}

hr {
	height: 1px;
	margin: 0;
	border: 1px dashed #555555;
}

a, a:visited, a:active {
	color: #f26522;
	text-decoration: underline;
	font-size: inherit;
}

a:hover {
	color: #f26522;
	text-decoration: none;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* container */

div#container {
	background: #ffffff;
	margin: 0px auto;
	min-height: 100%;
	width: 960px;
	position: relative;
}
/* nav */

div#nav {
	width: 100%;
	height: 74px;
	position: relative;
	color: #fff;
}

div#nav div {
	position: absolute;
}

div#navLogo {
	top: 12px;
	font-size: 27px;
	left: 56px;
}

div#navLogo a {
	color: #fff;
	text-decoration: none;
}

div#navMotto {
	top: 24px;
	font-size: 13px;
	left: 225px;
	color: #f26522;
}

div#navMainNav {
	height: 25px;
	font-size: 12px;
	text-align: center;
	top: 48px;
	left: 220px;
	text-transform: uppercase;
}

div#navMainNav div.navElement {
	border-left: 1px solid #333;
	padding: 2px 16px;
	position: relative;
	float: left;
	height: 16px;
}

div.navElement a {
	color: #fff;
	text-decoration: none;
}

div.navElement a:hover, div.navElement a.selected, div#navMyNav a:hover {
	color: #FF2C17;
}

form#navSearch {
	width: 175px;
	position: absolute;
	top: 12px;
	right: 150px;
	font-size: 10px;
}

div#navLogin {
	position: relative;
	font-size: 10px;
	top: 16px;
	right: 0px;
	width: 200px;
}

div#navLogin a {
	color: #fff;
}

div#navMyNav, div#navAdmin {
	right: 0px;
	top: 52px;
	right:5px;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

div#navMyNav a, div#navAdmin a {
	color: #222;
	text-decoration: none;
}

div#navAdmin {
	left: 580px;
	top: 15px;
	color: #444;
	width: 50px;
}

div#navAdmin a {
	color: #444;
}

div#titleTab {
	width: 221px;
	height: 40px;
	position: absolute;
	top: 54px;
	font-size: 16px;
	float: left;
	text-align: center;
	padding-top: 5px;
	color: #222;
}

.sectionHeader {
	width: 100%;
	background-color: #eee;
	font-size: 12px;
	color: #222;
	padding: 5px;
}

#editHeader {
	font-size: 16px;
	color: #999;
}


/* content */

/*to expand middle*/

/*div#content {
	margin: 10px auto;
	clear: both;
	min-width: 960px;
	width: expression(document.body.clientWidth < 960? "960px": "100%" );
}*/

div#content {
	margin: 10px auto 10px auto;
	clear: both;
	width: 100%;
}

#flashMessage {
	margin: 10px auto;
	margin-top: 0;
	width: 400px;
	border: 2px solid #ddd;
	background-color: #ffeda9;
	padding: 6px;
	color: #666;
	font-size: 10px;
}

#cfhLeftCol {
	float: left;
	width: 190px;
	margin: 0 10px 0 10px;
}


#scrollingPiecesContainer {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#scrollingPieces {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.restScrollers {
	width: 100%;
	text-align: center;
}

#cfhMidCol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}

#cfhRightCol {
	width: 330px;
	float: left;
	margin: 0 10px 0 10px
}
#cfhWideRightCol {
	width: 740px;
	float: left;
	margin: 0px
}

#cfhWideLeftCol {
	float: left;
	margin: 0px;
	width: 590px;
}



/* footer */

div#footer {
	clear: both;
	color: #7b7c7f;
	font-size: 10px;
	margin: 20px auto;
	min-width: 960px;
	padding-bottom: 10px;
	width: expression(document.body.clientWidth < 960? "960px": "100%" );
}

div#footer a {
	color: #7b7c7f;
	font-size: 9px;
}

div#footer div.copyright {
	float: left;
	margin: 8px 14px;
}

div#footer div.footerlinks {
	float: right;
	margin: 8px 14px;
}

/* tables */

td {
	padding: 0;
	vertical-align: top;
}

img {
	border: 0;
}

form {
	margin: 0;
}

/* Fix for clearing floated elements */

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearBoth {
	clear: both;
}

/* floats */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.smallCaps {
	color: #555;
	font-size: 9px;
	font-weight: bold;
	/*text-transform: uppercase;
	letter-spacing: 1px;
	*/
}

.little {
	font-size: 8px;
	color: #777;
}

.pieceList {
	margin: 0;
	padding: 0;
	clear: both;
	margin-top: -2px;
}

div.pieceSquare, div.pieceSquare {
	width: 88px;
	height: 88px;
	border-style: solid;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 9px;
	color: #222;
}

div.pieceSquareAd {
	text-align: center;
	font-size: 30px;
	color: #999;
}

div.pieceSquareAd .front {
	font-size: 80px;
}

div.pieceSquareContainer {
	width: 96px;
	height: 96px;
	margin: 2px;
	padding: 0px;
	position: relative;
	float: left;
}

a.pieceSquareLink {
	width: 96px;
	height: 96px;
	position: absolute;
	padding: 0;
	display: block;
	left: -4px;
	top: -4px;
}

.pieceSquare .pieceSquarePadding {
	overflow: hidden;
	color: #333;
}

.pieceSquare img {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.pieceSquare .front, .back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.pieceSquare .front {
	display: block;
}

.pieceSquare .back {
	display: none;
}

.pieceSquare .squareTagList {
	color: #333;
}

.pieceSquare .squareInspiredBy {
	color: #222;
	font-size: 9px;
}

.pieceListTable td {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.pieceListTable {
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	margin-top: 5px;
}


.peopleInspiredCount {
	background-color: #000;
	position: relative;
	left: -7px;
	top: 2px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	width: 88px;
	float: left;
	margin-bottom: 3px;
}

#editPictureLeft {
	width: 210px;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
}

#editPictureRight {
	width: 300px;
	padding-left: 10px;
}

#editPictureChooser {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}

#squarebox {
	overflow: hidden;
	border: 1px solid #222;
	position: relative;
}

#mainIntroGive, #mainIntroGet, #mainIntroText {
	margin: 12px 4px;
}

#mainIntroText {
	font-size: 15px;
	color: #888;
	margin-right: 4px;
	margin-left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0px;
}

#mainIntroText span, #mainIntroText div {
	font-size: 16px;
	letter-spacing: 1px;
	color: #f26522;
}

#mainIntroGive, #mainIntroGet {
	color: #aaa;
}

/*#mainIntroIcons {
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#mainIntroIcons a {
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0px;
	margin-right: 7px;
}*/

#mainIntroGive .smaller {
	color: #bbb;
	font-size: 10px;
}

#mainIntroGet {
	
}

a.introButton {
	display: block;
	margin-left: -5px;
	padding-bottom: 4px;
}

.orangeHR {
	width: 100%;
	font-size: 3px;
	height: 3px;
	background-color: #f26522;
	margin: 10px auto;
	margin-top: 10px;
	clear: both;
}

a.logoContainer, a.logoContainer:active, a.logoContainer:visited, a.logoContainer:hover {
	display: block;
	float: left;
	font-family: verdana, arial;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-top: 18px;
}

a.logoContainer .logoTop {
	color: #f26522;
	text-decoration: none;
	font-size: 18.5px;
	letter-spacing: .9px;
	line-height: 1em;
}

a.logoContainer .logoBottom {
	font-size: 45px;
	font-weight: bold;
	color: #777;
	width: 138px;
	margin: 0px;
	margin-left: -2px;
	margin-bottom: 4px;
	padding: 0px;
	line-height: .9em;
}

.cfhMotto {
	float: left;
	font-family: verdana, arial;
	font-size: 13px;
	color: #222;
	margin-top: 42px;
	margin-left: 10px;
}

a.linkButton, a.linkButton:hover, a.linkButton:active, a.linkButton:visited {
	display: block;
	background-color: #eee;
	color: #f26522;
	font-weight: bold;
	padding: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff #ccc #ccc #fff;
	text-decoration: none;
	float: left;
	font-size: 9px;
	margin-top: -5px;
	margin-left: 3px;
}

a.linkButton:hover {
	background-color: #ddd;
}

div.subscribePopup {
	font-size: 10px;
	color: #555;
}

div.subscribePopup div.subscribeHeading {
	width: 100%;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	padding-top: 6px;
	color: #333;
}

div.sectionHeader {
	width: 99%;
	border-bottom: 3px solid #f26522;
	padding: 0px;
	padding-bottom: 4px;
	color: #777;
	font-size: 13px;
}

div.sectionHeader b {
	color: #222;
}

div.subHeaderInfo {
	font-size: 10px;
	color: #222;
	padding: 3px;
	padding-bottom: 8px;
}

a.inspireUserLink {
	background-color: #ffffd9;
	color: #333;
}

.arrowHeader, .arrowHeaderNew {
	font-size: 17px;
	height: 22px;
	color: #666;
	margin-bottom: 5px;
}

.arrowHeaderNew {
	font-size: 14px;
	height: auto;
}

.arrowHeader img {
	position: relative;
	top: 2px;
}

.personBox {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.personBox img, img.userBox {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 6px;
	width: 60px;
}

.personBox a {
	color: #777;
}

.personBox .personInfo, .personinfo {
	float: left;
	width: 116px;
	margin-right: 10px;
	font-size: 10px;
	padding-top: 4px;
}

.personInfo .infoCat {
	text-transform: lowercase;
	color: #999;
	font-size: 9px;
	font-weight: bold;
}

.personInfo div {
	font-size: 9px;
}

textarea {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.inputSubmit {
	
}

.formError {
	color: red;
}

#uploadProgress {
	width: 350px;
	height: 20px;
	margin-top: 8px;
}

#uploadProgressBarContainer {
	height: 100%;
	float: left;
	width: 220px;
	border: 1px solid #ccc;
	margin-right: 10px;
	height: 14px;
}

#uploadProgressBar {
	background-color: #f26522;
	height: 100%;
	width: 0%;
}

#uploadProgressText {
	float: left;
	margin-top: 0px;
}

#giveHopeNoType {
	color: #bbb;
	font-size: 30px;
	padding: 15px;
}

#leftTag {
	height: 27px;
}

#rightBracket, #leftBracket {
	font-size: 300px;
	position: relative;
	top: 30px;
	left: -20px;
	color: #ddd;
}

#leftBracket {
	left: 20px;
}

#rightBracketText {
	position: absolute;
	font-size: 20px;
	left: 170px;
	top: 203px;
	width: 200px;
	color: #aaa;
}

.userList {
	width: 100%;
}

img.feedImg {
	width:22px;
	position:relative;
	top:6px;
}

.paginationNav {
	text-align: center;
	padding: 3px;
}

div#subNetworkNav {
	position: absolute;
	font-size: 10px;
	width: 100%;	
	text-align: center;
	top: 58px;
	left: -370px;
}

#subNetworkNav a {
	color: #ccc;
}

.miniAction {
	background: url('/_img/action_arrow_mini.png') no-repeat;
	padding-left: 10px;
	color: #999;
	font-size: 11px;
}

#loginPopbox {
	width:390px;height:175px;background-color:#1b1b1b;border:4px solid #111;padding:5px;
	color: #f6f6f6;
	font-size: 15px;
}

#loginPopbox #loginFlashMessage {
	background-color: #555;
	color: #f0f0f0;
	padding: 5px;
	font-size: 11px;
	margin: 8px 0px;
}

#loginPopbox h1 {
	margin: 0px;
	margin-bottom: 5px;
}

#loginPopbox td {
	padding: 3px;
}

#loginPopbox input {
	width: 188px;
	font-size: 15px;
}

#popboxClose {
	position: absolute;
	right: 5px;
	top: 5px;
}

#fbLoading {
	width: 460px;
	height: 50px;
	text-align: center;
	font-size: 15px;
	color: #666;
	background-color: #f0f0f0;
	border: 4px solid #999;
	padding: 40px 5px;
	padding-top: 0px;
}

#fbLoading div {
	margin-top: 50px;
}

html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; }

html .fb_share_link_dark { padding:2px 0 0 20px; height:16px; background:url(/_img/Connect_dark_small_short.gif) no-repeat top left; }