@charset "utf-8";
/* CSS Document */



/* Main Layout */

#container {
	width: 796px;
	margin: 0px auto;
	padding: 0px;
}

#nav {
	margin: 170px 0 0 552px;
}

#title {
	margin: 192px 0 0 0;
	padding: 0 0 0 0;
}

#side {
	float: left;
	width: 471px;
	margin: 15px 0 0 0;
	padding: 0;
}

#side p {
	margin: 0 0 0 230px;
}

#content {
	float: left;
	width: 300px;
	margin: 10px 0 0;
	padding: 0 25px 0 0;
	
}

#content p{
	margin: 0;
	padding-bottom: 12px;
}

#content_wrap {
	width: 796px;	
}

#main_txt {
	margin: 0 30px 10px 30px;
	float: left;
	width: 325px;
}

#main_txt p {
	margin-left: 30px;
}

p.top {
	margin-top: 14px;
}

#jump {
	margin: 40px 0 0 130px;
}

#footer{
	clear:both;
	width: 796px;
	height: 15px;
	text-align: center;
	padding: 2px;
	margin: 3px;
}

.index_footer {
	border-top: dotted 1px #9b7231;	
	color: #9b7231;	
}

.gallery_footer {
	border-top: dotted 1px #393125;	
	color: #695d4b;	
}

/* Header */

#header {
	margin: 0px;
	width: 796px;
	padding: 0px;
}

#header_gallery {
	margin: 0px;
	height: 205px;
	width: 796px;
	padding: 0px;	
}

/* Titles image replacement */

#cat_header {
	background-image:url(images/cat_header.png);
	height:18px;
	width: 114px;
	margin: 0px;
}

#title_header {
	background-image:url(images/title_header.png);
	height:42px;
	width: 471px;
	margin: 0px;	
}

#sp_header {
	background-image:url(images/sp_header.jpg);
	height:24px;
	width: 123px;
	margin: 0px;	
}

#jump_header {
	background-image:url(images/jumpto_header.jpg);
	height:13px;
	width: 52px;
	margin: 0px;
	float: left;
}

#wedding_header {
	background-image:url(images/wedding_header.jpg);
	height:35px;
	width: 85px;
	margin: 0px;	
}

#livemusic_header {
	background-image:url(images/livemusic_header.jpg);
	height:24px;
	width: 101px;
	margin: 0px;	
}

#experiments_header {
	background-image:url(images/experiments_header.jpg);
	height:35px;
	width: 117px;
	margin: 0px;	
}

#people_header {
	background-image:url(images/people_header.jpg);
	height:35px;
	width: 52px;
	margin: 0px;	
}

#places_header {
	background-image:url(images/places_header.jpg);
	height:24px;
	width: 54px;
	margin: 0px;	
}

#food_header {
	background-image:url(images/food_header.jpg);
	height:24px;
	width: 43px;
	margin: 0px;	
}

#misc_header {
	background-image:url(images/misc_header.jpg);
	height:24px;
	width: 118px;
	margin: 0px;	
}


#lomography_header {
	background-image:url(images/lomography_header.jpg);
	height: 37px;
	width: 123px;
	margin: 0px;	
}


span.none {
	display: none;
}


/* Menu */

ul#menu.gallerynav {
	margin: 0;
	padding: 0 0 0 12px;
	float: left;
}

ul#menu {
	list-style: none;
	padding: 4px 0 0 27px;
	margin: 0px;
}

ul#menu li {
		line-height: 12px;
}

ul#menu li a, ul#menu li a:visited, ul#menu li a:active {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 11px;
}

ul#menu li a:hover {
	color: #f5be42;
}


/* Links */

a, a:visited, a:active {
	text-decoration: none;
	color: #ceb869;	
}

a:hover {
	color: #f5be42;
}

/* Thumbnails */

#thumb_gallery {
	float: left;
	width: 410px;	
	margin: 20px 0 0 0;
}

#thumb_gallery ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#thumb_gallery li {
	float: left;
	margin: 0 20px 25px 0;
}

#thumb_gallery img {
	border: 1px solid #9f9580;
	vertical-align: middle;
}

#thumb_gallery li a:hover{
	opacity:0.7;
}
	

/* Main Styles */

body {
	color:#FFFFFF;
/*	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;*/
	font-family:"Lucida Grande","Lucida Sans Unicode","Trebuchet MS",Verdana,Helvetica,sans-serif;
	font-size:12px;
}

.index {
	background: #000 url(images/header_bg.jpg) no-repeat scroll top center;	
}

.gallery {
	background: #000 url(images/gallery_bg.jpg) no-repeat scroll top center;		
}

p {
	color:#FFFFFF;
	font-weight:normal;
}