/*
THEME NAME: 2010 The Year We Get A New Theme
THEME URI: 
DESCRIPTION: Basic WP theme for Jump-Start built on Sandbox. Intended to be used as a quick fix.
VERSION: .1
AUTHOR: <a href="http://michaelverdi.com">Michael Verdi</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* import stylesheets */
@import url("css/reset.css");
@import url("css/960.css");
@import url("css/ie.css");

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 1em;
	background-color: #000;
}

a {
	color:#3333ff;
	text-decoration: none;
}

a:hover {
	color:#9999ff;
}

a:visited {
	color:#000099;
}

#wrapper {
	background-color: #fff;
	margin-top:10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Masthead
--------------------------------------------------------------- */

#header {
	height: 250px;
	overflow: hidden;
	background: url(images/header.jpg) no-repeat;
	border-radius-topright: 10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;	
	border-radius-topleft: 10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;	
}

body.pageid-1368 #header,
body.parent-pageid-1368 #header {
	background: url(images/ed-header.jpg) no-repeat;
}

#logo {
	width: 150px;
	height: 150px;
	position: relative;
	top: 50px;
	left: 70px;
	box-shadow: rgba(0,0,0,.9) 0px 0px 10px;
	-webkit-box-shadow: rgba(0,0,0,.9) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0,.9) 0px 0px 10px;
}

#blog-title {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}

#blog-description {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}

.skip-link {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}

/* Menu w/ subpage dropdowns
--------------------------------------------------------------- */

#menubar {
	background-color: #000;
	margin-bottom: 40px;
	box-shadow: rgba(0,0,0,.8) 0px 1px 6px;
	-webkit-box-shadow: rgba(0,0,0,.8) 0px 1px 6px;
	-moz-box-shadow: rgba(0,0,0,.8) 0px 1px 6px;
}

#menu {
	color: #fff;
	background:#000;
	margin-left: 5px;
}

#menu a, #menu a:hover, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu ul {
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;	
	box-shadow: rgba(0,0,0,.8) 0px 1px 6px;
	-webkit-box-shadow: rgba(0,0,0,.8) 0px 1px 6px;
	-moz-box-shadow: rgba(0,0,0,.8) 0px 1px 6px;
	z-index: 99999;
}

#menu ul li {
	display:block;
	float: left;
	margin-right:1em;
	text-decoration:none;
	padding: 5px;
}

#menu ul li ul {
	width: 200px;
	margin-top: 5px;
	margin-left: -5px;
	left:-999em;
	position:absolute;
}

#menu ul li ul li {
	clear: left;
}

#menu ul li:hover {
	background-color: #666;
	background-color: rgba(255,255,255,.2);
}

#menu ul li ul li:hover {
	width: 190px;
	background-color: #666;
	background-color: rgba(255,255,255,.1);
}

#menu ul li:hover ul {
	left:auto;
}

#searchform {
	display: inline;
	margin-left: 20px;
}

#s {
	width: 100px;
	height: 10px;
	padding: 5px;
	margin-top: 3px;
	border: none;
	background: #333;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#s:focus {
	background: #888;
}

/* main styles
--------------------------------------------------------------- */

.post {
	margin-bottom: 40px;
}

p {
	margin: 10px 0;
	line-height: 1.3em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: normal;
}

body.home h2.entry-title {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: normal;
}

#primary h3,
#secondary h3 {
	margin-bottom: 2px;
}

#primary li.widget,
#seconday li.widget {
	margin-bottom: 20px;
}

.entry-date,
.entry-meta,
.comment-meta {
	font-size: .7em;
	margin-bottom: 10px;
	color: #a9a9a9;
	clear: both;
}

.entry-meta a,
.comment-meta a {
	color: #a9a9a9;
	text-decoration: none;
}

.entry-meta a:hover,
.comment-meta a:hover {
	color: #a9a9a9;
	text-decoration: underline;
	background-color: transparent;
}

.entry-content ul li {	
	list-style: disc;
	list-style-position: inside;
	line-height: 1.3em;
	margin: 5px auto;
}

.entry-content ul {
	margin-bottom: 20px;
}

li.comment {
	margin-bottom: 40px;
}

#nav-below {
	clear: both;
	margin-bottom: 40px;
}

.nav-previous {
	display: inline;
	float: left;
	position: relative;
}

.nav-next {
	display: inline;
	float: right;
	position: relative;
}

#footer {
	padding: 50px 0;
	text-align: center;
	font-size: .8em;
}

.icon {
	display: inline;
	margin-bottom: -2px;
	border: none;
}

blockquote {
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar ul li ul {
	font-size: .8em;
	line-height: 1.3em;
}


/* Front Page Specials
--------------------------------------------------------------- */
.narrow-front {
	width: 750px;
	margin: 0 auto;
}

body.home p.aligncenter {
	margin:0;
	padding: 0;
}

/* body.home img.alignleft {
	margin:0;
	padding: 0;
} */ /* fixing front page image spacing */

body.home img.alignright {
	margin:0;
	padding: 0;
}

body.home .entry-content img {
	max-width: none;
}

body.home .entry-content p {
	margin: 0;
clear: left; /* fixing front page spacing */
}

/* misc
--------------------------------------------------------------- */

.entry-content img {
	max-width: 90%;
}

.alignleft {
	margin: 0 20px 20px 0;
	float: left;
}

.aligncenter {
	margin: 0 20px 20px;
	text-align: center;
}

.alignright {
	margin: 0 0 20px 20px;
	float: right;
}

.video {
	width: 480px;
	margin: 0;
}

.chat {
	margin-top: -10px;
}

#live {
	margin-bottom: 30px;
}

#live-paypal {
	width: 460px;
	border: 1px solid #CCC;
	padding: 10px;
	text-align: center;

}


/* self-clearing floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

