/*  
Theme Name: Ariawijaya
Theme URI: http://ariawijaya.com/
Description: Black theme with 2-3 column, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Customized theme based on Pixeled created by <a href="http://samk.ca/">samk</a>.
Author: Victor
Author URI: http://ariawijaya.com/
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down

Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.

*/

/* Defaults */


* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }

p {
  font-size: 10pt;
  }

a {
  color: #89C1F0;
  text-decoration: none;
  }

a:hover {
  color: #3372E6;
  text-decoration: normal;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin-top: 0pt;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  font-size: 9pt;
  background: #3D3D3D; /*#000 url(images/bg.jpg) top center repeat-y;*/  /*background colour*/
  }

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  background-color: #000000; /*#000000;*/ /*background colour body wrapper*/
  border-top: 3px solid #2C2C2C;
  border-left: 3px solid #2C2C2C;
  border-right: 3px solid #2C2C2C;
  border-bottom: 3px solid #2C2C2C;
  }

#header {
  padding: 0;
  margin: 0;
  height: 125px;
  background-color:#000000; /*#000000*/
  }

#header #topright {
  text-align: right;
  float: right;
  width: 585px;
  margin: 5px 15px 0 0;
}

#header #middleright {
  text-align: right;
  float: right;
  width: 468px;
  height: 60px;
  margin: 10px 15px 0 0;
}

#header #bottomright {
  text-align: right;
  float: right;
  width: 585px;
  margin: 10px 15px 0 0;
}

#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }

#header #topright li {
  display: inline;
  }

#header #topright li a {
  color: #fff;
  font-size: 10pt;
  font-weight:bold;
  padding: 0 5px 0 5px;
  text-transform: capitalize;
  border-left: 0px solid #CCCCCC;
  }

#header #topright li a:hover {
  color: #0080FF /*#0033FF*/;
  text-decoration: none;
  background-color: #FFFFFF;  
  }

#header #topright a {
  color: #ffffff;
  font-size: 10pt;
  font-weight:bold;
  padding: 0 5px 0 5px;
  text-transform: capitalize;
  border-left: 0px solid #CCCCCC;
  }

#header #topright a:hover {
  color: #0080FF /*#0033FF*/;
  text-decoration: none;
  background-color: #FFFFFF;  
  }

#header #bottomright a {
  color: #ffffff;
  font-size: 10pt;
  font-weight:bold;
  padding: 0 5px 0 5px;
  text-transform: capitalize;
  border-left: 0px solid #CCCCCC;
  }

#header #bottomright a:hover {
  color: #0080FF /*#0033FF*/;
  text-decoration: none;
  background-color: #FFFFFF;  
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 10px;
  padding: 0;
}

#header h1 {
  padding: 0;
  margin: 0;
  }

#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }

#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }

#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }

/* Menu */
#catnav {
  margin: 0 0 0 0;
  padding: 0;
  clear: both;
  height: 30px;
  width: 960px;
  background:#006699 /*url(images/bg_topmenu.jpg) top center repeat-x*/; /*main menu colour background*/
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 10px;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: normal;
  border-right: 1px solid #131f27;
  }

#nav li a:hover {
  color: #3372E6;
  text-decoration: none;
  display: block;
  color: #33CCFF; /*font menu colour on hover*/
  background-color:#074C6F; /*background colour main menu on hover*/
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }

#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 175px;
  }

#nav li li a {
  width: 175px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-top: 1px solid #131f27;
  background:#006699 /*url(images/bg_menutrans.png) top center repeat-x*/; /*background colour submenu*/
  margin: 0;
  padding: 5px 20px 5px 15px;
  }

#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #074C6F;
  padding: 5px 20px 5px 15px;
  color: #33CCFF;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 3px 15px 0 0;
  display: inline;
  width: 24px;
  line-height: 41px;
  }

#topsearch {
  float: right;
  margin: 3px 10px 0 0;
  display: inline;
  line-height: 20px;
  }
  
#catads {
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
  height: 60px;
  width: 960px;
  }

#catads2 {
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
  /*height: 90px;*/
  width: 960px;
  }

/* next previous single */
.prevpost{float:left;margin-right:8px;}
.nextpost{float:right;margin-left:8px;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center;}
.bubble-trigger{position:relative;}
.bubble{display:none;position:absolute;z-index:10;}

/* Top Content */
#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }

#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }

#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 10px 0 10px 0;
  font-size: 15pt;
  letter-spacing: normal;
  color: #ffffff;
  font-weight: normal;
  background: #333333;
  padding: 5px;
  }

.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }

.topPost h2.topTitle a {
  font-size: 13pt;
  font-weight: bold /*normal*/;
  color: #FFFFFF /*#89C1F0*/;
  letter-spacing: normal;
  }

.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #3372E6 /*#abd1ea*/;
  }

.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }

.topPost p.topMeta a {
  text-decoration: none;
  color: #89C1F0;
  }

.topPost p.topMeta a:hover {
  color: #3372E6;
  }

.topPost div.topContent {
  font-size: 10pt;
  color: /*#efefef*/#cccccc;
  margin: 6px 0;
  }

.topContent span.topContentmore {
  font-size: 10pt;
  font-weight: bold;
  }
  
.topPost div.topContent a {
  text-decoration: none;
  color: #89C1F0;
  }

