/*Shanebeales.com styling*/

/*Basics*/
body {
	font-size: 62.5%;
	background: #f00;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: tradegothic, arial, helvetica, sans-serif;
}

body#windowcontent {
	font-size: 75%;
	background: #fff;
	color: #f00;
}

body#popupcontent {
	font-size: 75%;
	background: #fff;
	color: #f00;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#contentcontainer a, #windowcontent a, #popupcontent a {
	color: #f00;
}

#mediacontainer a {
	color: #000;
}

h1 {
	text-transform: uppercase;
	font-size: 3em;
}

#mediacontainer h1 {
	color: #fff;
}

#mediacontainer h2 {
	color: #fff;
	font-size: 1.5em;
	margin: 0.5em 0; 
}

h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}

h3 {
	text-transform: uppercase;
	margin: 0;
}

h4 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0.5em 0 0 0;
}

/*Layout*/

#contentcontainer {
	position: absolute;
	width: 33em;
	min-height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	padding: 2em;
}

#mediacontainer {
	margin-left: 32em;
	padding: 2em;
}

/*Content appears in an iframe*/
#content {
	margin: 1em 0 1em 0;
	height: 30em;
	width: 33em;
	border: none;
	overflow: auto;
}

#article-content {
	padding: 0 1em;
}

#footer {
	text-transform: uppercase;
	color: #444;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.excerpt-more-link {
	display: inline;
	margin-left: 0.5em;
}

.new-old-links {
	margin-top: 1em;
}

.new-old-links a {
	margin-right: 1em;
}

/*Image-replaced headings*/
.flir-replaced {
	margin-top: 1.5em;
	line-height: 1.5;
}
/*Homepage stuff*/
.shane-image {
	margin-bottom: 3em;
}

/*Navigation*/

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 3em;
	text-transform: uppercase;
}

#nav li {
	margin: 0;
}

#nav a {
	font-weight: bold;
	display: block;
	width: 350px;
	height: 40px;
}

#nav a#home {
	background: url("../images/struct/shanebeales_link.png") top left no-repeat;
	text-indent: -10000em;
	height: 40px;
}

#nav a#home:hover {
	background-position: 0 -40px;
}

#nav a#news {
	background: url("../images/struct/news_link.png") top left no-repeat;
	text-indent: -10000em;
}

#nav a#news:hover {
	background-position: 0 -40px;
}

#nav a#dates {
	background: url("../images/struct/dates_link.png") top left no-repeat;
	text-indent: -10000em;
}

#nav a#dates:hover {
	background-position: 0 -40px;
}

#nav a#links {
	background: url("../images/struct/links_link.png") top left no-repeat;
	text-indent: -10000em;
}

#nav a#links:hover {
	background-position: 0 -40px;
}

#nav a#contact {
	background: url("../images/struct/contact_link.png") top left no-repeat;
	text-indent: -10000em;
}

#nav a#contact:hover {
	background-position: 0 -40px;
}

/*content styling*/

#mediacontainer {
	width: 40em;
	font-size: 1.2em;
}

/*table.download-file-list {
	margin-left: 1em;
	border: 0;
}*/

/* Form styles */
fieldset {
	border: 1px solid #444;
	padding: 1em;
}

legend {
	color: #000;
}

label {
	margin-right: 1em;
	width: 38%;
}

input.text {
	width: 60%;
}

input.submit {
	margin-top: 1em;
}

/* Clearfix hack*/
.cf:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cf {display:inline-block;}
/* Hide from IE Mac \*/
.cf {display:block;}
/* End hide from IE Mac */