/*  
Theme Name: Dark Boink
Theme URI: BoinkMe 2009
Description: WP theme with 2-3 column layout, Easy to customize. Created by a guy from a hill in a town far far away!
Version: 1.0.1
Author: Osama
Author URI: http://www.boinkme.com
Tags: dark, 3 columns, 2 columns, clean, ads, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets

License Information :
GTFO

*/

body {
  text-align: center;
  margin: 0;
  font-family:Georgia, "Times New Roman", Times, serif;
  background: #000 url('images/bg.jpg') no-repeat fixed top center; 
  padding-left:0; padding-right:0; padding-top:0; padding-bottom:15px; background-repeat:repeat-x 
  }
  
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia;
  color: #FFFFFF;
  }

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

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

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

dd {
  padding-left: 15px;
  }

p {
  font-size: 9pt;
  }
  
* {
  margin: 0;
  padding: 0;
  }
  
a {
  color: #FFFFCC;
  text-decoration: none;
  }

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

a img {
  border: none;  
  }

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

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

strong {
  font-size: 110%;
  }

/* Wrapper */

#wrapper {
  margin: 0 auto;
  width: 963px;
  text-align: left;
  padding: 0;
  
  }

/* Header */

#header {
  padding: 0;
  margin: 0;
  height: 150px;
  }

#header #logo {
  float: left;
  width: 499px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #454545;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #0195ff;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }
  #header_rss{
	float:right;
	padding-top:40px;
	padding-right:0px;
}
/* Page Menu */

#pagemenu{
  text-align: right;
  float: right;
  width: 600px;
  margin: -14px 0px 0px 0px;
}
#pagemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#pagemenu li {
  display: inline;
  }
#pagemenu li a {
  color: #454545;
  font-size: 9pt;
  padding: 0px 0px 0px 10px;
  }
#pagemenu li a:hover {
  color: #FFFFCC;
  text-decoration: none;
  }
 
 /* Images Start */
p img {
	padding: 2;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
 
/* Menu */

#menu{
	width:100%;
	height:51px;
	background:url('images/menu_bg.gif') no-repeat;
}

#menu ul{
	padding-left:20px;
	padding-top:17px;
	float:left;
	list-style-type: none;
}

#menu ul li{
	float:left;
	
}

#menu ul li a{
	color:#fff;
	display:block;
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#menu ul li a#i_home{

}

#menu ul li a:hover{
color:#96dcf9;
text-decoration:none;
}

/* Search */

#right_search{
	float:right;
}

#searchform_top{
	font-size:11px;
	color:#aeaeae;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:3px;
	margin-right:15px;
}

#searchform_top span{
	
}

#searchform_top_text{
	width:198px;
	border:0px;
	background:none;
	color:#e4f6fd;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#gosearch{
	text-align:right;
	position:relative;
	top:9px;
	right:2px;
}

/* Top Content */
#body{
	width:100%;
	float:left;
	background:#fff url('images/bodybg.gif') repeat-y;
	
	
}
#body2{
	width:100%;
	float:left;
	background:#fff url('images/bodybg2.gif') repeat-y;
	
	
}
#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
 
  }
  
#body_top{
	width:100%;
	float:left;
	background:url('images/body_top_bg.png') no-repeat;
}
  #body_top2 {
	width:100%;
	float:left;
	background:url('images/body_top_bg2.png') no-repeat;
}

#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
  
#contentwrapper2 {
  float:left;
  width: 935px;  
  padding: 10;
  }
  
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 10px 0px 0px 0px;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background-color:#FF0000;
  padding: 5px;
  }
  
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
  
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: bold;
  color: #CC0000;
 
  }
  
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #FFFFFF;
  }
  
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #999999;  
  }
  
.topPost p.topMeta a {
  text-decoration: underline;
  color: #666666;
  }
  
.topPost p.topMeta a:hover {
  color: #FFFFCC;
  }
  
.topPost div.topContent {
  font-size: 9pt;
  color: #FFFFFF;
  margin: 0px 0px;
  }
  
.topPost div.topContent a {
  text-decoration: underline;
  color: #454545;
  }
  
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #FFFFCC;
  }

.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;
  }
  
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
  
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #fff;
  }
  
.topPost span.topComments a {
  color: #fff;
  background: url('images/comments.gif') no-repeat left;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle
  }
  
.topPost span.topMore a {
  color: #fff;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
  
.topPost span.topTags em {

  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
  
.topPost span.topTags a {
  color: #CC0000;
  line-height: 27pt;
  vertical-align: middle;
  }
  
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
  
#nextprevious a {
  color: #454545;
  text-decoration: underline;
  }
  
#nextprevious a:hover {
  color: #FFFFCC;
  }
