/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Ryan Ashcraft
	Author Site	: http://ashcraftmedia.com/
	Style Name	: Spintastic Sounds
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background: #fafafa;
	color: #333;
	}

/* Typography */

body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	}
strong, em, b, i {
	font-family: 'Helvetica', 'Arial', sans-serif;
	}
h1, .blog-title, h2, h3 {
	font-family: 'Helvetica', 'Arial', sans-serif;
	}
h4, h5, h6 {
	font-family: 'Helvetica', 'Arial', sans-serif;
	}
h3.entry-title {
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #555;
	padding: 0 0 15px 0;
	}
h4 {
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	padding: 10px 0 10px 0;
	}
h5 {
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	padding: 10px 0 5px 0;
	}
.blog-title {
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	}
.blog-title a {
	display: block;
	width: 288px;
	height: 100px;
	background: url('/images/logo.png') center left no-repeat;
	}
.entry-content p {
	padding: 10px 0;
	font-size: 15px;
	line-height: 24px;
	color: #555;
	}
p.description {
	display: none;
	}
#page {
	/* The entire design is contained within the 'page' id */
	}
.columns-two #page {
	width: 940px;
	padding: 25px 0 0 0;
	border: 0;
	-webkit-border-radius: 0;
	background: transparent;
	}
#header {
	/* Contains the H1 and menu */
	height: 150px;
	background: #000 url('/images/header.gif') top center repeat-x;
	}
#header .inner {
	height: 120px;
	padding: 30px 0 0 0;
	}
.inner {
	width: 940px;
	position: relative;
	margin: 0 auto;
	}
.content {
	padding: 0;
	}
#primary {
	/* Contains the main column */
	width: 660px;
	padding: 0;
	}
.secondary {
	/* Contains both sidebars */
	}
#footer {
	width: 940px;
	margin: 10px auto;
	text-align: left !important;
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
	}
#footer p {
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	}

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