/*
Theme Name: One
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: #6b8f1d;
}

a:hover{
	text-decoration: underline;
    color: #6b8f1d;
}

body {
    font-family: Georgia, Verdana, Arial, sans-serif;
    background: #27263f 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: 700px;
	margin: 0 auto;
	padding: 0;
}

#header {
    position: relative;
	margin: 0;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background: url(images/wrapper.jpg) repeat-y;
    padding-bottom: 10px;
}

#content {
	float: left;
	width: 450px;
    padding: 0 15px;
}

#sidebar {
	float: right;
    width: 190px;
    padding: 20px 10px;
}

#footer {
	clear: both;
    background: url(images/footer.jpg) repeat-x;
    height: 23px;
    padding: 5px 20px;
    line-height: 23px;
    color: #FFF;
    text-align: center;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 40px;
    padding: 50px 10px;
}

#headerimg a {
    color: #802c13;
    font-family: "Myriad Pro", Verdana, sans-serif;
}

.description {
    font-size: 12px;
    color: #FFF;
}

/* Navigational bar */
ul#navi-bar {
    padding: 0;
    font-size: 12px;
    background: url(images/navi.jpg) repeat-x;
    height: 75px;
    line-height: 75px;
    font-family: Verdana, sans-serif;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
    margin: 0 10px;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 12px;
}

#sidebar ul h2 {
    font-size: 13px;
    font-weight: bold;
	margin: 0 0 4px 0;
    color: #23223b;
    text-decoration: underline;
}

#sidebar ul li {
    margin-bottom: 20px;
}

#sidebar ul ul {
    padding-left: 10px;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #23223b;
}
#sidebar a:hover {
	text-decoration: underline;
    color: #6b8f1d;
}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: normal;
    padding: 0 0 0 50px;
}

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: 40px;
    list-style-type: square;
}

#content ol {
    padding-left: 45px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post {
    margin: 0;
    padding: 5px 20px;
	font-size: 12px;
	line-height: 14px;
    background: url(images/post-body.jpg) repeat-y;
    color: #23223b;
}

.post-top, .post-bottom {
    height: 15px;
    line-height: 1px;
    font-size: 1px;
}

.post-top {
    background: url(images/post-top.jpg);
    margin-top: 20px;
}

.post-bottom {
    background: url(images/post-bottom.jpg);
}

.post h2 {
	line-height: normal;
    font-size: 25px;
}

.post h2 a:hover, h2 a:visited, h2 a {
    color: #23223b;
}

.post .posted {
	font-size: 12px;
	line-height: normal;
    color: #5a8400;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
    background-color: #eeeeee;
    border: 1px solid #c9c9c9;
    padding: 5px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
    color: #3d566c;
}

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 {
    color: #3d566c;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
    font-size: 11px;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #3d566c;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    border-top: 3px solid #d5d5d5;
    background-color: #f2f2f2;
}

#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;
}

.skutt {
	padding: 27px 20px;
    background: url(images/skutt.png) no-repeat right 10px;
    font-size: 10px;
    text-align: right;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {
    background: url(images/search.jpg);
    width: 162px;
    height: 21px;
    border: 0;
    padding: 8px 4px;
}

#searchform #searchsubmit {
    display: none;
}

/************************/
/*   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;
}

#footer-meta a {
    color: #FFF;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
