/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img1.jpg) no-repeat center top;
	font: normal 13px Helvetica, "Times New Roman", Times, serif;
	color: #ffffff;
}

h1, h2, h3 {
	color: #ffffff;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left top;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

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

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.boxed .title h2 {
	/*background: url(images/img2.gif) no-repeat right center;*/
	text-transform: uppercase;
	font-size: 100%;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.post .title h2 {
	/*background: url(images/img2.gif) no-repeat right center;*/
	text-transform: uppercase;
	font-size: 100%;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/*POST FIELDSET*/
.post fieldset {
        border:1px solid #FF8000;
        padding: 8px;
}

.post legend {
        font-weight:bold;
  }

/* Logo */

#logo {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background-image: url(images/logo_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 30px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-size: 72px;
	font-weight: normal;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}

#logo a {
	display: block;
        text-decoration: none;
	position: relative;
        color: #fff;
        width: 228px;
        height: 120px;
}

#logo a h1 {
        display: none;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

#extra {
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 0 20px;
	background: url(images/img4.gif) no-repeat right top;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 0 20px;
	background: url(images/img4.gif) no-repeat left top;
}
/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
	font-family: Helvetica, "Times New Roman", Times, serif;
}

#inputtext1, #inputtext2 {
	width: 150px;
}

#inputsubmit1 {
	width: 100px;
	/*background: transparent url(images/img2.gif) no-repeat right top;*/
	color: #CDCDE2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

/* Content > Sidebar > Menu */

#menu {
	width: 700px;
	height: 95px;
	margin: 0 auto;
	font-family: Helvetica;
}

#menu ul li a{
	color: #CDCDE2;
	padding: 6px 1px 4px 1px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	/*border-bottom: 3px solid gray; /*bottom border is 3px*/
}

#menu ul li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 16px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #DF7401;
        font-weight: bold;
	/*border-bottom: 3px solid gray; /*bottom border is 3px*/
}

#menu a:hover,
#menu .first a {
	color: #FFFFFF;
	/*border-bottom-color: white;*/
}

#menu .active a {
	color: #FF8000;
	font-size: 15px;
}
/*FEATURE - FROM ORIGINAL LAYOUT*/
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	/*font-family: Georgia, serif;*/
	font-family: "Helvetica";
	font-size: 140%;
	color: #ffffff;
	}
dl.feature dt img {
	float: left;
	margin: 0 8px 0 0;
  	padding: 2px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #ffffff;
  	border-right-color: #ffffff;
  	background: #fff;
	}
dl.feature dd {
	margin-left: 0px;
	font-size: 90%;
	line-height: 1.5em;
	color: #ffffff;
	}
/*FEATURE - END*/

/*Logged in stuff for Tim*/

#timg { 
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
	color: #FF8000;
	}
	
#timg h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
	}

/*CONTACT INFORMATION - FROM ORIGINAL LAYOUT*/
.contactinfo { 
	padding-left: 30px;
	line-height: 0.10em;
	color: #fff;
	}
	
#contact h2.contactinfo {
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	}
/*CONTACT INFORMATION - END*/
/*SWEDEN - FROM ORIGINAL LAYOUT*/
#sweden {
  	float: left;
  	width: 249px;
  	padding: 10px 0;
	margin: 0;
	font: normal 13px Helvetica, "Times New Roman", Times, serif;
  	}
#sweden dl {
  	float: left;
  	width: 239px;
  	margin: 10px 5px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#sweden dt {
  	float: right;
  	width: 145px;
  	margin: 0;
  	padding: 0 0 5px 0;
  	color: #ffffff;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
  	}
#sweden dd {
  	margin: 0 0 0 0px;
  	padding: 0;
  	line-height: 1.5em;
  	color: #ffffff;
  	}
#sweden dl dd.img {
   	margin: 0;
   	}
#sweden dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 2px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #ffffff;
  	border-right-color: #ffffff;
  	background: #fff;
  	}

/* reverse float */

#sweden .alt dt {
  	float: left;
  	}
#sweden .alt dd {
  	margin: 0 0 0 0px;
  	}
#sweden .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
/*SWEDEN - END*/

/*LIGHTBOX - START*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*LIGHTBOX - END*/

/*PHOTOS & TABLES - START */
.photo_gallery {
  	line-height: 1.5em;
  	}
table {
	width: 100%;
	position: relative;
	left: auto;
	right: auto;
	border: none;
	background-image: none;
	background-repeat: no-repeat;
  	}
table img {
  	margin: 0 8px 0 0;
  	padding: 2px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #FFF;
  	}
table img:hover {
  	margin: 0 8px 0 0;
  	padding: 2px;
  	border: 1px solid #000;
  	background: #FFF;
  	}
table caption {
  	margin: 0;
  	padding: 2px 20px;
  	text-align: left;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
  	}
table th {
  	color: #999;
  	}
table .name {
  	text-align: left;
  	}
table tr {
	background-image: none;
	background-repeat: no-repeat;
  	}
table td a {
  	display: block;
  	font-weight: bold;
  	}
/* PHOTOS & TABLES - END */

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}