/*  
Theme Name: underone's G7 (v5)
Theme URI: http://www.underone.com/
Description: powered by <a href="http://www.underone.com/">underone</a>, v2@2008.3.25
Version: beta
Author: underone
Author URI: http://www.underone.com/
ICO: pi_diagona_pack
*/

@charset "utf-8";
* {margin:0;padding:0;}
html,body,div,span,iframe,h1,h2,h3,h4,p,blockquote,a,code,em,img,strong,dl,dt,ol,ul,li,input,textarea,form,label,table,tbody,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
	font-family:   Verdana,Tahoma,Arial, Helvetica, sans-serif;
	color: #515151;
} 
body {
	background-color: #fff;
	background-image: url(images/all_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#topgreen {
	background-image: url(images/top_green.png);
	background-repeat: repeat-x;
	height: 7px;
	font-size: 1px;
}
#menu {
	height: 40px;
	width: 960px;
	margin: 0 auto;
	color: #f5f4ec;
}
#menu h1 a {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	display: block;
}
#menu h1 a:hover {
	color:#9fa09c;
}
#menu ul {
	float: left;
	margin-left: 40px;
	height: 30px;
}
#menu li {
	float: left;
	margin-right: 12px;
	display: block;
	height: 30px;
}
#menu li a {
	display: block;
	padding-top: 8px;
	color: #f5f4ec;
	text-decoration: none;
}
#menu li a:hover {
	color:#9fa09c;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#searchbar {
	float: right;
	width: 200px;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: 30px;
}
#searchbar form input {
	float: left;
	width: 150px;
	background-color:transparent;
	color: #737373;
	height: 20px;
	margin-top: 6px;
	padding-left: 20px;
	line-height: 18px;
}
#searchbar img {
	float: right;
	margin-top: 4px;
}
#page {
	width: 960px;
	margin-top: 18px;
	background-image: url(images/page_shadow.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: 583px top;
	overflow:auto;
}
#contents {
	float: left;
	width: 585px;
	padding-right: 15px;
        overflow: hidden;
}
#contents .postnav {
	margin-bottom: 10px;
	float: left;
	width: 585px;
}
#contents .postnav a {
	text-decoration: none;
	color: #737373;
}
#contents .postnav .left a {
	float: left;
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: left -198px;
	padding-left: 13px;
	margin-left: 1px;
}
#contents .postnav .right a {
	float: right;
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: right -178px;
	padding-right: 13px;
}
#contents .posttitle {
	background-image: url(images/post_shadow.png);
	background-repeat: no-repeat;
	background-position: -10px 20px;
	padding: 0px;
	float: left;
	margin-bottom: 12px;
	width: 580px;
}
#contents .posttitle h2 {
	font-family:verdana;
        font-weight:bold;
        font-size: 14px;
	color: #46a8c8;
	background-image: url(images/post_h2.png);
	background-repeat: no-repeat;
	text-indent: 22px;
	background-position: left 1px;
	line-height: 18px;
	text-decoration: none;
}
#contents .posttitle h2 a {
	color: #46a8c8;
	text-decoration: none;
	font-size: 14px;
        font-family:verdana;
        font-weight:bold;
}
#contents .posttitle h2 a:hover {
	color:#83aa59;
	background-image: url(images/arrow_h2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
        font-family:verdana;
        font-weight:bold;
} 
#contents .postmeta {
	color: #939393;
	margin-top: 8px;
	margin-left: 3px;
}
#contents .postmeta span {
	padding-left: 14px;
	color: #939393;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/span.png);
	background-repeat: no-repeat;
}
#contents .postmeta span a {
	color: #939393;
	text-decoration: none;
}
#contents .postmeta span a:hover {
	color: #a14c2a;
}
.file {
	background-position: left -78px;
}
.date {
	background-position: left -98px;
}
.user {
	background-position: left 2px;
}
.comment {
	float: right;
	background-position: left -58px;
}
.edit {
	background-position: left -118px;
}
.tags {
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: left -16px;
	padding-left: 15px;
}
#contents .post {
	padding-left: 3px;
	clear: left;
	width: 580px;
	overflow: hidden;
	padding-bottom: 10px;
}
#contents .post p {
	margin-bottom: 12px;
	line-height: 18px;

}
#contents .post p strong{
	font-weight: bold;
        color: #008000;
}
#contents .post p a {
	color:#46a8c8;
	text-decoration: none;
}
#contents .post p a:hover {
	color:#a14c2a;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a14c2a;
	background-color: #fbf8f5;
} 
#contents .post blockquote {
	padding-left: 20px;
	color: #737373;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-right: 20px;
}
#contents .post ol {
	margin-bottom: 12px;
}
#contents .post ol li {
	margin-bottom: 4px;
	background-image: url(images/arrow_h2.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
         line-height: 18px;
}
#contents .post ul {
	margin-bottom: 12px;
}
#contents .post ul li {
	margin-bottom: 4px;
	background-image: url(images/arrow_h2.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
         line-height: 18px;
}
#contents .post ul li strong{
	font-weight: bold;
        color: #ff0000;
}
#contents .post ul.car-list li ul {
	margin-bottom: 14px;
}
#contents .post ul a.car-toggler {
	font-size: 14px;
	text-decoration: none;
	color: #83aa59;
	padding-bottom: 14px;
}
#contents .post ul.car-list {
	margin-top: 10px;
}
#contents .post li a {
	color: #737373;
	text-decoration: none;
}
#contents .post li a:hover {
	color:#a14c2a;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a14c2a;
	background-color: #fbf8f5;
} 
#contents .post h2 {
	font-family:verdana;
        font-weight:bold;
        font-size: 14px;
	color: #46a8c8;
	background-repeat: no-repeat;
	background-position: left 1px;
	line-height: 18px;
	text-decoration: none;
}
#contents .post h2 a {
	color: #46a8c8;
	text-decoration: none;
	font-size: 14px;
        font-family:verdana;
        font-weight:bold;
}
#contents .post h2 a:hover {
	color:#83aa59;
	background-image: url(images/arrow_h2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
        font-family:verdana;
        font-weight:bold;
}
#contents .post h3 {
	font-family:verdana;
        font-weight:bold;
        font-size: 14px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left 1px;
	line-height: 18px;
	text-decoration: none;
}
#contents .post h3 a {
	color: #46a8c8;
	text-decoration: none;
	font-size: 14px;
        font-family:verdana;
        font-weight:bold;
}
#contents .post h3 a:hover {
	color:#83aa59;
	background-image: url(images/arrow_h2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
        font-family:verdana;
        font-weight:bold;
}
#comments {
	padding-left: 3px;
	float: left;
	width: 580px;
	margin-bottom: 15px;
        overflow: hidden;
}
#comments  h3 {
	font-size: 14px;
	color: #83aa59;
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: left -36px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#comments h3.tp {
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: left -136px;
}
#comments .ping h4 {
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: left -217px;
	padding-left: 14px;
}
#comments .ping h4 a {
	text-decoration: none;
}
#comments .ping h4 a:hover {
	color:#a14c2a;
	background-color: #fbf8f5;
}
#comments ul li.ping {
	margin-bottom: 15px;
}
#comments ul li.ping p {
	color: #737373;
	padding-right: 10px;
}
#comments #respond {
	background-position: left -56px;
}
#comments .tback {
	float: right;
	margin-right: 8px;
}
#comments .tback a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #838383;
}
#comments input {
	width: 165px;
	background-color:transparent;
}
#comments input.submit {
	width: 140px;
	background-color:transparent;
	background-image: url(images/span.png);
	background-repeat: no-repeat;
	background-position: 18px -157px;
	margin-top: 10px;
}
#comments .in {
	background-image: url(images/comment_input.png);
	height: 21px;
	border: none;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}
