/*
Theme Name: Dojo
Theme URI: http://spaceninja.com/dojo/
Description: A minimal, web-standards, SEO-friendly theme with two dynamic sidebars and an editable "about" blurb.
Version: 5.1.3
Author: Scott Vandehey
Author URI: http://spaceninja.com/
Tags: fixed-width, three-columns, right-sidebar, white, theme-options, threaded-comments

TO CUSTOMIZE -------------------------
Create a new stylesheet in this directory called custom.css, and put your 
rules in there. It will automatically be loaded after this stylesheet, so 
you can override any rules with your own. Same thing for customie6bugs.css 
and customie7bugs.css.

SUPPORTED PLUGINS --------------------
* Brian's Latest Comments
http://meidell.dk/archives/category/wordpress/latest-comments/

* flickrRSS
http://wordpress.org/extend/plugins/flickr-rss/

* Simple Tags (for related posts function)
http://wordpress.org/extend/plugins/simple-tags

RECOMMENDED PLUGINS --------------------
* Widon't by Shaun Inman (prevents widows in headlines)
http://shauninman.com/archive/2008/08/25/widont_2_1_1

* Del.icio.us for Wordpress by Ricardo Gonzalez
http://wordpress.org/extend/plugins/delicious-for-wordpress/

* Last.fm for Wordpress by Ricardo Gonzalez
http://wordpress.org/extend/plugins/lastfm-for-wordpress/

* Twitter for Wordpress by Ricardo Gonzalez
http://wordpress.org/extend/plugins/twitter-for-wordpress/

CHANGELOG -------------------------
* 5.1.3: Added support for new Wordpress 2.8 features like body_class() function, and fixed calendar and rss feed styles.
* 5.1.2: Added support for new Wordpress 2.7 features like new comment styles and post_class() function.
* 5.1.1: Removed reference to non-existant favicon.ico.
* 5.1: Added custom styles option and code to display 25 posts on archive pages.
* 5.0: Initial public release, following four internal iterations.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-3.0.html

*/



/* Universal Rules -------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #1A181B;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.5 Arial;
}
.ahem, hr { display: none !important; }
img { border: none; }
form { margin: 0; }
.floatleft, .alignleft { float: left; margin: 0 1em 1em 0; }
.floatright, .alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.clearboth { clear: both; }

/* Layout -------------------------------------------------- */
#page {
        background:#FFF;
	width: 1000px;
	margin: 0 auto; margin-top:0;
        padding:0;
}

#wrapper {
        background:#fff;
	float: left;
	width: 1000px;
        font-family:Verdana;
}

#menu ul {
        background:#221F23; margin:0; padding:0; 
}

#menu li { background:#221F23; margin:0; padding-left:5px; padding-right:10px; padding-top:3px; padding-bottom:3px; border-right:2px solid #FFF; }

#menu a { color:#FFBBCC; }
#menu a:hover { color:#FFF; }

#sidebar {
	width: 395px;
	float: right;
	margin-bottom: 20px;

}

#sidebar ul li {
        list-style:none; }

#columncap {
	margin-bottom: 20px;
}
#column1 {
	width: 190px;
	float: left;
}
#column2 {
	width: 190px;
	float: right;
}
#content {
	width: 510px;
	float: left;
	margin-bottom: 20px;
}
#footer {
	clear: both;
}

/* Header -------------------------------------------------- */
#header {
        padding:0; margin:0;
}
#blogname {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 3px 0;
}

/* Content -------------------------------------------------- */
.entry {
	margin-bottom: 3em;
}

.entry a { font-weight:bold; }


.alert,
.error {
	background: #ffc;
	border: 1px solid #ff0;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 1em;
}
code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
}
code {
}
pre {
	padding: .5em;
}
a, a:link, a:visited {
	color: #108CA6;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}
sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
acronym, abbr, .info {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.title h2 { background:#FFBBCC; width:510px; margin-top:0; padding-left:3px; }
.title h2 a { font-size:16px; font-weight:normal; color:#000; }
.title h2 a:hover { text-decoration:none; }

p, ul, ol, table, .navigation {
	margin: .25em 0 1em;
}
th, td {
	padding: .5em .66em;
	line-height: 1.1;
	vertical-align: top;
	border-bottom: 1px solid #F7F7F6;
}
th {
	text-align: left;
	vertical-align: bottom;
}
.metadata {
        margin-top: 1.2em;
	margin-bottom: .75em;
        font-size:1.3em;
}

.metadata a {
        font-weight:normal;
}

.more a { font-size:15px; color:#FF3D7F; }

ul, ol {
	margin-left: 0;
	padding-left: 0;
}
ul ul,
ol ol {
	margin: 0;
}
li {
	margin: .25em 0 .25em 1.25em;
	padding-left: 0;
}
ul li {
	list-style-type: disc;
}
ol li {
	margin-left: 1.5em;
}
ul.rss li {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
	background: transparent url("images/feed.gif") no-repeat left .25em;
}
.wp-caption {
	margin: .25em auto 1em;
}
.entry img, .entry object {
	max-width:510px; 
}

.wp-smiley, .wp-smiley img { padding:0px; }

.wp-caption img {
	margin: 0 auto;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}
.entry .thumbrow {
	text-align: center;
}
.entry .thumbrow img {
	display: inline;
	margin: 0 .5em;
}
.entry .thumbrow a {
	border: none;
}
.entry .floatright img,
.entry .floatleft img {
	margin: .25em 0 1em;
}
.entry img.floatright,
.entry img.alignright,
.entry img[align="right"],
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}
.entry img.floatleft,
.entry img.alignleft,
.entry img[align="left"],
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}
.entry p,
.entry li,
#columncap p {
	text-align: justify;
}
#site-archives-monthly-archive {
	width: 60%;
	float: left;
}
#site-archives-monthly-archive.wide {
	width: auto;
	float: none;
}
#site-archives-monthly-archive li,
#site-links li {
	text-align: left;
}
#site-archives-category-archive {
	width: 37%;
	float: right;
}
#site-links img {
	margin-left: 0;
	margin-right: 0;
}
blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	background:#F7F7F6;
}
blockquote i,
blockquote em,
blockquote cite {
}
blockquote p {
	margin: 0 0 .5em;
}
.navigation { 
	padding-top: 20px;
	width: 100%;
	float: left;
}