.topPost div.topContent a:hover {
  text-decoration: none;
  color: #3372E6;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }

.topPost div.topContent ul li, .topPost div.topContent ol li {
  color:  /*#eee;*/#cccccc;
  }

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  padding: 0px 10px;
  color: #fff;
  }

.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  }

.topPost span.topComments a {
  color: #89C1F0;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  vertical-align: middle;
  }

.topPost span.topMore a {
  color: #89C1F0;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  vertical-align: middle;
  }

.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  vertical-align: middle;
  color: #0a0a0a;
  }

.topPost span.topTags a {
  color: #89C1F0;
  vertical-align: middle;
  }

.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #3372E6;
  }

/* spoiler */
.spoilerhide {display:none}
.spoilershow {display:inline}
/* end spoiler */

#nextprevious {
  margin: 10px 0 5px 0;
  }
  
#nextprevious a {
  color: #89C1F0;
  text-transform: lowercase;
  text-decoration: normal;
  }

#nextprevious a:hover {
  color: #3372E6;
  }

/* Comments */
#comment {
  margin-bottom: 10px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 10px 15px;
  color: #fff;
  }

#comment a {
  color: #89C1F0;
  }

#comment a:hover {
  color: #3372E6;
  }

#numberofcomments {
  color: #fff;
  font-size: 10pt;
  }

ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }

#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background:#006699;
  border: 1px solid #0099CC;
/*  background: #030303;*/
/*  border: 1px solid #0a0a0a;*/
  }

#commentlist li.alt {
  background:  #333333; 
  border: 1px solid #666666;
/*  background: #000;
  border: 1px solid #010101;
  border: none;*/
  }

#commentlist li.cleared {
  background: transparent;
  border: none;
  }

#commentlist a:hover {
  color: #eee;
  }

#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  border: 1px solid #0099CC;
  }

#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 410px;
  }

#commentlist .commentbody p a {
  text-decoration: underline;
  }

#commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }

#commentlist small.commentmetadata a {
  color: #CCCCCC; /*#666;*/
  }

#commentlist p {
  color: #dedede;
  }

#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  }

textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  }

#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }

/* Welcome section */
#main #welcome {
  margin: 5px 0 0 0;
  padding: 0 0 5px 0;
  background: #333333 /*#003366*/;
  border: 2px solid #666666 /*#0099FF*/;
  text-align: center;
  }

#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }

#main #welcome p {
  font-size: 10pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }

#main #welcome a {
  text-decoration: none;
  color: #89C1F0;
  }

#main #welcome a:hover {
  color: #3372E6;
  }

#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }

#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }

.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 9pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }

.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }

/* Sidebars */
#sidebars {
  margin: 10px 0 0 0;
  float: right;
  width: 340px;
  color: #eee;
  /*background: #333333;*/
  /*border: 1px solid #666666;*/
  }

#sidebar .sidebarsearch {
  margin: 0 0 5px 0;
  padding: 8px 10px;
  border: 2px solid #666666;
  width: 340px;
  color: #eee;
  /*background: #333333;*/
  /*border: 1px solid #666666;*/
  }

#sidebars .sidebarbox {
  /*background: #333333; */
  border: 0px solid #666666;
  padding: 8px 10px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 167px;
  }

#sidebar_right {
  float: right;
  width: 167px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: bold;
  font-size: 11pt;
  color: #fff;
  letter-spacing: normal;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 0 0;
  }

#sidebars li {
  margin-bottom: 5px;
  list-style: none;
  font-size: 10pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #89C1F0;
  }

#sidebars a:hover {
  color: #3372E6;
  text-decoration: normal;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* ads on before footer */
#morefootads {
/*  background: #333333; 
  border: 1px solid #666666;*/
  padding: 5px;
  color: #dfdfdf;
  margin: 0 0 5px 0;
  }

#morefootads p {
  margin: 5px 0;
  padding: 5px 0;
  }

/* Before footer */
#morefoot {
  background: #333333; 
  border: 1px solid #666666;
  padding: 15px;
  color: #dfdfdf;
  margin: 10px 0 10px 0;
  }

#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }

#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }

#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }

#morefoot a {
  text-decoration: normal;
  color: #89C1F0;
  }

#morefoot a:hover {
  text-decoration: normal;
  color: #3372E6;
  }

#morefoot h3 {
  font-size: 11pt;
  font-weight: bold;
  color: #dfdfdf;
  letter-spacing: normal;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }

#morefoot #searchbox {
  padding: 1px;
  width: 250px;
  }

#morefoot .col1 {
  float: left;
/*  width: 340px;*/
  width: 290px;
  }

#morefoot .col2 {
  margin: 0 25px;
  }

#morefoot .col2, #morefoot .col3 {
  float: left;
/*  width: 260px;*/
  width: 290px;
  }

#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

/* tags on footer */
#moretags {
  background: #333333; 
  border: 1px solid #666666;
  padding: 5px;
  color: #dfdfdf;
  margin: 0 0 0 0;
  }

#moretags p {
  margin: 2px;
  padding: 5px 0;
  }

/* footer*/
#footer {
  clear: both;
  background: #000;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }

#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }

#footer a {
  color: #89C1F0;
  text-decoration: none;
  }

#footer a:hover {
  color: #3372E6;
  }

#footerleft {
  float: left;
  width: 700px;
  }

#footerright {
  float: right;
  width: 200px;
  text-align: right;
  }

/* Misc */
.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }

.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }

.aligncenter,

div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }

img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }

img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

