
/*  General  */

body {
	background: #303030;
	margin: 0px;
	color: #000;
}

a, a:link, a:visited {
	color: #1a6a96;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

blockquote {
	margin: 7px 23px 7px 23px;
}

#content {
}

.photobox {
	border: 1px solid #ccc;
	margin-top: 15px;
}

.photobox img {
	border: 10px solid;
	max-width: 100%;
	border-color: #000000;
}

ul {
  list-style: url('images/bullet.png'); /* wide image for the bullet */
  margin: .5em .5em 0 25px;  /* bullet image is in left margin */
  padding-left: 0;
}

ul li {
  margin-left: 0;
  padding-left: 0;     /* distance between marker and text */
  margin-bottom: .5em; /* a little spacing between list items */
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0px;
}

/* Header */

#navbar {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	height: 30px;
	color: #fff;
	font-size: 11px;
	width: 100%;
	background-color: #1a6a96;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #4B4B4B;
}

.header {
	float: left;
	position: relative;
	text-align: left;
}

.header a, .header a:link, .header a:visited, .header a:active, .header a:hover {
	font-weight: bold;
	color: #fff;
}

.header img {
	border: 0px;
	padding: 2px;
}

.navmenu {
	color: #fff;
	text-align: right;
	list-style: none;
}

.navmenu li {
	list-style: none;
	display: inline;
	padding: 0 1em;
	margin: 0px;
}


.navmenu li a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.navmenu li a:hover {
	border-bottom:#fff 1px solid;
	color: #fff;
}

#navHome {
	padding-left: 15px;
	background:url('images/home.png') no-repeat left center;
}

#navBrowse {
	padding-left: 15px;
	background:url('images/photo.png') no-repeat left center;
}

#navAbout {
	padding-left: 15px;
	background:url('images/about.png') no-repeat left center;
}

#navInfo {
	padding-left: 15px;
	background:url('images/info.png') no-repeat left center;
}

#home #navHome, #browse #navBrowse, #about #navAbout, #info #navInfo {
	border-bottom:#fff 1px solid;
}

/* Image Page */

#picture {
	padding: 0px 25px;
	margin: 5px auto;
	text-align: center;
}

#descr {
	color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
	text-align: left;
}

.descrleft {
	float: left;
	width: 530px;
	text-align: left;
	padding: 2px;
}

.descrright {
	width: 220px;
	margin-left: 535px;
	padding: 2px;
	text-align: left;
}

/* BROWSE */

#page {
	background: #303030;
	padding: 20px;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 85%;
	margin: 0px auto;
}

/* ABOUT */

#about {
	color: #FFFFFF;
	width: 800px;
	margin: 20px auto;
	margin-bottom: 25px;
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	clear: both;
}

.aboutleft {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 550px;
	padding: 2px;
}

.aboutright {
	margin-top: 10px;
	margin-left: 560px;
	width: 150px;
	padding: 2px;
	text-align: left;
}

#page img {
	background: #ffffff;
	padding: 6px;
	margin: 10px;
	border: 1px solid #ccc;
}

.column {
	width: 48%;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

/* Footer */

#copyright {
	text-align: center;
	color: #999999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	clear: both;
}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:active, #copyright a:hover {
	color: #999999;
}

#copyright a:hover {
	text-decoration: underline;
}

/* .............................. */
/* Comments */
/* .............................. */

#comments {
	clear: both;
	text-align: justify;
	color: #fff;
	display: none;
	border-top: 1px solid #fff;
	margin-top: 5px;
}

#comments ul {
	list-style-type:none;
	margin: 0px;
	padding: 5px;
}
	
#comments li {
	display:block;
	margin: 0px;
	color: #fff;
	text-decoration:none;
	padding: 5px;
}
	
textarea, input, select, checkbox {
        color: #fff;
        background-color : #ccc;
        border: 1px black solid;
        font-size : 10px;
        font-family: Verdana, Arial;
}

/* ALBUM VIEW */
.albumWrapper {
	text-align:center;
	float:left;
	/*background:#333;
	border:1px solid #666;*/
	margin:5px;
}
.albumWrapper2 {	
	margin:3px;
}

.albumWrapper a:link, .albumWrapper a:visited {
	border:1px solid #666;
	display:block;
}
.albumWrapper img {
	border:3px solid #FFF;
}

.albumTitle {
	font-size:80%;
	padding:2px 0;
}
.albumTitle a:link, .albumTitle a:visited {
	border:none;
}

/* WARCHIVES */
   .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; }

/* UNKNOWN */
#notes {
	text-align: center;
	color: #333333;
	margin-left: 100px;
	margin-right: 100px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px;
}
