/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#999;
	font-size:0.75em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#e5e5e5;
	padding:0px;
	margin:0px;
	}

html, body {
     min-height:100.1%;
	}
	
#container {
	width:790px;
	margin: 0px auto;
	}
	
#header {
	width:790px;
	height:42px;
	background-color:#666;
	margin: 0px auto;
	border-width: 0px 10px 0px 10px;
	border-color:#808080;
	border-style:solid;
}

.clear {
	clear:both;
	}

.headerBottom {
	background:url(/templates/24by36/images/header_bottom.gif) no-repeat;
	background-color:#808080;
	height:5px;
	width:790px;
	margin-top:-4px;
	}

.sectionDiv {
	background:url(/templates/24by36/images/section_div.gif) no-repeat;
	height:5px;
	width:810px;
	margin:0px auto;
	}
	
#photoContainer {
	width:790px;
	margin:0px auto;
	border-width: 0px 10px 0px 10px;
	border-color:#808080;
	border-style:solid;
	background-color:#808080;
	text-align:center;
	}

.photoBorderContainer {
	background-color:#ededed;
	margin: 0px auto;
	}


.photoRoundTop{
	background:url(/templates/24by36/images/photo_border_tr.gif) no-repeat top right;
	text-align: left;
	}
	
.photoRoundBottom{
	background:url(/templates/24by36/images/photo_border_br.gif) no-repeat bottom right;
	text-align: left;
	/margin-top:-5px;
	}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

#contentContainer {
	width:790px;
	margin: 0px auto;
	float:left;
	position:relative;
	background-color:#666;
	border-width: 0px 10px 0px 10px;
	border-color:#808080;
	border-style:solid;
}

#leftContentContainer {
	width:517px;
	float:left;
	margin:0px 5px 5px 5px;
	display:inline;
	position:relative;
	padding-bottom:10px;
	}
	
#rightContentContainer {
	width:252px;
	float:right;
	margin:0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	position:relative;
	border-left:1px #808080 solid;
	padding-bottom:10px;
	}
	
.contentTop {
	background:url(/templates/24by36/images/content_top.gif) no-repeat;
	background-color:#808080;
	height:5px;
	width:790px;
	}

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

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

a:hover {
	text-decoration:underline;
	}

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

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

h1 a:hover {
    text-decoration:none;
	}

.title {
	float:left;
	margin:0px;
	margin-top:8px;
	margin-left:5px;
	padding:0px;
	border:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ddd;
	text-align:center;
	}

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

.navigation {
	float:right;
	text-align:right;
	margin-top:25px;
	}

.navigation a {
	padding-left:10px;
	padding-right:10px;
	color:#A1C6E5;
	font-weight:bold;
	}
		
.navigation a:hover {
	text-decoration:none;
	color:#CCC;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
    background:#eee;
    padding:5px;
	border:1px solid #515151;
	}
	
.photoTitle {
	font-weight:bold;
	text-align:left;
	margin-left: 5px;
	margin-top:2px;
	}

.photoDate {
	font-weight:normal;
	}
	
.photoIcon {
	padding: 0 5px 1px 0;
	}

#image-navigate {
    background:#666;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#eee;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	
.commentHeader {
	color:#B3B3B3;
	margin-bottom:-0.6em;
}

.commentHeader a {
	color:#ccc;
}

.selfPort {
	float: left;
	padding: 0 10px 5px 0;
}

.equipHeader {
	color: #A1C6E5;
}

.equipmentList {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: inside url(/templates/24by36/images/bullet.gif);
	line-height: 1.4em;
}
	

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

#page {
    background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
#thumbnailContainer {
	width:100px;
	float:left;
	margin:10px;
}

.thumbnails {
	border:3px solid #ededed;
	margin:3px;
	}

.thumbnailsCaption {
	display:block;
}

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

#comment-top {
    background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-middle {
    background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	}

.form {
	margin-top:1em;
	}

.inputHeader {
	color:#B3B3B3;
	}

.inputBox {
    width:242px;
	font-size:0.75em;
	border:1px solid #999;
	background-color:#737373;
	color:#e5e5e5;
	padding:3px;
	margin-bottom:1em;
    }

	
.inputTextarea {
	font-size:1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	width:242px;
	border:1px solid #999;
	background-color:#737373;
	color:#e5e5e5;
	padding:3px;
	}
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.comment-button {
    background:#e5e5e5;
	border:1px solid #aaa;
	color:#666;
	margin-top:1em;
	}

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

#footer {
	text-align:center;
	padding-top:5px;
	padding-bottom:3px;
   	width:790px;
	background-color:#808080;
	margin: 0px auto;
	border-width: 0px 10px 0px 10px;
	border-color:#808080;
	border-style:solid;
	color:#b3b3b3;
	font-size:.9em;
   }

#footer a {
	color:#b3b3b3;
}

/* .............................. */
/* Nav arrows */
/* .............................. */

#LinkContainer {
	position: absolute;
	display: inline;
	top: 50px;
	margin: 0px auto;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(/templates/24by36/images/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(/templates/24by36/images/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(/templates/24by36/images/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(/templates/24by36/images/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(/templates/24by36/images/next_chevron.png) 80% 50% no-repeat; }