/*
Theme Name:froxter theme
Theme URI: http://www.xoogie.net
Description: This is a free WordPress Theme from semlaguna designed by brainet
Author: Andriver
Author URI: http://www.xoogie.net


/*-----------Block Level Elements--------------*/

* {
        margin: 0;
        padding: 0;
}

body {
        margin:0px auto;padding:0px;
        width:1000px;background:#ffffff;
        font-family: verdana,Arial,Tahoma,Helvetica,sans-serif;
        color:#333;
        font-size: 12px;
}
#atop {background: url('images/bck.jpg') 0 0 no-repeat;padding:0px 20px 0px 0px}
#aleft {background:#ffffff url('images/left.gif') 0 0 repeat-y;}
#aright {background: url('images/right.gif') 100% 0 repeat-y;}
#abot {background: url('images/foot.gif') 0 100% no-repeat;}
.clear {clear:both;height:0px}
#search {margin:0px 50px 0px 0px}
input.search {border:1px solid #88a;background:#eef;width:200px;height:30px;font-size:25px}
input.searchbut{
        padding: 0px 5px 0px 5px;
        background: url('images/search.gif') no-repeat 0 0;
        border:0px none;
        width:70px;
        height:70px
        }
#container {
        width: 950px;
        margin: 230px auto 0px auto;
}
#wrapper {
        margin: 5px auto 0px auto;
        overflow:hidden;
        position:relative;
        }
a {text-decoration:none;color: #337;}
a:hover {color: #a44;text-decoration:none;}
#content {
        padding: 0px;
        float: right;
        display:inline;
        width: 580px;
}
.moreads {float:left;}

#content ul li {
        list-style:none;
        margin: 0px;
        padding:0px 0px 0px 20px;
        line-height:20px;
        background: url('images/bullet.gif') no-repeat 0px 0px;
        font-size:13px;
        }
#content div.post {
        text-align:justify;
        margin:0px 0px 10px 0px;
        padding:3px;
}
#content div.post h2 a {
		display:block;
        font-size: 17px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        border-bottom:2px solid #777;
}
#content div.post h2 a:hover {
        color: #944;
        }
#content div.post p, #content div.postcontent p {
        line-height: 1.6em;
        color: #333;
}
#content div.post span.info {
        float: left;
        padding-left: 20px;
        color: #333;
}
.cpalead {line-height:1em}
.cpalead a {font-weight:bold;}
div.post small {
        display: block;
        font-size: 10px;
        color: #333;
        line-height: 1.6em;
        padding-bottom: 10px;
        clear: left;
}
#content div.post span.user {
        float: left;
        padding-left: 20px;
        color: #333;
}

.navigation {padding: 0px 0px 0px 15px; font-weight:bold}
#sidebar {
        float: left;
        width:370px;
}

#sidebar div.sidebar-left {
        width: 190px;
        float: right;
        margin:1px;
 }
#sidebar div.sidebar-right {
        width: 170px;
        float: right;
        margin:1px;
 }
#sidebar div.sidebar-left h3 {
        padding: 0px 0px 3px 18px;
        margin: 0px 5px 6px 0px;
        font-size: 15px;
        color: #111;
        background: #ddd;
}
#sidebar div.sidebar-left ul {
        padding-bottom: 10px;
}
#sidebar div.sidebar-left ul li {
        padding: 0px 0px 3px 18px;
        margin: 0px 5px 6px 0px;
        background: url('images/bullet.gif') no-repeat 0px 2px;
        list-style-type:none;
}
#sidebar div.sidebar-right ul.categories li {
        background:#fff;
        border:1px solid #AAAAAA;
        line-height:20px;
        margin: 0px 0px 5px 0px;
        }
#sidebar div.sidebar-left ul.recent-posts li {
        padding-left: 20px;
        background: url('images/post.jpg') no-repeat left;; list-style-type:none; padding-right:3px; padding-top:3px; padding-bottom:3px
}
#sidebar div.sidebar-left ul li a {
        font-weight: bold;
        color: #377;
}
#sidebar div.sidebar-left ul li a:hover {
        color: #944;
}
#sidebar div.sidebar-right h3 {
        padding: 0px 0px 3px 18px;
        margin: 0px 5px 6px 0px;
        font-size: 15px;
        color: #111;
        background: #ddd;
}
#sidebar div.sidebar-right ul {
        padding-bottom: 10px;
}
#sidebar div.sidebar-right ul li {
        padding: 0px 0px 3px 18px;
        margin: 0px 5px 6px 0px;
        background: url('images/bullet.gif') no-repeat 0px 2px;
        list-style-type:none;
}
#sidebar div.sidebar-right ul li a {
        font-weight: bold;
        color: #377;
}
#sidebar div.sidebar-right ul li a:hover {
        color: #944;
}
#footer {
        margin:10px 0px 0px 0px;
        height:22px;
        clear: both;
        padding: 10px
}
#footer span {
        font-size: 10px;
        padding: 10px;
}
#comments {
        margin: 0px 0px 0px 15px;
}
#comments form input {
        width: 200px;
        padding: 2px;
        font-size: 13px;
        font-weight: bold;
        color: #555;
}
#comments form textarea {
        width: 500px;
        height: 200px;
        padding: 2px;
        font-size: 13px;
        font-weight: bold;
        color: #555;
        border: 1px solid #999;
}
#comments ol.commentlist {
        list-style: none;
}
#comments ol.commentlist li {
        padding: 5px;
        margin: 10px 0;
        width: 500px;
        border-top: 1px solid #AAAAAA;
        clear: left;
        line-height: 1em;
        font-size: 11px;
        color: #555;
}


.post img {
        float:left;
        margin:3px;
        padding:3px;
        border:1px solid #aaa;
        background:#fff;
        }

div.post ul { padding-left:20px;

}


div.post ol { padding-left:20px;

}
