body {
	margin: 0px;
	color: #000;
	background-color: #fff;
	font-size: 20px;
	line-height: 28px;
	background: #fff;
	}

/* basic typography */

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	}

h1 span.smallcaps, h2 span.smallcaps  {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

h1 a, h2 a  {
	color: #000;
	border-bottom:#ccc solid 1px;
	}

h1 a:hover, h2 a:hover {
	border-bottom:#F25858 solid 1px;
	}

h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 5px 0 0 0;
	}

p {
	margin: 0;
	text-transform: none;
	font-size:  18px;
		}

p.cite {
	font-size: 18px;
	text-align: right;
	}

blockquote {
	font-weight: normal;
	font-size:18px;
	line-height:26px;
	margin:5px 0 0 15px;
	border-left: #ececec solid 5px;
	padding-left:15px;
	text-align:left;
	}
	
a {
	color: #F25858;
	text-decoration: none;
	outline: none;
	border-bottom: #fff solid 1px;
	-webkit-transition: color;
transition: color;
-moz-transition-duration: .3s;
-khtml-transition-duration: .3s;
-webkit-transition-duration: .3s;
transition-duration: .3s;
	}

a:active {
	position: relative;
	top: 1px;
	}

p a, .caption a, .source a {
	text-decoration: none;
	color: #F25858;
	font-weight: normal;
	padding:6px 1px 0 1px;
	}

a:hover, p a:hover, .caption a:hover, .source a:hover  {
	text-decoration: none;
	color: #000;
	}

/* basic objects */

img {
	border: none;
	}

label, .form-text-label  {
	font-size: 18px;
	letter-spacing: .2em;
	margin-top:10px;
	font-weight:normal;
	}

input, textarea, input.form-text {
	float:left;
	margin-right:10px;
	padding: 2px;
	}

input.button {
	margin-top: 1px;
	font-family: georgia;
	background-color: #000;
	color:#fff;
	padding:1px 9px 0 11px; 
	text-transform: uppercase;
	letter-spacing: 3px;
	outline: none;
	font-size: 10px;
	height: 20px;
	}

input.button:hover {
	cursor: pointer;
	background-color: #F25858;
	outline: none;
	}

input.button:active {
	background-color: #ED00A7;
	outline: none;
	}

.form-text-label {
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;		
	}

input, textarea, input.form-text  {
	border: #000 solid 1px !important;
	}
	
table {
  font-size: 16px;
  border-collapse: collapse;
  border: #ccc solid 1px;
}

td {
  padding: 10px;
  border: #ccc solid 1px;
}

/* basic structure */

#container {
	margin:0 auto;
	padding-top:0;
	width: 920px;
	}

#content {
	background-color: #fff;
	float: right;
	width: 800px;
	margin: 20px 0 0 0;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-top:  # solid 1px;
	padding:80px 50px 0;
	}

.clear {
	clear: both;
	}

.float {
	float:left;
	}
	
.intro-blurb {
	width: 600px;
	text-align: center;
	margin: 20px auto 40px;
	border-top: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
	padding: 10px 100px 20px 100px;
}

