/*
	Theme Name: Mbuh Ra Ruh
	Them URI: http://www.wedhouz.net
	Description: :-P
	Version: 1
	Media: Screen
	Author: Wedhouz
	Author URI: http://www.wedhouz.net
	
*/

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}
a.link,
a.visited {
	color: #3e3e3e;
	font-weight: bold;
}
a.hover,
a.active {
	color: fa6154;
	font-weight: bold;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
body {
	background: #fff;
	color: #3e3e3e;
}
img { 
	border: none;
} 

/* --- header --- */
#wrap-header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#header {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	margin: 50px auto 60px auto;
	padding: 0;
	width: 840px;
	height: 35px;
	border-bottom: 1px solid #ddd;
}
#header-title {
	float: left;
	font-size: 30px;
	font-weight: normal;
	margin: -5px 10px 0 0;
	text-shadow: 0 2px 2px #bbb;
	text-transform: uppercase;
}
#header-title a:link,
#header-title a:visited {
	color: #3e3e3e;
	text-decoration: none;
}
#header-title a:hover,
#header-title a:active {
	color: #3e3e3e;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
}
#header-desc {
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-top: 1px;
	margin-left: 175px;
	text-shadow: 0 2px 2px #bbb;
}
#search {
	float: right;
	margin-top: 40px;
}
#search input.text,
#search input[type=text] {
    height: 20px;
	width: 170px;
    padding: 2px 6px;
    border: 1px solid #bbb;
    font-size: 12px;
}
#search input[type=submit] {
	height: 25px;
	margin-left: 3px;
	border: 1px solid #bbb;
	color: #3e3e3e;
}
/* --- article --- */
#wrap-article {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
}
#article {
	width: 840px;
	overflow: hidden;
	margin: 40px auto 0 auto;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #bbb;
}
#article-title {
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	background: #fff;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0 2px 2px #bbb;
	padding: 0 0 10px 316px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;	
}
#article-title a:link,
#article-title a:visited {
	color: #3e3e3e;
	text-decoration: none;
}
#article-title a:hover,
#article-title a:active {
	color: #3e3e3e;
	text-shadow: 0 -2px 2px #bbb;
	text-decoration: none;
}
#article-aside {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	margin: 0 20px 0 0;
	float: left;
	width: 320px;
	text-align: left;
}
#article-aside a:link,
#article-aside a:visited {
	color: #0B73B6;
	text-decoration: none;
	font-weight: bold;
}
#article-aside a:hover,
#article-aside a:active {
	color: #FA6154;
	text-decoration: none;
	font-weight: bold;
}
#article-aside-top ul li {
	padding: 6px 0 12px 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
	width: 310px;
	font-weight: bold;
}
#article-aside-middle ul li {
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
	width: 310px;
}
#article-aside-bottom ul li {
	padding: 12px 0 12px 0;
	margin-bottom: 30px;
	list-style: none;
	width: 310px;
}
#article-content {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 5px 0 20px 0;
	float: left;
	width: 500px;
	text-align: left;
	text-align: justify;
}
#article-content a:link,
#article-content a:visited {
	text-decoration: none;
	color: #3e3e3e;
	font-weight: bold;
	}
#article-content a:hover,
#article-content a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #fa6154;
}

/* --- navigation --- */
#navi {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 840px;
	overflow: hidden;
	margin: auto;
	padding: 20px 0 20px 0;
}
#navi a:link,
#navi a:visited {
	color: #0B73B6;
	text-decoration: none;
}
#navi a:hover,
#navi a:active {
	color: #FA6154;
	text-decoration: none;
}
#navi-left {
	margin-left: 30px;
	float: left;
	text-align: left;
}
#navi-right {
	margin-right: 30px;
	float: right;
	text-align: right;
}

