/*  
Theme Name: Tutorial
Theme URI: http://www.joonsub.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Joon-Sub
Author URI: http://www.joonsub.com/

*/

/* Resset */
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

/* Theme Start */

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #ffffff url(images/header-bg.gif) repeat-x;
	color: #000000;
}
h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}
h3{
	font-size: 1.5em;
}
a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}
a:hover{
	text-decoration: none;
}
p{
	padding: 5px 0 0 0;
}
#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#header{
	float: left;
	width: 960px;
	height: 106px;
	margin: 0 0 30px 0;
}
#logo{
	float: left;
	padding: 10px;
	color: #fff;
}
#logo p{
	padding: 0 0 0 5px;
}
#logo a {
	background: transparent url(images/logo.gif) no-repeat scroll left top;
	display: block;
	height: 40px;
	margin: 5px 0 0;
	text-indent:-999em;
	width: 218px;
}
#navbar {
	float: right;
}

#navigation {
    float: left;
	margin: 65px 0 0 0;
    list-style: none;
}
img { border: none; } 

#navigation li {
    float: right;
}

#navigation li a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
}
#navigation li a:hover {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        font-weight: bold;
        color: #ffffff;
		background-color: #588bd6;
}

#container{
	float: left;
	width: 630px;
}
#featured{
	background: #0d2f6e;
	color: #ffffff;
	width: 90px;
	padding: 5px;
	margin: 0 305px 10px 0;
	float: left;
	font-weight: bold;
}
.post{
	padding: 10px 0 15px 0;
	margin: 0 0 20px 0;
	min-height: 250px;
	border-bottom: 1px solid #ccc;
}
h2 a:link, a:visited{
	text-decoration: none;
}
.stamp{
	padding: 5px 0 5px 0;
	color: #585858;
}
.post-thumb.fl img {
	margin-right:15px;
	border: 5px solid #c7c7c7;
}
.post-thumb{

}
.post h2{
	font-size: 2.5em;
}
.entry{
	line-height: 22px;
}
p.postmetadata{
	margin: 10px 0 0 0;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar{
	float: left;
	width: 310px;
	background: #eeeeee;
	margin: 0 0 0 20px;
	display: inline;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-size: 14px;
}
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}
.bmodel {
	width:125px;
	float: left;
	padding: 5px 10px;
}
table#wp-calendar{
	width: 100%;
}
#footer{
	clear: both;
	float: left;
	width: 960px;
	padding: 10px 0 0 0;
}
#footer p{
	line-height: 18px;
}
.related_articles{
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}
.related_articles li {
    font-size: 1.25em;
}
.donate_me{
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 25px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
/*
.comments-template h2, .comments-template h3{
	font-size:
}
*/

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.mspace{
	margin: 20px 0 0 0;
}
.authorcomment{
	color:#171717;
	font-weight:bold;
	background:#b4dce1;
}
strong.search-excerpt { background: yellow; }