/*--------------------------------------------
Basic Style Sheet

version:		1.0
author:		brian zollinhofer
email:		brian.zollinhofer@gmail.com
website:		http://www.zollinhofer.com/
--------------------------------------------*/

/* @group layout */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body {
	text-align: center;
	min-width: 760px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	font: 12px/16px Trebuchet MS,Arial,Helvetica,Serif;
	}

#wrapper {
	margin: 0px auto;
	width: 750px;
	position: relative;
	text-align: left;
	}

#content {
	width: 708px;
	margin: 0 auto;
	background: url(../images/mainbg.jpg);
	}
	
#main {
	display: inline;
	width: 457px;
	float: left;
	margin: 70px 0 0 4px;
	}

/*This is for the logo to behave like a link */

#masthead a#brand {
	display: block;
	background: url(../images/brand2.jpg) no-repeat 0 0px;
	height: 70px;
	width: 401px;
	text-indent: -5000px;
	position: absolute;
	top: 0;
	left: 54px;
	text-decoration: none;
	border: 0px;
	}

#masthead a#brand:hover {
	background: url(../images/brand2.jpg) no-repeat 0px -70px;
	border: 0px;
	text-decoration: none;
	}

#text {
	padding: 15px 5px 5px 5px;
	}


#artwork {
	padding: 15px;
	}

#main p.divider {


/* NOTE: keeps divider line centered */
		padding-left: 0px;
	}

#navBar {
	text-align: center;
	background-color: #3399CC;
	padding: 1px 0;
	font-variant: small-caps;
	font-size: 13px;
	font-family: Georgia;
	margin: 0 2px 0 4px;
	}

#secondary {
	display: inline;
	width: 221px;
	float: right;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0 15px 0 0px;
	}

#fleuron {
	background-image: url(../images/squiggle1.jpg);
	width: 128px;
	height: 31px;
	margin: 13px auto -5px auto;
	}

#quote {
	padding: 0px 0 10px 5px;
	}

#music, #txp {
	margin: 5px auto 5px auto;
	text-align: center;
	}

#search {
	text-align: center;
	}

#footer {
	background: url(../images/footer.jpg) no-repeat center;
	clear: both;
	height: 96px;
	bottom: 0px;
	width: 708px;
	margin: 0 auto;
	}

#recent, #links, .links {
	margin: 10px 0px 15px 0px;
	padding: 0 5px 0px 5px;
	font-weight: bold;
	color: #de8f2b;
	}

form#paypal {
	padding-left: 20px;
}	

#mssHolderOutside {
margin: 0px auto;
	height: 400px;
	width: 400px;
}
#mssHolder {
}
	
/* @end */

/* @group Elements */

img {
	margin: 0px 1px 0px 1px;
	}


#main p {
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	padding-right: 20px;
	}
	

h3 {
	text-align: center;
	color: #3399CC;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	}

#clear, .clear {
	clear: both;
	}

blockquote {
	margin: 0px auto 8px auto;
	width: 350px;
	font-size: 11px;
	background-color: #fdcfb0;
	border-left: 4px solid #de8f2b;
	padding: 5px;
	}

h4 {
	display: inline;
	color: #de8f2b;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	}

h4 a, h4 a:hover {
	color: #3399CC;
	text-transform: uppercase;
	}

code {
	display: block;
	text-align: left;
	background: #fefe95;
	border-left: solid 4px #f6ff00;
	padding: 5px;
	font-size: 11px;
	margin-left: 0px;
	}

li {
	list-style: none;
	}
acronym {
	cursor: help;
	border-bottom: 1px dotted #3399CC;
}

/* @end */

/* @group rss superarchive */

dl {
	padding: 0 0 0 15px;
	}

dt {
	font-weight: bold;
	margin-top: 10px;
	color: #de8f2b;
	}
/* @end */

/* @group livesearch */

#LSResult {
	position: absolute;
	background-color: #3399CC;
	width: 300px;
	text-align: left;
	}

#LSShadow {
	padding: 5px;
	}

#LSRes {
	background-color: white;
	}

.LSRow {
	padding: 0 5px;
	}

#LSHighlight {
	background-color: #ffa91d;
	}

#LSHeader {
	padding: 2px 2px 8px;
	}

.lsDate {
	display: block;
	color: #666;
	}

#livesearch {
	color: #fff;
	font: 10px Verdana, sans-serif;
	padding: 8px 0 0 0;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	width: 209px;
	height: 29px;
	background: url(../images/searchfield.jpg) no-repeat;
	}
/* @end */


/* @group comments */

#comments {
	margin: 10px 0 0 0;
	padding: 0px 10px;
	}