/* --- comments --- */
#comments {
	width: 840px;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #fff;
	background: #FFF4E0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#comments-title {
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin-left: 340px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 2px 2px #bbb;
	padding: 10px 0 10px 0x;
	background: #FFF4E0;
	margin-bottom: 10px;
}
#comments-list {
	font-family: helvetica, arial, sans-serif;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 20px;
}
#comments-list-head {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#comments-list-head-avatar {
	display: block;
    width: 60px;
    height: 60px;
    margin-left: 219px;
    float: left;
    position: relative;
	border: 1px solid #ccc;
}
#comments-list-body {
	margin-left: 320px;
    width: 480px;
    display: block;
    margin-right: 20px;
	text-align: left;
}
#comments-list-body-title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
#comments-list-body a:link,
#comments-list-body a:visited {
	color: #0b73b6;
	text-decoration: none;
}
#comments-list-body a:hover,
#comments-list-body a:active {
	color: #fa6154;
	text-decoration: none;
}
#comments-list-body-cite {
	font-size: 11px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#comments-list-body-body {
	font-size: 12px;
	margin: 10px 0 20px 0;
	line-height: 140%;
}

/* --- comments form --- */
#comments-form {
	font-family: helvetica, arial, sans-serif;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 20px;
	text-align: left;
}
#comments-form-login {
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	margin-left: 320px;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 10px 0x;
	background: #FFF4E0;
}
#comments-form-login a:link,
#comments-form-login a:visited {
	text-decoration: none;
	color: #0b73b6;
}
#comments-form-login a:hover,
#comments-form-login a:active {
	text-decoration: none;
	color: #fa6154;
}
#comments-form-left {
	float: left;
	width: 300px;
	padding: 0;
}
#comments-form-left-form {
    float: left;
    width: 300px;
}
#comments-form-left-form p label {
    font-weight: bold;
	font-size: 12px;
}
#comments-form-left-form p label span {
    font-weight: normal;
    font-style: italic;
}
#comments-form-left-form p input {
    margin: 4px 0 6px 0;
    height: 30px;
    width: 270px;
    padding: 0 10px;
    border: 1px solid #bbb;
    font-size: 12px;
}
#comments-form-right {
	margin-left: 320px;
    width: 480px;
    display: block;
    margin-right: 20px;
}
#comments-form-right-form {
	width: 480px;
}
#comments-form-right-form p {
	margin: 0;
}
#comments-form-right-form p label {
	font-size: 12px;
    font-weight: bold;
}
#comments-form-right-form p label span {
    font-weight: normal;
    font-style: italic;
}
#comments-form-right-form p input {
	margin: 4px 0 2px 0;
    height: 30px;
    width: 280px;
    padding: 0 10px;
    border: 1px solid #bbb;
    font-size: 12px;
}
#comments-form-right-form p textarea {
    margin: 4px 0 2px 0;
	padding: 10px;
	border: 1px solid #bbb;
	width: 458px;
	height: 173px;
	font-size: 12px;
}
/* --- footer --- */
#wrap-footer {
	margin: 0;
	padding: 0;
}
#category {
	width: 840px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	margin: 10px auto 20px auto;
}
#category ul {
	float: left;
	width: 840px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;

}
#category li {
	float: left;
	width: 120px;
}
#category li a:link,
#category li a:visited {
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #3e3e3e;
	line-height: 1.5em;
	background: #eee;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#category li a:hover,
#category li a:active {
	text-decoration: none;
	color: #0b73b6;
	background: #E9F6E5;
	line-height: 1.5em;
}
#category li a span {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer {
	width: 840px;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	margin: 30px auto 20px auto;
	padding-bottom: 20px;
	width: 840px;
	border-top: 1px solid #fff;
}
#footer a:link,
#footer a:visited {
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #fa6154;
	font-weight: bold;
	text-decoration: underline;
}

/* --- Tags --- */
code {
	font:0.9em 'Courier New', Courier, Fixed;
	font-weight: bold;
	background: #ddd;
	padding: 2px;
	}
blockquote {
	border-left:2px solid #ccc;
	margin:15px 0 0 0;
	padding:0 0 0 15px
	}

blockquote cite {
	margin:5px 0 0;
	display:block
	}
