/*
Theme Name: Sorsawo Dot Com
Theme URI: http://sorsawo.com
Description: Theme Sorsawo Dot com
Version: 2010
Author: Wahyu Wibowo
Author URI: http://sorsawo.com
Tags: blue, custom header, fixed width, two columns, widgets
*/
.accessibility {
	left: -32000px;
	position: absolute;
}

html body div.clear,html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* General horizontal navigation lists with dropdown magic */
.nav,.nav ul,.nav li {
	background: transparent;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul {
	background: #e9eaea;
	z-index: 9999;
}

.nav li {
	float: left;
}

.nav li a {
	color: #000;
}

.nav li li a {
	color: #a00004 !important;
	/* These need to retain a contrasting color with dropdown background */
	padding: 6px 9px;
}

.nav li ul,.nav li li {
	margin-right: 0;
	width: 200px;
}

.nav li li ul {
	margin: -31px 0 0 200px;
}

.nav li.secondary {
	float: right;
	margin-left: 12px;
	margin-right: 0;
	color: #fff;
}

/* dropdown action */
.nav li ul,.nav li:hover li ul,.nav li li:hover li ul,.nav li.hover li ul,.nav li li.hover li ul
	{
	left: -32697px;
	position: absolute;
}

.nav li:hover ul,.nav li li:hover ul,.nav li li li:hover ul,.nav li.hover ul,.nav li li.hover ul,.nav li li li.hover ul
	{
	left: auto;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}

.wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

.main-wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;
	border: 0px solid #ddd;
	padding-top: 5px;
	background: #f6f6f6;
}

.box-left {
	margin: 3px;
	margin-right: 0;
	margin-top: 0;
	border: 1px solid #ddd;
	padding: 5px 15px;
	border: 1px solid #ddd;
	background: #fff;
}

.box-right {
	margin: 3px;
	margin-top: 0;
	border: 1px solid #ddd;
	padding: 5px 15px;
	background: #fff;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #000;
}

#subheader {
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000;
}

#main {
	margin: 0;
}

#content {
	float: left;
	/*width: 558px;*/
	width: 655px;
}

#sidebar {
	float: left;
	width: 300px;
}

#footer {
	clear: both;
	margin: 2px 0;
}

/* POST */
#content .post h2,#content .post h1 {
	margin: 0px;
	margin-top: 10px;
}

#content .post h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

#content .post .h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#content .post .more-link a {
	color: #000;
	font-weight: bold;
}

#content .post .more-link {
	text-align: right;
}

#content .postmetadata {
	border-bottom: 1px solid #ddd;
	padding: 2px 0 5px 0;
	margin-bottom: 15px;
}

#content .noline {
	border-bottom: none;
}

#content .breadcrumbs {
	padding: 3px 10px;
}

#content .breadcrumbs,#content .breadcrumbs a {
	font-size: 8pt;
}

#content .postmetadata .author {
	float: left;
	margin-right: 5px;
}

#content .postmetadata .comment {
	float: left;
	margin-right: 5px;
}

#content .postmetadata .date {
	float: left;
	margin-right: 5px;
}

#content .postmetadata .tweetmeme_button {
	float: left;
	margin-right: 5px;
}

#content .postmetadata,.postmetadata a {
	font-size: 8pt;
}

#content .tag {
	margin: 5px 0;
}

#content .tag a {
	font-weight: bold;
}

#content .subscribe {
	background: #f7f7f7;
	padding: 10px 15px;
	margin: 5px 0;
}

#content .subscribe .postlike {
	font-weight: bold;
	padding-bottom: 5px;
	color: #000;
	font-size: 11pt;
}

#content .subscribe a {
	font-weight: bold;
}

#content .subscribe ul {
	margin-top: 5px;
	padding: 0;
}

#content .subscribe li {
	list-style: none;
	float: left;
	padding: 2px 2px 2px 0;
	margin-bottom: 0;
	background-image: none;
}

#content ol {
	margin: 0;
	padding: 0;
}

#content ol li {
	margin-left: 30px;
	padding-left: 3px;
	margin-bottom: 10px;
	list-style-type: decimal;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: none;
	padding-left: 25px;
	margin-left: 2px;
	margin-bottom: 10px;
	background-image: url('img/bullet_black.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#content table {
	background: #eee;
}

#content tr {
	background: #fff;
}

#content th,#content .th {
	background: #333;
	color: #fff;
	font-weight: bold;
}

#content .post-banner {
	border: 1px solid #ccc;
	background: #eee;
	width: 468px;
	height: 60px;
}

#content .navigation a {
	color: #000;
	font-weight: bold;
}

/* Comments and comment form */
#sidebar ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#sidebar li {
	padding: 5px 0;
	line-height: 1.3em;
	list-style: none;
	border-bottom: 1px dashed #ccc;
}

#sidebar .cat-item {
	padding-left: 20px;
	border-bottom: none;
	background-image: url('img/arrowbullet.png');
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-image: url('img/arrowbullet.png');
}

#sidebar a {
	color: #333;
}

#sidebar h2 {
	font-size: 18pt;
	font-weight: bold;
	margin: 10px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
	/*font-style: italic;*/
}

#sidebar .comment {
	font-size: 9pt;
}

