
/* CSS Document */

/* Get the font-face, navbar and some extra rules */
@import url(fonts.css) all;

/* Now the rest */

html { min-height: 100%; margin-bottom: 1px; }

body {
	color: #333;
	width:2000px;
	font-family: "Cardo", Monaco, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	padding: 40px 0px;
}

a {
	text-decoration:none;
	}

.absolution {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;}

.column a {
	color: black;
	text-decoration: none;
}

.column a:hover {
	color: white;
	background-color: #333333;	
}

p {
	margin: 0px 0px 1.3em 0px;
}


.column {
	position: relative;
	float: left;
	margin:0px 20px;
}

div.column img {
	margin: 0px 0px 1.3em 0px;
}

div.column {
	width: 280px;
	}
	
div.column:first-child {
	margin-left: 0px;
}

div.column ul {
	padding: 0px;
	margin-top: 1em;
}

div.column li {
	list-style-type: circle;
	margin: 0px 0px 1.3em 0px;
}


.footer {
	position: relative;
	float: left;
	clear: both;
	width: 500px;
}

ul.subnav {
	margin: 0px !important;
	padding: 0px;
}


ul.subnav li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: .4em;
}

ul.subnav li p{
	font-size:12px;
	width:90%;
	margin-left:10%;
	}

.twocolumn {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 396px;
}

.threecolumn {
	position: relative;
	float: left;
	margin-left: 0px;
	width: 800px;
}

.fourcolumn {
	position: relative;
	float: left;
	width: 1000px;
}


.fulllength {
	position:relative;	
}

.caption{
	margin:50px 0px 0px;
	width:90%;
}

h3 {
	margin-top:0px;
	font-size: 15px;
	margin-bottom: .5em;
	font-weight: normal;

}

h3:first-child {
	margin-top: 0px;
}

h3 b {
	font-size: .7em;
	text-transform:uppercase;
	font-weight: normal;
}

h3 a {
	color:#333;
	}

div.thumb_mask {
	width:199px;
	height:281px;
	overflow:hidden;
	position:relative;
	padding:0px;
	border-bottom: 1px dotted lightgrey;
}

div.thumb_mask ul {
	height:500px;
	position:absolute;
	margin:0px;
}



ul.thumbnails li {
	position: relative;
	display: block;
	float: left;
	margin: 2px;
	padding:0px;
}

ul.thumbnails li a {
	overflow: visible;
	visibility: visible;
}

ul.thumbnails li a:hover {
	background-color: transparent; !important
}

ul.thumbnails li a img {
	border: 0px;
	margin:0px;
}


ul.bigthumbnails {
position:absolute;
width:100%;
padding:0px;

}

ul.bigthumbnails li {
	position: relative;
	display: block;
	float: left;
	margin: 1px 1px 0px 0px;
	padding:0px;
	border:0px;
}

ul.bigthumbnails li a {
	overflow: visible;
	visibility: visible;
}

ul.bigthumbnails li a:hover {
	background-color: transparent; !important
}

ul.bigthumbnails li a img {
	border: 0px;
	padding:0px;
	margin:0px;
}

#prevbutton {
	font-size:1.5em;
	}
	
#nextbutton {
	font-size:1.5em;
	}
	
span.thumbname {
	font-size:.9em;
	text-transform:lowercase;
	font-variant:small-caps;
	text-align:center;
	line-height:1em;
	background-color:white;
	color:black;
	width: 100%;
	position:absolute;
	bottom: 20px;
	left: 0px;
	z-index:100;
	visibility:hidden;
	}
	
ul.itemtype {
	width:100%;
	list-style-type: none;
	list-style-image: none;
	height:10px;
	text-indent:0px;
	padding:0px;
	margin-left:0px;
	margin-bottom:30px;
	}
	
ul.itemtype li{
	display:block;
	float:left;
	padding:2px;
	margin:2px;
	color:white;
	background-color:black;
	}
	
ul.itemtype span {
	display:block;
	float:left;
	padding:2px;
	margin:2px;
	color:black;
	background-color:white;
	}
	
ul.itemtype li a{color:white;}


div.navbar {
	margin: 0px 10px 0px 40px;
	padding: 0px;
	position: relative;
	float:left;
	width:300px;
}

.logo {
	background-image: url(images/logo.gif);
	height: 46px;
	width: 275px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.logo h1 {
	visibility: hidden;
}

div.navbar ul{
	margin: 70px 0px 0px;
	padding: 0px;
}

div.navbar ul a{
	text-decoration: none;
	color:#333;
	font-weight:light;
	background-color:white;

}

div.navbar ul a:hover{
	text-decoration: none;
	color:black;
	font-weight:light;
	background-color:white;

}


div.navbar li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
}
