body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:'Trebuchet MS', 'bookman old style', Helvetica, sans-serif;
}

a {
	text-decoration:none;
	outline:none;
}

a img {
	border:none;	
}

h1 {
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:'Courier New', Courier, monospace;
	font-size:12px;
	margin:0;
	color:#ff9c15;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#wrapper {
	margin:1px auto 1px auto;	
}

#main .actions,
#main .categories {
	letter-spacing:1px;
	text-transform:uppercase;
	padding-left:12px;	
}

#main .photoContainer {
	border-width:2px;
	border-style:solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
}

#loader {
	background-image:url(loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
}

#photo img {
	vertical-align:middle;
	margin:0 auto;
}

#photo span.image-wrapper {
	display:block;
	position:absolute;
	left:0;
}

#photo .singlePhoto,
#photo a.advance-link {
	display:block;
	text-align:center;
}

#caption {
	text-align:center;
	padding:12px 24px;	
}

#caption h4 {
	font-size:16px;
	font-weight:bold;
	margin:0;
}

#caption p {
	margin:8px 0 0 0;
	font-size:14px;
}

#caption ul.meta {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
}

#caption ul.meta li {
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	font-size:10px;
	display:inline;
	border-left-width:1px;
	border-left-style:solid;
}

#caption ul.meta li.first {
	border-left:none;
	margin-left:0;
}

#thumbs {
	display:none;	
}

#thumbs .pagination {
	font-size:10px;
	padding:12px;
	text-align:center;
}

#thumbs .pagination span,
#thumbs .pagination a {
	margin:0 4px;	
}

#right {
	float:right;
}

#right .panel {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	position:relative;
}

#right .comment {
	height:auto;
	overflow-y:auto;
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:5px;
	padding:15px;
	text-align:center;
	font-family:'bookman old style';
	font-size:23px;
        font-weight:bold;
	letter-spacing:1.2px;
	}

#right ul.thumbs {
	margin:3px 0 0;
	list-style-type: none;
}

#right ul.thumbs li {
	float:left;
}

#right ul.thumbs a img {
	border-style:solid;
}

#controls {
	padding:12px;
	text-align:center;
	font-size:14px;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	border-radius:0 0 6px 6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;	
}

#controls a {	
	border-width:1px;
	border-style:solid;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-image:url(buttonbg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	color:#000;
	display:block;
	font-size:14px;
	height:26px;
	line-height:26px;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:160px;
}

#controls a:hover {
	background-position:0 -45px;
	border-color:#adadad;
}

#controls div {
	display:inline;	
}

#footer {
	text-align:center;
	margin-top:12px;
	font-size:9px;
	padding-right:12px;	
}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.nothing {
	font-size:0px;
	height:0px;
	line-height:0px;
}