.tageslist {font-size:12px; margin-bottom:10px; font-weight:bold;  background-color:#000000; border:1px solid #000000; padding:5px 5px 5px 10px; width:540px; font-family: Georgia;}
.tageslist a {margin-right:0px; color:#666666; font-weight:normal; font-family: Georgia;}
.socials {font-size:10px; font-weight:bold; background-color:#000000; border:1px solid #000000; padding:5px 5px 5px 10px; width:540px;}
.socials a {margin-right:10px; color:#CC0000;}
.btn_comment {background:url('images/comments.gif') no-repeat left; padding-left:15px}
.hordiv2
{
background:url('images/hordiv.gif') repeat-x left; padding:6px
}
.hordiv
{
background:url('images/hordiv2.gif') repeat-x left; padding:6px
}
/* Comments */

#comment {
  margin-bottom: 10px;
  background: #333333;
  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 #000000;
  padding: 10px 15px;
  color: #454545;
  }
  
#comment a {
  color: #454545;
  font-weight:bold;
  }
  
#comment a:hover {
  color: #FFFFCC;
  font-weight:bold;
  }
  
#numberofcomments {
  color: #454545;
  font-size: 12pt;
  margin-top: 10px;
  }
  
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }
  
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #F7F7F7;
  border: 1px solid #fff;
  }
  
#commentlist li.alt {
  background: #fff;
  border: 1px solid #010101;
  border: none;
  }
  
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
  
#commentlist a:hover {
  color: #FFFFCC;
  }
  
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
  
#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: #000;
  }
  
#commentlist small.commentmetadata a {
  color: #000;
  }
  
#commentlist p {
  color: #454545;
  }
  
#comment h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #454545;
  margin: 15px 0 0 0;
  padding: 0;
  }
  
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  }
  
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }

/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 340px;
  color: #eee;
  }
  
#sidebars .sidebarbox {
  background-color:#000000;
  border: 1px solid #333333;
  padding: 8px 8px;
  }

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

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

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

#sidebars h2 {
  margin: 0;
  padding: 2px 2px 2px 8px;
  font-size: 10pt;
  color: #996633;
  background-color:#800000;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:bold;
  }

#sidebars table {
  width: 130px;
  }

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

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

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  color: #eee;
  background: url('images/bullet.gif') no-repeat left 8px;
  line-height: 17px; padding-left:16px; padding-right:2px; padding-top:2px; padding-bottom:2px
  }

#sidebars a {
  display: inline;
  color: #454545;
  }
  
#sidebars a:hover {
  color: #FFFFCC;
  text-decoration: underline;
  }

#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;
  }

/* Footer*/
#footer {
  clear: both;
  background: #424242;
  border: 1px solid #070707;
  padding: 10px 10px 10px 10px;
  }
  
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
  
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
  
#footer a:hover {
  color: #fff;
  }
  
#footerleft {
  float: left;
  width: 500px;
  }
  
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }

/* Othere Styles */

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

.cleared {
  margin: 0px;
  padding: 0px;
  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;
  }
  
  /* Ads */
  
  .header_ads
  {
  padding:6px;
  }
  
.Sidebar_300x280_Ads
{

  color:#454545;
  background-color:#fff;
  border: 1px solid #ccc;
  padding: 0px 0px 0px 0px;
  text-align:center;
}

.padddingdiv
{
padding:10px;
}

.format_text { font-size: 1.4em; line-height: 1.57143em; padding-right: 0.78571em; }
.format_text blockquote { }
.format_text blockquote.right, .format_text blockquote.left { width: 11.94444em; font-size: 1.28571em; line-height: 1.22222em; border: none; }
.format_text blockquote.right { margin: 0 0 1.22222em 1.22222em; float: right; }
.format_text blockquote.left { margin: 0 1.22222em 1.22222em 0; float: left; }
.format_text blockquote.right p, .format_text blockquote.left p { margin: 0 !important; }
.format_text p { margin-bottom: 1.57143em; }
.format_text p.note { padding: 0.57143em 0.78571em; background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { padding: 0.57143em 0.78571em; background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { padding: 0.04em 0.12em 0 0; font-size: 3.57143em; line-height: 0.76em; color: #888; float: left; }
.format_text ul { list-style: square; margin: 0 0 1.57143em 1.57143em; }
.format_text ol { margin: 0 0 1.57143em 1.57143em; }
.format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.57143em;}
.format_text dl { margin-bottom: 1.57143em; }
.format_text dt { font-weight: bold; }
.format_text dd { margin-bottom: 1.57143em; }
.format_text .ad { margin-left: 1.57143em; float: right; clear: right; }
.format_text .ad_left { margin-right: 1.57143em; float: left; clear: left; }
.format_text img { }
.format_text img.left { margin: 0 1.57143em 1.57143em 0; float: left; clear: left; }		
.format_text img[align="left"] { margin: 0 1.57143em 1.57143em 0; float: left; clear: left; } /* IE6 borks unless these attribute rules are separated */	
.format_text img.right { margin: 0 0 1.57143em 1.57143em; float: right; clear: right; }	
.format_text img[align="right"] { margin: 0 0 1.57143em 1.57143em; float: right; clear: right; }	
.format_text img.center { display: block; margin: 0 auto 1.57143em auto; float: none; clear: both; }
.format_text img[align="middle"] { display: block; margin: 0 auto 1.57143em auto; float: none; clear: both; }
.format_text img.block { display: block; margin: 0 auto 1.57143em 0; clear: both; }
.format_text img.frame { padding: 0.71429em; background: #eee; border: 0.07143em solid #ddd; }
.format_text img.stack { clear: none !important; }

/*CSS black style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url('invbar.gif');
		background-color:#404040;
		color: #ffffff
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}