/*-----------------------------------------------------------------------------
Rapid Red Secondary Stylesheet

version:   1.0
author:    Colby Blaisdell
email:     ccblaisdell@gmail.com
website:   http://blazedell.com
-----------------------------------------------------------------------------*/

/* =Layout
-----------------------------------------------------------------------------*/

#nav {
	margin: 0 0 2em; padding: .5em 0;
}
#mainContent {
	float: right;
	border-left: 1px solid #ccc;
	border-right: 0;
	position: relative;
	left: -1px;
	padding: 0px;
}
#secondaryContent {
	float: right;
	border-right: 1px solid #ccc;
	border-left: 0;
	left: 0px;
}
#secondaryContent ul {
	margin: 2em 0;
}

/* =Branding
-----------------------------------------------------------------------------*/

#branding {
	margin-bottom: 2em;
}
h1 {
	margin: 0;
	position: relative;
	width: 75px; height: 29px;
}
h1 a {
	text-indent: -3000px;
	display: block;
}
h1 span {
	background: url(../images/logotiny.png);
}
#branding p {
	left: 200px; top: 10px;
	width: 467px;
	font-size: 1.4em;
}