#comments b {
	vertical-align: top;
	}

#name, #email, #web {
	border-bottom: 1px black dotted;
	color: #3399CC;
	}

#name, #email {
	margin-left: 15px;
	width: 245px;
	}

#web {
	margin-left: 7px;
	width: 245px;
	}

#forget, #remember {
	margin: 0 0 0 31px;
	}

#txpCommentHelpLink {
	margin: 0 0 0 45px;
	}

#message {
	border: 1px dotted;
	border-color: black;
	width: 400px;
	color: #3399CC;
	}

.txpCommentInputMessage {
	width: 297px;
	height: 150px;
	}

.button {
	color: #3399CC;
	font-weight: bold;
	border-bottom: 1px dotted #3399CC;
	font-size: 10px;
	background: none;
	}

.myComments {
	background: no-repeat url(../images/commenttab.jpg);
	width: 457px;
	margin: 0px 0px 0px -4px;
	padding: 23px 0 0px 0px;
	}

.commentAuthor {
	color: #de8f2b;
	padding: 0px 0 0 20px;
	}

.myComments .commentAuthor {
	margin: 0 0px 5px 0;
	}

.commentfooter {
	background: no-repeat url(../images/commentfooter.jpg);
	width: 457px;
	margin: 0px 0px -10px 0px;
	text-indent: -5000px;
	height: 33px;
	}

.theirComments {
	
	}
/* @end */
/* @group contact form */

#contact {
	margin: 10px auto 0px auto;
	width: 420px;
	padding: 5px;
	}

#Email, #Name, #Message {
	border-bottom: 1px black dotted;
	color: #3399CC;
	}

#Email, #Name {
	width: 300px;
	}

#Message {
	border: 1px black dotted;
	}

/* @end */

/* @group links */

a {
	color: #3399CC;
	text-decoration: none;
	}

a:visited {
	color: #3399CC;
	text-decoration: none;
	}

a:hover, .button:hover {
	color: #3399CC;
	text-decoration: none;
	border-bottom: solid 2px #3399CC;
	cursor: pointer;
	}

a:active {
	color: #de8f2b;
	border-bottom: solid 2px #de8f2b;
	}

#search a {
	color: #000;
	text-decoration: none;
	}

#navBar a,  #navBar a:visited, #text a.image, #text a:hover.image {
	color: #000;
	text-decoration: none;
	border: 0px;
	background: none;
	}

#navBar a:hover {
	color: #fff;
	}

#recent a, .links a {
	margin: 0 0 0 0px;
	font-weight: normal;
	text-transform: lowercase;
	}

a.lightbox {
	color: #de8f2b;
	padding: 0px;
	margin: 0px;
	}

a:hover.lightbox {
	color: #de8f2b;

	}

a:active.lightbox {
	color: #de8f2b;
	border-bottom: 2px solid #de8f2b;
	padding: 0px;
	margin: 0px;
	}



/* @end */

/* @group HACKS */
/* :KLUDGE: this avoids having image replacement sections display a dotted outline */
a:focus {
	-moz-outline-style: none;
	}
/* @end */

/* @group classes */

img.gravatar {
	float: left;
	margin: 2px 10px 0 10px;
	padding: 1px;
	}

.clear {
	clear: both;
	}

.hide {
	display: none;
	}

.title {
	color: #de8f2b;
	font-weight: bold;
	}


.date, .author {
	color: #de8f2b;
	font-size: 9px;
	}

.description {
	color: #de8f2b;
	font-size: 9px;
	font-weight: normal;
	}

.center {
	text-align: center;
	}

.divider {
	margin-bottom: 5px;
	}

.lightbox, .lightbox:hover {
	border: none;
	background: none;
	}

.artwork_image {
	border: 2px solid black;
	padding: 0px;
	margin: 0px;
	}

.thumb	 {

	width: 60px;
	height: 60px;
	border:  2px solid black;
	opacity:.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	}

.thumb:hover	 {
	border:  2px solid #3399CC;
	background-color: white;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	}		

.randomBits a {
	margin: 0px;
	font-weight: normal;
	}

.randomBitsTitle {
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	}	

.links, .randomBits {
	list-style: none;
	margin: 10px 0 0 0px;
	}

.randomBits {
	margin: 10px 0 0 0px;
	color: black;
	font-weight: normal;
	padding: 0 5px 0px 5px;
	text-align: justify;
	}

.randomBits li {
	margin-top: 7px;
	}

.links p {
	font-weight: normal;
	color: black;
	}

.indentbottom {
	margin-bottom: -40px;
}	
/* @end */