/*  
Theme Name: Guildcraft VBS Blog
Theme URI:
Description: 
Version: 
Author:  KBS
Author URI: 
*/

body {
	color: #333;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

/* gobal */
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1, h2, h3 {
font-weight: normal;
}
h2 {
font-size: 1.5em;
color: #525b5c;
}
h3 {
	font-size: 1.4em;
	color: #687db3;
}
blockquote {
background: url(images/quote.png) 10px 0 no-repeat;
margin: 20px 0;
padding: 0 20px 0 50px;
}
code {
font: 1em 'Courier New', Courier, Monospace;
}
.clear {
clear: both;
}
.widthfix {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* links */
a {
color: #004896;
text-decoration: none;
}
a:hover {
color: #213571;
}

/* header */
#header {
	width: 100%;
	height: 148px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.logo {
	float: left;
	border: none;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 25px;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
	font: 1.1em Arial, Tahoma, Verdana, sans-serif;
	margin-top: 5px;
	padding: 3px;
}


#submit{
	}
	
#s {
font: 1.1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
width: 220px;
padding: 3px;
border: 1px solid #b1bcd8;
vertical-align: middle;
}

/* nav menu */
ul.menu {
	font-size: 12px;
	list-style-type: none;
	height: 30px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
ul.menu li {
color: #eee;
float: left;
}
ul.menu li a {
	float: left;
	display: block;
	height: 23px;
	padding: 7px 25px 0 25px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f9be62;
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
}
ul.menu li a:hover {
	background-color: #f6a31f;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
text-decoration: none;
}
	
/* content */
#content {
	width: 800px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content h2 a {
	text-decoration: none;
	color: #5aa31b;
}
.navigation {
display: block;
margin-left: 10px;
width: 500px;
}

/* box */
#article {
float: left;
width: 65%;
}
#sidebar {
float: left;
width: 33%;
}

/* entry */
.entry {
	margin: 10px 10px 10px 5px;
	padding: 10px 10px 20px 10px;
	background-image: url(images/entry-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.entry p {
color: #333;
line-height: 160%;
margin: 7px 0;
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle h2, .entrytitle h3 {
display: inline;
}
.date {
font-size: 1em;
color: #a8adad;
}

/* sidebar */
#sidebar ul {
margin-top: 10px;
}
#sidebar li {
list-style-type: none;
margin: 3px 5px;
padding: 0 0 0 15px;
background: url(images/li.png) 0 7px no-repeat;
}
#sidebar li:hover {
background: url(images/li_on.png) 0 7px no-repeat;
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
	margin: 10px 0 30px 0;
	padding: 10px 10px 0 15px;
	background-image: url(images/entry-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.aside h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
	color: #687db3;
}
.aside p {
color: #333;
line-height: 160%;
}

/* footer */
#bottom {
background: #E3E3E3 url(images/bottom.png) repeat-x;
width: 100%;
}
#tag {
}
#footer {
height: 60px;
padding-top: 20px;
width: 100%;
}

/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/
#comments {
margin-left: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
font: 1em 'Lucida Grande', Tahoma, Verdana, sans-serif;
	background-color: #fff;
}
#commentform input, #commentform textarea {
border: 1px solid #898dbc;
padding: 3px;
	background-color: #fff;
}
#commentform textarea {
width: 480px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 490px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}

#main_start {position: absolute;left: -10000px;}

.description{
	font-size: 1.4em;
	float: left;
	text-align: center;
	width: 370px;
	margin-left: 60px;
	margin-top: 35px;
	color: #e38d04;
}
