/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p, blockquote,th,td {  
    margin:0; 
    padding:0; 
} 


body {
	text-align: center;
/*	background-color: #9CA079;*/
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:2.0em; 
	color:#333; 
}

#wrapper {
	margin: 100px 0 0 0;
	width: 700px;
	text-align: left;
}

	#header {
		margin: 0 0 25px 50px;
		background-color: #fff;		
	}
	
		h1 {
			  font-family: "legendum-1","legendum-2",sans-serif;
			font-size: 86px;
			line-height: 90px;
			letter-spacing: -8px;
			font-weight:200;
			color: #a8a8a8;
		}
		
			h2 {
				font-size: 19px;
				color: #a8a8a8;
				font-weight: 200;
			}

			#header h2 a {
				font-size: 19px;
				color: #a8a8a8;
				font-weight: 900;
				text-decoration: none;
			}
			
	#content {
		margin: 60px 0 0 50px;
		clear: both;
	}
		#techs {
			margin:0;
			padding: 0 0 0 0;
			width: 570px;
			background-color: #fff;
			clear:both;
			color: #a8a8a8;
		}
		#pright {
			font-size: 14px;
			color: #a8a8a8;
			font-weight: 200;
			float: right;
		}	
		
		#entry {
			margin: 10px 0 25px 0;

		}
		
		.mainentry {
			margin: 10px 0 25px 0;
			width: 950px;
			height: 255px;
		}
		
			#entry img { 
				float: left;
				margin: 0 10px 0 0;
			}
			#entry h2{
				margin: 0 0 0 10px;
				font-size: 14px;
				letter-spacing: 0;
				color: #888;
				text-decoration: none;
			}
			#techs h2 a{
				font-size: 24px;
				letter-spacing: -1px;
				color: #34309c;
				font-weight: 200;
				text-decoration: none;
			}
			#techs h2 p{
				display:inline;
				font-size: 15px;
			}		
	
			#site {
				margin: 0;
				padding: 0;
			}
			
				#site h3 a {
					margin: 0 0 0 0;
					font-size: 22px;
					color: #34309c;
					font-weight: 200;
					font-family: "legendum-1","legendum-2",sans-serif;
					text-decoration: none;
					line-height: 18px;
					letter-spacing: -1px;
				}
		
			#body {
				margin: 0;
			}
				#body h2 {
					margin: 0 0 2px 0;
					line-height: 22px;
				}
			
				#body p {
					margin: 0;
					font-weight: 200;
					line-height: 22px;
				}
			
				#body ul {
					margin: 0 0 0 20px;
				}
				
	
	#comments {
		margin: 30px 0 0 0;
		color: #888;
	}
		
	#commentform {
		margin: 80px 0 50px 150px;
		clear: both;
		width: 750px;
	}
		h3#comment {
			font-size: 18px;
		}
		
	#commentL {
		margin: 0;
		float: left;
		width: 300px; 
	}
	
	#commentR { 
		margin: 0 0 20px 0;
		float: right;
		width: 400px;
	}
	
	label {
		margin: 15px 0 5px 0;
		width: 100px;
		display: block;
		color: #999;
	}
	input {	
		display: block;
		margin: 0 0 0 0;
		padding: 3px;
		width: 320px;
		height: 25px;
		clear: both;
		border: none;
		border-bottom: double 3px #aaa;
		background-color: #eee;
		font-size: 18px;
		color: #888;
	}
	
	textarea {
		margin: 0 0 10px 0;
		height: 400px;
		background-color: #eee;
		font-size: 18px;
		color: #888;
		width: 375px;
	}
	

	
	#txpCommentSubmit, #txpCommentPreview {
		margin: 30px 0 0 40px;
		width: 80px;
		border: none;
		display: inline;
		background-color: #ccc;
		color: #999;
	}
	

/* Flickr */ 

	#flickr {
		margin: 15px 0 40px 20px;
		text-align: center;
	}
	.flickr_badge_image {
		text-align: center;
		margin:0 auto;
		background-color:#555;
	}
	.flickr_badge_image img {
		margin: 5px 10px;
		float: left;
	}
