	/* basic stuff */
	* { margin:0px; padding: 0px; }
	body {
		font-family: "Trebuchet MS","Bitstream Vera Serif",Utopia,"Times New Roman",times,serif;
		background: #ffffff;
		background-attachment: fixed;
		color: #404040;
		margin: 0px;
		padding: 0px;
	}
	a {
		text-decoration: none;
		color: #000000;
	}
	
	/* header */
	#top_thing {
		position: fixed;
		top: 0px;
		margin: 0;
		padding: 0;
		height: 0px;
		width: 100%;
		background: #404040;
	}
	#headerimg {
		float: right;
		width: 600px;
		height: 300px;
		display: block;
		background: transparent url(blogo.jpg);		
	}
	#header {
		background: black;
		border: 0px solid black;
		height: 300px;
		padding: 0px;
		margin: 30px auto 60px auto;
		width: 980px;
		color: white;
		letter-spacing: 0px;
	}
	#header h1 {
		color: white;
		padding: 10px;
		font-size: 28px;
		margin: 5px 0 5px 0;
		font-weight: normal;
		padding: 20px 0px 0px 27px;
	}
	#header h2 {
		color: #777777;
		padding-left: 27px;
		padding-top: 0px;
		font-size: 20px;
		margin: 5px 0 5px 0;
		font-weight: normal;
	}
	#header h3 {
		color: #ED145B;
		padding-left: 27px;
		padding-top: 165px;
		padding-bottom: 20px;
		font-size: 20px;
		margin: 5px 0 5px 0;
		font-weight: normal;
	}
	
	/* wrap */
	#wrap {
		color: #404040;
		margin: 0 auto 0 auto;
		width: 980px;
	}
	
	#content {
		font-size: 1.0em;
		float:right;
		margin: 0px;
		text-align:left;
		width:650px;
		letter-spacing: 0px;
		line-height: 1.6em;
	}
	#content h2, #sidebar h2 {
		border-bottom: 1px solid #777777;
		color: #000000;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: -1px;
		margin: 0 0 8px;
		padding: 0 2px 4px 9px;
		text-align: left;
	}
	#content h1 {
		border-bottom-color: #ED145B;
	}
	#content p {
		margin: 20px;
	}
	#content a {
		color: #ED145B;
	}
	/* sidebar */
	#sidebar a {
		color: #616161;
	}
	#sidebar {
		float: left;
		margin: 0;
		margin-bottom: 100px;
		padding: 0;
		width: 250px;
		letter-spacing: 0px;
	}

	#sidebar h2 a {
		color: #616161;
	}
	#sidebar h2:hover {
		border-bottom: 1px solid #ED145B;
/*		border-left: 3px solid #ED145B;
		padding: 0 2px 4px 6px; */
	}
	#sidebar h2:hover a {
		color: #000000;
	}
	
	#sidebar ul {
		border: 0px none;
		list-style: none;
		list-style-position: outside;
		margin: 0px;
		margin-left: 15px;
		padding: 0 0 40px 0px;
	}
	#sidebar li {
		border: 0px none;
		padding: 3px 0 3px 13px;
		font-size: 13px;
	}
	#sidebar li:hover {
		border-left: 3px solid #ED145B;
		padding: 3px 0 3px 10px;
	}
	#sidebar li:hover a {
		color: black;
	}
	#sidebar p {
		letter-spacing: 1px;
		padding: 0 10px 0 10px;
		font-size: 13px;
		/*font-weight: bold;*/
		text-align: justify;
	}
	#sidebar p a:hover {
		color: #ED145B;
	}
	
	/* content */
	#content {
		font-size: 14px;
		color: #404040;
	}
	#content p {
		margin: 15px 15px;
	}
	#content div, #content ul {
		margin: 15px 15px;
	}
	
	/* footer */
	#footer {
		width: ;
		letter-spacing: 1px;
		padding: 0 10px 0 10px;
		font-size: 13px;
		/*font-weight: bold;*/
		text-align: center;
		clear: both;
		margin: 50px auto 60px auto;
		width: 980px;
		color: #616161;
	}
	#footer a:hover {
		color: #ED145B;
	}
	
	
	/* WP image align classes */
	.aligncenter {display:block; margin-left:auto; margin-right:auto;}
	.alignleft {float:left; margin-right:10px;}
	.alignright {float:right; margin-left:10px;}
	.wp-caption {border:1px solid #ddd;	text-align:center; background-color:#f3f3f3; padding-top:4px; margin:10px; border-radius:3px;}
	.wp-caption img {margin:0; padding:0; border:0 none;}
	.wp-caption-dd {font-size: 11px; line-height: 17px; padding:0 4px 5px; margin:0;}
	
	
	.flickr-thumb a img {
		border: 1px solid black;
	}
	
	.flickr-thumb a img:hover {
		border: 1px solid #ED145B;
	}
	
	div.photoset {
		padding-left: auto;
		padding-right: auto;
	}
	
	#content .post {
		margin-bottom: 50px;
	}
	