/*
-----------------------------------------------
Photo Gallery Templates: Image Page Screen
Author:   Adam Thayer
----------------------------------------------- */

/*  ====================== Basic ======================= */

body {
	font-family:'MS Reference Sans Serif',Arial,Tahoma;
	font-size:9pt;
	color:#9C9D9F;
	margin:0; 
	padding:0;
	background:#10161A url(../images/body-bg.gif) repeat;
}

a {
	color:#5692BA;
	text-decoration:none;
}

a:hover {
	color:#5692BA;
	text-decoration:underline;
}

img {
	border:0;
}

#wrapper {
  	width:952px; 
  	margin:0 auto; 
  	padding:0;
}

#main-content {
	width:952px;
	background:#10161A;
	padding-bottom:15px;
}

.clr {
	clear:both;
	margin:0; 
	padding:0;
	font-size:1px; 
	line-height:1px;
}

.spacer {
	height:15px;
	width:100%;
}

/*  ====================== Thumbnails ======================= */

.thumb {
	height:101px;
        text-align:center;
}

.thumb p.container {
        margin-bottom:3px;
}

.thumb .caption {
        margin-top:0px;
}

img.thumb {
	width:130px;
	height:96px;
  	border:1px solid #BBBBBB;
	z-index:2;
}

.thumb img.badge {
	position:relative;
	top:-10px;
	left:60px;
	z-index:1;
}

/*  ====================== Columns and Blocks ======================= */

#block-left {
	width:604px; 
	float:left; 
	margin:0;
	padding:19px 14px 0 17px;
}

#block-right {
	width:302px; 
	float:left;
	margin:0;
	padding:19px 15px 0 0;
}

#block-solo {
	width:906px; 
	float:left;
	margin:0;
	padding:19px 14px 0 17px;	
}

#navbottom {
	width:604px;
	float:left;
	text-align:center;
}

.block {
	background:#141F27 url(../images/post-bg.gif) repeat-x;
	margin:0 0 15px 0;
	padding:0 10px 10px 10px;
	width:282px;
}

.block h2 {
	margin-top:0;
	padding-top:15px;
	text-align:center;
}

/*  ====================== Header ======================= */

div#header {
	background:url(../images/header.gif) no-repeat;
	width:952px;
	height:151px;
}

#logo {
 	float:left; 
	width:450px; 
	height:71px;
	padding-top:80px;
}

div#header h1 {
	font-size:42px;
	color:#5692BA;
	font-family:'Agency FB',Tahoma,Verdana;
	padding:0 0 0 20px;
	margin:0;
}

#logo .desc {
	font-size:11px;
	margin:0 0 0 20px;
	padding:0;
}

#logo .desc a {
	color:#fff;
	text-decoration:none;
}

#logo .desc a:hover {
	color:#5692BA;
	text-decoration:none;
}

div#header h1 a, div#header h1 a:hover {
	color:#5692BA;
	text-decoration:none;
}

div#header a {
	color:#fff;
	text-decoration:none;
}

div#header a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav1 { 
	float:left; 
	width:502px; 
	height:63px; 
	padding-top:88px;
}

#nav1 ul {
	margin : 0;
	padding : 0;
	list-style : none;
	float:right;
}

#nav1 li {
	height : 17px;
	float : left;
	background : url(../images/menu-sp.gif) no-repeat;
	padding : 6px 20px 0 20px;
	font-size : 11px;
	margin : 0;
	color : #fff;
}

#nav1 li.last {
	padding : 6px 0 0 20px; 
}

#nav1 li img {
	padding-right:3px;
	position:relative;
	top:-3px;
}

#nav1 li a {
	vertical-align:top;
	color : #fff;
	text-decoration : none;
}

#nav1 li a:hover {
	color : #5692BA;
	text-decoration : none;
}

/*  ====================== Footer ======================= */

#footer {
	width:952px; 
	height:30px;
	padding-top:4px;
	background:url(../images/footer.gif) no-repeat;
}

#footer p {
  	font-size:10px; 
	color:#eee;
  	line-height:10px; 
	margin:0; 
	padding:3px 0 0 30px;
	font-weight:bold;
}

#footer a {
  	color:#fff; 
	text-decoration:none;
}

#footer a:hover {
  	color:#fff; 
  	text-decoration:underline;
}

/*  ====================== Page Navigation ======================= */

ul.pagelist {
	text-align:center;  	
	list-style-type:none;
	padding:0;
}

ul.pagelist li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
	margin:0 4px;
}

ul.pagelist li.current a {
	cursor:default;
	border:0;
	color:#333;
}

ul.pagelist li.prev {
	margin-right:0;
}

ul.pagelist li.next {
	margin-left:0;
}

.disabledlink {
	cursor:default;
}

.pagenav {
	clear:both;
}

/*  ====================== Admin Toolbox ======================= */

#admin, #admin_data{
	position:absolute;
	right:0;
	top:0;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #000;
	width:120px;
    padding: 2px 0px 4px 4px;
}
#admin_data{
	top: 20px;
}
#admin_data a {
    color: #4480C7;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ccc;
	border-bottom: 1px solid #333;
	margin:0;
	padding:0;
} 
