/*	Ryan Ashcraft
	Ashcraft Media	*/

body {
	background: #fafafa;
	color: #333;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

/* Elementals */
* {
	padding: 0;
	margin: 0;
	}
a {
	color: #27d;
	text-decoration: none;
	padding: 0;
	}
a:hover {
	color: #284e65;
	border-bottom-color: #284e65;
	text-decoration: underline;
	}
a img {
	border: 0;
	}
a img {
	border: 0;
	}
sup {
	font-size: 9px;
	display: none;
	}
p {
	padding: 10px 0;
	font-size: 15px;
	line-height: 24px;
	color: #555;
	}
ul {
	padding: 5px 0 10px 0;
	font-size: 15px;
	line-height: 24px;
	color: #555;
	}
ul li {
	margin: 0 0 4px 0;
	list-style: square inside;
	}
ul ul {
	padding-left: 25px;
	}
.clear {
	clear: both;
	}
.right {
	float: right;
	text-align: right;
	margin: 15px 0 15px 15px;
	}
.left {
	float: left;
	text-align: left;
	margin: 15px 15px 0 0;
	}

/* Headers */
h1 {
	text-indent: -9999px;
	overflow: hidden;
	}
h1 a {
	display: block;
	width: 288px;
	height: 100px;
	background: url('../images/logo.png') center left no-repeat;
	}
h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #555;
	padding: 0 0 15px 0;
	}
h3 {
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	padding: 10px 0 10px 0;
	}
h4 {
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	padding: 10px 0 5px 0;
	}
h4 a {
	color: #555;
	}
h4 a:hover {
	color: #555;
	}
h5 {
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	color: #555;
	padding: 5px 0 0 0;
	}
h3 span {
	font-weight: normal;
	}
#primary p.tagline {
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 36px;
	color: #555;
	text-align: justify;
	}

/* Navbar */
#navbar {
	position: absolute;
	top: 60px;
	right: 0;
	height: 45px;
	}
#navbar ul {
	list-style: none;
	padding: 0;
	}
#navbar ul li {
	display: inline;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 38px;
	height: 38px;
	padding: 0 14px;
	}
#navbar ul li.first {
	padding-left: 0;
	}
#navbar ul li.last {
	padding-right: 0;
	}
#navbar ul li a {
	color: #ddd;
	text-shadow: 0 1px 3px #000;
	}
#navbar ul li.active a {
	color: #fff;
	font-weight: bold;
	}
#navbar ul li a:hover {
	text-decoration: none;
	color: #fff;
	}
#navbar ul li a:active {
	color: #ddd;
	}

/* Basic Layout */
#header {
	background: #000 url('../images/header.gif') top center repeat-x;
	height: 150px;
	}
#header .inner {
	height: 120px;
	padding: 30px 0 0 0;
	}
.inner {
	width: 940px;
	position: relative;
	margin: 0 auto;
	}
#primary {
	width: 100%;
	padding: 25px 0;
	float: left;
	}
a.comments {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #ccc;
	}
img.light {
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	}
#footer {
	height: 100px;
	width: 100%;
	display: block;
	border-top: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
	position: relative;
	}
#footer p {
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	}
.social {
	position: absolute;
	top: 15px;
	right: 0;
	}
.social img {
	padding-left: 5px;
	}

/* Basic Layout */
p.asigna {
	margin-top: 15px;
	}

/* Buttons */
a.button {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	}
a.short {
	width: 110px;
	height: 29px;
	background: url('../images/buttons/short.gif') top left no-repeat;
	font-size: 11px;
	line-height: 29px;
	}
a.short:hover {
	background-position: 0 -29px;
	color: #fff;
	}
a.short:active {
	background-position: 0 -58px;
	}
a.long {
	width: 230px;
	height: 39px;
	background: url('../images/buttons/long.gif') top left no-repeat;
	font-size: 14px;
	line-height: 39px;
	margin: 0 0 10px 0;
	}
a.long:hover {
	background-position: 0 -39px;
	color: #fff;
	}
a.long:active {
	background-position: 0 -78px;
	}