/*
	Theme Name: Xim
	Theme URI: xim.com.br
	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: 0.1
	Author: Ucy
	Author URI: xim.com.br
	Tags: black, white, monochrome, minimalist
*/

/* 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.2: Bugfix. Added min-width fix for short descriptions, corrected incomplete opening php tag in index.php, added explicit no-border-on-linked images CSS property.
 	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 */
* {
	margin: 0em;
	padding: 0em;
	list-style: none;
}

h1, h2, h3, h4, h5 {
	margin: 0.5em 0em 0em;
}
	
p {
	margin: 0.8em 0em 1em;
}

img {
	margin: 1em; padding: 0em;
}

blockquote {
	margin-left: 1em; border-left: 1px solid gray;
}

strong{
	font-weight: bold;
}

body {
	margin: 0em;
	padding: 0em;

	color: black;
	background: white;
	
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolas, "Lucida Console", "Andale Mono", Monaco, Courier, monospace, "Courier New";
	font-size: 0.75em;
	
	line-height: 1.5em;
}

#page {
	margin: auto;
	max-width: 65em;
}

a {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: lightgray;
	background: inherit;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0em none;
}

/* end whole page */

/* header */
#header, #pagenav {
	font-variant: small-caps;
}

#header {
	text-align: center;
	float: right;
	max-width:40em;
}

#header h1 {	
	font-size: 4em;
	margin: 1em;
}

#header #tagline {
	font-size: 2em;
	margin: 1em;
}

#pagenav {
	margin: 1em;
	font-size: 1.2em;
}

#pagenav ul li {
	margin-left: 1em;
	display: inline;
}

#pagenav ul li#pagenav_rss {
	margin-left: 6em;
	text-decoration: bold;
}

/* end header */

/* content area */
#content {
	float: left;
	max-width:45em;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
}

#content .post {
	margin: 1em 0em 0em;
	border-top: 1px dotted black;
}

#content h3 {
	margin: 0em;
	padding: 0em;	
	font-size: 1.25em;
	display: inline;
}

#content h3 a {
	color: black;
}

#content .postmetadata {
	background: inherit;	
	font-size: 0.9em;
	color: gray;
}

#content .post .meta {
	float: right;
}

#content .post .meta * {
	display: inline;
}

#content .post .date {
	text-decoration: bold;
}

#content .post .authoer {
	text-decoration: italic;
}

#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: 1em 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: .5em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: darkgray;
	background: inherit;
}

#content #respond {
	margin: 1em 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 #ddd;
	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-top: 1em;
	padding: 0em;
}

.sidebar h2 {
	font-size: 1.2em;
}

.sidebar h2, .sidebar li, .sidebar p, .sidebar div {
	margin-left: 1em;
}
.sidebar li, .sidebar div {
	margin-bottom: .3em;
	margin-top: .3em
}
.sidebar #search  {
	padding-bottom: 1.5em;
}

.sidebar a.rsswidget img {
	display: none;
}
.sidebar h2 a.rsswidget {
	color: black;
}

#sidebar {
	max-width: 20em;
	float: right;
}

#topsidebar {
	max-width: 25em;
	font-variation: small-caps; display: inline;
}

#dailyVerse a {
	display:none;
}

/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 0em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;	
	font-size: 0.8em;	
	text-align: center;
}
/* end footer */

/* comic navigation */
	 .comic-navigation { text-align:center; margin: 5px 0 10px 0; }
	 .comic-nav-span { padding: 3px 1px;	text-decoration: none; }
	 ul.comic-nav  { margin: 0; padding: 0; white-space: nowrap; }
	 ul.comic-nav li { display: inline;	list-style-type: none; }
	 ul.comic-nav a { text-decoration: none; padding: 3px 10px; }
	 ul.comic-nav a:link, ul.comic-nav a:visited { color: #ccc;	text-decoration: none; }
	 ul.comic-nav a:hover { text-decoration: none; }
	 ul.comic-nav li:before{ content: ""; }