/* Photo stream
   <<
  // top/bottom shadow: 10px + 8px border
  // left/right shadow: 11px + 8px border
*/
	/* frontpage */
	
	div#photostream_frontBOX {
		text-align: center;
	}
	div#photostream_frontBOX p {
		text-align: left;
		margin: 0 0 10px 30px;
		font-size: 12px;
		color: #aaa;
	}

	div#photostream_frontBOX  img {
		vertical-align: middle;
		margin: 0 36px 25px 36px;
	}

	/* list (archive) */
	div#photostream_listBOX {
		width: 664px;
		margin: auto;
		text-align: center;
	}
	div#photostream_listBOX h3{
		text-align: left;
		font-size: 14px;
		
	}
	div#photostream_listBOX p {
		clear: left;
		margin: 6px 0;
		letter-spacing: 10px;
	}
	div#photostream_listBOX p a {

	}


	div#photostream_listBOX div {
		width: 132px;
		height: 108px;
		float: left;
	}
	div#photostream_listBOX div img {

	}

	/* archiveSideBOX */
	div#photostream_archiveSideBOX {
		text-align: center;
	}
	div#photostream_archiveSideBOX img {
		margin: 3px 0;
	}



	/* one post fullview */
	div#fullview_photoBOX {
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	div#fullview_photoBOX img {
		padding: 19px 18px;	
	}

	div#fullview_photoBOX em { /* copyright */
		display:block;
		color: silver;
		font-style: normal;
		font-size: 11px;
	}

	div#fullview_photoBOX div#PhotoInfoBOX {
		float: right;
		width: 600px;
		height: 47px;
		padding: 3px 0 0 10px; 
		background: url('/images/blogpost_info_separator.png') no-repeat;
		text-align: left;
	}
	div#fullview_photoBOX div#PhotoInfoBOX h3 {
		
		font-size: 14px;
		letter-spacing: 1px;
	}
	div#fullview_photoBOX div#PhotoInfoBOX span {
		
		font-size: 11px;
		color: gray;
	}

	/* AJAX VOTING */
	div#voteBOX {
		width: 67px;
		margin-left: 70px;
		height: 57px;
		font-size: 10px;
		color: #c0c0c0; 
		text-align: center;		
	}
	div#voteBOX div {
		margin-top: 2px;
		float: right;
		width: 33px;
	}
	div#voteBOX div img {
		padding: 0;
	}




	/* navigation */
	div#photostream_naviBOX {
		text-align: center;
	}
	div#photostream_naviBOX div {
		margin: 10px 0;
	}

/* Photo stream
   >> 
*/ 
