/* CSS Document */

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

html {
	min-height:100.1%;
	}


/* CUSTOM CLASSES */
.inside {
	width: 800px;
	margin:0px auto;
	}
.clear {
	clear:both;
	}
.left {
	width:20%;	
	float: left;
	text-align: left;
}
.centre{
	width:60%;
	float: left;
}
.right {
	width:20%;
	float: right;
	text-align: right;
}
/* Header */

#header {
	height:50px;
	background-color:#666;
	
	}

#header .inside {
	height: 50px;
	background-color: transparent;
	margin: 0 auto;
	}

#header .logo {
	/*background-image:url(../images/logo_light.png);*/
	background-color: #666;
	height:35px;
	width:125px;
	/*margin-left: 300px;*/
	float: right;
/*	margin-left: 5px;*/
	margin-top: 10px;
	border-style:none;
}

/* Navigation Bar */
#navbar {
	height: 17px;
	background-color:#999;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;	
}	
#navbar .inside {
	text-align: left;
}
#navbar .inside a:link {
	color: #000000;
	text-decoration: none;
	}
#navbar .inside a:visited {
	color: #000000;
	text-decoration: none;
}

#navbar .inside a:hover {
	color: #000000;
	text-decoration: underline;
}

#navbar .left {
	/*height: 17px;*/
	background-color: transparent;
	margin: 0 auto;
	text-align:left;
	}

#navbar .right {
	background-color: transparent;
	margin: 0 auto;
	text-align:right;
}


/* MAIN PHOTO AREA */
#photobox {
	background-color: #f4f4f4;
	text-align:center;
	padding-top: 25px;
	}
	
#photo {
	background:#FFF;
	padding:10px;
	border: 1px solid #000;
	}



/* EXIF, Notes and Comments */	
#exifandimagelinks {
	color:#333333;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-bottom: 25px;

}


#exifandimagelinks  a:link {
	color: #000000;
	text-decoration: none;
	}
#exifandimagelinks a:visited {
	color: #000000;
	text-decoration: none;
}

#exifandimagelinks  a:hover {
	color: #000000;
	text-decoration: underline;
}





#notesbox {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 auto;
	/*padding: 10px;*/
	border-style:none;
	
	text-align:left;
	width: 800px;
	padding: 10px;
}

#notesbox .title{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

#notesbox .notes{
	font-size: 12px;
}

#expandcomments {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	width:800px;
	text-align:right;
	border-style:none;
	padding: 10px;
}

#expandcomments a:link {
	color:#666;
	text-decoration: none;
}
#expandcomments a:visited {
	color: #666;
	text-decoration: none;
}
#expandcomments a:hover {
	color: #000000;
	text-decoration: underline;
	}

#commentsbox{
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 auto;
	width:800px;
	padding: 10px;
		
	border-style:solid;
	border-width: 1px;
	text-align: left;
}

#commentsbox .form {
	font-size: 13px;
	width:48%;	
	float: left;
	border-right: dashed;
	border-right-width: 1px;

	
}

#commentsbox .comments {
font-size: 12px;
	width:48%;	
	float: right;
}

/* Pages */

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

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}
	
.thumbnails {
	background-color: #FFF;
	border:1px solid #CCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	}

	
/* Footer */

#footer {
	clear:both;
	margin: 20px auto 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
	background-color: #f4f4f4;
	}

#footer ul {
	margin: 0px 0px 10px 0px;
}
#footer li {
	text-align:center;
	font-size:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#000;
	}

#footer a:link {
	color:#999;
	text-decoration: none;
	}
		
#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color:#000;
	text-decoration: underline;
	}
/* About me page */

#aboutme {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 50px;
}

#aboutme h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#aboutme p {
	margin-top: 15px;
}

#aboutme .picture {
	width: 200px;
	float: left;
	text-align:left;

}

#aboutme .picture img {
	background-color: #FFF;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#aboutme .righttext {
	width: 550px;
	float: right;
	text-align:left;
	padding: 0px 20px 20px 20px;
	
}

#aboutme .belowleft {
	padding-top: 10px;
	padding-left: 5px;
	text-align:left;
	float: left;
	width: 48%;
}

#aboutme .belowright {
	padding-top: 10px;
	text-align:left;
	float: right;
	width: 48%;
}

.L_Lens {
	color: #FF0000;
}



	