/* 
	AUTHOR: Scott Craig
	AUTHOR WEBSITE: http://www.cancerbox.com
	VERSION: 1.0
		
	Valid xHTML & CSS
	
	Design edited by Mark Power
	www.markpower.me.uk

*/

/* CSS Document */


/* STANDARDS */

body {
	background:url(../images/background-green.jpg) top left repeat;
	font-size:11px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	color:#FFF;
	text-align:center;
	}

html {
	min-height:100.1%;
	}


/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	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:#AC9375;
	text-decoration:none;
	}

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



/* CUSTOM CLASSES */


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

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

.clear {
	clear:both;
	}

.left {
	float:left;
	}

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

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:url(../images/background-white.jpg) top left repeat;
	padding-top:30px;
	}

#image-info .inside {
	}
	
#image-info .inside p {
	color:#545C5F;
	font-size:12px !important;
	line-height:22px;
	}
	
#image-info .inside p .date {
	color:#5F5A54;
	font-style:italic;
}

#image-info .inside ul {
	}
	

/* IMAGE NOTES */

#image-info h2 {
	font: Georgia;	
	font-weight:normal;
	color:#5F5A54;
	letter-spacing:1px;
	font-size:18px;
	padding:10px 0px 10px 0px;
	}

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

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


#image_notes p {
	font-size:18px;
	line-height:16px;
	color:#545C5F;
	margin:0px;
	padding-bottom:10px;
	}

	

#image_comments {
	font-style:italic;
	line-height:16px;
	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:11px;
	color:#545C5F;
	margin:0px 0px 15px 0px;
	list-style:none;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	}


/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:65px;
	margin-top:10px;
	background:url(../images/background-green.jpg) top left repeat;
	}

#header .inside {
	height:65px;
	width:800px;

	}

#header .inside h1 a {
	float:left;
	text-align:left;
	color:#666;
	padding-bottom:15px;
	font-weight:normal;
	display:block;
	border:0;
	}
	
#header .inside h1 img {
	border:none;
}

#header .inside ul {
	float:right;
	margin-top:28px;
	}


#header .inside li {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:lowercase;
	font-size:16px;
	display:inline;
	}
	
#header .inside li a {
	color:#FFF;
	padding-left:10px;
	padding-right:5px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#AC9375;
	}
	
/*
.secondary a {
	color:#666 !important;
	}
*/	

/* MAIN PHOTO AREA */


#photobox {
	background:url(../images/background-green.jpg) top left repeat;
	padding-bottom:15px;
	width:100%;
	text-align:center;
	}
	
#photo {
	background-color:#FFF;
	padding:50px;
	border:none;
	margin-bottom:10px;
	}



/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	margin:0px auto 0px auto;
	text-align:center;
	}
	

#image-navigate {
	padding:0px;
	}
	
#image-navigate li {
	font-family: Georgia, Arial, Verdana, sans-serif;
	text-transform:lowercase;
	font-size:12px;
	letter-spacing:1px;
	list-style:none;
		/*width:33%;*/
	}

#image-navigate a {
	display:block;
	color:#FFF;
	}
	
#image-navigate a:hover {
	color:#AC9375;
	}


/* Pages */

#page {
	background:url(../images/background-white.jpg) top left repeat;
	padding:20px 0px;
	text-align:left;
	width:740px;
	margin:35px auto 0px auto;
	}

#page h2 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color:#5F5A54;
	font-weight:normal;
	letter-spacing:1px;
	font-size:18px;
	text-transform:none;
	padding:40px;
	}

#page p {
	font-size:10px;
	font-style:italic;
	margin: 0px 15px 20px 0px;
	padding:40px;
	}

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


#page img {
	background:#FFF;
    padding:3px;
    border:1px solid #CCC;
	}


.thumbnails {
	border:1px solid #CCC;
	padding:40px;
	margin:5px 5px 0px 0px;
	}

/* COLUMNS ON INFO PAGE */

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

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

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

/* Footer */

#footer {
	clear:both;
	width:740px;
	margin:10px auto 0px auto;
	padding:10px 0px;
	text-transform:lowercase;
	}

#footer li {
	text-align:center;
	font-size:11px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#86A0AC;
	}

#footer a {
	color:#FFF;
	}
	
#footer a:hover {
	color:#AC9375;
	}


/* 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 */
.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;
}

/* BOXOVER */
.boxoverheader {
       background-color: #FFFFFF;
       font:Georgia, Arial, sans-serif;
   	   font-size:16px;
       font-weight: normal;
       letter-spacing:1px;
       color: #5F5A54;
       border-top:2px solid #AAAAAA;
       border-left:2px solid #AAAAAA;
       border-right:2px solid #AAAAAA;
       padding:6px 8px 1px 8px;
       opacity:.85;
       -moz-opacity: 0.65;
       filter: alpha(opacity=65);
       min-width:200px;
       max-width:300px;
}
.boxoverbody {
       background-color: #FFFFFF;
       font:10px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
       letter-spacing:1px;
       color: #444444;
       text-align: center;
       border-bottom:2px solid #AAAAAA;
       border-left:2px solid #AAAAAA;
       border-right:2px solid #AAAAAA;
       padding:2px 8px 5px 8px;
       opacity: .85;
       -moz-opacity: 0.65;
       filter: alpha(opacity=65);
       min-width:200px;
       max-width:300px;
}
