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

body {
  	background-color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#696969;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	text-align:center;
	}

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

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

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

a:hover {
        background-color: transparent;
	color: #000000;
	text-decoration:none;
	}

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

h1 {
        float:left;
	clear:left;
	font-weight:bold;
	font-size:28px;
	letter-spacing:2px;
	color:#D3D3D3;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}

h1 a {
    text-decoration:none;
	color:#D3D3D3;
	}

h1 a:hover {
        text-decoration:none;
        color: #FFFFFF;
	}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#D3D3D3;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

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

html, body {
     min-height:100.1%;
	}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
h2 h3 h4 {
color:#fff;
}
h5 {
font-size:12px;
color:#3F7795;
}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#D3D3D3;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

.title2 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#FFFFFF;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

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

#styleswitcher {
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	text-align:right;
}
#styleswitcher img {
	margin:8px 8px 8px 0;
	border:0px;
}

#top-nav{
	text-align: right;
	font-weight: normal;
	letter-spacing: -.5px;
	vertical-align:bottom;
}

#top-nav a {
	padding:2px;
	height:83px;
	width:350px;
	background-image:url(../images/logo_dark.png) no-repeat;
}
#top-nav a:hover {
	background-color:#333;
}
#top-nav .current {
color:white;
}

#logo{
    background-image:url(../images/logo_dark.png);
	display:block;
	height:83px;
	width:350px;
}

#navigation {
     position: absolute;
     background:#000000;
	border-bottom:1px solid #D3D3D3;
	left:0px;
	top: 0px;
	padding:5px;
	height:15px;
	margin-bottom:0px;
	}

.menu {
     float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
.menu a {
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	}

.menu a:hover {
	text-decoration:none;
	color: #FFFFFF;
	}

/* .............................. */
/* Image Template*/
/* .............................. */

#photo {
        background:#1A1A1A;
        padding: 6px;
        border:2px solid #1A1A1A;
	}

div.linkbar {
        margin-top: 10px;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-size: 12px;
	}

/* .............................. */
/* Pages */
/* .............................. */

#page {
        background:#000000;
	border:1px solid #D3D3D3;
	padding:20px;
	text-align:left;
	width:85%;
	margin:0px auto;
	margin-top:30px;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
        font-weight:bold;
	}

#page img {
	background:#000000;
        padding:5px;
	border:1px solid #D3D3D3;
	}

.column{
	width:70%;
	text-align:left;
	vertical-align:top;
	padding:10px;
	}

.column2{
	width:30%;
	text-align:left;
	vertical-align:top;
	padding:10px;
	}

.thumbnails {
	border:1px solid #EEEEEE;
	padding:3px;
	margin:3px;
	}

/* .............................. */
/* Comment Template */
/* .............................. */

#image-title {
        background:#000000;
	border:1px solid #FFFFFF;
	padding:15px;
	text-align:center;
	width:90%;
	margin:20px auto;
	line-height:16px;
	color:#FFFFFF;
	}

#image-notes {
	margin-top:5px;
	width:95%;
	text-align:left;
	}

#image-thumbnail {
	width:40%;
	text-align:center;
	vertical-align:middle;
	}

#image-exif {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
     text-align:left;
	width:60%;
	vertical-align:top;
	}

#comment-top {
        background:#000000;
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	margin-bottom:25px;
	height:15px;
	}

#comments {
        margin-top:5px;
	width:100%;
	text-align:left;
	padding:5px;
	}

#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}

#comments li {
	display:block;
	margin:0px;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	border:1px solid #FFFFFF;
	}

#comments li a {
	color:#FFFFFF;
	text-decoration:none;
	}

#comments li a:hover {
	color:#FFFFFF;
	}

#comments li:hover {
	background:#000000;
	}

#comment-middle {
        background:#000000;
	border-top:1px solid #FFFFFF;
	width:100%;
	padding:5px;
	margin-top:2px;
	height:15px;
	}

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

.input {
      width:45%;
	font-size:10px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
    }

#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	}

.comment-button {
        background:#EEEEEE;
	border:1px solid #D3D3D3;
	color:#000000;
	border-bottom:2px solid #D3D3D3;
	border-right:2px solid #D3D3D3;
	}

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

#footer {
        text-align: center;
        margin-top: 18px;
        padding-left: 3px;
        font-size: 10px;
        font-variant: small-caps;
        letter-spacing: 2px;
        }

div.copyright {
	text-align: center;
	margin-top: 8px;
	padding-bottom: 100px;
	padding-left: 3px;
	font-size: 10px;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

/* ------- COMMENTS PANEL ------- */
#panel {
	position: absolute;
	top: 0px;
	left: -442px;
	width: 442px;
	height: 100%;
	overflow: auto;
}
#panel_shad {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
	background: #DDDDDD;
}
#panel_click_bar {
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 32px;
	height: 100%;
	background: #000000;
	cursor: pointer;
}
#panel_content {
	position: absolute;
	top: 0px;
	right: 42px;
	width: 480px;
	height: 100%;
	background: #000000;
	padding: 8px;
  overflow: auto;
}


