/* Reset
----------------*/

* {
	margin : 0px;
}

p {
	margin: 11px 0px 11px 0px;
}


/* Structure
----------------*/

html, body{
		height : auto;
		min-height : 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #FFF;
	font: normal 11px Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	line-height : 16px;
	color:black;
	text-align:left
	}


/* Links
----------------*/

a:link, a:visited {
	color:blue;
	text-decoration:none;
	}

a:hover, a:active {
	color:blue;
	text-decoration:underline;
	}





/* Custom
----------------*/

.wrapper { margin: 0 auto; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.noborder { border: 0px; }


/* header
----------------*/

.header {
	margin: 10px 10px 20px 10px;
	}



#nav-left {
	}


#nav-right {
    	float:right;
	text-align:right;
	}




/* photo
----------------*/


.photo { 
display: block; 
margin:auto; 
height:auto;

box-shadow: 2px 2px 10px  #666;
-webkit-box-shadow: 2px 2px 10px  #666;
-moz-box-shadow: 2px 2px 10px  #666;

padding:6px;

}






/* words
----------------*/

.words { 
display: block; 
margin:auto; 
height:auto;
width:750px;
}

.share {
margin: 20px 0;
}

.info{
margin:30px 0px 10px 0px;
}

#image-title {
	font-weight: bold;
	text-align:left;
	}

#comment-link {
    	float:right;
	text-align:right;
	}


.notes{
margin:10px 0px 10px 0px;
text-align:justify;
}


.footer { 
margin:40px 0px 10px 0px;
}

.footer {
color: #aaa;
}

.footer a:link, .footer a:visited
{color: #aaa; text-decoration: none;}

.footer a:active, .footer a:hover
{color: #aaa; text-decoration: underline;}


#footer-links {
float: right;
text-align:right;
}





	
#image-notes {
	margin: 10px auto 10px auto;
	float:left;
	clear:left;
	text-align:justify;	
	width: 100%;
	}




/* comments
----------------*/

#comments {
height:auto;
margin: 40px 0px 10px 0px;
}


#comments-list {
	text-align:left;
	width: 360px;
	min-height: 350px;
	margin: 0px 0px 10px 0px;
	}

#comments-list ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

	
#comments-list li {
	border-top:1px solid #ddd;
	display:block;
	margin-top: 6px;
	padding-top: 6px;
	}
	

#comments-list br {
	margin: 0 0 8px 0;
	}


#comments-post {
	float: right;
	width: 360px;
	text-align: left;
	margin: 0px 0px 10px 30px;
	}


#comments-post textarea {
	width: 348px;
	border: 1px solid #ddd;
	font: 11px Lucida Grande, Verdana, Arial;
	padding:5px;
	}

.input {
    	width:75%;
	border: 1px solid #ddd;
	color: black;
	padding: 5px;
    	}

.button {
	border:1px solid #ddd;
	background: #fff;
	color:black;
	padding:4px;
	}






/* pages
----------------*/


#page {
	margin: 30px 100px 10px 100px;
	}
	

.column1, .column2, .column3 {
	margin-right: 20px;
	}

.pic {
padding: 6px;
margin: 6px 12px 6px 0px;
}

.thumbnails {
	border:1px solid #ddd;
	padding:3px;
	margin:3px;
	}
	
	
.shadow {
box-shadow: 1px 1px 5px  #888;
-webkit-box-shadow: 1px 1px 5px  #888;
-moz-box-shadow: 1px 1px 5px  #888;
}	

