/* CSS Document */

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-style: normal;
  font-weight: normal;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* @font-face definitions */

@font-face {
	font-family: 'Walkway Bold';
	src: url('Walkway_Bold-webfont.eot');
	src: local('Walkway Bold'), url('../fonts/Walkway_Bold-webfont.woff') format('woff'), url('../fonts/Walkway_Bold-webfont.ttf') format('truetype'), url('../fonts/Walkway_Bold-webfont.svg#webfontsxPZV9b6') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General Definitions */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	background: #fff url(../images/footer_bg.jpg) no-repeat center bottom;
	font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.333em;
	color: #505050;
	position: relative;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Walkway Bold', 'Century Gothic', Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	line-height: 1em;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

a, a:active {
	color: #98231d;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:visited {
	color: #b35f5c;
}

strong {
	color: #000;
	font-weight: bold;
}

small {
	font-size: 0.8em;
	line-height: 1em;
}

blockquote, em {
	font-style: italic;
}

/* Layout */

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* Header */
		
			header { position:relative; }
			header h1 a {
				background: url(../images/header.jpg) no-repeat;
				display: block;
				height: 350px;
				width: 1223px;
				text-indent: -9999px;
				margin: 0 -106px 0 -137px;
			}
			#SebastianCopelandAdventures { 
				position:absolute;
				right:45px;
				top:22px;
				z-index:100;
			}
			#MensJournal{
				position:absolute;
				right:298px;
				top:82px;
				z-index:100;
			}
			
		p#intro {
			font-size: 1.083em;
			color: #373737;
			line-height: 1.385em;
			text-align: center;
			border: 2px dotted #777777;
			border-width: 2px 0;
			padding: 18px 0;
			margin-top: -40px;
			position: relative;
			z-index: 2;
		}
		
/* Content */

	section {
		padding-top: 32px;
		position: relative;
		z-index: 1;
	}
	
		section article {
			background: #fff;
			width: 564px;
			-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.33);
			-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.33);
			box-shadow: 0px 0px 20px rgba(0,0,0,0.33);
			padding: 30px 45px 22px;
			margin-bottom: 400px;
			height: 735px;
			position: relative;
			z-index: 2;
		}
		
			section article p {
				margin-bottom: 1.333em;
			}
			
			section article h2 {
				text-align: center;
				border-bottom: 2px dotted #707070;
				padding-bottom: 1.2em;
				margin-bottom: 1em;
			}
		
		section aside {
			float: right;
		}
		
			section aside .widget {
				background: url(../images/aside_widget.png) repeat;
				width: 248px;
				padding: 20px 24px 20px 20px;
				color: #3b3b3b;
				margin-bottom: 8px;
			}
			
			section aside .widget h2 {
				border-bottom: 2px dotted #707070;
				padding-bottom: 0.6em;
				margin-bottom: 0.5em;
			}
			
			#raise-your-voice {
				height: 440px;
			}
			
				#raise-your-voice input {
					background: #fff;
					border: 1px solid #7a7a7a;
					width: 226px;
					height: 20px;
					color: #737373;
					padding: 4px 10px 0;
					margin-top: 13px;
				}
				
				#raise-your-voice input#city {
					width: 93px;
					float: left;
					margin: 13px 5px 1em 0;
				}
				
				#raise-your-voice input#state {
					width: 32px;
					float: left;
					margin: 13px 5px 1em 0;
					padding: 4px 5px 0px;
				}
				
				#raise-your-voice input#zip {
					width: 57px;
					float: left;
					margin-bottom: 1em;
				}
				
				#raise-your-voice form p {
					text-align: center;
					clear: both;
					padding: 0 15px;
				}
				
				#raise-your-voice input#submit {
					background: url(../images/submit.png) no-repeat;
					display: block;
					width: 139px;
					height: 35px;
					border: 0;
					padding: 0;
					margin: 1em 0 0.2em 55px;
					cursor: pointer;
				}
				
			#raise-your-voice small {
				text-align: center;
			}
			
		#donate {
			font-size: 1.083em;
			line-height: 1.308em;
			height: 260px;
		}
		
			#thanks {
				text-align: center;
				font-size: 1.077em;
				margin: 1.5em 0 0.5em;
			}
			
			#donate-button {
				background: url(../images/donate.png) no-repeat;
				display: block;
				height: 65px;
				width: 262px;
				text-indent: -9999px;
				margin-left: -6px;
			}
			
/* IE Specific Styles */

.ie #article-shadow {
	display: block;
	position: absolute;
	top: 22px;
	left: -10px;
	background: #000;
	width: 654px;
	height: 787px;
    z-index: 2;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10', MakeShadow='true', ShadowOpacity='0.33');
}

.ie6 #donate-button {
	margin: 0 -6px 0 -8px;
}

.ie6 header h1 {
	position: relative;
	height: 350px;
	z-index: 1;
}

.ie6 header h1 a {
	margin: 0;
	position: absolute;
	left: -137px;
}