h1.blog-header {
	font-size: 80px;
	line-height: 80px;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.intro-blurb p {
	font-size: 18px;
	line-height: 26px;
}	

.intro-blurb p.name {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 10px;
	}

/*clearfix stuff */

div#container:after, div#content:after,div#sidebar:after,.post:after, .pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* posts */

.post {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: #ccc dotted 1px;
	}

.post li {
	margin: 0 0 10px 0;
	font-size: 18px;;
	}

.date {
	color:#000000;
	font-size: 15px;
	font-weight:100;
	line-height:20px;
	margin-bottom:20px;
	margin-top:0px;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap;
	padding:5px 0 2px;
	clear: both;
	letter-spacing: 2px;
	text-align:center;
	}

.post h2 a {
	padding-bottom:0;
	font-weight: normal;
	margin: 10px 0px 20px 0px;
	line-height:25px;
	color: #000;
	display:  block;
	}
	
/* text post */
	
.regular h2 {
	font-size: 22px;
	margin: 30px auto 20px auto;
	line-height:25px;
	text-transform: capitalize;
	font-style: italic;
	}

.regular h3 {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 16px;
	margin: 50px auto 20px auto;
	line-height:25px;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	letter-spacing: normal;
	padding-bottom:  8px;
	}

.regular h2 a, .regular h2 a:hover {
	font-style: normal;
	padding: 0;
	text-decoration: none;
	border:none;
	font-size: 30px;
	text-align: center;
	}

.regular h2 a:hover {
	color: #F25858;	
	border:none;
	}

h3.subject_header {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:2px;
	line-height:20px;
	margin:25px auto 10px;
	padding:0;
	text-align:left;
	text-transform:uppercase;
	width:510px;
	}

.regular p {
	margin: 15px 0;
	}

.regular img {
  margin: 0 auto;
  padding:  10px 0 10px 20px;
}


/* photo post */

.photo {
	position:relative;
	text-align:center;	
	}

.photo a {
	text-decoration: none;
	}

.photo a:hover {
	border-color: #fff;
	}

.photo a:hover {
		}

.photo img {
	max-width: 100%;
		}

.caption p {
	margin:0 20px 10px;
	font-style: italic;
	}

/* quote post */

.quote {
	width: 800px;
	margin-bottom: 20px;
	}

.quote p, .quote_text {
	margin-bottom: 15px;
	font-size:  20px;
		}

.quote-source p {
	margin: 0 40px 10px 40px;
	color: #2e2e2e;
	}

.quote-source p:first-of-type {
  margin-left:  40px !important;
  font-style: italic;
	}

/* .quote-source p:first-of-type:before {
  content: '- ';
	}
	*/

/* link post */

a.link {
	display:block;
	font-size: 20px;
	line-height:  20px;
	padding: 0 0 5px;
	}

a.link:before { 
	content:"Link ";
	color: #fff;
	text-transform: uppercase;
	font-family: 'myriad pro';
	letter-spacing: 1px;
	font-size: 10px;
	position: relative;
	bottom: 3px;
	margin-right: 10px;
	padding: 3px 2px 2px 4px;
	background-color: #F25858;
	}

a.link:after { 
	content:" ";
	}

.link-description p {
	margin: 0 40px 10px 40px;
	color: #2e2e2e;
	}

.link .description {
	font-weight: normal;
	line-height:18px;
	margin-top:10px;
	display: block;
	padding-left:5px;
	}

.link .description p {
	width: 400px !important;
	margin: auto;	
	}

/* conversation post */

.conversation {
	width: 750px;
	border-top:5px solid #eee;
	padding-top: 10px;
	margin-bottom: 15px;
	}
	
.conversation h2 {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 auto;
	padding: 0;
	line-height:24px;
	margin-bottom: 5px;
	}

.conversation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.conversation ul li {
	padding: 4px 10px 4px 0;                  
	margin-bottom: 1px;
	}

.conversation ul li span.label {
	font-weight: normal;
	}

.conversation ul li span.user_1 {
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.conversation ul li span.user_2 {
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.conversation ul li span.user_3 {
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.conversation ul li span.user_4 {
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.conversation ul li span.user_5 {
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.conversation ul li span.user_6 {
	font-size:16px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.conversation ul li.odd {
	padding: 3px;
	}

.conversation ul li.even {
	padding: 3px;	
	}

/* video post */

.video {
	margin-bottom: 15px;
	width:800px;
	padding:25px 0;
	position:relative;
	text-align:center;
	}

.video object {
	width: 700px;
	}

/* audio posts */

.audio {
	width:570px;
	float:left;
	margin-right:20px;
	background-color: #fff;
	padding-bottom: 5px;
	}

.player {
	border: #939393 solid 3px;
	padding: 10px 10px 10px 10px;
	position: relative;
	background-color: #fff;
	width:730px;
	float:left;
	}

.audio p {
	margin: 10px 11px;
	line-height: 20px;
	}

.audio > p:first-of-type {
	text-align: center;
	
	font-size: 20px;
	letter-spacing: 1px;
	}

.audio_player {
	margin-left: 90px;
	}

.audio_player embed {
	border: #eee solid 2px;
	}

/* pagination */

.pagination {
		margin: 0;
		padding-bottom: 20px;
	}

a.next {
	height: 53px;
	width: 119px;
	display: block;
	float: right;
	background: url('http://www.timoni.org/tumblr/oldernewer.gif') 0 -62px no-repeat;	
	border: none;
	}

a.previous {
	height: 53px;
	width: 119px;
	display: block;
	float: left;
	background: url('http://www.timoni.org/tumblr/oldernewer.gif') -167px -62px no-repeat;
		border: none;	
	}

a.next, a.previous {
	-o-transition: background;
	-ms-transition: background;
	-moz-transition: background;
	-webkit-transition: background;
	transition: background;

	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-khtml-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s; 
	}


a.next:hover {
	background: transparent url('http://www.timoni.org/tumblr/oldernewer.gif') 0 0 no-repeat;	
	top: 0;	
	}

a.previous:hover{
	background: transparent url('http://www.timoni.org/tumblr/oldernewer.gif') -167px 0px no-repeat;	top: 0;
	}

/* comments */

.comments {
	margin: 0px 40px;
	}

.comments a, .comments a:hover, a.permalink {
	display:block;
	font-family: 'myriad pro', 'trebuchet ms';
	font-size: 11px;
	float:left;
	margin:0px 10px 3px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

a.permalink {
	position: relative;
	bottom: 0px;
	}

textarea {
	padding: 5px !important;
	border: #eee solid 1px !important;
	}

.disqus_stuff {
  margin:  auto;
}

#dsq-content h3 {
	font-weight: normal !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#dsq-content #dsq-login .dsq-login-message {
	font-style: italic;
	}

span.logo-disqus, a.dsq-brlink {
	font-size: 11px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;	
	}

a.dsq-brlink {
	font-size: 11px !important;
	clear: both;
	display: block;
	}

#post-choices {
	margin-bottom: 20px !important;
	}

ol.notes {
	margin:0 40px 0 40px;
	padding:20px 0 0 0;
	width:500px;
	font-size: 14px;
	list-style-type: none;
	width:280px;
	float:left;
	border-top:1px solid #ccc;
	}

ol.notes li {
	padding:0 0 3px 0;
	margin:5px 0 0 0;
	border-bottom:#eee solid 1px;
	}

ol.notes li blockquote {
	font-size: 14px;
	line-height: 18px;
	margin:10px 10px 10px 27px;
	}

img.avatar {
	position:relative;
	top:5px;
	}

#disqus_thread {
	border-top:1px solid #ccc;
	width:400px;
	float:left;
	padding-top: 20px;
	}

/*topbar */

.topbar {
	margin: 0 auto 0;
	text-align: center;
	height: 60px;
	background-color: #000;
	padding: 0;
	z-index: 5;
	position:  relative;
	}

a.emblem {
	display: block;
	background: transparent url(../imgs/sprite-off.png) 0px -98px no-repeat;
	margin:  0 auto;
	height: 165px;
	width: 240px;
	text-decoration:  none;
	border:  none;
	}

/* footer  */

footer {
	text-align: center;
	border-top: #ccc solid 1px;
	padding-top: 20px;
	}

footer p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
	color:  #666;
	}

/* social stuff */

a.twitter, a.dribbble, a.tumblr {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 5px;
	text-indent: -9999px;
	
	-o-transition: background;
	-ms-transition: background;
	-moz-transition: background;
	-webkit-transition: background;
	transition: background;

	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-khtml-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s; 
	}

a.twitter {
	background: transparent url(../imgs/sprite-off.png) 0px 0px no-repeat;
	}

a.twitter:hover {
	background: transparent url(../imgs/sprite-on.png) 0px 0px no-repeat;
	border-bottom: transparent solid 1px;
	}

a.dribbble {
	background: transparent url(../imgs/sprite-off.png) -30px 0px no-repeat;
	}

a.dribbble:hover {
	background: transparent url(../imgs/sprite-on.png) -30px 0px no-repeat;	
	border-bottom: transparent solid 1px;
	}

a.tumblr {
	background: transparent url(../imgs/sprite-off.png) -437px 0px no-repeat;
	}

a.tumblr:hover {
	background: transparent url(../imgs/sprite-on.png) -437px 0px no-repeat;	
	border-bottom: transparent solid 1px;
	}

.photoset {
    width: 1280px;
    margin: auto;
    position: relative;
    left: -240px;
    text-align: center;
}

.photoset img {
    margin: auto;
    text-align: center;
}