/* @override 
	http://www.mac2bac.com/css/screen.css
	http://localhost/~ocortez/make_a_chain/css/screen.css
*/
/* Make a Chain to Break a Chain Project */
/* Author: Oscar J Cortez of Illustrative. */
/* Texture provided by CG Textures at cgtextures.com */
/* ---- Resetting Defaults ---- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font-size: 62.5%;
}
/* ---- Structure ---- */
html {
	min-width: 960px;
}
/* Background pattern from Squidfingers http://www.squidfingers.com/patterns/4 */
body {
	color: #000;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #887970 url(../img/pattern_137-brown.jpg) repeat fixed left top;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fffeff;
	border-right: 4px solid #ccbc9b;
	border-left: 4px solid #ccbc9b;
}
#header {
	height: 200px;
	background: #e2d7c5 url(../img/bg_h1.jpg) no-repeat left top;
}
#guide {
	height: 120px;
	background: #e2d7c5 url(../img/bg_guide.jpg) no-repeat left top;
}
#content {
	background: url(../img/bg_content.jpg) repeat-x left top;
}
#left {
	width: 640px;
	float: left;
}
#right {
	width: 320px;
	padding-top: 2em;
	float: right;
}
#footer {
	clear: both;
	border-top: 1px #d1ccc2 solid;
	padding-top: 1.5em;
}
/* ---- Navigation ---- */
a:link {
	color: #3695de;
}
a:visited {
	color: #9136de;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #3695de;
}
#header h1 a {
	display: block;
	width: 960px;
	height: 200px;
}
#donate {
	background: url(../img/bg_donate.jpg) no-repeat left top;
	width: 640px;
	height: 55px;
	display: block;
}
#donate h4 {
	display: none;
}
#donate a {
	display: block;
	width: 640px;
	height: 55px;
	text-indent: -9999px;
}
.button {
	margin: 0 5em .75em .5em;
	padding: .75em 2em 1em;
	width: 90px;
	float: right;
	clear: right;
	background: #457417 url(../img/bg_button.jpg) repeat-x left -10px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	border: 1px #89d144 solid;
}
div.dim {
	background: #5c582e url(../img/bg_button-b.jpg) repeat-x left -10px;
	border: 1px #bab373 solid;

}
.button:hover {
	background-position-y: -25px;
}
/* ---- Typography ---- */
h1, h2, h3, h4 {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
}
p, ul, ol {
	font-size: 1.2em;
	padding-bottom: 1.4em;
	line-height: 1.4em;
	margin-right: 25px;
	margin-left: 25px;
}
#header h1 {
	color: #fffeff;
	text-indent: -9999px;
}
#header p {
	color: #563e27;
	font-style: italic;
	display: none;
}
#content h2 {
	color: #563e27;
	font-size: 2.4em;
	font-style: italic;
	margin-left: 25px;
	line-height: .5px;
	margin-top: 25px;
}
#guide h2 {
	color: #31590a;
	font-size: 2em;
	text-shadow:-1px 1px 3px #FFFFFF;
}
#guide a {
	color: #31590a;
}
#guide .dim h2 {
	color: #5c582e;
}
#guide .dim a {
	color: #5c582e;
}
#guide p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: .5em;
}
#content h3 {
	color: #74af28;
	line-height: 1.5em;
	font-size: 2em;
	margin-left: 25px;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: normal;
}
#content ul, #content ol {
	padding-left: 2em;
}
#content li {
	padding-bottom: .5em;
}
#content p.minor {
	color: #797979;
	padding-bottom: 0;
	font-size: 1.15em;
}
#right p.minor.alignRight em {
	color: #797979;
	position: relative;
	bottom: 10px;
}
#header h1, #header p, #footer p {
	text-align: center;
}
#footer p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: .5em;
}
#footer p em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.alignRight {
	text-align: right;
	padding-right: 10px;
}
.quote {
	position: relative;
	line-height: .25px;
	font-size: 2.25em;
	top: 9px;
	padding-left: 2px;
	padding-right: 2px;
	color: #424242;
}
/* ---- Miscellaneous ---- */
.clear {
	clear: both;
	height: 0;
}
#content img {
	background: #8b7247 url(../img/bg-content_img.jpg) repeat-x left top;
	border: 5px #fff solid;
	-moz-box-shadow: 3px 3px 10px #999;
	-webkit-box-shadow: 3px 3px 10px #999;
	box-shadow: 3px 3px 10px #999;
}
div#content img.noShadow {
	-moz-box-shadow: 0px 0px 0px #999;
	-webkit-box-shadow: 0px 0px 0px #999;
	box-shadow: 0px 0px 0px #999;
}
.floatLeft {
	float: left;
	margin: 0 15px 20px;
}
.floatRight {
	float: right;
	margin: 0 15px 20px;
}
.hidden {
	display: none;
}
body .fb_share_link {
	padding: 2px 0 0 20px;
	height: 16px;
	background: url(../img/icon_facebook.gif) no-repeat left center;
}