/*
Theme Name: ScribbleScrabble
Theme URI: http://scribble.kai-studios.com/
Description: A developer's Journal
Version: 1.0
Author: Kaiyi Wong
Author URL: http://www.kai-studios.com/
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:62.5%
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html */
body {
	background: #fff url(images/slash.gif) repeat-x;
	color: #222;
	font-family: "Trebuchet MS";	
	font-size:62.5%;
	text-align: center;
	line-height: 1.6em;
}

#page {
	position: relative;
	width: 940px;
	margin: auto;
	text-align: left;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #808080;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

a:hover {
	color: #009900;
	border-bottom: 1px dotted #009900;
}

.starComment {
	clear: both;
  	height: 9px;
  	background: url(images/star_comment.gif) no-repeat scroll center;
	margin: 0;
}

.slashComment {
	clear: both;
  	height: 9px;
  	background: url(images/slash_small.gif) repeat-x top left;
	margin: 3px 0;
}

hr {
	display: none;
}

small {
	font-family: "Trebuchet MS";
	color: #808080;
	margin: 0;
	padding: 0;
}

/* header */
#topnav {
	position: relative;
	font-family: "Georgia";
	font-size: 1.6em;
	margin: 20px auto 0;
	text-align: center;
}

#topnav a {
	color: #000;
}

#topnav a:hover {
	color: #009900;
	border: none;
}

#topnav ul li {
	float: left;
	text-align: left;
	margin: 0 60px;
}

.nav {
	font-size: 0.7em;
}

#rss {
	color: #ff9900;
}

#rss a {
	color: #ff9900;
}

#headerimg {
	clear: both;
	position: relative;
	margin: 50px auto;
	text-align: center;
	background: url(images/logo.gif) no-repeat scroll bottom;
	width: 443px;
	height: 120px;
}

#headerimg h1 {
	text-indent: -10000px;
}

.description {
	text-indent: -10000px;
}

/* content */
.narrowcolumn {
	width: 700px;
	float: left;
}

#content a {
	text-decoration: none;
	font-family: Georgia;
	color: #009900;
}

#content a:hover {
	color: #009900;
	border-bottom: 1px #009900 dotted;
}

#content .imagelink:hover {
	border-bottom: none;
}

.date {
	font-size: 1.1em;
	float: left;
	color: #0000ff;
	width: 140px;
	margin: 10px 20px;
}

.date br {
	margin: 0;
	padding: 0;
}

.title {
	font-size: 1.2em;
	float: right;
	width: 480px;
	margin: 17px 20px;
}

.title h2 {
	font-weight: normal;
}

.entry {
	float: right;
	width: 480px;
	margin: 20px 20px 50px 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.navigation {
	clear: both;
	margin: 0 20px;
}

.navigation a {
	color: #009900;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.postmetadata {
	margin-top: 20px;
	color: #0000ff;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 20px;
}

#sidebar h2 {
	color: #009900;
	margin: 0 10px;
}

#sidebar ul {
	margin: 5px 10px 10px 10px;
}

#sidebar ul li ul li {
	margin-bottom: 5px;
	font-size: 1.1em;
}

.search {
	margin: 10px;
}

/* footer */
#footer {
	clear: both;
	width: 696px;
	margin: 20px 0 20px 0;
	padding-top: 50px;
	color: #808080;
}

#footer a {
	color: #808080;
	border-bottom: 1px dotted #808080;
}

#footer a:hover {
	color: #009900;
	border-bottom: 1px dotted #808080;
}

#footer .tagcloud {
	margin: 10px 20px;
}

#footer .tagcloud a {
	color: #009900;
	border-bottom: none;
}

#footer .tagcloud a:hover {
	color: #009900;
	border-bottom: 1px dotted #009900;
}

/* single.php */
.mainContent {
	width: 700px;
	float: left;
}
.widecolumn {
	width: 940px;
}

.sidealt {
	float: left;
	width: 198px;
	margin: 0 20px;
}

.commentsection {
	clear: both;
	float: left;
	width: 696px;
	margin: 0;
}

.leftcontent {
	clear: both;
	font-size: 1.1em;
	float: left;
	width: 120px;
	margin: 10px 20px;
}

.leftcontent br {
	margin: 0;
	padding: 0;
}

.rightcontent {
	font-size: 1.1em;
	float: right;
	width: 480px;
	margin: 10px 20px;
}

#comments {
	margin: 0 20px;
}

#comment {
	margin: 10px 0;
}

.alt {
	margin-top: 0px;
}

.tagcolor {
	color: #0000ff;
}

/* Pages */
.pagetitle {
	margin: 10px 20px;
	color: #009900;
}

.pageentry {
	float: left;
	width: 660px;
	margin: 20px 20px 50px 20px;
	font-size: 1.1em;
}

.editentry {
	margin: 10px 20px;
}

.pagepost {
	clear: both;
	float: left;
}

.pagepost .title {
	margin: 10px 20px;
}

.pagepost .entry {
	margin-top: 10px;
}

.searchpost {
	margin: 10px 20px;
}

#resources {
	clear: both;
	margin: 10px 0;
}

.leftresource {
	float: left;
	width: 200px;
}

.rightresource {
	float: right;
	width: 460px;
	margin-bottom: 10px;
}

.rightresource ul li {
	margin-bottom: 5px;
}