/*
	extends core.css
	contains all design specific styles
	
	All attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
	bg shorthand: background: color url() repeat vertical-position horizontal-position;
	All font names should be quoted "Arial" 
	However, font families like Serif, Sans-Serif and Monospace do not need quotes.
*/

/* don't forget to update this file name accordingly */
@import url("zpp_core.css");

/* COLORS
-----------------------------------------------------------------------------
	
	#hex (desc)
	
*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------

	1. WRAP
	2. HEADER
	3. MASTHEAD
	4. CONTENT-WRAP
		4a. MAIN CONTENT
		4b. SIDEBAR
	4. FOOTER
		
*/

body{
	background: #000 url('../images/site/bg4.jpg') no-repeat fixed top center;
}

/* 1. WRAP
----------------------------------------------------------------------------- */

#wrap{
	width: 704px;
	margin: 30px auto;
}

#page-body{
	margin: 10px;
}

/* 2. HEADER
----------------------------------------------------------------------------- */

#header{}

/* 3. MASTHEAD
----------------------------------------------------------------------------- */

#masthead{}

/* 3. CONTENT-WRAP
----------------------------------------------------------------------------- */

#content-wrap{

}

/* 3a. MAIN CONTENT
----------------------------------------------------------------------------- */

#main-content{
	width: 660px;
	float: left;
	margin-left: 20px;
}

.zp_logo{
	float: left;
}
#header{
	margin-bottom: 10px;
}

#nav{
	float: left;
	margin-left: 15px;
	margin-top: 45px;
	text-shadow: black 0.4em 0.4em 0.6em;
}

#nav li{
	float: left;
	margin-right: 15px;
	list-style: none;
}

#nav a:link,
#nav a:visited{
	color: #fff;
	font-size: 14px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;
	
}

#nav a:hover,
#nav a:active,
#nav a:link.act,
#nav a:visited.act{
	padding-bottom: 4px;
	border-bottom: 4px solid #fff;
}

.flickr-icon{
	float:right;
	margin-top: 47px;
	margin-right:-140px;
	height:17px;
	width: 150px;
}

#images{
	width: 660px;
	background: transparent url('../images/site/bg_50percent.png') repeat;
	padding: 1px 5px 17px 5px;
}

#images a{
	border: 3px solid #fff;
	margin: 14px 7px 0px 7px;
	float: left;
}

#images a:hover{
	border: 3px solid #333;
}

#content{
	width: 660px;
	background: transparent url('../images/site/bg_50percent.png') repeat;
	padding: 15px 15px 20px 15px; 
	position: relative;
}

#image-div:hover{
	border: 3px solid #000;
}

.link{
	text-decoration: underline;
}

.gal-name{
	position: absolute;
	z-index: 100;
	width: 640px;
	font-size: 16px;
	font-weight: bold;
	padding:5px;
	background: transparent url('../images/site/bg_50percent.png') repeat;
}

/* 3b. SIDEBAR
----------------------------------------------------------------------------- */

#sidebar{
	
	width: 44px;
	float: left;
	position: relative;
}

#fixed{
	position: fixed;
}

#logo{
	margin: 0 auto;
	margin-bottom: 10px;
}

.logo2{
	margin-left: -15px;
	margin-top: 13px;
	margin-bottom: 10px;
}


#contact{
	margin-top: 10px;
	margin-left: -10px;
	text-align: center;
}

#contact-info{
	float: right;
	width: 240px;
	margin-right:20px;
}

#contact-form{
	float: left;
	width: 350px;
	margin-left:20px;
	margin-bottom:20px;
	margin-top: -20px;
}
#contact-form #message{
	width: 350px;
	margin-top:3px;
	border-width: 4px;
	border-color: #333;
}

#contact-form #email{
	width: 350px;
	margin-top:3px;
	border-width: 4px;
	border-color: #333;
}

#contact-form #submit{
	width: 370px;
	border-width: 4px;
	border-color: #333;
	background: #000;
	color: #fff;
	cursor: pointer;
}

/* 4. FOOTER
----------------------------------------------------------------------------- */
#contact{
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#contact span{
	margin-right: 15px;
}

#footer{
	margin-top: 10px;
}
#footer a.logo{
	float: right;
}


#blog{
	width: 660px;
	background: transparent url('../images/site/bg_50percent.png') repeat;
	padding: 20px 20px 20px 20px;
}

#blog-content{
	width: 660px;
}

	#blog-entry{
		width: 660px;
		padding-bottom: 5px;
		border-bottom: 3px solid #fff;
		margin-bottom: 40px;
		position:relative;
	}
	
	#blog-entry h2{
		text-decoration: none;
		margin-bottom: 3px;
		padding-bottom: 8px;
		display: block;
		border-bottom: 1px solid #fff;
	}
	
	span.light {
	color:#777;
	}
	span.dark {
	color:#ccc;
	}

#blog-sidebar{
	margin-top: 50px;
	padding-top: 20px;
	border-top: 3px solid #fff;
	width: 660px;
}

	#blog-sidebar ul{
		
	}
	
		#blog-sidebar li{
			list-style: none;
		}
		
	#footer-content-well{
		width: 200px;
		padding-right: 20px;
		float: left;
	}
	
		#footer-content-well h3{
			text-decoration: none;
			font-size: 16px;
			margin-bottom: 10px;
			padding-bottom: 3px;
			border-bottom: 1px solid #fff;
		}
#blog #add-comment{
	margin-top: 10px;
}

#m-comments-heading{
		margin-bottom: 10px;
}

.lc-item{
	background: transparent url('../images/site/bg_50percent.png') repeat;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
	.lc-item p{
		font-size: 12px !important;
		line-height: 17px !important;
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}

.m-comment{
	background: transparent url('../images/site/bg_50percent.png') repeat;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}

#blog label{		
	margin-right: 20px;
	width: 150px;
	display: block;
}

#blog fieldset{		
	margin-bottom: 10px;
}


#blog a{
	text-decoration: underline;
	color: #34c0f5;
}

#blog a:hover{
	text-decoration: underline;
	color: #ccc;
}

#blog p{
	margin: 15px 0;
	line-height: 22px;
	font-size: 13px;
}

#blog img{
	margin: 0 auto;
}

.c-comments {
background:transparent url(bg_comment_icon.png) no-repeat scroll 0 -3px;
color:#333333;
font-size:20px;
height:25px;
padding-left:28px;
position:absolute;
right:-50px;
text-decoration:none !important; 
top:-6px;
width:75px;
}


