/*
Theme Name: JimYi v3
Description: Theme created for JimYi.com
Version: 1.0
Author: Jim Yi
Author URI: http://jimyi.com/
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** actual CSS starts ****/
html {
	/* CSS3 attr, used to force a vertical scrollbar on FF, Safari, etc */
	overflow-y: scroll;
}
body {
	background: #FFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
hr {
	border: none 0;
	border-top: 1px dashed #000;
	height: 1px;
	margin: 25px 0;
	width: 100%;
} 
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	background: #AADEAA url("images/header_bg.png");
	clear: both;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 100px;
	width: 100%;
}

#header-wrap {
	height: 100px;
	margin: 0 auto;
	width: 95%; max-width: 940px; min-width: 780px;
}

h1 {
	background: url("images/header.png") no-repeat;
	display: block;
	height: 70px;
	margin-top: 15px;
	padding: 0;
	width: 200px;
}

h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

#header-left {
	background: url("images/tree.png") no-repeat;
	float: left;
	height: 100px;
	margin-left: 10px;
	padding-left: 120px;
}

#header-right {
	float: right;
	font-size: 1.2em;
	margin: 20px 20px 0 0;
}

#header-right li {
	float: left;
	margin: 10px 25px;
	text-align: center;
}

#header-right a {
	color: #FFF;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
}

#header-right a:hover {
	color: #006633;
}

#header-right a#current {
	border-bottom: 4px solid #006633;
}

#main {
	clear: both;
	font-size: .8em;
	margin: 0 auto;
	width: 95%; max-width: 940px; min-width: 780px;
}

#body {
	float: left;
	width: 70%; max-width: 700px;
}

#body > h2 {
	font-size: 2em;
	margin: 1em 0;
	text-align: center;
}

#body h3 {
	font-size: 1.2em;
}

#body ul {
	list-style: disc inside;
}

#body p {
	margin: 1.12em 0;
}

#main #sidebar {
	float: right;
	margin-top: 1em;
	width: 25%; max-width: 250px; min-width: 175px;
}

#sidebar-twitter {
	background-color: #E5FFE5;
	border: 2px solid #336633;
	margin-top: 10px;
}

#sidebar-twitter #twitter-updates {
	font-size: .8em;
	line-height: 1.4em;
	margin: 10px;
}

#sidebar-twitter #twitter-updates h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
	text-align: center;
}

#twitter-update-list li {
	margin-bottom: 15px;
}

#sidebar-links {
	margin: 20px 15px;
}

#sidebar-links li {
	margin-bottom: 2px;
	padding-left: 5px;
	width: 100%;
}

#rss-link {
	background: url("images/rss_icon.png") no-repeat center right;
	padding-right: 16px;
}

#footer {
	clear: both;
	font-size: .7em;
	margin: 0 auto 25px;
	text-align: center;
}

#footer #hr {
	/*background: url("images/dog.png") no-repeat bottom right;*/
	border-bottom: 2px solid #336633;
	height: 50px;
	margin: 0 auto;
	width: 95%; max-width: 940px; min-width: 780px;
}

#footer #hr p { text-align: right; }

#code-list p {
	margin: 0 0 0 25px;
}

#code-list hr {
	border: 0;
	margin: 12px;
	padding: 0;
}

#code-list ul {
	margin-left: 35px;
}

/** CSS associated with blog **/
ul#recent {
	list-style: none;
}

.post h2 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 1em;
	text-align: left;
}

.post h2 a {
	text-decoration: none;
}

.post p.post-meta {
	font-size: .8em;
	margin-bottom: 1em;
}

.post hr {
	border: 0 none;
	border-top: 2px solid #000;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}

.page-break {
	border: 0 none;
	margin: 10px;
	padding: 0;
}

.page-link, .current-page-link {
	border: 1px solid #000;
	margin-right: 3px;
	padding: 4px;
}

.current-page-link {
	background-color: #DDD;
}

.comment-link {
	text-align: right;
}

.comment {
	border: 1px solid #000;
	margin-top: 25px;
	padding: 15px;
	width: 80%;
}
.comment-meta {
	font-size: .8em;
	margin: 0;
	padding-bottom: 15px;
}

.comment-input {
	width: 300px;
}

#archives-list h2 {
	font-family: times, serif;
	font-size: 2.5em;
	letter-spacing: .2em;
	margin: 12px 0;
	text-align: left;
}

#archives-list h3 {
	font-size: 1.2em;
	font-style: italic;
}

#archives-list hr {
	margin: 0 0 6px;
	width: 90px;
}

#author-error, #email-error, #comment-error {
	color: #EE0000;
}

pre {
	background: #DDD;
}

code {
	font-size: 1.25em;
}

.centered {
	text-align: center;
}
.align-left {
	text-align: left;
}
.float-left  {
	float: left;
}
.float-right {
	float: right;
}
