/*
Theme Name: Two
Theme URI: a url
Description: A theme
Version: 1.0
Author: Your name
Author URI: a url
Tags: 
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	text-decoration: none;
    color: #e7c41e;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Tahoma , Verdana, Arial, sans-serif;
    background: #e7c41e url(images/background.jpg) repeat-x top;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 961px;
	margin: 0 auto;
	padding: 0;
}

#header {
    position: relative;
	margin: 0;
}

#wrapper {
    background: url(images/wrapper.png) !important;
    background: transparent;
}

#content {
	float: left;
    width: 628px;
    padding: 0 18px;
    background: #505510 url(images/content.png) repeat-x top;
}

#sidebar {
	float: right;
    width: 297px;
    background: #7a7f25;
}

#footer {
	clear: both;
    background: #2c2f04 url(images/footer.png) no-repeat top;
    padding: 20px 30px 0;
    font-size: 12px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 133px;
    padding-top: 30px;
    background: url(images/logo.jpg) no-repeat left top;
}

#search-top {
    float: right;
    width: 500px;
    padding-right: 20px;
}

#headerimg h1 {
    padding-left: 60px;
    padding-top: 10px;
}


#headerimg a {
    font-size: 30px;
}

#nav {
    background: url(images/top.jpg);
    height: 53px;
}

#rss {
    float: right;
    width: 282px;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 12px;
    color: #505510;
    text-align: right;
}


.description {
    font-size: 12px;
    display: none;
}

/* Navigational bar */
ul#navi-bar {
    padding-top: 20px;
    font-size: 12px;
    height: 28px;
    margin-left: 9px;
    width: 644px;
    float: left;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    float: left;
}

#navi-bar a:hover {
    background: #ce390b url(images/hover.jpg) repeat-x;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #FFF;
}

#sidebar ul h2 {
    font-size: 18px;
	margin: 0 0 4px 0;
    height: 46px;
    line-height: 46px;
    color: #262a03;
    font-family: Georgia, sans-serif;
}

#sidebar ul li {
    margin-bottom: 20px;
    background: url(images/heading-sidebar.png) repeat-x top;
    padding: 0 20px;
}

#sidebar ul ul {
    padding-top: 5px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
    background: none;
    padding: 0;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #FFF;
}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
    margin: 50px 0;
	font-size: 12px;
	line-height: 14px;
    color: #FFF;
}

.post h2 {
	line-height: normal;
    font-family: Georgia, sans-serif;
    color: #F6E84D;
}

.post h2 a {
    color: #F6E84D;
}

.post .posted {
	font-size: 10px;
	line-height: normal;
}

.post p {
    margin: 5px 0;
}

.post a {
    color: #e7c41e;
}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    font-size: 12px;
	line-height: normal;
    font-family: Georgia, sans-serif;
}

.postmetadata a {
    color: #e7c41e;
}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 16px;
    margin: 5px 0;
    font-family: Georgia, sans-serif;
}

.navigation a {
    color: #FFF;
}

#nav-above {
    margin-bottom: 20px;
}

#nav-below {
    margin-top: 20px;
}

.alignleft, .nav-previous {
    float: left;
    height: 20px;
    line-height: 20px;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}

#bottom {
    background: #2c2f04;
    height: 39px;
}


/************************/
/*    Comment Design    */
/************************/

#comment-body {
    width: 450px;
    color: #FFF;
}

#comment-body  a{
    color: #000;
}


#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    border-top: 3px solid #2c2f04;
    background-color: #787d2a;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#respond {
    font-size: 16px;
    margin: 4px 0 4px 0;
}

#comment-body {
    padding: 20px 10px;
    font-family: Tahoma, sans-serif;
}
h3#comments {
    font-size: 12px;
    margin: 4px 0 4px 0;
}
#submit {
    background: url(images/submit.jpg) no-repeat;
    padding: 5px 5px;
	width: 116px;
    text-align: center;
    border: 0;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

.skit {
	padding: 10px 0;
    color: #000;
}

.skutt {
	padding: 27px 20px;
    background: url(images/skutt.png) no-repeat right 10px;
    font-size: 10px;
    text-align: right;
    color: #000;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    color: #929645;
    font-weight: bold;
    padding: 10px 0;
}

#footer-meta a{
    color: #929645
}


#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

#footer a {
    color: #929645;
    font-weight: normal;
}

#footer li h2 {
    font-size: 20px;
    color:#edd233;
    margin-bottom: 20px;
    font-family: Georgia, sans-serif;
}
#footer ul li {
    float: left;
    width: 380px;
    padding: 0 30px;
}


#footer li li {
    border-left: 4px solid #efd640;
    margin: 4px 0;
    padding: 0;
    padding-left: 5px;
    float: none;
}

