﻿body
{
    background-image: url('img/body.jpg');    
    font: 0.625em/1.5 Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* Elements */
img,
a img
{
    border: none;
}

a 
{
    color: #F26521;    
}


ul
{
    margin: 0 0 10px 0;
    padding: 0; 
}

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a,
#relatedPosts p
{
    color: #808080;
    font-family: Arial,Helvetica,sans-serif;
}

h1 
{
    font-size: 24px;
}

h2
{
    font-size: 20px;
}

h3 ,#relatedPosts p
{
    font-size: 18px;
}

h4
{
   font-size: 16px; 
}

h1 a, h2 a, h3 a, h4 a 
{
    text-decoration: none;
    border-bottom: 2px solid #E4E4E4;
   
}

ul li
{
    list-style-type: none;
}
/* Layout */
#header, #content
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Header */
#header-wrapper 
{
    background-image: url('img/header.jpg');
    background-repeat: repeat-x;
}

#header
{
    height: 72px;
}

/* Logo */
#logo
{
    float: left;
    width: 300px;
    padding-top: 10px;
}


/* Menu */
#menu
{
    float: right;
    margin-top: 20px;
}

#menu ul
{
    float: right;
}

#menu ul li
{
    display: inline;
}


#menu a,
#menu a:visited
{
    margin-left: 10px;
    
    color: #fff;
    border-bottom: 2px solid #E4E4E4;
    text-decoration: none;     
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding-bottom: 2px;
}

#feed
{
    float: right;
    margin: 10px 0px 0px 10px;
}

/* Content */
#content-wrappper
{
   clear: both;
}

#content
{
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-left: 2px solid #E4E4E4;    
    border-right: 2px solid #E4E4E4;
}

#main
{
    float: left;
    width: 710px;
}

#sidepanel
{
    float: left;
    width: 250px;
    padding-left: 40px;
}

#footer
{
    clear: both;
}

/* Post */

.post 
{
    padding-bottom: 30px;
}

.post .published
{
    margin: -10px 0 10px 0;
    padding: 0;
    color: #808080;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: bold;
}

.post .comment-count {
    float: right;
    width: 70px;
    height: 50px;
    padding-top:  12px;
    
    background-image: url('img/comment.png');
    background-repeat: no-repeat;
}


.post .comment-count a {
    margin-left: 12px;
    display: block;
    width: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6
{
    margin-top: 0px;
    margin-bottom: 0px;
}


.text p
{
    margin-top: 0px;
    margin-bottom: 10px;
}


/* Post list  */
#PostPager
{
    margin-top: 20px;
}

/* Related posts */
#relatedPosts
{
    margin-bottom: 30px;
    padding: 20px;
    border: 2px solid #E4E4E4;
}

#relatedPosts p
{
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#relatedPosts span
{
    display: block;
}

/* comments */


.comment
{
	border-top: 1px solid #E8E8E8;
	margin-top: 10px;
	padding: 5px 0 10px 0;
	background: url('/img/commentheader.png') repeat-x;
	word-wrap: break-word;
}

.comment .info
{
	color: #999;
	font-size: 90%;
	margin: 5px 0;
	padding-left: 10px;
}

.comment .info span a, .comment .info span
{
	color: #333333;
}

.comment .gravatar
{
	 border: 4px solid #EEE;
	 float: left;
}

.comment .content
{
     display: inline;
    float: left;
    margin: 0px 5px 0px 5px;
    position: relative;
}

.comment .links
{
    clear: both;
}

#addcomment
{
    border-bottom: 2px solid #F5F5F5;
    color: #595959;
    margin-bottom: 0.4em;
    padding-bottom: 0;
    font-size: 17px;
}


.commentForm
{
    padding-left: 20px;
}

.commentForm label 
{
    width: 190px;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.commentForm input[type="text"], .commentForm textarea, #btnSaveAjax, select {
    -moz-border-radius: 4px 4px 4px 4px;
    background: url("/img/input.png") repeat-x scroll center top #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    padding: 5px !important;
    width: 300px;
    margin-top: 10px;
}

.commentForm input[type="text"], .commentForm select {
   width: 460px;
}

.commentForm textarea {
   width: 660px;
}

.commentForm .bbcode, .commentForm #commentMenu, .commentForm #preview
{
    display: none;
}

#btnSaveAjax
{
    float: right;
    top: -40px;
    position: relative;
}

/* contact */

#contact
{
    padding-left: 20px;
}

#contact label 
{
    width: 190px;
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#contact input[type="text"], #contact textarea, #contact input[type="submit"], #contact input[type="file"] {
    -moz-border-radius: 4px 4px 4px 4px;
    background: url("/img/input.png") repeat-x scroll center top #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    padding: 5px !important;
    width: 300px;
}

#contact input[type="text"], #contact input[type="file"] {
   width: 460px;
}

#contact textarea {
    width: 660px;
    margin-bottom: 20px;
}


/* widget */
.widget h4
{
    border-bottom: 2px solid #E4E4E4;
    margin-bottom: 5px;
}

div.widget a.edit, div.widget a.move {
    float: right;
    font-size: 85%;
    font-weight: normal;
    margin-left: 5px;
    z-index: 1;
}

div.widget a.delete {
    color: #999999;
    float: right;
    font-weight: bold;
    margin-left: 5px;
    position: relative;
    text-decoration: none;
    top: -3px;
    z-index: 1;
}

.tagcloud ul li {
    border-bottom: medium none;
    padding: 0 0 10px;
}

.tagcloud li {
    display: inline;
}
.tagcloud a {
    display: inline;
    margin-right: 3px;
}
.tagcloud a.biggest:hover {
    text-decoration: underline;
}
.tagcloud a.biggest {
    font-size: 24px;
}
.tagcloud a.big {
    font-size: 21px;
}
.tagcloud a.medium {
    font-size: 17px;
}
.tagcloud a.small {
    font-size: 15px;
}
.tagcloud a.smallest {
    font-size: 12px;
}

.twitter
{
    background-image: url('img/twitter.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 100px;
}

.categorylist img
{
    margin-right: 10px;
}
