/*
	Theme Name: tymote
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3.1
	Author: Alex Smith (redesign by yang02)
	Author URI: http://yang02.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
body {
  background:#FFFFFF;
  margin:0;
  font:x-small 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
  text-align:left;
  color:#000000;
	font-size: small;
}
#page {
	width: 900px;
	margin: 0 auto 40px;
}

a:link {
  color:#3b00cc;
  text-decoration:none;
  }
a:visited {
  color:#3acc00;
  text-decoration:none;
  }
a:hover {
  color:#000000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 60px 0;
	padding: 0em;	
    width: 100%;
	height: 600px;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
}
#blog-title {
  margin:0px 0px 0;
  padding:0px 0px .25em;
  border:0px solid #eee;
  border-width:0px 0px 0;
  font-size:360%;
  line-height:0.8em;
  font-weight:normal;
  color:#000000;
  letter-spacing:0.02em;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
  }
#blog-title a {
  color:#000000;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#FFFFFF;
  }

/* end header */

/* content area */
#content {
	margin: 0 0 50px 0;
	padding: 0em;
	line-height:1.6em;	
	float: left;
    width:650px;
}
#content h2 {
	font-size: 0em;
	height: 0;
}
#content .post {
	margin: 2em 0em 0em;
}
#content h3 {
	margin: 0em;
	padding: 0em;
	font-size: 1.8em;
}
.post-title {
  padding:0 0 10px;
  font-family:Verdana, sans-serif;
  font-weight:normal;
  color:#000;
  }

#content h4 {
  font:85%/1.7em Verdana, sans-serif;
  margin:0;
  padding: 10px 0;
  font-weight:bold;
  text-transform:uppercase;
  color:#000;
}
.date-header {
	padding:1.5em 0 1em;
}

#content .entry {
	margin-top: 20px;
    margin:.5em 0 1.5em;
	}
#content .postmetadata {
  font:78%/1.4em 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-style:normal;
  color:#999;
    border-bottom:1px solid #CC0100;
    padding-bottom:1.5em;
    margin-bottom: 40px;
}
#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}
#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}
#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}
#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}
#content .commentlist li {
	margin: 0em;
	padding: 0em;
	
	list-style-type: none;
}
#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}
#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}
#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #CC0100;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.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;
}
/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 1em 0em;
	padding: 0em;
    width:220px;
    float:right;
	line-height:1.5em;
	font-family:Arial, sans-serif;;
  font-size: 1.1em;
}
#sidebar h2 {
  margin:10px 0;
  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal bold 78% Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform:uppercase;
  color:#000;
  font-size: 0.9em;
}
#sidebar h2 a, #sidebar h2 a:visited {
  margin:1.5em 0;
  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal bold 78% Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#FFBF00;
}
#sidebar h2 a:hover {
  margin:1.5em 0;
   font-family:Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#FFBF00;
}
#sidebar ul {
	margin: 0em;
	padding: 0;
}
#sidebar ul li {
	margin: 0em 0em 2em;
	padding-bottom: 10px;
	line-height:1.5em;	
	list-style-type: none;
}
#sidebar ul li ul {
	border-bottom:1px solid #CC0100;
	padding: 0 0 1.5em 0;
}
#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}
#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 60px 0;
	padding: 0em;
	font-size: 0.8em;	
	width: 100%;
	text-align: center;
	clear: both;
	font-family:'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
}
#footer p {
	margin: 0em;
	padding: 0em;
}
/* end footer */
