/*  
Theme Name: Vistalicious
Theme URI: http://dailyblogtips.com/vistalicious-wordpress-theme-released/
Description: WP theme with a Vista twist
Author: Daily Blog Tips	
Author URI: http://www.dailyblogtips.com/wordpress-themes/
Version: 1.2
Tags:green color, right sidebar, one column, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a {
  color: #6B8B45;
  }

a:hover {
  color: #256B7F;
  }

blockquote {
	margin:15px 20px 15px 20px;
	background:#f5f8f9;
  	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #e1eaec;
	overflow: auto; color:80a652;
	
  }

code {
  color: #3366CC;
  }

a img {border: none; text-decoration:none;}
a:hover img {border: none; text-decoration:none;}

ul, li { list-style: none;margin:0;padding:0; }
/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 12px auto 5px auto;
  width: 950px;
  font:12px/14px  helvetica, arial,Sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #276675 url(../../../../images/bgbody.jpg) no-repeat top center;
  background-attachment: fixed; color:#3e3e3e;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin: 0;
  height: 13px;
  background: url(../../../../images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(../../../../images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0px 0 25px 0;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20pt; 
  }

#header h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #D0DE9C;
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 14px;
  color: #A6DDEA;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: right;
  color: #fff;
  font-size: 12px;
  }

#header .topright a {
  color: #A6DDEA;
  }

#header .topright a:hover {
  color: #D0DE9C;
  }

#header .topleft {
  float: left;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  width: 668px;
  height: 65px;
  text-align: left;
  color: #fff;
  font-size: 11px;
  }

#header .topleft a {
  color: #ffffff;
  }

#header .topleft a:hover {
  color: #D0DE9C;
  }
  
.search {
  padding-bottom: 5px; font-weight:bold; font-size:8px;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(../../../../images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none; font-weight:bold; font-size:11px;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav {
  clear: both;
  margin: 10px 0 0 0;
  }

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

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(../../../../images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 12px;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  color: #FFF;
  background: url(../../../../images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #fff;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #fff;
  }

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: url(../../../../images/bgwhite.gif) repeat-y top left; 
  }

#contentwrapper {
  float: left;
  width: 600px;
  }

#content {line-height:1.6em; 
  }

#content .pageTitle {
  padding: 20px 10px 15px 10px;
  font-size: 16pt;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  color: #5A7836;
  }

.post {
  margin: 25px 0 25px 10px;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 10px 10px 2px 10px;  font-weight: bold;
  }

#content h2 {
  font-size: 15pt;
  }

#content h3 {
  font-size: 14px;
  }

#content h4, #content h5, #content h6 {
  font-size: 14px; 
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  clear:both; font-size:28px; font-weight: bold; letter-spacing: -2px; line-height: 30px; margin-bottom: 8px; font-style:italic;
  }


h2.postTitle a {
    text-decoration: none; font-size:28px;
  color: #da5201;
  }

h2.postTitle a:hover {
  color: #31808d; font-size:28px;
  }

.postMeta {
  padding: 2px 10px 3px 10px;
  font-size: 11px;
  color: #333;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent a {
  color: #256B7F;
  }

.postContent a:hover {
  color: #6B8B45;
  }
  
.postContent img {
  margin: 0px;
  border: none;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 12px;
  color: #3e3e3e;
  }

.postContent ul, ol {
  padding: 0 0 0 35px; margin: 
  }

.postContent ol li {
  font-size: 12px; list-style-type: decimal;
  color: #256070;
  }
.postContent ul li {
  font-size: 12px; 1em; list-style:none;
  color: #256070;
  }
.postTags {
  margin: 5px 10px 15px 10px;
  font-size: 11px;
  color: #256070;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(../../../../images/comment.gif) left top no-repeat;
  font-size: 12px;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 12px;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #CBE7FA;
  border: 1px solid #9DCAE8;
  width: 530px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 12px;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 12px;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(../../../../images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 11px;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebars */

.sidebars {
  float:right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 9px;
  width: 300px;
   }

.sidebars h2 {
  padding: 6px 5px 2px 7px;
  font-size: 14px;
  color: #fff;
  background: url(../../../../images/sidebar_title_bg.gif) left top no-repeat;
  height: 29px;
  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 11px;
  }

.sidebars li ul {
  padding: 0;
  }

.sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(../../../../images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }

.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.sidebars a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 11px;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: left; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 10px;
  line-height: 19px;
  }

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

#footer a:hover {
  color: #f8ffb0; text-decoration:underline;
  }

#credits {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 950px;
  text-align: center;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:11px;
  }

a.gravatar {
  float:right;
  margin:10px 15px 20px 0;
  width:50px;
  }
  #wibiyaToolbar_tbl{
width: 990px !important;
margin-left:auto !important;
margin-right:auto !important;
}

