
body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:'Trebuchet MS', 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;
	padding:2px 8px;
	color:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#wrapper {
	width:1013px;
	margin:15px auto 36px auto;	
}

#main {
	width:666px;
	margin-right:8px;
}

#main .actions,
#main .categories {
	margin-top:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding-left:12px;	
}

#main .photoContainer {
	margin-top:12px;
	height:664px;
	width:664px;
	border-width:1px;
	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;
	height:664px;
	width:664px;	
	position:absolute;	
	top:12px;
	left:0;
}

#photo img {
	vertical-align:middle;
	margin:0 auto;
}

#photo span.image-wrapper {
	display:block;
	position:absolute;
	top:12px;
	left:0;
}

#photo .singlePhoto,
#photo a.advance-link {
	display:block;
	text-align:center;
	width:664px;
}

#photo .singlePhoto {
	margin-top:12px;
}

#caption {
	display:block;
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	background:url(veil.png);
	z-index:200;
	border-radius:0 0 10px 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;	
	padding:16px 24px;	
	display:none;
}

#caption .slideshowContent,
#caption .captionContent,
#caption .metadataContent {
	display:none;	
}

#caption h4 {
	font-size:16px;
	font-weight:bold;
	margin:0;
}

#caption p {
	margin:4px 0 0 0;
	font-size:12px;
}

#caption ul.meta {
	margin:4px 0 0 0;
	padding:0;
	list-style:none;
}

#caption ul.meta li {
	margin:0;
	padding:0;
	font-size:12px;
}

#videoComment {
	margin:8px;		
}

#thumbs {
	display:none;	
}

#thumbs .pagination {
	font-size:10px;
	padding:12px;
	text-align:center;
}

#thumbs .pagination span,
#thumbs .pagination a {
	margin:0 4px;	
}

#right {
	min-height:744px;
	width:339px;
	float:right;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
}

#right .comment {
	height:100px;
	overflow-y:auto;
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:8px;
	padding:4px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1.2px;
}

#right ul.thumbs {
	margin-top:12px;
	list-style-type: none;
	padding: 0 3px 0 8px;
}

#right ul.thumbs li {
	margin-top:5px;
	margin-right:5px;
	height:76px;
	width:76px;
	float:left;
}

#right ul.thumbs a img {
	padding:3px;
	border-width:1px;
	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;
}
