/*Reset the Page : Removes all brower-specific css (Thanks Yahoo!) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


	
/*Begin Page CSS*/
html {
	background-color:#000;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	/* Resets 1em to 10px */
	font-size:62.5%;
}

.nebula {
	background-attachment:fixed;
	background-image:url(../images/bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background: black url(../images/bg.jpg) no-repeat right top fixed;
}

strong,b {
	font-weight:bolder;
}

.inline {
	display:inline;
	margin:0;
	padding:0;
	white-space:normal;
}

code {
	background-color:#666;
	border-bottom:1px solid #333;
	color:#fff;
	font-family:Courier, monospace, Monaco, Tahoma, sans-serif;
	font-size:11px;
	line-height:.9em;
	padding:0 .5em;
}

h2.pageTitle {
	margin-bottom:25px!important;
	margin:0 20px;
}

h2.pageTitle span.subtitle {
	color:#fff;
	font-size:14px;
	margin-left:5px;
	padding:5px;
	text-transform:capitalize;
}

#content h2,h2.pageTitle {
	border-bottom:3px dashed black;
	color:#113158;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	font-size:24px;
	margin-bottom:15px;
	padding-bottom:7px;
}

#content h3 {
	color:#113158;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	font-size:16px;
	font-weight:700;
}
#content h3 a{
	color:#113158;
}
#content h3 a:hover{
	color: #fff;
}

.myPortfolio h3 {
	margin-top:40px;
}

.myPortfolio h3:before {
	content:"Site: ";
}

.myPortfolio div {
	border-bottom:2px solid black;
	padding-bottom:40px;
}
.myPortfolio img.float{
	border: 1px solid black;
	float: right;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-right: 9px;
}

.myPortfolio {
	margin-left:50px;
}

#content .postTitle {
	border-bottom:0 solid black;
	padding:0;
}

div.noticeMe h2,p.noticeMe h2,ul.noticeMe h2 {
	color:#fff!important;
}

body {
	background-attachment:fixed;
	background-image:url(../images/stars.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#body {
	font-size:1.2em;
	line-height:1.4em;
}

#top,.tagline,#body {
	margin:0 auto;
	width:960px;
}

#graybg {
	background-image:url(../images/gray70.png);
	background-position:right top;
	background-repeat:repeat-y;
	clear:both;
}

#whitebg {
	background-image:url(../images/white80.png);
	background-position:left top;
	background-repeat:repeat-y;
	clear:both;
}

a {
	color:#005a96;
	padding:3px;
}

a:hover {
	background-color:#113158;
	color:white;
	padding:3px;
}


	
/*Begin Columns Setup*/
#left,#bottomCornersLeft,#topCornersLeft {
	float:left;
	width:710px;
}

#right,#bottomCornersRight,#topCornersRight {
	float:left;
	width:250px;
}

#contentWrap:after,#myTracks:after,#rightSubscribe:after,.aboutReadMore:after,.myPortfolio div:after,.twitter-item:after,#logo:after,.subscribe:after,#top:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#bottomCornersLeft,#topCornersLeft,#bottomCornersRight,#topCornersRight {
	height:10px;
}

#right {
	line-height:14px;
}


	
/*Begin Page Setup*/
#footer {
	clear:both;
}

#content {
	line-height:22px;
	min-height:500px;
	padding-bottom:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
}

#aboutme {
	border-bottom:2px solid black;
	margin-bottom:30px;
	margin:20px;
	margin-top: 10px;
	padding-bottom: 30px;
}

#theauthor {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#113158;
	border-radius:15px;
	border:4px solid #528CB4;
	color:white;
	opacity: .8;
	padding:10px;
}

.authorHead {
	font-size:20px;
	font-weight:bold;
	padding-bottom:15px;
}

.authorBody {
	font-size:15px;
	line-height:25px;
	text-align:justify;
}

.authorClosing {
	text-align:right;
}

.authorBody p {
	margin:0;
	padding:0;
}

.authorBody ul {
	background:none;
	border:none;
	margin:none;
	padding:none;
}

.authorBody a {
	color:#fff;
	text-decoration:none;
}

.authorBody a:hover {
	text-decoration:underline;
}

