.pink {
	color: #ff5982;
	}
.blue {
	color: #39a0ff;
	}
.green {
	color: #71bc18;
	}
.purple {
	color: #8925e7;
	}

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #000;
	color: #fff;
	font: 12px 'trebuchet ms',helvetica,sans-serif;
	margin: 20px;
	}

#header {
	font-size: 35px;
	margin-bottom: 20px;
	}
#header a {
	text-decoration: none;
	color: #71bc18;
	}
#header img {
	float: right;
	}
	
#container {
	clear: both;
	width: 1100px;
	}
	
#photos {
	width: 280px;
	margin-right: 20px;
	float: left;
	text-align: center;
	}
#photos li {
	float: left;
	margin: 0 5px 0 0;
	}
#flickr ul {
	margin: 0 20px;
	}

#fed {
	width: 550px;
	margin-right: 20px;
	float: left;
	}

#recent {
	width: 550px;
	height: 600px;
	overflow: auto;
	padding: 0 5px 5px 5px;
	margin-bottom: 20px;
	}
	
#tumblr {
	width: 550px;
	height: 500px;
	overflow: auto;
	padding: 0 5px 5px 5px;
	}
	
#sidebar {
	width: 180px;
	margin-right: 20px;
	float: left;
	}
	
a:link {
	color: #39a0ff;
	}
a:hover {
	color: #ff5982;
	}
a:visited {
	color: #8925e7;
	}
	
h1 {
	font-size: 35px;
	font-weight: normal;
	text-align: left;
	}
h1.title {
	font-size: 25px;
	}
h1.title a {
	text-decoration: none;
	}
h2 {
	font-weight: normal;
	color: #71bc18;
	}
h3 {
	color: #ff5982;
	}
	
.rule {
	width: 80%;
	border-bottom: 1px #333 dotted;
	clear: both;
	height: 0px;
	margin: 10px 10%;
	}
br {
	clear: both;
	}
	
li {
	list-style: none;
	line-height: 17px;
	}
img {
	border: 0;
	}
p {
	line-height: 17px;
	margin-bottom: 10px;
	}
	
/*INDIVIDUAL SECTION STYLES */
#photos {
	text-align: center;
	}
#collections {
	text-align: center;
	padding: 0 35px;
	}
#collections li {
	padding: 0 5px 5px 0;
	}
	
/* BLOG */
p {
	padding: 0 0 10px 0;
	text-align: justify;
	}
.date {
	color: #82b800;
	padding-bottom: 10px;
	}
	
/* COMMENTS */
.commentary ol {
	padding-left: 20px;
	}
.oddcomment {
	background: #202020;
	}
.commentary input {
	background: #151515;
	border: 1px solid #959595;
	width: 200px;
	color: #959595;
	font: 11px 'trebuchet ms',tahoma,verdana,sans-serif;
	}
.commentary textarea {
	background: #151515;
	border: 1px solid #959595;
	width: 350px;
	height: 150px;
	color: #959595;
	font: 11px 'trebuchet ms',tahoma,verdana,sans-serif;
	}
#submit {
	background: #151515;
	border: 1px solid #959595;
	width: 100px;
	color: #959595;
	font: 11px 'trebuchet ms',tahoma,verdana,sans-serif;
	text-align: center;
	}
.meta {
	text-align: center;
	}
.meta a {
	color: #ff4889;
	}
.meta a:hover {
	color: #82b800;
	}
	
blockquote {
	font-style: italic;
	padding: 0 10%;
	}