#sidebar .comment img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#sidebar form {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* MAIN MENU */
#mainmenu li {
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#mainmenu li.secondary {
	padding-right: 0;
}

#mainmenu a {
	color: #fff;
	font-size: 9pt;
}

/* SUBMENU */
#submenu .nav {
	background: url('img/menu.gif') repeat-x;
	height: 25px;
}

#submenu a,#submenu a:hover {
	color: #fff;
	text-decoration: none;
}

#submenu .nav li {
	padding: 2px 10px;
}

#submenu span {
	padding-left: 20px;
	padding-right: 5px;
}

#submenu .rss {
	background: url('img/rss.gif') no-repeat left;
}

#submenu .twitter {
	background: url('img/twitter.gif') no-repeat left;
}

#submenu .email {
	background: url('img/mail.gif') no-repeat left;
}

/* SITE LOGO */
#sitelogo {
	padding: 0px;
	float: left;
	width: 400px;
}

/* ADVERTISEMENT*/
#top-banner {
	float: left;
	width: 300px;
	height: 40px;
	border: 0px solid;
	margin-left: 250px;
	margin-top: 25px;
	color: #000;
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	line-height: normal;
}

#top-banner a {
	font-weight: bold;
}

#sidebar .banner {
	border: 0px solid #ccc;
	margin-bottom: 5px;
	width: 125px;
	height: 125px;
	float: left;
	background: #eee;
	display: inline;
}

#sidebar .iklan-banner1 {
	margin-left: 0;
}

#sidebar .iklan-banner2 {
	margin-left: 5px;
}

#sidebar .iklan-banner3 {
	margin-left: 0;
	margin-bottom: 15px;
}

#sidebar .iklan-banner4 {
	margin-left: 5px;
	margin-bottom: 15px;
}

#content .post-banner {
	border: 1px solid #ccc;
	background: #eee;
	width: 468px;
	height: 60px;
	display: none;
}

/* TAG CLOUD */
#tag .tag-cloud {
	background: #000;
	clear: both;
	margin: 0 auto;
	padding: 10px 20px;
	width: 920px;
	line-height: normal;
	text-align: center;
	/*font-family: verdana, helvetica, sans-serif;*/
}

#tag a {
	color: #fdca01;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

/* FOOTER */
#footer .secondary,#footer a {
	color: #333;
	padding: 2px 5px;
	font-size: 9pt;
}

/* COMMENT */
#content .commentlist {
	margin: 20px 0;
	padding: 0;
}

#content .commentlist li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	background-image: none;
	overflow: auto;
	padding: 0;
}

#content .commentlist li cite {
	font-weight: bold;
	font-style: normal;
}

#content .commentlist li cite a {
	font-weight: bold;
	font-style: normal;
}

#content .commentlist li.alt {
	background: #fff;
}

#content .commentlist p {
	font-size: 8pt;
	line-height: 1.5em;
}

#content .commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	margin: 0 0 5px 5px;
	padding: 2px;
	background: #fff;
}

#content .commentlist p.header {
	font-size: 8pt;
	background: #f7f7f7;
	border-top: 0px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 2px 10px;
}

#content .commentlist .comment-author {
	text-transform: capitalize;
	font-weight: bold;
}

/* Typography
======================================================*/
body {
	background: #fff;
	color: #51555c;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

code {
	font-family: "Lucida Console", Monaco, monospace;
	color: #990000;
	font-size: 9pt;
}

del {
	text-decoration: line-through;
}

acronym,.caps {
	text-transform: uppercase;
}

.small-caps {
	font-variant: small-caps;
}

acronym,.num,.caps,.small-caps {
	letter-spacing: 0.1em;
}

pre {
	overflow: auto;
	padding: 5px 0;
	font-size: 9pt;
	color: #986601;
	line-height: normal;
	font-family: "Courier New",Courier,mono;
	width: 95%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this .   scrollWidth >     this .   offsetWidth ?     25 :
		    0);
}

textarea {
	font: 12px/ 18px helvetica, arial, sans-serif;
	padding: 3px;
}

/* Links */
a,a:visited {
	color: #960;
	text-decoration: none;
}

/* specify all three for accessibility */
a:focus,a:hover,a:active {
	text-decoration: underline;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited
	{
	color: #960;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #000;
	text-decoration: none;
}

/* elements with title attribute */
abbr[title],acronym[title],dfn[title],span[title],del[title] {
	cursor: help;
}

/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}

/* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua",
		serif;
	font-size: 13px;
	font-style: italic;
}

h1,.h1 {
	font-size: 24pt;
	line-height: 1.2;
}

h2,.h2 {
	font-size: 18pt;
	line-height: 1.2;
	font-weight: bold;
}

h3,.h3 {
	font-size: 16px;
	font-weight: bold;
}

blockquote {
	border-left: 2px solid #e9eaea;
	margin: 0 9px 9px;
	padding-left: 10px;
}

dd {
	margin-left: 18px;
}

hr {
	background: #ccc;
	color: #ccc;
	height: 1px;
	margin: 0 30px 18px 30px;
}

/* No formatting class */
.plain,.plain li {
	background: transparent;
	border: 0;
	font-style: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt-font {
	color: #999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style: italic;
}

.alt-font a {
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
}