/*
Theme Name: Zorg
Theme URI: Zorg.Com 
Description: Theme coded by Clive (clivepal@gmail.com)
Version: 1.0 
*/

/* main css */

body {
    font-family: tahoma;
    font-size: 11px;
    margin: 0px;
	background-image:url(images/bg.gif);
}
input, option, select, textarea {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}
textarea#comment {
	width: 550px;
}
a, a:active, a:visited {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
h1 {
    font-family: verdana, tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 10px 0px;
    border: 1px solid #eba40c;
	background-position:top left;
	height:22px;
	background-image:url(images/h1-bg.gif);
	background-repeat:no-repeat;
    padding: 6px 0px 0px 20px;
    letter-spacing: -1px;
}

h2 {
	font-family:Tahoma;
	font-size:12px;
	color: #000000;
	margin:10px 0px 10px 0px;
	padding:5px 5px 5px 10px;
	text-align:left;
	background-color:#eba40b;
}
h3 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 3px 0px 0px 0px;
}
.body-container {
    text-align: center;
}
.top-bg {
	background-image:url(images/top-bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:27px;
}
.body-outer {
    margin: 0px auto 0px auto;
    text-align: left;
    width: 790px;
    padding: 0px 10px 0px 10px;
	background-image:url(images/header-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
    background-color: #ffffff;
    border: 0px;
}
.body-top {
    background-color: #5b687d;
    background-image: url(images/row1bg.gif);
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    padding: 6px 10px 6px 10px;
    border-bottom: solid 1px #ccc;
}
.sidebar {
 padding: 1px;
 background: #eec11d;

}
.sidebar .inner {
	background: url(images/sidebar-bg.gif) repeat-x top;
	padding: 9px 4px 0 9px;
	width: 211px;
}
.sidebar ul {
	margin: 0; padding: 0;
}
.sidebar ul ul li {
	padding: 0 0 2px 10px; margin: 0px 0 0 5px;
	font-weight: bold;
	background: url(images/bg_li.gif) no-repeat center left;
}
.sidebar ul ul li a {
	color: #474747;
}
li.widget {
	margin: 0; padding: 0;
}
.body-header {
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 5px 2px;
}
.a.logo, a.logo:active, a.logo:visited {
    color: #000000;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}
a.logo hover {
    color: #000000;
    text-decoration: none;
}
.body-header a:hover {
    border: 0px;
}
.body-nav {
    background-color: #f9f9f9;
    border: solid 1px #cccccc;
    padding: 4px 4px 4px 6px;
    margin: 0px 5px 0px 0px;
    font-size: 11px;
    color: #999999;
}
.body-content {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    border: 0px;
}
.body-footer {
    margin: 0px;
    padding: 10px 0px 10px 0px;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	vertical-align:middle;
    cursor: default;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: bold;
}
.body-footer a:hover {
    font-weight: bold;
}
.input-search {
    width: 180px;
	padding:5px;
	border:1px solid #333333;
}
.tsmenu {
    margin: 0px;
    padding: 10px 5px 5px 5px;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	vertical-align:middle;
    cursor: default;
}
.tsmenu ul {
	list-style: none;
	margin: 0; padding: 0;
}
.tsmenu ul li {
	float: left;
}
.tsmenu a, .tsmenu a:active, .tsmenu a:visited {
    margin: 0px 0px 0px 0px;
	background-image:url(images/menu-br.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:10px 10px 0px 5px;


    font-size: 11px;
    text-decoration: none;
}
.tsmenu a:hover {
    text-decoration: underline;
}

ul li {
    background-image: url(images/li1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
div.post {
    padding: 10px;
    color: #000000;
    margin: 0px 0px 10px 0px;
    background-color: #ececec;
    font-size: 11px;
	border:1px solid #e1e1e1;
}
p.comments {
	float: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#666666;
}
