/*
	Theme Name: Usablewords
	Theme URI: http://www.usablewords.com
	Description: built for use in usablewords website.
	Version: 1.3.1
	Author: Rikki Bochow
	Author URI: http://www.acornweb.com.au/
	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 {
	margin: 0em;
	padding: 0em;
	color: black;
	background: white;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	
	color:#777777;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:13px;
	line-height:18px;
}

#page {
	margin: 0em auto;
	padding: 2em 0 0;
	
	width: 914px;
	background:#FFFFFF url(http://www.usablewords.com/uploads/images/layout/bodyShadow.gif) repeat-y scroll 592px 0;
}

a:link {
text-decoration: none;
color: #789ace;
}
a:visited {
color: #789ace;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #789ace;
}
a:active {
color: #789ace;
text-decoration: none;
}

b, strong {color:#444444; font-weight:normal;}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}

img {margin-left: 0 !important;}

/* end whole page */

/* header */
#header {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	width: 60em;
	
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */

	float: left;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin: 4em 0em;
	padding: 0em;
	width: 590px;
	float: left;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	font-size: 1.5em;
	
	font-size:38px;
	font-weight:normal;
	line-height:1em;
	margin:0 0 -15px 20px;
}
#content .post h2 {font-size:20px;margin-bottom: 10px;color:#8DA5CB;}

#content .post {
	margin: 2em 0em 0em;
}

#content h3 {
	margin: 0em;
	padding: 0em;
	font-size: 1.25em;
	
	color:#444444;
	font-size:20px;
	font-weight:normal;
	line-height:1.25em;
	margin:0 0 15px 20px;
}
#content h3 a {color: #444;}

#content p {margin:0 20px 10px;}
#content h2, #content h3, #content h4, #content h5 {margin-right:20px;}

#content h4 {
	color:#B96D35;
	font-size:1.1em;
	font-weight:normal;
	margin:0 0 5px 20px;
}

#content ul {
	list-style:none
	margin:0 0 10px 20px;
	padding:0;
}
#content ul li {
	background:transparent url(http://www.usablewords.com/uploads/images/layout/bullet.gif) no-repeat scroll 35px 7px;
	line-height:22px;
	padding-left:50px;
}

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

#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 #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 {
	padding:60px 0 0;
	width: 310px;
	float: left;
	background:#FFFFFF url(http://www.usablewords.com/uploads/images/layout/bodyShadow.gif) repeat-y scroll 0 0;
	overflow: hidden;
}

#sidebar h2, #sidebar label {
	margin: 0em;
	padding: 0em;
	font-size: 1.0em;
	
	
	color:#444444;
	font-size:14px;
	font-weight:normal;
	line-height:1.25em;
	margin:0 0 0px 0px;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 0.8em;
	padding: 0em;
	
	list-style-type: none;
	background: #F9F9F9;
	margin-bottom:10px;
	padding:5px 10px 5px 40px;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 11px;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 11px;
}

#sidebar input {border: 1px solid #CCCCCC;background: #fff; padding:5px;margin-bottom: 5px;}

#sidebar input#searchsubmit:hover {background-color:#C58A5E;}
#sidebar input#searchsubmit {
	background-color:#ED5E2C;
	border-color:#AAAAAA #888888 #888888 #AAAAAA;
	border-style:solid;
	border-width:0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin-left:5px;
	padding:4px;
	width:auto;
}

#sidebar #recent-posts ul li {
	margin: 5px 0;
	padding-right:22px;
}

/* end sidebar */

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

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

div.sociable {
	background:#F9F9F9 none repeat scroll 0 0;
	margin:0 0 0 !important;
	padding:15px 50px 15px 20px;
}
#content div.sociable li {
	background: none;
	padding: 0 0 0 2px;
}

#content .postmetadata {
	background:#F9F9F9 none repeat scroll 0 0;
	margin:0 0 1em;
	padding:0px 50px 15px 20px;
}

#disqus_thread #dsq-content h3 {font-weight:normal !important;}
#comment-form input, #comment-form textarea {
	background: #F9F9F9 !important;
	border:1px solid #ccc !important;
}
#comment-form label {
	color:#666666 !important;
	font-weight:normal !important;
}
#dsq-content #dsq-comments .dsq-comment-body {padding: 5px 20px 0 0 !important;}

hr {
	border:none;
	border-bottom:4px solid #F9F9F9;
	margin: 20px 0;
}
div.navigation {overflow:hidden;}
