body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#222;
	color:#FFF;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */

	background:#222;

}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
		/* right column background colour */
}
.threecol .colmid {
	right:15%;			/* width of the right column */
}
.threecol .colleft {
	right:74%;			/* width of the middle column */
}
.threecol .col1 {
	width:65%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:10%;			/* Width of left column content (column width minus padding on either side) */
	left:24%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:15%;			/* Width of right column content (column width minus padding on either side) */
	left:96%;			/* Please make note of the brackets here: */
}
/* 2 Column (left menu) settings */
.leftmenu {
		/* right column background colour */
}
.leftmenu .colleft {
	right:89%;			/* right column width */
}
.leftmenu .col1 {
	width:87%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:10%;			/* left column content width (column width minus left and right padding) */
	left:2%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}


.col2, .col3 {
	font-weight:400;
	font-size: 80%;
	font-family:sans-serif;
	padding:0;
	margin:0;
	padding:0 !important;

}
.col2 ul, .col3 ul {
	padding: 0 0 0 10px;
	margin:0;
}
.col2 li, .col3 li {
	list-style:none;
	padding:0;
	margin:0 !important;
}
.col2 li a, .col3 li a {
	text-decoration: none !important;
}
.col2 li a:hover, .col3 li a:hover {
	text-decoration: underline !important;
}

.col2 p, .col3 p {
	padding:0 5px;
}
.col2 h3, .col3 h3 {
	color:#CCC;
	margin:0;
	font-family:sans-serif;
	color:#CCC;
	font-size:90%;
	padding: 10px 0 5px 0;

}

a {
	color:#FFF;
}
a img {
	border:0;
}
#head {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #999;
	background:#787775;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background:-moz-linear-gradient(top,  #999,  #333);
	height:32px;
}
h1 {
	display:inline;
	color:#FFF;
	font-size:150%;
	padding:2px 5px 0 5px;
}
h1 a {
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
h2 {
	display:inline;
	color:#EEE;
	font-size:70%;
	top:-3px;
	position:relative;
	padding:12px 0 0 2px;
}
/* *** */
.catr
{
	float:right;
	padding-right:5px;
}
.nav {
	font-family:Lucida Sans Unicode, Lucida Grande,sans-serif;
	font-weight:700;
	position:absolute;
	top:0;
	right:0;
	height:32px;
	text-align:center;
	font-size:80%;
	z-index:100;
	padding:7px;
}
.nav ul {
	padding:0;
	margin:0;
}
.nav ul li {
	display:inline;
	list-style:none;
	position:relative;
}
.nav ul li a {
	text-decoration:none;
	border:1px solid transparent;
	padding:2px 6px;
	color:#FFF;

}
.nav ul li a:hover {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-top:1px solid #CCC;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #CCC;
	color:#FFF;
	margin:0;
	background:#333;
}
/* ***** */
.page-boxes {
	color:#FFF;
	text-align:left;
	margin:0 0 5px 5px;
	padding:0;
	font-size:80%;
	font-family:sans-serif;
	font-weight:700;
	position:relative; /* MSIE bug */
}
.page-boxes ul {
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
}
 .page-boxes li {
 	display:inline;
}
.page-boxes a, .page-boxes a:hover, .page-boxes span, .page-boxes .previousnext {
	padding:3px 4px;
	margin-right:2px;
}
.page-boxes a {
	text-decoration:none;
	border:1px solid #666;
}
.page-boxes a:hover {
	text-decoration:none;
	border:1px solid #666;
	background:#FFF;
	color:#333;
}
.page-boxes span {
	z-index:10;
	top:0 !important;
	position:static !important;
	float:none !important;
	border:1px solid #666;
	background:#666;
	color:#FFF;
}
.page-boxes .previousnext {
	border:1px solid #666;
	background:transparent;
	color:#AAA;
}
/* *** */
.main {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	position:relative;
	padding:0;
	margin:0;
}
.main h3 {
	font-weight:700;
	text-align:left;
	font-family:sans-serif;
	color:#CCC;
	font-size:100%;
	margin:5px 5px 15px 5px;
	line-height:2em;
}
.main h3 a {
	color:#FFF;
}
.main h3 div {
	padding:0;
	position:relative;
	float:right;
}
/* *** */
.list {
	clear:right;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:700;
	position:relative;
	padding:10px;
	margin:0;
}
.list td {
	vertical-align:top;
	padding:5px;
}
.list .image {
	vertical-align:middle;
	text-align:center;
}
.list .image div {
	background:#333;
}
.list .image div a {
	border:1px solid #666;
	display:block;
	padding:5px;
}
.list .image div a:hover {
	border:1px solid #000;
	background:#666;
}

.list .descr {
	vertical-align:top;
}
.list h4 {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
}
.list h4 a {
	color:#FFF;
}
.list h4 .category {
	font-weight:400 !important;
}
.list p.smaller {
	color:#CCC;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:700;
}
.list ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:20px 0 0 0;
	margin:0;
}
.list li {
	padding:0;
	margin:0 0 0 20px;
}
.list li a {
	color:#FFF;
	font-size:80%;
	padding:1px;
	text-decoration:underline;
}
.list p {
	line-height:110%;
	color:#DDD;
	font-size:75%;
}

