/*
	Copyright 2006 Eric Mueller - www.eric-mueller.com
*/

body {
	background-color:#282c2f;
	font-size:12px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
    line-height:19px;
	color:#cccccc;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* .............................. */
/* Links */
/* .............................. */

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

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
    float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#cccccc;
	margin:0px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#cccccc;
	}

h1 a:hover {
    text-decoration:none;
	}
	
h2 {
	font:normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#46a6bf;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	float:left;
	}

.title {
	font:normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#46a6bf;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:14px;
	color:#46a6bf;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#000000;
	border-bottom:1px solid #697074;
	padding:5px;
	height:28px;
	margin-bottom:20px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	padding-top:5px;
	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	color:#FF7921;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#FDC481;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	padding-right:10px;
	}
	
.datetime {
    font-size:10px;
	margin:0px;
	padding:0px;
	}
	
#photo-title {
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.photo-title {
	font:normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#46a6bf;
	margin:0px;
	padding:0px;
	}
	
#photo {
    background:#eee;
    padding:5px;
	border:1px solid #333333;
	}

.image-navigate {
	float:left;
	clear:left;
	padding:0px;
	padding-left:10px;
	}
	
#photo-navigate {
    clear:left;
	padding:0px;
	width:612px;
	height:20px;
	margin:0px auto;
	color:#cccccc;
	}

#image-info {
	border:1px solid #697074;
	width:612px;
	margin:0px auto;
	margin-bottom:10px;
	padding:10px;
	color:#cccccc;
	line-height:16px;
	text-align:left;
	}
	
#image-info img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	float:right;
	}
	
#image-info a {
	color:#96bf55;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #96bf55;
	}
	
#image-info a:hover {
	color:#b9d094;
	text-decoration:none;	
	border-bottom:1px dotted #b9d094;
	}
	
.image-notes {
	}

#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

.resume-subhead {
	color:#B2DFEE;
	font-weight:bold;
	}
	
.feed-small {
	height: 14px;
	padding-left: 16px;
	background: url(/web_assets/feed-icon.gif) no-repeat 0% 50%;
}

/* .............................. */
/* Browse */
/* .............................. */

#browsepage {
    background:#282c2f;
	border:1px solid #697074;
	padding:20px;
	text-align:left;
	width:640px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:25px;
	line-height:16px;
	}
	
#browsepage img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	}

#page {
    background:#282c2f;
	border:1px solid #697074;
	padding:20px;
	text-align:left;
	width:640px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
	color:#96bf55;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #96bf55;
	}
	
#page a:hover {
	color:#b9d094;
	text-decoration:none;	
	border-bottom:1px dotted #b9d094;
	}
	
#page img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.portfoliocolumn{
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
	padding:5px;
	height:10px;
	width:612px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:10px;
	}    

#comments {
    margin:0px auto;
	width:612px;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#cccccc;
	text-decoration:none;
	padding:10px;
	border:1px solid #697074;
	}

#comments li a {
	color:#96bf55;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #96bf55;
	}
	
#comments li a:hover {
	color:#b9d094;
	text-decoration:none;	
	border-bottom:1px dotted #b9d094;
	}

#comment-middle {
	padding:5px;
	margin-top:25px;
	height:20px;
	width:612px;
	margin:0px auto;
	margin-bottom:10px;
	} 

#addcomment {
    width:612px;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #697074;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #697074;
	background-color:#303538;
	color:#cccccc;
	padding:5px;
    }
	
#addcomment textarea {
	width:100%;
	height:50px;
	font-size:12px;
	border:1px solid #697074;
	background-color:#303538;
	color:#cccccc;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #697074;
	color:#666;
	border-bottom:2px solid #697074;
	border-right:2px solid #697074;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-top:20px;
   margin-bottom:20px;
   }
