/* 
	TEMPLATE NAME / Horizon 
	AUTHOR: Scott Craig
	AUTHOR WEBSITE: http://www.cancerbox.com
	VERSION: 1.0
		
	Valid xHTML & CSS

*/

/* CSS Document */


/* STANDARDS */

body {
	/*background-color:#eae6e6;*/
	background-color:#FFF;
	font-size:11px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
	}

html {
	min-height:100.1%;
	}

/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	/*text-align:left;*/
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	text-align:left;
	}
	
h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#993300;
	text-decoration:none;
	}

a:hover {
	color:#333;
	text-decoration:none;
	}


/* CUSTOM CLASSES */


.inside {
	width:720px;
	margin:0px auto;
	}

.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.summary {
	color:#838d7a;
	font-size:14px !important;
	line-height:24px;
	}

.summary a {
	color:#838d7a;
	background:#FFF;
	}

.summary a:hover {
	color:#993300;
	background:none;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:#FFF;
	}

#image-info .inside {
	/*min-height:120px;*/
	}
	
#image-info .inside p {
	font-size:10px;
	color:#666;
	margin:0px;
	}

#image-info .inside ul {
	}
	

/* IMAGE NOTES */

#image-info h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width:45%;
	float:left;
	margin-bottom:10px;
	}

#image_notes, #image_comments {
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color:#666;
	margin:0px;
	padding-bottom:10px;
	}

	

#image_comments {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dashed #999;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	font-size:10px;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
	}


/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:100px;
	background-color:#000;	
}

#header.subline {
	border-bottom:10px solid #930;
}

#header .inside {
	background:url(../images/logo-agregats.png) 20px right no-repeat #000;
	height:100px;
}

#header .inside h1 a {
	float:right;
	/*text-align:right;*/
	color:#666;
	padding-top:30px;
	font-weight:normal;
	width:300px;
	height:60px;
	display:block;
	text-indent:-9999px;
	}

#header .inside ul {
	float:left;
	margin-top:30px;
	}


#header .inside li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	padding-right:10px;

	}
	
#header .inside li a {
	color:#FFF;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#993300;
	}
	
.secondary a {
	color:#666 !important;
	}	

/* MAIN PHOTO AREA */

#photobox {
	background-color:#000;
	width:100%;
	text-align:center;
	}
	
#photo {
	background:#FFF;
	background: whiteSmoke url(../images/loader-32x32.gif) no-repeat 50% 50%;
	border: 1px solid #CCC;
	padding:9px;
	margin-bottom:10px;
	}


/* METADATA AREA */

#categoriesbox {
	padding-bottom:5px;
	height:20px;
}

#categoriesbox, #metadatabox {
	background-color:#000;
	color:#FFF;	
	width:100%;
}

#categoriesbox .inside  {
	text-align:left;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:20px;
}

#categoriesbox .inside a:first-child {
	padding-left:10px;
}

#metadatabox {
	padding-bottom:30px;
	text-align:left;
	text-transform:lowercase;
}

#metadatabox .inside ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	display:inline-block;
}

#metadatabox .inside li {
	/*float: left;*/
	line-height: 20px;
	padding-left: 0px;
}

#metadatabox .inside li:first-child {
	padding-left: 0px;
}

#metadatabox .inside .left {
	float:left;
	letter-spacing:1px;
}

#metadatabox .inside .right {
	letter-spacing:2px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:10px;
	float:right;
	text-align:right;
}

#metadatabox .inside #image_title {
	font-size:12px;
}

#metadatabox .inside .frame {	
	background-color: #EAE6E6;
	color: #413F3B;
	padding:2px;
}

/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
	}
	

#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width:50%;
	}
	
#image-navigate li:first-child, #image-navigate li:last-child {
	width:25%;
}

#image-navigate a {
	display:block;
	}


/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	margin:0px auto;
	}

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}

#page p {
	font-size:11px;
	font-style:italic;
	margin: 0px 20px 20px 0px;
	text-align:justify;
	}

#page ul {
	font-size:11px;
	font-style:italic;
	margin:0px 20px 10px 0px;
	}

#page ul:last-child {
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;
	display:block;
	padding:0px 5px 0px 0px;
	}
	
#page a {
	}

#page #about img.about-picture {
	background:#FFF;
	padding:0px;
	border:1px solid #000;
	margin:0px auto 10px;
	float:left;
}

#page img.header {
	background:#000;
	padding:2px 0px;
	border:0px solid #000;
}

#page p#social_links {
	text-align:right;
}

#page p#social_links a:first-child img {
	padding-left:0px;
}

#page p#social_links a img {
	border:none;
}

#page p#social_links img {
	padding-left:10px;
}

/* COLUMNS ON INFO PAGE */

