a {
	color: #bbb;
	text-decoration: none;
}

a:hover {
	color: #777;
	text-decoration: underline;
}

body {
	background: #444;
	font-family: Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

blockquote {
	border: dotted 1px #c0c0c0;
	background: #fff;
	padding: 5px 5px 5px 5px;
	margin: 0px 20px 0px 20px;
}

h1 {
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 12px;
	color: #777;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

select {
	background: transparent;
	font-family: Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size: 8pt;
}

select option {
	background: #fff;
	color: #000000;
}

table {
	font-family: Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size: 8pt;
	color: #bbb;
}

textarea {
	background: #fff;
	border: solid 1px #c0c0c0;
	font-family: Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
}


#contentArea {
	padding-left: 0px;
	padding-right: 0px;
}

#contentTable {
	background: #eee;
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	
}

#creativeCommonsTable, #orderPrintsTable {
	width: 1%;
}

#creativeCommonsTable td, #orderPrintsTable td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

#creativeCommonsTable a, #orderPrints a {
	color: #808080;
}

#creativeCommonsTable a:hover, #orderPrints a:hover {
	color: #000;
	text-decoration: none;
}

#entryFrame {
	background: #333;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

#entryFrame td {
	padding: 6px 5px 5px 5px;
	
}



#entryPhoto {
	background: #000;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

#entryPhoto td {
	padding: 1px 0px 0px 0px;
	color:#888
}


#entryInfoTable {
	width: 100%;
}

#entryInfoTable td {
	width: 50%;
	vertical-align: top;
}

#entryTextTable {
	width: 100%;	
}

#entryTextTable td {
	padding-left: 10px;
	padding-right: 10px;	
}

#footerTable {
	width: 100%;
}

#footerTable td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
}

#headerTable {
	/*background: url(../../Resources/RandomImageGenerator.aspx);
	/*background: url(Images/HeaderFader.jpg);*/
	background: #333;
	color: #777;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	
}

#headerTable a {
	color: #aaa;
}

#headerTable a:hover {
	color: #ddd;
	text-decoration: none;
}

#headerTable td {
	padding-left: 6px;
	padding-right: 6px;
}

#headerTable h1 {
	color: #888;
}

#headerTable h1 a {
	color: #888;
}

#headerTable h1 a:hover {
	color: #808080;
	text-decoration: none;
}

#headerTable h2 {
	color: #808080;
}

#pageTable {

}

#orderPrints {
	text-align: center;
}

#statsTable {
	border: dotted 1px #000;
	background: #777;
	font-size: 7pt;
}

.alternateRow {
	background: #222;
}

.alternateRow td {
	vertical-align: top;
}

.archives {
	padding-left: 10px;
	padding-right: 10px;
}

.categories, .links {
	width: 100%;
}

.categories td, .links td {
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.categoryDetail {
	border: solid 1px #000;
	background: #555;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
}

.categoryDetail a {
	font-size: 10pt;
	font-style: italic;
	color: #888;
}

.categoryDetail a:hover {
	text-decoration: none;
	color: #000000;
}

.error, .error font {
	color: #cc0000;
}

.featuredEntry {
	padding: 0px 5px 0px 5px;
}

.headerRow {
	
}

.headerRow td {
	border-bottom: solid 1px #000;
	font-weight: bold;
	vertical-align: bottom;
}

.row {
	background: #222;
}

.row td {
	vertical-align: top;
}

.textBox {
	background: #ffffff;
	border: solid 1px #c0c0c0;
	font-family: Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
}

.thumbnail {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}


