/*
 *	Tangled website
 *		_styles.css
 *
 *		Author: Lukas White (lukas.white@gmail.com)
 *		Date: June 2007
 */

/* Core */
body,
html {
	margin:0;
	padding:0;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999;
	color:#FFF;
}
body {
	min-width:800px;
	background-image: url(../images/pagebg2.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding-top: 30px;
	padding-bottom: 20px;
}
a, a:link {
	color:#FFFFFF;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#990000;
}

/* Layout */
#wrap {
	background:#000;
	margin:0 auto;
	width:800px;	
	border: 1px solid #444;
	text-align: left;
}
#header {
	background:#ddd;
	display:block;
	height:148px;
	width:800px;
	background-image:url(../images/hd.jpg);
}
#header img {
	margin-left:75px;
	margin-top:35px;
}
#header h1 {
   	padding:5px;
    margin:0;
   }
  
/* Navigation */
#nav {		
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 800px;
	padding-top: 10px;
	margin: 0px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:5px;
	padding:0;
}
#nav li a, #nav li a:link, #nav li a:visited {
	text-decoration:none;
	color:#FFFFFF;	
}
#nav li a:hover {
	text-decoration: underline;
}

/* Main content area */
#main {
	background:#000;
	float:left;
	width:590px;
	background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}

/* Sidebar */
#sidebar {
	background:#000;
	float:right;
	width:210px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

/* Footer */
#footer {
	background:#000;
	color:#666;
	text-align:center;
	font-size:10px;
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	text-decoration:underline;	
}

/* Boxes */
#main .box {
	width: 570px;
	margin: 10px 0px 5px 10px;
	display: block;
}
#main .box .heading {
	background-image: url(../images/contentboxhd2.jpg);
	/*width: 588px;*/
	height: 20px;
	padding: 5px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: solid 1px #666666;
}
#main .box .body {
	color: #CCCCCC;
	/*background-color: #222;*/
	padding: 10px 5px 5px 5px;
	font-size: 12px;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 1px 1px 1px;
}
#main .box .body p {
	margin:0;
	margin-bottom:10px;
}
#main .box .body img {
	/*border: solid 1px #999999;*/
}
#main .box .body img.floatright {
	float: right;
	margin: 0px 0px 5px 5px;
}
#main .box .body img.floatleft {
	float: left;
	margin: 0px 5px 5px 0px;
}
#sidebar .box {
	width: 200px;
	margin-top: 10px;
}
#sidebar .box .heading {
	background-image: url(../images/rightboxhd.jpg);
	height: 20px;
	padding: 5px 0px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #666666;
}
#sidebar .box .body {	
	/*background-color: #000;*/
	font-size: 10px;
	padding: 5px;
	color: #CCCCCC;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 1px 1px 1px;
}

/* image links */
#imagelinks {
	display: block;
	clear: both;
	height: 400px;
	
}
#imagelinks a, #imagelinks a:link, #imagelinks a:visited {
	display: block;
	width: 250px;
	float:left;
	margin: 5px;
	background-color: #111111;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333333;
}
#imagelinks a:hover {
	background-color: #333333;
	color: #CCCCCC;
	background-image:url(../images/djbg.jpg);
}
#imagelinks a img {
	float: left;
	margin: 2px;
	margin-right: 5px;
}
#imagelinks span.caption {
	font-size: 12px;
}
/* Forms */
input {
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #999999;
	margin-bottom: 2px;
}

/* Gallery */
/* Main content area */
#galleryleft {
	background:#000;
	float:left;
	width:480px;
	background-image:url(../images/bg2.jpg);
	background-repeat: no-repeat;
}
#galleryleft h2, #galleryleft h3, #galleryleft p {
	padding:0 10px;
}

/* Sidebar */
#galleryright {
	background:#000;
	float:right;
	width:320px;
}
.breadcrumb {
	font-size:12px;
	margin: 10px 0px 0px 10px;
}
#photoframe {
	margin: 25px 0px 0px 10px;
	height: 400px;
	text-align: right;
}
#photoframe img {	
	margin: -10px -10px -10px - 10px;
	border: 10px solid #CCCCCC;
}
.thumbnails {
	margin-top:20px;
	margin-left:20px;
	clear: both;
}
.thumbnails a, .thumbnails a:link, .thumbnails a:visited {
	display: block;
	background-color: #666666;
	float: left;
	height: 90px;
	width: 90px;	
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.thumbnails a:hover {
	background-color: #FFFFFF;
}
.thumbnails img {
	margin:4px;
	border: 1px solid #000;
}
.pages {	
	font-size:10px;	
	margin-left: 15px;
}
.pages ul{
	margin:0;
	padding:0;
	list-style:none;
}
.pages span.current {
	background-color:#000000;
	display: block;
	width: 20px;
	height: 15px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #FFFFFF;
	float:left;
}
.pages a, .pages a:link, .pages a:visited {	
	display: block;
	width: 20px;
	height: 15px;
	background-color: #333333;
	text-decoration:none;
	color:#CCCCCC;	
	border:1px solid #CCCCCC;
	margin:5px;
	text-align: center;
	vertical-align: middle;
	float:left;
}
.pages a:hover {
	background-color: #CCCCCC;
	color:#000000;
}
.thumbchecks {
	display:block;
}
.thumbchecks label {
	display: block;
	float: left;	
	width:100px;
	height:90px;
	background-color: #999999;
	margin: 5px;
	padding: 5px;
}

ul.djchart {
	list-style-position: inside;
	list-style-type: decimal;
}
ul.djchart li {
	/*display: block;*/
	background-color: #333333;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #CCCCCC;
	padding: 2px;
}
ul.djchart li.odd {
	background-color: #222222;
}

#gallery {
	position:relative;
	height:255px;	
	margin-left: 110px;
}
#gallery img {
	border: none;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery img {
		border:0;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:40px; 
		width:100%; 
		position:absolute;		
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}