@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #000;
	background-image: url(assets/bg-gradient.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #0077CA;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}

a:active {
	text-decoration: none;
	color: #F30;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

#package {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	-moz-box-shadow: 0px 18px 18px rgba(0, 0, 0, .69);
	-webkit-box-shadow: 0px 18px 18px rgba(0, 0, 0, .69);
	box-shadow: 0px 18px 18px rgba(0, 0, 0, .69);
	background-image: url(assets/bg-355px.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#banner {
	clear: both;
	padding: 0;
	margin-bottom: 0px;
}

#navigation {
	clear: both;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	clear: both;
	margin-bottom: 0px;
}

#feature {
	width: 585px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	float: left;
}
#feature h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	font-size: 1.15em;
}
#feature ul li {
	line-height: 150%;
	list-style-position: inside;
}
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, .6);
}

.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, .6);
}

#sidebar {
	float: left;
	width: 355px;
	margin-bottom: 0px;
	/* [disabled]background-color: #0A1012; */
	color: #999;
	font-size: 0.8em;
	padding-top: 0px;
}

#sidebar h2 {
	padding-bottom: 7px;
	font-weight: normal;
	color: #FFF;
	font-size: 1.36em;
	background-image: url(assets/sidebarHeader-tile.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	margin-top: 0px;
	padding-left: 20px;
}

.sidebar-pod {
	margin-bottom: 50px;
}
.sidebar-pod p {
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(assets/footer-tile.png);
	background-repeat: repeat-x;
	background-color: #0A1012;
	color: #999;
	font-size: .8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.boilerplate {
	clear: both;
	text-align: center;
	line-height: 150%;
	padding-top: 10px;
}
