body {
	margin: 0;
	background: #F7F0E8;		
	padding: 0;
	font: small/1.4em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: black;
}

acronym {
	border-bottom: 1px dotted white;
	cursor: pointer;
}

blockquote {
	background: #FBF8F4;
	color: #3F3C32;
	padding: 27px 17px 17px;
	margin: 0;
}

blockquote p{
	margin: -10px;
}

.rounded:before {
	background: transparent url(images/blockquote-top-right.png) scroll no-repeat top right;
	margin-bottom: -27px;
	margin-top: -27px;
	margin-left: -17px;
	margin-right: -17px;
	height: 30px;
	display: block;
	border: none;
	content: url(images/blockquote-top-left.png);
	padding: 0;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(images/blockquote-bottom-left.png);
  margin: -17px -17px -18px -17px;
  height: 30px;
  background: white;
  background: transparent url(images/blockquote-bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

.rounded * {
	margin: 16px;
}

.rounded {
	margin: 10px;
}

a {
	color: #BE8D49;
}

a:visited {
	color: #825F2F;
}

a:hover {
	color: #F3A81B;
}

a img {
	border: none;
}

/*Banner
*********************************************************************/
#banner {
	top: 0;
	background: #EFE0CD url(images/moon7.gif) top right no-repeat;
	height: 150px;
}

#banner h6 {
	margin-left: -9999px;
	float: left;
}

#headerText {
	position: absolute;
	top: 90px;
	left: 0px;
	font-size: 50px;
	overflow: hidden;
	height: 56px;
}

#headerText a {
	background: url(images/Astrofunk-Header-4.gif) no-repeat ;
	background-position: 0 -56px;
	text-decoration: none;
}

#headerText a:hover {
	background-position: 0 0;
}

/*Navigation inside Banner, "Tabs" if you will
*********************************************************************/
#navMain {
	background: #837C6F;
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
}


#navMain ul, #footer ul {
	list-style-type: none;
	border-top: #A9A298 solid 2px;
	border-bottom: #625D51 solid 2px;
	margin: 0;
}

#navMain ul li {
	display: inline;
	padding: 0;
}


#navMain ul li a, #footer ul li a{
	border-right: 1px solid #BAB2AB;
	text-decoration: none;
	color: #F7E9E7;
	width: 99.9%;
	padding: 2px 15px;
	margin-left: -4px;
}

#navMain ul li a:hover, #footer ul li a:hover {
	color: #120606;
	background: #A19A8F;
}

.currentNav {
	font-weight: bold;
	color: White !important;
}

.currentNavLI {
	background: #645F51;
}

.contactInfo {
	float: right;
}

/*Content Wrapper
*********************************************************************/
#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/*Content
*********************************************************************/

#content {
	margin-right: 200px;
	height: auto;
}

#content a:hover {
	text-decoration: none;
	color: black;
}

/*Blog
*********************************************************************/

.entryContainer {
	float: left;
	width: 100%;
	margin: 0 -215px 0 0;
	border-bottom: 1px solid #837C6F;
}

.entryTitle {
	padding: 10px;
	clear: both;
}

h1 { /*Article (entry) titles*/
	color: #837C6F;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0;
	font-weight: lighter;
	display: inline;
}

h2 {
	color: #837C6F;
	font-family: palatino, georgia, verdana, arial, sans-serif;
	font-size: 20px;
	letter-spacing: 3px;
	margin: 0;
	font-weight: lighter;
	display: inline;
	font-variant: small-caps;	
}

.entryTime {
	color: #A1998F;
	margin: 10px 0 0 10px;
}
.entryID {
	color: #C4BDB6;
	float: right;
	display: none;
}

.entryBody {
	height: auto;
	border-top: 1px solid #837C6F;
}

.entryBody p {
	color: #4B493D;
}

.entryAuthor {
	padding: 0 !important;
	border: 1px solid green;
}

.entryFooter {
	clear: both;
}

.entryFooter ul {
	margin: 0 0 50px 0;
}

.entryFooter ul li {
	display: inline;
	list-style-type: none;
}

.entryFooter ul li a {
	padding: 0 5px;
	margin-top: 5px;
}

.permalink a {
	border: 1px dotted #C8C3B9;
	text-decoration: none;
	font-size: 10px;
	background: #F1E6D7;
}

.imgFloatLeft {
	float: left;
	padding: 1px;
	margin: 10px;
	border: 1px solid #837c6f;
}

.imgFloatRight {
	float: right;
	padding: 1px;
	margin: 10px;
	border: 1px solid #837c6f;
}

/*Sidebar Navigation
*********************************************************************/

#sidebar {
	width: 185px;
	border-left: 1px solid #E4DED7;
	float: right;
}

#sidebar h3 { /*Sidebar Titles*/
	color: #5F5B4F;
	margin: 0;
	padding: 20px 10px;
	letter-spacing: 2px;
	font: normal bolder 18px "Times New Roman", Times, serif;
}

#sidebar h4 { /*Sidebar List Description*/
	margin: 0;
	padding: 7px 0 0 15px;
	color: #837C6F;
	font: normal small-caps 12px/normal "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

#sidebar ul {
	font-size: 11px;
}
#sidebar ul li {
	list-style-type: disc;
}

#sidebar ul li a:hover {
	text-decoration: none;	
}

form div {
	margin: 5px 0 5px 15px;
}

form #search {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #F1E6D7;
	border: 1px solid #BFB3A6;
	width: 100px;
}

form #searchSubmit, .commentsSubmit {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #F1E6D7;
	color: #837C6F;
	border: 1px solid #BFB3A6;
}
/*Footer
*********************************************************************/

#footer {
	border-top: #000 solid 1px;
	margin-top: 20px;
	vertical-align: middle;
	background: #EFE0CD;
	text-align: right;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: .7em;
	margin: 0;
	padding: 0;
}
#footer ul {
	font-size: 11px;
	background: #837C6F;
}
#footer ul li {
	display: inline;
	
}

/*Comments Section
************************************************/

.commentBody {
	width: 50%;
}

.commentPostone p {
	color: #837C6F;
	font: medium/1em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	letter-spacing: 2px;
	border-bottom: 1px solid #DDD8C6;
	padding: 0 0 5px 0;
	width: 40%;
}

form .commentTextbox {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FCF9F6;
	border: 1px solid #EFE0CD;
	width: 500px;
}

input #author, input #email, input #url {
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FCF9F6;
	border: 1px solid #EFE0CD;
	width: auto;
}
