/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/background.gif) top center;
	background-repeat:no-repeat;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000;
}

body.admin {
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-repeat:no-repeat;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000;
}

img {
	border:none;
}

img.artImg {
	border-top:2px;
	border-right:2px;
	border-bottom:2px;
	border-left:2px;
	border-color:#333333;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	background-color:#333333;
}

a, a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover, a:active {
	color:#c0c0c0;
	text-decoration:underline;
}

a.redLink, a.redLink:visited {
	color:#669900;
	text-decoration:underline;
}

a.redLink:hover, a.redLink:active {
	color:#999900;
	text-decoration:underline;
}

a.smallLink, a.smallLink:visited {
	color:#666666;
	text-decoration:underline;
	font-size:9px;
}

a.smallLink:hover, a.smallLink:active {
	color:#c0c0c0;
	text-decoration:underline;
	font-size:9px;
}

a.headline, a.headline:visited {
	font-size: 14px;
	color: #669900;
	text-decoration:underline;
}

a.headline:hover, a.headline:active {
	font-size: 14px;
	color: #999900;
	text-decoration:underline;
}

a.commentLink, a.commentLink:visited {
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}

a.commentLink:hover, a.commentLink:active {
	color:#999900;
	font-weight:bold;
	text-decoration:underline;
}

a.pgActive, a:hover.pgActive, a:visited.pgActive, a:active.pgActive {
	color:#990;
}

p.quote_block {
	width:300px;
	margin:0 0 0 100px;
	font-style:italic;
	color:#606060;
}

h1 {
	font-size: 18px;
	color: #669900;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

h3 {
	color:#669900;
	font-size:14px;
	font-weight:bold;
}

hr {
	width:75%;
	/*color:#666;*/
	background-color:#c0c0c0;
	height:1px;
	border:none;
}

li {
	list-style: circle;
}

em {
	color:#336600;
}

.mdGray {
	color:#606060;
}

.ltGray {
	color:#909090;
}

.mdGreen {
	color:#336600;
}

.foolbots {
	display: none;
}

.commentCount {
	color:#669900;
	font-weight:bold;
}
.showDate {
	color:#669900;
	font-size:14px;
}

.showLoc {
	color:#666666;
	font-size:12px;
}

.newsInfo {
	color:#666666;
	font-size:11px;

}

.authorBio {
	color:#333333;
	font-size:10px;
}

.headline {
	font-size: 14px;
	color:#669900;
	text-decoration:none;
	font-weight:bold;
}

.footer {
	font-size:9px;
}

.notes {
	color:#444444;
	font-size:10px;
}

#mainContainer {
	width:100%;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}

#subContainer {
	/*background-color:#000000;
	border:solid #0000ff thin;*/
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	/*border:solid #ff0000 thin;*/
	top:0px;
	left:0%;
	width:100%;
	height:125px;
	text-align:left;
}

#navBG {
	position:relative;
	/*border:solid #ff0000 thin;*/
	top:0px;
	width:100%;
	/*height:25px;*/
	text-align:center;
}

#navbar {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

#content {
	/*border:solid #ff0000 thin;*/
	position:relative;
	top:20px;
	left:0%;
	width:100%;
	text-align:left;
	margin-bottom:30px;
	padding-left:20px;
}

#columnContent {
	/*background-color:#000000;*/
	border-top:dashed #c0c0c0 thin;
	border-left:dashed #c0c0c0 thin;
	border-right:dashed #c0c0c0 thin;
	border-bottom:dashed #c0c0c0 thin;
	position:relative;
	top:0px;
	width:75%;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	z-index:1;
	
}

#columnShows {
	float:right;
	background-color:#fff;
	/*border-left:solid #00ff00 thin;
	border-right:solid #00ff00 thin;
	border-bottom:solid #00ff00 thin;
	height:800px;*/
	position:absolute;
	top:15px;
	left:79%;
	width:23%;
	padding-top:13px;
	padding-left:0px;
	padding-bottom:20px;
	text-align:left;
	font-size:12px;
	z-index:3;
}

#footer {
	/*position:relative;
	top: 30px;
	border:solid #00ff00 thin;*/
	width:525px;
	text-align:left;
	color:#666666;
	font-size:10px;
	margin-left:25px;
	margin-right:auto;
	margin-bottom:15px;
}

#gallery {
	/*border:solid #00ff00 thin;*/
	position:relative;
	width:440px;
	left:42px;
	text-align:left;
	
}

#artContainer {
	position:absolute;
	top:0px;
	left:0px;
}

#loginForm {
	position:absolute;
	left:10px;
	top:10px;
	font-size:12px;
	width:200px;
	/*height:300px;
	float:right;*/
	z-index:5;
}

#modifyForm {
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	/*width:500px;
	height:500px;
	border-top:solid thin #ff0000;
	border-bottom:solid thin #ff0000;
	border-left:solid thin #ff0000;
	border-right:solid thin #ff0000;*/
}

#map {

}