.headline { padding: 0 0 0 0px;}
.headline li {padding:3px 5px; float: left;width: 48%; display: inline;}
.headline li a { color: #FFFFFF; text-decoration:none;}
.headline li#li1 {background: url(../../../../images/li3.png) no-repeat left center;}
.headline li#li2 {background: url(../../../../images/li5.png) no-repeat left center;}
.headline li#li3 {background: url(../../../../images/li6.png) no-repeat left center;}
.headline li#li4 {background: url(../../../../images/bintang.png) no-repeat left center;}
.headline li#li5 {background: url(../../../../images/li1.png) no-repeat left center;}
.headline li#li6 {background: url(../../../../images/li4.png) no-repeat left center;}



/*/////////////////////////////////////////
///////////////// paypal ////////////////
/////////////////////////////////////////*/
#widgetpaypal  {border:#D5D9DD solid 1px; padding:3px; -moz-border-radius: 6px;	-webkit-border-radius: 6px;	border-radius: 6px; background:url(http://ngeclick.com/images/bgngewidget.jpg) repeat-y; text-align:center; margin-top:10px;}
#widgetpaypal ul, li  {margin:0;padding:0; }
#widgetpaypal li {padding:0; margin-bottom:6px;  float:inherit; }
#widgetpaypal li#paypal a {display:block;width:250px; height:60px;background: url(../../../../images/badge-paypal-ngeclick-com.png) no-repeat left; text-indent:-999em; }
#widgetpaypal li#paypal a:hover {display:block;width:250px; height:60px;background: url(../../../../images/badge-paypal-ngeclick-com-hover.png) no-repeat left; text-indent:-999em; }

/*/////////////////////////////////////////
///////////////// tewidget ////////////////
/////////////////////////////////////////*/
.tewidget { padding: 0; color: #666; background:url(http://ngeclick.com/images/bgngewidget.jpg) repeat-y;}
.tewidget li { font-size: 11px;padding:3px 2px; float: left;color:#c9c530; width: 48%; display: inline;}
.tewidget li a { color: #FFFFFF; text-decoration:none; background:url(../../../../images/widget-button-daftarsekarang.png) no-repeat 5px 8px;}
.tewidget li a:hover { color:#c9c530;text-decoration: none; }

/*/////////////////////////////////////////
///////////////// widgetS ////////////////
/////////////////////////////////////////*/

#widget-rss  {padding:0px 10px 1px 10px;margin:10px 0; font-size:11px; }
#widget-rss ul {margin:0;padding:0; list-style-position:outside; border:none; }
#widget-rss li {padding-bottom:3px; margin-bottom:6px;  float:inherit; list-style:url(http://ngeclick.com/images/baru.gif) inside; border-bottom:1px dotted #EAEAEA; }
#widget-rss a {color:#31808d; font-weight:bold; font-size:14px;}
#widget-rss a:hover {color:#333;}

/*/////////////////////////////////////////
///////////////// widgetS member //////////
/////////////////////////////////////////*/

#widget-rssmember  {padding:0px 10px 1px 10px;font-size:11px; line-height:-2px; }
#widget-rssmember ul {margin:0;padding:0; list-style-position:outside; border:none; }
#widget-rssmember li {margin-bottom:4px;  float:inherit; list-style:url(http://ngeclick.com/images/baru.gif) inside; border-bottom:1px dotted #EAEAEA; }
#widget-rssmember a {color:#31808d; font-weight:bold; font-size:11px;}
#widget-rssmember a:hover {color:#333;}


/*/////////////////////////////////////////
///////////////// widgetS ////////////////
/////////////////////////////////////////*/

#widget  {padding:0px 0px 1px 0px;margin:10px 0px 0px 0px; }
#widget ul, li  {margin:0;padding:0; list-style:none; border:none; }
#widget li {padding:0; margin-bottom:1px; margin-top:5px;  float:inherit; }
#widget li#w1 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-daftarsekarang.png) no-repeat left; text-indent:-999em; }
#widget li#w1 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-daftarsekarang-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w2 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-upgradeclicker.png) no-repeat left; text-indent:-999em; }
#widget li#w2 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-upgradeclicker-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w3 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-belipaketraffic.png) no-repeat left; text-indent:-999em; }
#widget li#w3 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-belipaketraffic-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w4 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-mulaingeclick.png) no-repeat left; text-indent:-999em; }
#widget li#w4 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-mulaingeclick-hover.png) no-repeat left; text-indent:-999em; }


#widget li#w5 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promosisitus.png) no-repeat left; text-indent:-999em; }
#widget li#w5 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promosisitus-hover.png) no-repeat left; text-indent:-999em; }


#widget li#w6 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promosibanner.png) no-repeat left; text-indent:-999em; }
#widget li#w6 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promosibanner-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w7 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promositext.png) no-repeat left; text-indent:-999em; }
#widget li#w7 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promositext-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w8 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-setotomatis.png) no-repeat left; text-indent:-999em; }
#widget li#w8 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-setotomatis-hover.png) no-repeat left; text-indent:-999em; }


#widget li#w9 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promositools.png) no-repeat left; text-indent:-999em; }
#widget li#w9 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-promositools-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w10 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-areareferrals.png) no-repeat left; text-indent:-999em; }
#widget li#w10 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-areareferrals-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w11 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-downlinebuilders.png) no-repeat left; text-indent:-999em; }
#widget li#w11 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-downlinebuilders-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w12 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-areadownloads.png) no-repeat left; text-indent:-999em; }
#widget li#w12 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-areadownloads-hover.png) no-repeat left; text-indent:-999em; }

#widget li#w13 a {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-incomebonus.png) no-repeat left; text-indent:-999em; }
#widget li#w13 a:hover {display:block;width:300px; height:51px;background: url(../../../../images/widget-button-incomebonus-hover.png) no-repeat left; text-indent:-999em; }

#widget li#paypal a {display:block;width:300px; height:51px;background: url(../../../../images/badge-paypal-ngeclick-com.png) no-repeat left; text-indent:-999em; }
#widget li#paypal a:hover {display:block;width:300px; height:51px;background: url(../../../../images/badge-paypal-ngeclick-com.png) no-repeat left; text-indent:-999em; }

/*/////////////////////////////////////////
///////////////// widgetS ////////////////
/////////////////////////////////////////*/

.newbieclicker-li { padding: 0 0 0 0px; display:block; width:285px; float:left}
.newbieclicker-li li {list-style:url(../../../../images/newbieclicker-16.png); list-style-position:outside;}

.masterclicker-li { padding: 0 0 0 0px; display:block; width:285px; float:right}
.masterclicker-li li {list-style:url(../../../../images/masterclicker-16.png); list-style-position:outside;}


/*/////////////////////////////////////////
///////////////// BANNERS ////////////////
/////////////////////////////////////////*/
#bannerbar  {padding:0px 0px 1px 0px;margin:10px 0; }
#bannerbar ul, li  {margin:0;padding:0; }
#bannerbar li {padding:0; margin-bottom:6px;  float:inherit; }
#bannerbar li#surfbar a {display:block;width:707px; height:40px;background: url(../../../../images/startpagebar.png) no-repeat left; text-indent:-999em; }

.tebalmerah {color:#da5201; font-weight:bold;}
.tebalmerah a{text-decoration:underline; color:#da5201;}
.tebalmerah a:hover{text-decoration:none;}
.tebalbiru {color:#31808d; font-weight:bold;}
.tebalbiru a{text-decoration:underline; color:#31808d;}
.tebalbiru a:hover{text-decoration:none;}

/* Sidebars */

.insidebar {
  float:right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 9px;
  width: 100%;
  }

.insidebar h2 {
  padding: 6px 5px 2px 7px;
  font-size: 14px;
  color: #fff;
  background: url(../images/sidebar_title_bg.gif) left top no-repeat;
  height: 29px;
  }

.insidebar table {
  width: 100%;
  }

.insidebar ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.insidebar li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 11px;
  }

.insidebar li ul {
  padding: 0;
  }

.insidebar ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  /*background: url(../images/bullet.gif) left 7px no-repeat;*/
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }

.insidebar li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.insidebar a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.insidebar a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.insidebar p {
  padding: 2px 0;
  font-size: 11px;
  }

#tag_cloud a {
  display: inline;
  }

.insidebar ul.children li {border-bottom:none;}
.insidebar ul.children {margin-bottom:-5px;}

/* YES LIST */

    ul.yes {
        list-style-type: none;
        margin: 15px; padding:15px;
    }
    
    ul.yes li {
        margin-bottom: 12px;
        background-color: #f3fce3;
        padding: 6px 10px 10px 32px;
        font-size: 12px;
        color: #232323;
        background-image: url(http://ngeclick.com/images/accept.png);
        background-repeat: no-repeat;
        background-position: 8px 4px;
      
		-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    }

/* NO LIST */

    ul.no {
        list-style-type: none;
        margin: 15px; padding:15px;
    }
    
    ul.no li {
        margin-bottom: 12px;
        background-color: #ffefef;
        padding: 6px 10px 10px 32px;
        font-size: 12px;
        color: #232323;
        background-image: url(http://ngeclick.com/images/cross.png);
        background-repeat: no-repeat;
        background-position: 8px 4px;
      
		-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    }
	
	#subwidget-li {margin:0px 15px 3px 15px;padding:5px;border:1px solid #ccc;-moz-border-radius: 4px;
	-webkit-border-radius: 4px;background:url(http://ngeclick.com/images/bgngewidget.jpg) repeat-y;};
	
	.widget-twitter {padding:1opx; margin:10px 0px 10px 0px; };
