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

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


/* =layout
--------------------------------------------------*/

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

#mssHolderOutside {
margin: 0px auto;
	height: 400px;
	width: 400px;
}
#mssHolder {
}
	

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

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


/*This is for the logo to behave like a link */
#masthead a#brand {
	display: block;
	background: url(../images/bluebrand2.jpg) no-repeat 0 0px; 
	height: 70px; 
	width: 401px;
	text-indent: -5000px;
	position: absolute; 
	top: 0; 
	left: 79px;	
	text-decoration: none;
	border: 0px;
	} 


#masthead a#brand:hover	{
		background: url(../images/bluebrand2.jpg) no-repeat 0px -70px;
		border: 0px;
		text-decoration: none;
		}
		
#content {
		width: 708px;
		margin: 0 auto;
		background: url(../images/bluemainbg.jpg);
		background-repeat:  repeat-y;
		background-position: center;

}


.clear {
		clear: both;
		}
		
.hide {
	display: none;
}		
		
img {
		padding: 0px 3px 0px 3px;

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


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

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


#main	{
		display: inline;
		width: 457px;
		float: left;
		margin: 70px 0 0 4px;


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

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

		}
h3		{
		text-align: center;
		color: #3399CC;
		font-size: 11px;
		font-weight: bold;
		padding-left: 5px;
		}
h4		{
		color: #1f5e7e;
		font-size: 10px;
		font-weight: normal;
		padding-left: 5px;
}		
		
.title {
		color: #de8f2b;
		font-weight: bold;
		}		
		
#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;
		}


#main p.divider { /* NOTE: keeps divider line centered */
		padding-left: 0px;
		}

#secondary	{
		background: url(../images/toppaper1.jpg) top no-repeat;
		display: inline;
		width: 244px;
		float: right;
		padding: 90px 0px 20px 0px;
		margin: 0 0px 0 0px;

		}


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

.center {
		text-align:center;
		}	

.highlight, .highlight a, .highlight a:visited {font-weight: bold; color: red;}

.highlight a:hover { font-weight: bold; color: white; background: red; border: none; padding: 2px;}

.divider {
		margin-bottom: 5px;
		}

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

#quote	{
		padding: 0px 0 10px 5px;
		}		
		
#music, #txp	{
		margin: 5px auto 5px auto;
		text-align: center;
		}
				
#search {
		text-align: center;
		}				
				
#clear, .clear {
		clear: both;
		}

#footer	{
		background: url(../images/bluefooter.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;

		}		

/* =rss superarchive --------------------------------------------------*/

dl {
	padding: 0 0 0 15px;
}

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


/* =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;
		}
	

/* =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 {

		}


/* =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;
		
		}
		
	
/* =links --------------------------------------------------*/

blockquote {
		margin: 0px auto;
		width: 350px;
		font-size: 10px;

		}
		

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;
		
		}		
		
 .randomBits a{
		margin: 0px;
		font-weight: normal;
		}		

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

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

		margin: 0 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;
		}	


li {
		list-style: none;
		}



.thumb	 {

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

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


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

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