/* 
	This template has been built base on Horizon from Scott Craig (http://www.cancerbox.com)
*/


/* STANDARDS */

body {
	background-color:#F3F3EB;
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#E5542D;
	text-align:center;
	height:100.1%;
	}

html {
	min-height:100.1%;
	}


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

h1 {
	text-align:left;
	font-size:11px;
	}

h2 {
	font-family:  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;
	}

/********************************
 * HEADER
 ********************************/

#header {
	width:100%;
	height:60px;
	background-color:#303030;
	border-bottom:10px solid #434343;
	}

#header .inside {
	background:#303030;
	height:60px;
	}

#header .inside h1 {
	float:right;
	text-align:right;
	margin-top:25px;
	font-weight:bold;
	display:inline;
	padding-right:5px;
	padding-left:5px;
	}

#header .inside h1 a 
{
		padding-left:5px;
	padding-right:5px;
	color:#F3F3EB;
	text-transform:uppercase;
	}
	
#header .inside h1 a:hover {
	text-decoration:none;
	color:#CCC;
	}
	
#header .inside ul {
	float:left;
	margin-top:25px;
	}

#header .inside li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}
	
#header .inside li a {
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#E5542D;
	}
	
.secondary  {
	color:#317B9E !important;
}

.secondary a {
	color:#666 !important;
	}
	

/* CUSTOM CLASSES */


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

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

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.summary {
	color:#303030;
	font-size:10px !important;
	line-height:18px;
	}
	
	

/********************************
 * MAIN PHOTO AREA
 ********************************/


#photobox {
	padding-top:20px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	}
	
#photo {
	background:#FFF;
	border:none;
	}



/********************************
 * IMAGE NAVIGATION
 ********************************/

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

#image-navigate {
	padding:0px 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 a {
	display:block;
	}


/********************************
 * PAGES
 ********************************/

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

#page h2 {
	color:#303030;
	font-weight:bold;
	background:#E7E3D5;
	font-size:11px;
	margin:0px 0px 10px 0px;
	padding:3px;
	}

#page p {
	font-size:10px;
	color:#303030;
	margin: 0px 20px 20px 0px;
	}

#page ul {
	font-size:10px;
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
	}
	
#page a {
	}


#page img {
    border:1px solid #000;
	}


.thumbnails {
	border:1px solid #333;
	margin:7px 7px 0px 0px;
	}

/* COLUMNS ON ABOUT PAGE */

#col1 {
	width:33%;
	float:left;
	}

#col2 {
	width:34%;
	float:left;
	}

#col3 {
	width:33%;
	float:right;
	}
	

/********************************
 * PHOTO NOTES
 ********************************/
#notesbox {
	width:800px;
	text-align:left;
	padding-top:10px;
	height:202px;
}

#notes_panel {
	padding:10px;
	width:780px;
	height:180px;
	background-color:#FFF;
	border:1px solid #909090;
}

#notes_desc {
	width:530px;
	height:164px;
	padding-right:15px;
	padding-left:5px;
}

#notes_desc .title
{
	line-height: 40px;
	width:100%;
	font-size: 20px;
	color:#317B9E;
	}

#notes_desc .corps {
	color:#606060;
}

#notes_nbcomment {
	padding-left:15px;
}

#notes_exifs {
	float:right;
	width:199px;
	height:180px;
	padding-left:15px;
	padding-right:15px;
	border-left:1px solid #E0E0D5;
}

#notes_exifs .title {
	font-size: 20px;
	color:#474A51;
	line-height: 40px;
}
#notes_exifs .corps {
	font-size: 10px;
	color:#5E5E5E;
	line-height: 20px;
}

/********************************
 * COMMENTS
 ********************************/

#comment-list {
	text-align:left;
	width:100%;
	background:#F3F3EB;
	padding-top:10px;
	}
	
#comment-list .inside {
	}
	
#comment-list .inside p {
	font-size:10px;
	color:#666;
	}

#comment-list .inside ul {
	}
	

/* Comments */

#image_comments {
	width:458px;
	float:left;
	padding-right:15px;
	}

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

#image_comments li {
	list-style:none;
	margin-bottom:5px;
	}

.commentblock {
	text-align: left;
	padding:5px;
}

.commenttext {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom:1px;
	color:#454545;
	}
	
.commentsign {
	text-align: left;
	}
	
li .commentauthor {
	font-size: 0.9em;
	font-weight: bold;
	color:#7997ab;
	}

li .commentauthor a {
	color:#993300;
	}
li .commentauthor a:hover {
	color:#000;
	}
	
.date {
	font-size: 0.8em;
	color:#8F9195
	}

	
/* Admin comment */

.adminblock {
	text-align: left;
	padding:5px;
	border-left:3px solid #E5542D;
}

.admintext{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom:1px;
	color:#000;
	}

li .commentadmin {
	font-size: 0.9em;
	font-weight: bold;
	color:#E5542D;
	}
	
li .commentadmin a {
	color:#E5542D;
	}
li .commentadmin a:hover {
	color:#000;
	}
/* Comment Form */

#addcomment {
	float:right;
	width:286px;
	padding-left:15px;
	padding-right:15px;
	border-left:1px solid #ccc;
}

	
#addcomment label {
	color:#666;
	margin-top:-3px;
	font-size:10px;
	}

#addcomment textarea {
	width:100%;
	height:90px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #666;
	background-color:#fff;
	color:#454545;
	padding-top:3px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:6px;
	}

#name, #url, #email {
	height:14px;
	width:170px;
	border:1px solid #666;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	padding-top:3px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom:6px;
}

#button-submit {
	float:left;
	margin:0;
	padding:0;
	margin-left:0px;
	margin-top:-15px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

/********************************
 * FOOTER
 ********************************/


#footer {
	border-top:1px dashed #454545;
	clear:both;
	width:800px;
	height:17px;
	margin:30px auto 0px auto;
	padding:10px 0px;
	text-transform:uppercase;
	}

#footer li {
	text-align:left;
	font-size:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 7px;
	color:#99968D;
	}

#footer a {
	color:#838d7a;
	}
	
#footer a:hover {
	color:#993300;
	}


/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

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

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

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

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

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

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

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

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

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

