/*
Theme Name: Vintage
Theme URI: 
Description: <p>Based on <a href="http://blog.jasen.dk/monolit">monolit</a> theme and <a href="http://johannes.jarolim.com/yapb/">YAPB</a>. With thumbnail navigator using jCarousel and Smarter Navigation plugin.
Version: 1.1
Author: JY
Author URI: 
.

.
*/
html, body {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.6em;
	color: #fff;
	background: url(images/background.jpg);
	}

/* CONTAINERS */
.inside {
	width: 800px;
	margin:0px auto;
	}

.outerwrap { 
	width: 900px;
	margin: 0px auto;
}

/* LINKS */
a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
	text-transform: uppercase;
	}

a img { border: 0; }

a:hover {
	color:#fff;
	text-decoration:none;
	}

/* HEADER AND NAVIGATION */
#header-container {
	position: relative;
	height: 100px;
}

#header-headline {
	position: absolute;
	top: 10px;
}

#header-navigation {
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
}

#header-navigation ul {
	margin:0;
	list-style-type: none;
	list-style-image: none;
}

#header-navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 0.1em;
}

/* MENU */	
#catmenu {
	font-size: 0.95em;
	font-weight: bold;
	padding: 2px 45px 0 0;
	background: url(images/catend.png) no-repeat right;
}
	
#catmenu a {
	color: #a69068;
	padding: 0.2em 0.8em;
}

#navmenu a {
	color: #766e6c;
	padding: 0.2em 0.8em;
}

#header-navigation a:hover {
	color: #fff}
	
#header-navigation a.current, #header-navigation li.current-cat a {
	color: #fff;
	font-weight: bold}
	
/* FOOTER */
#footer {
	font-size: 0.9em;
	color: #a38f87;
	text-align: center;
	padding-top: .5em;
	padding-bottom: 1.5em;
	}

/* BORDERS */
#top_b, #tr_b, #bottom_b, #br_b {
	height: 26px;
	background: transparent url(images/border_topbottom.png) no-repeat;
}

#top_b {
	margin-right: 25px;
}

#tr_b, #br_b {
	margin: -26px 0 0 25px;
	background-position: 100% 0;
	width: 25px;
	float: right;
}

#l_b, #r_b {
	background: url(images/border_side.png) repeat-y;
}

#r_b {
	background-position: 100% 0;
}

#bottom_b {
	margin-right: 25px;
	background-position: 0 -26px;
}

#br_b {
	background-position: 100% -26px;
}	

.cf {
	margin: 0 auto;
	position: relative;
}

/* IMAGE NAVIGATION */

#photo_frame {
	position: relative;
	z-index: 1;
	margin:0 25px;
	overflow: visible;
	display: block;
}
	
#linkmap {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/spacer.gif);
}

#area_prev, #area_next {
	/*margin: 0 !important;
	padding: 0 !important;
	border: none !important;*/
	width: 49%;
	height: 100%;
	display: block;
	/*position: absolute;*/
	z-index: 10;
	float: left;
	color: white;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}

#area_prev {
	right: 0pt;
}

#area_next {
	float: right;
	left: 0pt;
}

#area_prev:hover {
	background: transparent url(images/go_left.png) no-repeat scroll center center;
	cursor: pointer;
}

#area_next:hover {
	background: transparent url(images/go_right.png) no-repeat scroll center center;
	cursor: pointer;
}

#footcont {
	position: relative;
	overflow: hidden;
}

#toggle {
	cursor: pointer;
	font-weight: bold;
	color: #a69068;
	padding: 0.2em 1em;
}

#toggle:hover {
	color: #fff}
	
#imageinfo p {
	font-size: 1.1em;
	margin: 15px 0 -5px 0;
	padding: 0
	}

#imageinfo a {
	font-size: 1em;
	color: #a38f87;
	font-weight: bold;
	text-transform: inherit;
	}
	
#thumbarea {
	position: absolute;	
	height: 80px;
	width: 900px;
	background: url(images/thumbbg.png) no-repeat top center;
	z-index: 5;
}

#image-navigate-container {
	position: relative;
	height: 110px;
	line-height: 2em;
	}

.image-navigate-left {
	position: absolute;
	left: 0;
	width: 33%;
	padding-left: 60px;
	z-index: 2;
	}

.image-navigate-left a, .image-navigate-right a {
	padding: 0.2em 1em;
	}

.image-navigate-center {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	}

.image-navigate-right {
	position: absolute;
	right: 60px;
	width: 33%;
	text-align: right;
	z-index: 2;
	}

/* IMAGES */
#image {
	text-align: center;
	margin:0 auto;
	}

.loading {
	background: url(images/ajax-loader.gif) no-repeat center center;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	margin: 0 auto;
	padding: 0;
}

img.photo {
	border: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 8;
}

/* BULLETS */
.bullet ul {
	margin-top: 0;
}
.bullet li {
	list-style-type: square;	
}	

/* --- Float Hack --- */
.cf:after { content: "."; display: block;   height: 0;  clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
html .cf {height: 1%;}
/* End hide from IE-mac */
	
