/* Strip the HTML junk browsers love to serve ***************/
/************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main HTML Styles **********************************************/
/************************************************************/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
p { padding: 0 0 20px 0; line-height: 1.5em; }
a { color: #99CC00; text-decoration:none; }
a:hover { text-decoration: underline; }
h2 { font-size: 130%; display:block; }
h2 a {
	color: #00A8D2;
}

/* Main Layout ***************************************************/
/************************************************************/
#header {
	display:block;
	height: 125px;
	background: url(images/bg_fade.jpg) repeat-x left bottom;
	overflow: hidden;
	text-align:center;
	
}
#header .megaWrap {
	background: url(images/bg_header.jpg) no-repeat left bottom;
}
#content {
	display:block;
	text-align:center;
	background: url(images/bg_fade.jpg) repeat-x left bottom;
}
#footer {
	display:block;
	text-align:center;
}
.megaWrap {
	width: 1000px;
	margin:0 auto;
	text-align:left;
}
ul#mainNav {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	width:500px;
	
}
ul#mainNav li {
	float:right;
	margin:0;
	padding:0;
}


/* Header ***********************************************************/
/************************************************************/
h1#logo {
	width: 375px;
	height: 125px;
	display:block;
	overflow:hidden;
}
h1#logo a {
	display:block;
	width: 375px; height: 125px;
	overflow:hidden;
	text-indent: -9999px;
	background: url(images/bg_logo.png) no-repeat left bottom;
}
h1#logo a:hover {
	background: url(images/bg_logo.png) no-repeat -375px bottom !important;
}

/* Content ***********************************************************/
/************************************************************/
#contentLeft {
	width: 700px;
	float:left;
	padding:10px 0 60px 0;
	font-size:80%;
}
#contentRight {
	width: 250px;
	float:right;
	padding:15px 0 60px 0;
	font-size:80%;
}

#contentRight h4 { 
	font-size: 100%;
	padding: 30px 0 5px 0;
	display:block;
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
}
#contentRight ul {
	padding:0;
	margin:0 0 25px;
	display:block;
}
#contentRight ul li {
	display:block;
	padding: 8px 5px 8px 27px;
	background: url(images/bg_bullet_link.gif) no-repeat left 8px;
	border-bottom: 1px dotted #333333;
}
#contentRight ul li a:hover {
	color: #00A7D1;
}


/* iTunes ***********************************************************/
/********************************************************************/
.itune {

}
.itune a {
	border: 1px solid #333333;
	float:left;
	height: 65px;
	width: 65px;
	margin: 0 10px 10px 0;
	display:block;
}
.itune a img {
	width: 55px; height: 55px;
	display:block;
	margin:5px; padding:0;
	
}
.itune ul li {
	background: none !important;
	padding-left: 0 !important;
	font-size: 90% !important;
	color: #cccccc;
}
li.ituneWhen {
	display:none !important;
}

/* Footer ***********************************************************/
/************************************************************/
#footer .megaWrap {
	font-size: 70% !important;
	color: #666666 !important;
}
#footer .megaWrap a {
	color: #006179 !important;
}
#footerLeft {
	float:left;
	width: 700px;
	margin: 20px 0 40px 0;
	display:inline;
}
#footerRight {
	float:right;
	width: 250px;
	margin: 20px 0 40px 0;
	text-align:right;
}

/* Posts ***********************************************************/
/************************************************************/
.entry {
	padding-top: 20px;
	padding-left: 100px;
	
}
.post {
	
}
.post img, .entry img {
	padding: 9px;
	background-color: #000000;
	border: 1px solid #333333;
	display:block;
}
.postTitle {
	display:block;
	padding: 30px 0 0 0;
	margin:0;
}
.postTitleRight {
	float:right;
	width: 600px;
}
.postTitleDate {
	float:left;
	width: 100px;
}
#contentLeft h2 { font-size: 130%; 
	padding: 0 0 5px 0; 
	margin: 0 0 5px 0;
	border-bottom: 1px solid #333333;
}
.postTitle p.meta {
	padding: 0;
	margin:0;
	font-size: 85%;
}
.dateline {
	width: 82px;
	display:block;
	padding:0 !important;
	margin:0 !important;
}

.dateMonth {
	width: 80px;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	padding: 3px 0;
	margin: 0 0 1px 0;
	border: 1px solid #99CC00;
	color: #006F8A;
	text-align: center;
}

