/*
Theme Name: GKK
Theme URI: http://www.afterconcept.com/wordpress/wordpress-theme-ac-nucleus/
Description: A WordPress theme based on the AC-Nucleus theme.
Version: 1.1
Author: Fredrik Moberg
Author URI: http://www.afterconcept.com/

This theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

For any questions or suggestions, contact me through this post:
http://www.afterconcept.com/wordpress/wordpress-theme-ac-nucleus/

If you use this theme, a link back to my site http://www.afterconcept.com would be appreciated.
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #9B5834;
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 9pt;
	padding: 15px 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}

h4,h5,h6
{
	font-size: 9pt;
}

ul
{
	margin-left: 30px;
}

.alignleft
{
	text-align: left;
}

.alignright
{
	text-align: right;
}

#sidebar ul
{
	padding: 0px;
	margin: 0px;
}

#sidebar li li{
	list-style: none;
	margin: 0px;
	margin-bottom: 2px;
	padding: 4px;
	background: #e7e7e7;
}

#sidebar li h2
{
	background: #d5d5d5;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px;
}

/* hide 2nd level menu by default, and make an exception on the current one [ra] */
#sidebar ul.menu li ul {
	display: none;
}
#sidebar ul.menu li.current_page_ancestor ul,
#sidebar ul.menu li.current_page_item ul {
	display: block;
}
/* hilight a bit [ra] */
#sidebar ul.menu li.current_page_ancestor>a,
#sidebar ul.menu li.current_page_item>a {
	font-weight: bold;
}

a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}

#header a img
{
	border: none;
}

hr
{
  display: none;
}

#page
{
	width: 768px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
	background: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header
{
	background: #9B5834;
	width: 768px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}

#headerimg
{
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	width: 85%;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header h1
{
	font-size: 4em;
	margin-top: 20px;
}

#content
{
	width: 68%;
	float: right;
	margin-right: 10pt;
	margin-bottom: 10pt;
}

#sidebar
{
	width: 28%;
	margin-right: 70%;
	height: 100%;
}

#commentform
{
	width: 80%;
}

#footer
{
	background-color: #fcd21b;
	clear: both;
	margin-top: 30px;
	height: 35px;
	text-align: center;
}

#footer p
{
	margin: 4px;
	font-size: 9px;
}

p
{
	margin: 10px;
}

.post 
{
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-right: 10pt;
	padding-bottom: 15pt;
	border-bottom: 1px dashed black;
}

.children
{
	margin-top: 10pt;
	padding-top: 15pt;
	margin-right: 10px;
	margin-bottom: 10pt;
	border-top: 1px dashed black;
}

.children .post 
{
	margin-top: 20px;
	border-bottom: none;
	padding-bottom: 0;
}

div.description
{
	font-size: 11px;
}

blockquote
{
	margin-left:20px;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #efefef;
}


ol.commentlist
{
	width: 90%;
	margin: 0 auto;
}

ol.commentlist li
{
	margin-bottom: 1.5em;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #efefef;
}

ol.commentlist li.alt
{
	background-color: #eeeeee;
}

ol.commentlist a
{
	color: #333333;
}

small.commentmetadata
{
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}

#searchform
{
	text-align: center;
	margin: 5px;
}

#searchform input
{
	border: 1px solid #4A2C00;
	background-color: #eeeeee;
}

#searchform #s
{
	width: 50%;
	background-color: white;
}

h1.pagetitle
{
	font-size: 20pt;
	text-align: center;
}

h1.pagetitle:first-letter
{
	text-transform: uppercase;
}

.post h1
{
	font-size: 18pt;
}

.post h2, .entry h1
{
	font-size: 16pt;
}

post h3, .entry h2, .children h1
{
	font-size: 14pt;
}

post h4, .entry h3, .children h2, .children .post h1
{
	font-size: 12pt;
}

post h5, .entry h4, .children h3, .children .post h2, .children .post h3, .children .entry h1, .children .entry h2, .children.entry h3
{
	font-size: 10pt;
}

/* Microsoft office styles */

.MsoNormalTable, table {
	border-collapse: collapse;
	margin: 1em;
}

.MsoNormalTable tr td, td {
	border-top: 0.5px solid lightgray;
	border-bottom: 0.5px solid lightgray;
}

p.MsoNormal, td p {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