#comments label {
	color: #bbb;
	text-decoration: none;
	margin-left: 20px;
}
#comments textarea {
	height: 140px;
	width: 325px;
	background-color:transparent;
	overflow: hidden;
}
#comments .text {
	height: 150px;
	width: 340px;
	padding-left: 5px;
	padding-top: 2px;
	background-image: url(images/comment_textarea.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#comments ol li {
	margin-bottom: 10px;
	background-image: url(images/commentlist_top.png);
	background-repeat: no-repeat;
	background-position: left 22px;
}
#comments ol li.admin {
	background-image: url(images/commentlist_top_admin.png);
}
#comments cite,cite a {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #46a8c8;
}
#comments cite {
	margin-left: 20px;
}
#comments .admin cite a {
	color: #a14c2a;
}
#comments .commentdata a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
	text-decoration: none;
}
#comments .mid {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebeae5;
	border-left-color: #ebeae5;
	background-color: #faf9f5;
	width: 552px;
	display: block;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#comments .admin .mid {
	background-color: #eff5f7;
	overflow: hidden;
}
#comments .mid p {
	color: #767676;
	line-height: 18px;
}
#comments .mid a {
	color: #a14c2a;
	text-decoration: none;
}
#comments .bottom {
	background-image: url(images/commentlist_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 10px;
	width: 574px;
}
#comments .admin .bottom {
	background-image: url(images/commentlist_bottom_admin.png);
}
#comments .logged {
	margin-bottom: 10px;
	margin-left: 15px;
}
#comments .logged a {
	text-decoration: none;
}
#comments .avatar {
	border: 1px solid #D3D3D3;
	background-color: #FFFFFF;
	padding: 2px;
	float: right;
	margin-top: 3px;
}
#navigation {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#navigation .alignright {
	float: right;
}
#navigation .alignleft {
	float: left;
}
.alignright a,.alignleft a {
	text-decoration: none;
}
#sidebar {
	width: 350px;
	float: left;
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
	color: #515151;
	margin-bottom: 10px;
}
#sidebar img {
	display: block;
	margin-bottom: 3px;
}
#sidebar_1 {
	float: left;
	width: 138px;
	padding-top: 2px;
}
#sidebar h2 {
	font-size: 14px;
	margin-bottom: 4px;
	color: #83aa59;
        font-family:verdana;
        font-weight:bold;
}
#sidebar ul li {
	margin-bottom: 12px;
	color: #737373;
	overflow: hidden;
}
#sidebar span {
	color: #737373;
}
#sidebar ul li ul li{
	background-image: url(images/sidebar_li.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 16px;
	text-indent: 12px;
	margin-bottom: 4px;
}
#sidebar ul.children {
	margin-left: 12px;
	margin-top: 3px;
}
#sidebar li.categories ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aaa;
	margin-bottom: 3px;
}
#sidebar a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #737373;
	text-decoration: none;
}
#sidebar ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #949180;
	color: #46a8c8;
}
#sidebar ul.children li {
	background-image: url(images/sidebar_children.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#sidebar_2 {
	background-color: #faf9f5;
	float: right;
	width: 182px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebeae5;
	border-left-color: #ebeae5;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 5px;
}
#sidebar_2 ul li ul li {
	background-image: none;
	text-indent: 0px;
	overflow: hidden;
	word-wrap: break-word;
	margin-bottom: 4px;
}
#sidebar_bottom {
	float: right;
	width: 202px;
	height: 5px;
	background-image: url(images/sidebar_bottom.png);
	font-size: 1px;
	margin-bottom: 10px;
}
#sidebar .cc a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sidebar .cc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
}
#footer {
	height: 35px;
	width: 960px;
	background-image: url(images/foot_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_r {
	float: right;
	background-image: url(images/footer_bg_r.png);
	height: 30px;
	width: 5px;
	background-repeat: no-repeat;
} 
#footer_l {
	float: left;
	background-image: url(images/footer_bg_l.png);
	height: 30px;
	width: 5px;
	background-repeat: no-repeat;
} 
#foot {
	color: #696969;
	font-size: 11px;
	height: 22px;
	padding-top: 8px;
	width: 550px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#foot a {
	color: #828282;
	text-decoration: none;
	font-size: 11px;
}
#foot a:hover {
	color: #628d27;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
}