/* *** */
.gallery div {
	padding:0 0 15px 0;
	margin:0;
	float:left;
}
#gallery {
	width:100%;
	background:#222;
	float:left;
	display:block;
	position:relative;
	margin-left:0;
	margin-right:0;
}
.gallery div a {
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#333;
}
.gallery div a:hover {
	border:1px solid #000;
	background:#666;
}
/* *** */
.pic-exif {
	font-family:Arial,sans-serif;
	text-align:center;
	font-size:80%;
}
#pic-exif img {
	border:0;
}
#pic-exif dl {
	background:#CCC;
	color:#000;
	font-size:90%;
	margin:0 auto;
	padding:5px 0;
	border-top:2px solid #999;
}
#pic-exif dl a {
	color:#333;
}
#pic-exif dt {
	font-weight:700;
	float:left;
	margin:0;
	text-align:left;
	display:inline;
	width:10em;
	padding:2px 0 0 5px;
	clear:left;
}
#pic-exif dd {
	text-align:left;
	padding:2px 0 2px 10em;
	margin:0;
}
.caption {
	font-size:100%;
	font-weight:400;
	margin:0 auto;
	background:#222;
	color:#CCC;
	border-left:1px solid #999;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.caption a {
	color:#FFF !important;
}
/* *** */
.image-caption {
	position:relative;
	font-weight:400;
	font-size:90%;	
	text-align:center;
	line-height:110%;
	background:#DDD;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
.galleryimage {
	text-align:center;
}
/* *** */
.footer {
	margin-top:50px;
	clear:both;
	border:1px solid transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#999999');
	background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#999));
	background:-moz-linear-gradient(top,  #222,  #999);
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#EEE;
	font-size:80%;
	text-align:center;
}
.tags {
	font-family:Arial, Helvetica, sans-serif;
}
.t4 a {
	font-weight:700;
	color:#FFF !important;
}
.t3 a {
	color:#DDD !important;
}
.t2 a {
	color:#999 !important;
}
.t1 a {
	color:#999 !important;
	font-size:90%;
}
.copyright {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	border:1px solid #000;
	background:#DDD;
	margin:0 auto 5px auto;
}
.copyright p {
	padding:0 5px !important;
}
.copyright a {
	color:#000 !important;
}
/* *** */
.portfolio {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:700;
	position:relative;
	float:right;
	border:1px solid #000;
	padding:5px !important;
	margin:5px !important;
	background:#333;
	color:#FFF;
}
.portfolio img {
	float:left;
	padding-right:5px;
}
.portfolio h4 {
	margin:3px 0;
}
.portfolio p {
	color:#DDD;
	font-size:75%;
}
.portfolio .smaller {
	font-size:90%;
}



.hidden { display: none; }
 .unhidden { display: block; }