.navigation a { font-size:15px; color:#FF3D7F; font-weight:bold; }

.navigation .prev {
	float: left;
	width: 50%;
}
.navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}

/* Comments -------------------------------------------------- */
.comments,
.commentlist,
.nocomments,
.related {
	margin-bottom: 2em;
}
.related {
	clear: both;
}
.commentlist cite {
	font-style: normal; color:#FC3254;
}

.commentlist cite a {
	font-style: normal; color:#FC3254; font-weight:bold;
}

.commentlist cite a:hover {
	font-style: normal; color:#FF3D7F; text-decoration:underline;
}

.commentlist li {
	clear: both;
	margin: 0;
	padding: .75em 1em .25em;
	list-style: none;
	background: #fff;
}
.commentlist li li {
	margin: 0 -1em 0 .5em;
}
.commentlist .even {
	background: #F7F7F6;
}
.commentlist .bypostauthor {
	background: #F7F7F6;
}
.commentlist .avatar {
	float: right;
	margin: 0 0 .5em .5em;
	background: #FFF;
	padding: 3px;
}
#cancel-comment-reply-link {
	margin-left: 3em;
}
.trackback,
.pingback {
	font-size: .85em;
	color: #666;
}
.trackback .content,
.pingback .content {
	font-style: italic;
}

/* Sidebar -------------------------------------------------- */
#sidebar {
}
#sidebar .widget {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
#sidebar h4 {
        width:190px; background:#FFBBCC;
        font-weight:normal;
	margin-top: 0; padding-left:3px;
        font-size:16px;
}

#about h4 { 
        width:395px; background:#FFBBCC;
        font-weight:normal;
	margin-top: 0; padding-left:3px; 
        font-size:16px;
}
#sidebar img {
        padding: 0 0 7px 0; 
}

#sidebar blockquote {
	margin: 0;
}

#sidebar .rsswidget img {
	/* reset to default styles */
	display: inline;
	padding: 0;
	border: 0;
	margin: 0;
	/* hide because it's dumb */
	display: none;
}
/* search */
#searchform {
	margin: .25em 0 1em;
}
#sidebar #search h4 {
	display: none;
}
#sidebar #search input {
	width: 33%;
}
#sidebar #search input#s {
	width: 60%;
}
#sidebar #search br {
	display: none;
}
/* calendar */
#wp-calendar {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	width: 100%;
}
#wp-calendar #today {
	font-weight: bold;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: .25em 0;
	color: #999;
}
#wp-calendar td a {
	font-weight: bold;
}
#wp-calendar caption {
	text-align: left;
	font-weight: bold;
}
/* tag cloud */
.st-tag-cloud,
.wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em .5em .5em 1em;
}
#sidebar .st-tag-cloud,
#sidebar .wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
.st-tag-cloud li,
.wp-tag-cloud li {
	display: inline;
	margin: 0 .5em 0 0;
}
.st-tag-cloud li a,
.wp-tag-cloud li a {
	color: #555;
}
.st-tag-cloud li a:hover,
.wp-tag-cloud li a:hover,
.st-tag-cloud li a:focus,
.wp-tag-cloud li a:focus {
	color: #c00;
}
/* subscribe */
#subscribe-dojo p {
	margin: .25em 0;
}
/* flickr */
#flickrrss,
#flickr-rss-dojo-version {
	float: left;
	width: 100%;
}
#flickrrss ul,
#flickrrss li,
#flickr-rss-dojo-version ul,
#flickr-rss-dojo-version li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#flickrrss li img,
#flickr-rss-dojo-version li img {
	float: left;
	margin: 0 10px 10px 0;
}
/* admin recent comments */
#sidebar blockquote {
	background:#F7F7F6;
	border:0;
}
#admin-recent-comments-dojo-version cite {
	font-style: normal;
}
#admin-recent-comments-dojo-version blockquote cite {
}
#admin-recent-comments-dojo-version blockquote small {
	font-size: .9em;
}

.comment-childs chalt { background:#FFF; }


/* twitter */

.twitter {
	margin: 0;
}
.twitter-item {
	list-style: none;
	font-style: italic;
        padding: 0 7px 10px 0;
}
.twitter .twitter-timestamp {
	display: block;
	font-size: .8em;
}

/* Footer -------------------------------------------------- */
#footer {
	padding-bottom: 20px;
	width: 100%;
	float: left;
}
#footer p {
	width: 50%;
	margin: 1em 0 0;
}
#footer .copyright {
	float: left;
}
#footer .poweredby {
	float: right;
	text-align: right;
}

#tagline { font-size:14px; margin:20px; }

#searchform { text-align:center; }
#s { background:#F7F7F6; width:175px; margin:1px; }
#searchsubmit { background:#FF9E9D; font-size:15px; border:0; padding:3px; margin:1px; color:#FF3D7F; }

#header li { list-style:none; display: inline; font-size:1.3em; }