.dateDay {
	width: 80px;
	display:block;
	padding: 3px 0;
	margin: 0 0 1px 0;
	color: #759B00;
	border: 1px solid #00A7D1;
	text-align: center;
	font-size: 135%;
	font-weight: bold;
	background: url(images/bg_date_day.gif) repeat-x left top;
}
.dateYear {
	width: 80px;
	display:block;
	padding: 3px 0;
	margin: 0;
	text-align: center;
	font-size: 70%;
	color: #444444;
	border: 1px solid #333333;
}
p.postmetadata {
	font-size: 85%;
	color: #999999;
}
a.toTop {
	display:block;
	overflow:hidden;
	text-indent: -9999px;
	background: url(images/bg_totop.gif) no-repeat left -11px;
	width: 50px;
	height: 11px;
	margin-bottom: 15px;
	margin-top: -35px
}
a.toTop:hover {
	background: url(images/bg_totop.gif) no-repeat left 3px;
}

.post object {
	display:block;
	background-color: #000000;
	border: 1px solid #333333;
	padding: 9px;
	margin: 0 auto;
}
.navigation {
	padding: 10px 0 35px;
}
.alignleft {
	float:left;
	width: 46%;
	display:block;
}
.alignright {
	float:right;
	width: 46%;
	display:block;
	text-align:right;
}

.entry ol {
	padding-left:35px;
	padding-right: 10px;
	padding-bottom:20px;
	color: #999999;
}
.entry ol li {
	line-height:1.4em;
	padding-left:5px;
	padding-bottom:10px;
	color: #ffffff;
}
/* Comment Form ***********************************************************/
/************************************************************/
#mycommentform {
	padding-left: 100px;
	padding-top: 20px;
}
#mycommentform h3 {
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
}
#mycommentform textarea#comment {
	width: 600px;
}
.userSays {
	display:block;
	/*background: url(images/bg_bullet_comment.gif) no-repeat left top;*/
	padding-left: 24px;
	padding-bottom: 4px;
}
.commentTxt {
	display:block;
	padding: 15px;
}
#commentblock {

}
.commenttop {
	background: url(images/bg-comment-top.gif) no-repeat left top;
	height:5px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.commentmid {
	background: url(images/bg-comment-mid.gif) repeat-y left top;
}
.commentbtm {
	padding: 25px 0 20px 0;
	margin:0;
	background: url(images/bg-comment-btm.gif) no-repeat left top;
}
.avatar {
	display:block; padding:6px;
	float:left;
	margin: 0 20px 20px 75px;
	border: 1px solid #333333;
}

/* Form Styles ***********************************************/
/*************************************************************/
input, textarea {
	background-color: #333333;
	border: 1px solid #3F3F3F;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 100%;
}
input#submit {
	padding: 4px 10px;
	background-color: #006F8A;
	border: 1px solid #006F8A;
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
input#submit:hover {
	background-color: #004D5F;
}
label {
	font-size: 90%;
	color: #666666;
	padding-left: 10px;
}

/* Sociable *************************************************/
/************************************************************/
div.sociable {
	display:block;
	padding: 5px 0 25px 0;
}
div.sociable ul {
	list-style-type:none;
	display:block;
	clear:both;
	border-top: 1px dotted #333333;
	padding: 0;
}
div.sociable ul li {
	display:inline;
	float:right;
	margin: 5px 0 5px 6px;
	list-style-type:none;
}
.sociable_tagline {
	display:none !important;
}

/* Flickr RSS ***********************************************/
/************************************************************/
ul.flickrRSS {

}
ul.flickrRSS li {
	float:left;
	border:none !important;
	padding: 0 8px 8px 0 !important;
	background:none !important;
}
ul.flickrRSS li a {
	background:none !important;
	display:block;
	border:none;
}
ul.flickrRSS li a img {
	display:block;
}
ul.flickrRSS li a:hover img {
	
}
/* Twitter **************************************************/
/************************************************************/
ul#twitter_update_list li {
	line-height: 1.4em;
	padding-bottom:5px;
}

#tweets {
	padding-top:20px;
}

#tweets ul#twitter_update_list li {
	line-height: 1.4em;
	padding:15px 0!important;
	border-bottom:1px dotted #333333;
}

/* Misc. Styles *********************************************/
/************************************************************/
.clear { clear:both; overflow:hidden; height:1px; display:block; margin:0; padding:0; line-height:0;}

.aboutTxt {
	font-size: 90%;
	line-height: 1.4em;
	color: #cccccc;
}
.wp-caption {
	margin: 0 auto 20px auto;
}
.wp-caption-text {
	padding-top:5px;
	text-align:center;
	color:#cccccc;
	font-size:11px; 
}
.aligncenter {
	margin-right:auto;
	margin-left:auto;
}