.aboutReadMore{
	margin-top: 10px;
}
.aboutReadMore div{
	width: 30%;
	float: left;
	padding: 10px;
	border-right: 1px solid #999;
	height: 120px;
	text-align: left;
}
.aboutReadMore div ul li{
	font-weight:normal;
	list-style:disc inside;
	padding-left: 10px;
}
p.aboutReadMoreDescription{
	padding-left: 10px;
}
.aboutReadMore p.emphasis{
	font-size: 15px;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
}
a.linkReadMore{
	margin-top: 10px;
	display: block;
}
.aboutReadMore p.emphasis a{
	text-decoration: none;
}
.aboutReadMore p.emphasis a:hover{
	text-decoration: none;
}
div.lastAboutBox{
	border: 0px;
}

.noticeMe {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#113158;
	border-radius:15px;
	border:4px solid #528CB4;
	color:white;
	margin-bottom:30px;
	margin-right:20px;
	opacity:.8;
	padding-bottom:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding:10px;
}

#authorInfo .authorBody {
	font-weight:bold;
	margin-left:20px;
}

h2.pageTitle {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#113158;
	border-radius:15px;
	border:4px solid #528CB4;
	color:white;
	margin-bottom:30px;
	margin-right:20px;
	opacity:.8;
	padding-bottom:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding:10px;
}

#content ul {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#113158;
	border-radius:10px;
	border:2px solid #ccc;
	color:#fff;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:20px;
	list-style:inside square;
	margin-left:30px;
	padding:5px;
}

#content ol {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#113158;
	border-radius:10px;
	border:2px solid #ccc;
	color:#fff;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:20px;
	list-style-type:decimal;
	list-style:inside decimal;
	margin-left:30px;
	padding:5px;
}

#content ol li ul {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	border-radius:0;
	border:0;
	list-style-type:circle;
	margin-left:10px;
}

#content ul ul {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	border-radius:0;
	border:0;
	list-style-type:circle;
	margin-left:10px;
}

#content ul ul ul {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	border-radius:0;
	border:0;
	list-style-type:disc;
	margin-left:10px;
}

#content .commentlist {
	background:none;
	border:0 none;
	color:#000;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	list-style:none;
	padding:0;
}

.fn {
	font-size:16px;
	font-weight:bold;
}

.fn a {
	color:#000;
}

.fn a:hover {
	background:none;
}

.comment-meta {
	font-size:10px;
}

.comment-meta a {
	color:black;
}

.comment-meta a:hover {
	background:none;
}

.comment {
	padding:5px;
}

#comments,#respond h3 {
	font-size:20px;
	font-weight:bold;
}

#comments {
	margin-bottom:15px;
	margin-top:15px;
}

#respond h3 {
	margin-top:25px;
}

.even {
	background-color:#d1d1d1;
}

.odd {
	background-color:#848484;
}

.bypostauthor {
	background-color:#6f95e0;
	border:1px solid black;
}

#side {
	background:none!important;
	padding-left:10px;
	padding-top:5px;
}


	
/*Begin Corners Setup*/
.ltcorners,.rtcorners,.lbcorners,.rbcorners {
	background-repeat:no-repeat;
	height:10px;
}

.ltcorners {
	background-image:url(../images/ltCorner.png);
	background-position:top left;
}

.lbcorners {
	background-image:url(../images/lbCorner.png);
	background-position:bottom left;
}

.rtcorners {
	background-image:url(../images/rtCorner.png);
	background-position:top right;
}

.rbcorners {
	background-image:url(../images/rbCorner.png);
	background-position:bottom right;
}

.clear {
	clear:both;
	height:1px;
}

.lccorners {
	background-image:url(../images/white80.png);
	float:left;
	height:10px;
	width:701px;
}

.ltcorners,.lbcorners {
	float:left;
	width:9px;
}

.rcornerswrap {
	float:left;
	height:10px;
	width:100%;
}

.rccorners {
	background-image:url(../images/gray70.png);
	float:left;
	height:10px;
	width:241px;
}

.rtcorners,.rbcorners {
	float:right;
	width:9px;
}
#logo{
	float: left;
}
#logo a.logoLink {
	background-color:transparent;
	background-image:url(../images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:57px;
	margin-bottom:20px;
	margin-top:20px;
	width:400px;
}

#logo a span {
	left:-9999px;
	position:absolute;
}

.tagline {
	color:#fff;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:16px;
	margin-bottom:20px;
	margin-top:10px;
	text-transform:lowercase;
}

#content h2.postTitle {
	font-size:1.5em;
	margin:0;
}

.postTitle a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.postTitle a:hover {
	background:transparent;
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.post {
	border-bottom-style:none;
	padding-bottom:0px;
}

small {
	color:#333333;
	font-size:1em;
	line-height:1em;
	margin-left:5px;
}

.postmetadata {
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#333333;
	font-size:.9em;
	font-style:italic;
	padding-bottom:20px;

	margin:0;
}

.entry,.authorBody {
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:1.1em;
	margin-top:0;
}

.hidden {
	display:none;
}

#side {
	font-size:1.1em;
}

