* {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  text-decoration: none;
}

body {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
  background-color: #000;
  margin: 0 0 10px 0;
}

a {
	font-weight: normal;
  color: #ffca56;
}

h1 a, #footer a {
	text-decoration: none;
	font-weight: bold;
}

a:hover, #footer a:hover {
	color: #c5ff56;
  text-decoration: none;
}

.clearing {
  height: 1%;
  clear: both;
}

.invisible {
	display: none;
}

#pageFrame {
  position: relative;
	width: 990px;
	padding: 0px;
  margin: 10px auto;
  background: url('images/bgcontent.gif');
}

#header {
	background: url('images/bgheader.jpg') no-repeat top;
  height: 35px;
  border-bottom: 3px double #232323;
}

#content {
  position: relative;
  margin: 10px 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

#content.side {
  margin: 0;
}

#content h2 {
  margin: 0 0 20px 0;
  *padding: 5px 0 0 0;
  line-height: 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#mainPhoto {
  position: relative;
  margin: 0 auto;
}

#link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#prevPhoto {
  display: block;
  float: left;
  z-index: 100;
  background: url('images/1.gif');
}

#prevPhoto:hover {
  background: url('images/signleft.gif') no-repeat center;
}

html>body #prevPhoto:hover {
  background: url('images/signleft.png') no-repeat center;
}

#nextPhoto {
  display: block;
  float: right;
  z-index: 100;
  background: url('images/1.gif');
}

#nextPhoto:hover {
  background: url('images/signright.gif') no-repeat center;
}

html>body #nextPhoto:hover {
  background: url('images/signright.png') no-repeat center;
}

#bottomContent {
	width: 700px;
  margin: 20px auto;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
}

#bottomContent h3 {
  font-size: 14px;
	margin: 0 0 10px 0;
}

.narrowcolumn {
  float: left;
  width: 550px;
  padding: 20px 0 0 20px;
  min-height: 524px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
}

#content .narrowcolumn h2 {
  font-size: 20px;
  color: #ccc;
  margin: 0;
  padding: 0;
  text-align: center;
}

#content .narrowcolumn h3 {
  font-size: 14px;
  text-align: center;
  margin: 5px 0 20px 0;
}

#nav {
  width: 990px;
  height: 35px;
  margin: 0 auto;
}

#nav #logo {
  display: inline;
  float: left;
}

#nav #logo h1 {
  margin: 10px 0 0 10px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

#nav #logo h1 a{
  color:#fff;
  text-decoration: none;
}

#nav #logo h1 span {
  color: #999;
}

#nav #menu {
  display: inline;
  float: right;
  margin: 10px 10px 0 0;
  font-size: 12px;
}

#nav #menu li {
  list-style-type: none;
  display: inline;
  font-weight: bolder;
  margin-left: 10px;
  text-transform: uppercase;
}

#nav #menu li a {
  text-decoration: none;
  color: #ffca56;
}

#nav #menu li a:hover {
  color: #c5ff56;
}

#mainText {
  width: 960px;
  background-color: #333;
  margin: 10px auto;
  padding: 5px 15px;
  line-height: 14px;
}

#mainText p {
  color: #fff;
  font-size: 13px;
  padding: 0 0 15px 0;
  line-height: 17px;
}

#mainText p.date {
  text-align: right;
  padding: 0 0 5px 0;
}

#mainText p.postmetadata {
	font-size: 11px;
	margin-top: 5px;
  padding: 0;
}

#mainText h2 {
  margin: 5px 0 10px 0;
}

#mainText h2 a {
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#footer {
	clear: both;
  width: 980px;
  height: 25px;
	text-align: center;
	font-size: 11px;
	padding: 10px 5px 0 5px;
  background: url('images/bgfooter.jpg') no-repeat left bottom;
  border-top: 3px double #232323;
  color: #fff;
}

#footer a {
  font-size: 11px;
  font-weight: normal;
	color: #fff;
}

#photoInfoBox {
	width: 452px;
	float: left;
	padding: 0 30px;
}

.commentlist li{
	list-style: square;
	padding: 0px;
	margin: 15px;
}

.commentlist p.commentAuthor {
  padding: 5px 0;
  color: #919191;
  font-size: 11px;
}

.commentlist p.commentAuthor strong {
  color: #c4c4c4;
}

.commentlist p.commentAuthor strong a {
  color: #ffb540;
}

#commentForm {

}

#commentForm h3 {
  padding: 50px 0 0 0;
}

#commentForm p {
  margin: 10px 0 0 15px;
  color: #fff;
}

#commentForm input, #searchform #s {
  width: 210px;
  font-size: 12px;
  padding: 2px 3px;
}

#commentForm textarea{
	width: 500px;
  font-size: 12px;
  padding: 2px 3px;
}

#commentForm .button {
  width: 150px;
  background: #666;
  border: 1px solid #979797;
  padding: 3px 0;
  cursor: pointer;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#searchform #searchsubmit {
  cursor: pointer;
}

.exifInfoBox{
	margin-top: 20px;
}

ul.photoQExifInfo{
	padding: 10px 15px;
}

li.photoQExifInfoItem{
	list-style: square;
}

.thumbnail{
	width: 100px;
	height: 75px;
	float: left;
	margin: 4px 5px;
	text-decoration: none;
	display: inline; /*needed for stupid explorer*/
}

.thumbnail img {
  border: 1px solid #232323;
}

.thumbnail a:hover img {
	text-decoration: none;
  border: 1px solid #ffc23e;
}

.nextPrevThumbnail{
	height: auto;
	padding: 0 2px;
}

.linkTextNext, .linkTextPrevious{
	margin-top: 5px;
}

.linkTextNext{
	float: right;
}

.linkTextPrevious{
	float: left;
}

.right{
	text-align: right;
  float: right;
}

#sidebar {
	float: right;
	width: 340px;
  padding: 0 30px 30px 30px;
  line-height: 14px;
  font-size: 13px;
  background: #333;
  border-left: 3px double #232323;
  border-bottom: 3px double #232323;
  vertical-align: top;
}

#sidebar h3 {
  margin: 25px 0 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
}

#sidebar .widgettitle {
	margin-bottom: 5px;
}

#sidebar ul, #sidebar li {
	list-style-type: none;
  color: #fff;
}

#sidebar li#tag_cloud {
	line-height: 19px;
  *line-height: 23px;
}

#sidebar ul li {
	margin-bottom: 2px;
}

#sidebar ul li ul {
	padding: 0 15px;
}

#sidebar ul li li {
	padding-top: 5px;
	list-style: square;
}

#sidebar ul .children {
	padding-left: 5px; 
}

.entrytext {
  margin: 0 0 20px 0;
}

.entrytext p {
  margin: 20px 0 0 0;
}

.entrytext p strong {
  color: #ccc;
}

.entrytext ul {
  margin: 0 0 0 20px;
}

.entrytext ul.pageLink {
  margin: 0 0 20px 20px;
}

.entrytext li {
  padding-top: 5px;
	list-style: square;
  color: #ccc;
  font-size: 12px;
}

.entrytext li a {
  font-size: 13px;
}

input, textarea{
	background-color: #666;
	color: #fff;
	border: 1px solid #979797;
}