#about {
	width:100%;
}

#about .text {
	float:right;
	width:500px;
}

#col1 {
	width:50%;
	float:left;
	padding-top:20px;
	}

#col2 {
	width:50%;
	float:left;
	padding-top:20px;
	}

/* Footer */

#footer {
	border-top:1px solid #CCC;
	clear:both;
	width:720px;
	margin:20px auto 0px auto;
	padding:10px 0px 30px 0px;
	text-align:left;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

#footer a {
	color:#333;
	}
	
#footer a:hover {
	color:#666;
	}


/* Comments */

#commentbox {
	width:80%;
	margin:0px auto;
	}

#comment-top {
	background:#000;
	padding:20px 5px;
	color:#FFF;
	}    

#comments {
    margin:0px auto;
    width:90%;
    text-align:left;
	}

#comment-top h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:20px 0px;
	text-align:left;
	}

.input {
	width:45%;
	font-size:10px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

#addcomment label {
	color:#666;
	font-style:italic;
	font-size:10px;
	}

#addcomment textarea {
	width:100%;
	height:50px;
	font-size:11px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:3px double #CCC;
	color:#666;
	}

/* TAG SUPPORT */

#tagsbox {
	margin-top:20px;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

#tagsbox a {
	padding:0px 2px;
}

.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 9px !important;
}

.tags02
{
	font-size: 10px !important;
}

.tags03
{
	font-size: 11px !important;
}

.tags04
{
	font-size: 12px !important;
}

.tags05
{
	font-size: 15px !important;
}

.tags06
{
	font-size: 16px !important;
}

.tags07
{
	font-size: 17px !important;
}

.tags08
{
	font-size: 18px !important;
}

.tags09
{
	font-size: 19px !important;
}

.tags10
{
	font-size: 20px !important;
}


/* ------------------------------------------------------------- */
/*  BROWSER SECTION */
/* ------------------------------------------------------------- */

ul,li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.page-wrapper {
	clear: both;
	width:720px;
	margin: 0px auto;
	padding: 18px 0px 0px 0px;
	font: normal 12px Helvetica,Verdana,Arial,sans-serif;
	line-height: 16px;
}

#img-nav-links {
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 12px;
	margin: 0px;
	outline: none;
	padding: 2px 4px 4px 4px;
	text-transform: uppercase;
}
#img-wrapper a {
	line-height: 0px;
	outline: none;
}
.border-frame {
	margin: 0px auto;
	padding: 8px;
}
.thumbnail-border-frame {
	padding: 4px;
	margin: 0px 0px 6px 6px;
	line-height: 0px;
	outline: none;
}
.thumbnail-border-frame a {
	line-height: 0px;
	outline: none;
}
#browse-nav-container {
	float: left;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	text-align: left;
	width: 206px;
	font-size:11px;
}
#browse-nav-container h4 {
	margin: 0px;
	padding: 5px 2px;
}
#browse-nav-container ul {
	margin: 0px;
	padding: 0px 2px 15px 2px;
}
#browse-nav-container li {
	margin: 0px;
	padding: 3px 2px 2px 2px;
}
#thumbnail-nav-container {
	margin: 0px 0px 0px 218px;
	padding: 0px;
}
#thumbnail-container {
	margin: 0px;
	padding: 0px;
	width:480px;
}
.thumbnail-border {
	float: left;
	text-align: center;
}
#paging-nav-container {
	clear: both;
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}
.paginator {
	font-size: 11px;
	font-variant: small-caps;
	line-height: 14px;
	margin: 0px auto;
	padding: 8px 0px;
}
.paginator .page {
	margin: 0px 2px;
	padding: 2px 6px;
	text-align: center;
	vertical-align: middle;
}
.paginator a,
.paginator a:link,
.paginator a:visited {
	text-decoration: none;
}
#paging-nav-container div.results {
	font-size: 10px;
	line-height: 14px;
	padding-top: 2px;
	text-align: center;
}
.clear {
	clear: both;
}
#browse-nav-container li {
	border-bottom: 1px solid #e6e6e6;
}
.border-frame {
	background: transparent url(./light/loader-32x32.gif) no-repeat 50% 50%;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221) rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
}
.thumbnail-border-frame {
	background: transparent url(./light/loader-16x16.gif) no-repeat 50% 50%;
}
img.border-matte {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(170, 170, 170) rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
}
.paginator .this-page {
	border: 1px dotted #cccccc;
	color: #8b0000;
}
.paginator a,
.paginator a:link,
.paginator a:visited {
	border: 1px solid #cccccc;
}
#paging-nav-container div.results {
	color: #999999;
}

.line {
	border-top: 1px solid #CCC;
	clear: both;
	color: #666;
}