#side h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:10px;
}

#side ul li a {
	display:block;
	margin-top:3px;
}

#side ul li {
	display:block;
}

.postSeparator {
	border-style:solid;
	border-width:1px;
}

.postDate {
	background:url(../images/calendar.png) no-repeat top center;
	float:left;
	height:55px;
	margin-bottom:0;
	margin-left:0;
	margin-right:5px;
	margin-top:0;
	width:55px;
}

.postMonth {
	color:#000;
	font-size:13px;
	font-weight:bold;
	height:13px;
	text-align:center;
}

.postDay {
	font-size:28px;
	font-weight:bold;
	height:38px;
	overflow:hidden;
	padding:5px;
	text-align:center;
	z-index:10;
}

.postInfo {
	float:left;
	line-height:24px;
	width:610px;
}

.gray {
	background-image:url(../images/gray70.png);
	background-position:top right;
	background-repeat:repeat-y;
}

.white {
	background-image:url(../images/white80.png);
	background-position:top right;
}

.page_item {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
	margin-left:0;
	margin-top:10px;
}

.page_item a,.userPanel a,.archives-a,.categories-a,.linkcat h2 {
	color:#000;
	margin-left:0;
	padding-top:3px;
}

.searchbox,.linkcat h2 {
	padding:3px;
}

.page_item a:hover,.userPanel a:hover,.archives-a a:hover,.categories-a:hover,.searchbox:hover,.linkcat h2:hover {
	background-color:#113158;
	color:white;
	padding:3px;
}

#comment {
	width:96%;
}

#respond h3 {
	font-size:16px;
	font-weight:bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

.postImage {
	border:1px solid black;
}

.postImageLink {
	display:block;
	margin-bottom:5px;
	margin-left:0;
	margin-right:5px;
	margin-top:5px;
}

.postImageLink:hover {
	background-color:transparent;
}

#usercontrols,#loginbox {
	display:none;
}

#sidebar_ads {
	margin:25px auto 0;
	text-align:center;
}

#usercontrols {
	margin-left:25px;
}

.categories ul,.archives-ul,.blogroll {
	margin-left:25px;
}

.noshow {
	display:none;
}

.linkcat h2 {
	cursor:pointer;
	text-decoration:underline;
}

.archives {
	margin-top:30px;
}

.searchbox {
	margin-bottom:10px;
	margin-top: 10px;
}

.linkcat {
	margin-bottom:50px;
}

#footer {
	color:white;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin-bottom:5px;
	margin-top:15px;
	text-align:right;
}


	
/* Begin jSocialize */
.soc_container {
	background:#FFF url(../images/bg_container2.jpg) repeat-x bottom;
	border:1px solid #EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	position:absolute;
	width:400px;
	z-index:25;
}

.soc_container2 {
	background:#FFF url(../images/bg_container2.jpg) repeat-x bottom;
	border:1px solid #EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	width:400px;
}

.soc_container h1 {
	font-size:14px;
	margin:10px 0 10px 20px;
}

.soc_container h2 {
	font-size:14px;
	margin:10px 0 10px 20px;
}

.soc_container a {
	color:#aadd00;
	text-decoration:none;
}

.soc_left {
	float:left;
	padding:10px;
	width:180px;
}

.soc_left img {
	float:left;
	height:18px;
	margin:0 10px 0 0;
	width:18px;
}

.soc_left a {
	border-bottom:1px dotted #CECECE;
	color:#3E3F3E;
	display:block;
	line-height:18px;
	text-decoration:none;
}

.soc_left a:hover {
	background-color:#E6F0C1;
	color:#6699FF;
}

#close {
	clear:both;
	float:right;
	height:10px;
	width:10px;
}

.open_window {
	background-color:#000;
	display:block;
	height:500px;
	width:780px;
}

.close {
	clear:both;
	float:right;
	height:10px;
	position:absolute;
	right:0;
	top:0;
	width:10px;
}

.soc_send_friend {
	clear:both;
	padding:20px;
}

.wait {
	background-image:url(ajaxloader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.postNavigation {
	font-size:16px;
	font-weight:bold;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

#myTracks li {
	background-color:#ccc;
	display:block;
	float:left;
	height:120px;
	margin:7px 28px;
	width:120px;
}

#myTracks li.tracksAbout {
	background-color:transparent;
	border-bottom:3px solid black;
	color:#fff;
	float:none;
	font-family:Georgia, Geneva, Arial, Verdana, sans-serif;
	font-size:24px;
	height:auto;
	margin-left:20px;
	padding-bottom:7px;
	padding-top:20px;
	width:auto;
}

#myTracks li.tracksAbout span.tracksSmall {
	color:#ccc;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	padding-left:3px;
	text-transform:capitalize;
}

#myTracks li a {
	border:0;
	display:block;
	height:120px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	text-decoration:none;
	width:120px;
}

#myTracks li a:hover {
	border:0;
	text-decoration:none;
}

#myTracks li a img {
	border:0;
	display:block;
	height:120px;
	width:120px;
	z-index:0;
}

#myTracks {
	background-color:#666666;
	display:block;
	margin-bottom:20px;
	margin-top:40px;
	width:710px;
}

.disc {
	background-image:url(../images/cdOverlay.png);
	display:block;
	height:120px;
	left:0;
	position:absolute;
	top:0;
	width:120px;
	z-index:1;
}

.discImg {
	display:block;
	left:0;
	position:relative;
	top:-124px;
}

#tooltip {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#000;
	border-radius:15px;
	border:2px solid #fff;
	color:#fff;
	opacity:0.6;
	overflow:hidden;
	padding:10px;
	padding:5px;
	position:absolute;
	width:160px;
	z-index:3000;
}

#tooltip h3 {
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
}

#tooltip div {
	font-size:11px;
}

#tooltip h3,#tooltip div {
	margin:0;
}

.aligncenter {
	margin:0 auto;
	text-align:center;
}

.alignleft {
	margin-left:0;
	text-align:left;
}

.alignright {
	margin-left:auto;
	text-align:right;
}
.floatright{
	float:right;
}
.wp-caption a{display: block;}

.caption,.wp-caption-text {
	color:#235188;
	font-size:11px;
	margin:0;
	padding-bottom:20px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}

#quoteWrap {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:3px solid black;
	margin-bottom:80px;
	margin-right:10px;
	margin-top:50px;
	padding-bottom:10px;
	padding-top:10px;
}

#qod-quote {
	margin-right:10px;
	margin:0;
	padding:2px;
	text-align:center;
}

#qod-author {
	margin:0;
	text-align:center;
}



.subscribe{
	float: right;
	height: 64px;
	display: inline;
	list-style-type: none;
	font-size: 0px;
	margin-top: 20px;
}
.subscribe a:hover{
	background-color: transparent;
}
.subscribe span{
	left:-9999px;
	position:absolute;
}
.subscribe div{
	display: block;
	float: right;
	width: 64px;
	height: 64px;
}
.subscribe div a{
	height: 64px;
	width: 64px;
	display: block;
}

.blogFeed {
	background:url(../images/rss.png) no-repeat left center;
}

.blogMail {
	background:url(../images/mail.png) no-repeat left center;
}

.blogTweet {
	background:url(../images/twitter.png) no-repeat left center;
}

.clearSubscribe {
	font-size:1px;
	height:1px;
	overflow:hidden;
}



#content ul.relatedPosts {
	background:none;
	border:none;
	margin-bottom:30px;
	margin-left:35px;
	margin-top:30px;
	margin:0;
	padding:0;
}

#content ul li.relatedPostHead {
	list-style:none;
}

#content ul li.relatedPost {
	color:#000;
	margin-left:20px;
}

#content ul h2 {
	margin-bottom:10px;
	padding-bottom:10px;
}

.bold {
	font-weight:bold;
}

.emphasis {
	font-weight:bold;
}

/* Begin AJAX Tweets */
#AjaxTwits {
	list-style: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px auto;
	height: 200px;
	border-top: 1px solid black;
	margin-top: 20px;
}
#twitterContainer h2{
	padding: 3px;
}
#twitterContainer h2:hover{
	color: white;
}
#twitterContainer h2 a{
	color: black;
}
#twitterContainer h2 a:hover{
	color: white;
}
#twitterContainer h2:hover{
	background-color:#113158;
	color:white;
	padding:3px;
}
#twitterContainer ul#AjaxTwits a{
	display: inline;
}
#AjaxTwits li {
	padding: 10px;
	border-bottom: 1px solid black;
}

#AjaxTwits li img {
	border: 0px;
	height: 34px;
	width: 34px;
	padding: 0px;
}
#AjaxTwits li a.twitter-avatar-link{
	float: right;
	padding: 3px;
	margin-left:10px;
	margin-top: 10px; 
	display: block;
}