/*  
Theme Name: dark
Theme URI: dark
Description: A 2008 wordpress dark theme
Version: 1.0
Author: Billy
Author URI: http://igeni.us/

	dark v1.4
	http://igeni.us/

	This theme was designed and built by Billy,
	whose blog you will find at http://igeni.us/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/





/*******************************************************************************************
*                                BODY AND GLOBAL                                           *
*******************************************************************************************/
.body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	margin: 0;
	padding: 4px 0 0 10px;
	font-size: 1.4em;
}

p {
	margin: 4px 0 0 0;
	padding: 10px;
}

img {
	border: 0 !important;
}

.clear {
	clear: both;
}

small {
	font-size: 11px;
	color: #999999;
}

form p {
	margin: 10px 0 0 10px;
	padding: 0;
}

h2 a {
	color: #fff !important;
}

#wp-gallery-remote {
    margin: 0 0 10px 10px;
}

#wp-gallery-remote img {
    padding: 4px;
}

#wp-gallery-remote a, #lightbox a {
	text-decoration: none;
	border: none !important;
	color: #999999;
}

a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #999999;
}

a.image {
	text-decoration: none;
	border-bottom: 0;
	color: #999999;
}

a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                FORMS                                                     *
*******************************************************************************************/
form {
	padding: 0;
	margin: 0;
}

.textfield {
	border: 1px solid #999999;
	background-color: #333333;
	color: #999999;
}

.button {
	cursor: pointer;
	background: url(images/button.png) no-repeat top left;
	width: 65px;
	height: 20px;
	border: 1px solid #999999;
	color: #999999;
	line-height: 14px;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
}

label {
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #CCCCCC;
	font-size: 0.7em;
}

.button-right {
	padding: 10px;
	padding-right: 16px;
	text-align: right;
}

* html .button-right {
	padding-right: 14px;
}

.large {
	width: 506px;
}

/*******************************************************************************************
*                                MAIN CONTENT                                              *
*******************************************************************************************/
.main-content {
	width: 800px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: url(images/big_zebra.png) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
/*******************************************************************************************
*                                HIDDEN                                                    *
*******************************************************************************************/
.hidden {
	display: none;
}

/*******************************************************************************************
*                                BOTTOM                                                    *
*******************************************************************************************/
#bottom {
	text-align: right;
	margin: 4px 0 -10px 0;
	color: #CCCCCC;
	font-size: 0.7em;
}

* html #bottom {
	margin-bottom: -14px;
}

/*******************************************************************************************
*                                SEARCH                                                    *
*******************************************************************************************/
#search {
	font-size: 0.7em;
	margin-left: 10px;
}

#search .textfield {
	width: 150px;
}

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

#search li {
	display: block;
	padding: 2px 0 2px 0;
	list-style-image: none;
}

#search a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #999999;
}

#search a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                INFO                                                      *
*******************************************************************************************/
#info {
	float: left;
	width: 80%;
	padding-bottom: 2px;
}

#info a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #999999;
}

#info a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                LANG                                                      *
*******************************************************************************************/
#lang {
	float: left;
	width: 20%;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#lang a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #999999;
}

#lang a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                HEADER                                                    *
*******************************************************************************************/
#header {
	background: url(images/header.png) no-repeat top left;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 178px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

#header a {
	border: none;
}
/*******************************************************************************************
*                                NAVIGATION TOP                                            *
*******************************************************************************************/
#navlist {
  float:left;
  width:100%;
  padding-top: 140px;
  font-size:93%;
  line-height:normal;
}

#navlist ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

#navlist li {
  float:left;
  background:url(images/tab_left.gif) no-repeat left top;
  margin:0;
  padding:0 2px 0 9px;
}

#navlist a {
  float:left;
  display:block;
  background:url(images/tab_right.gif) no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color: #999999;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navlist a {float:none;}
/* End IE5-Mac hack */

#navlist a:hover {
  color:#fff;
}

#navlist .current_page_item {
  background-image:url(images/tab_left_over.gif);
}

#navlist .current_page_item a {
  background-image:url(images/tab_right_over.gif);
  color:#fff;
  padding-bottom:5px;
}
/*******************************************************************************************
*                                CONTENT                                                   *
*******************************************************************************************/
#content {
	width: 800px;
	height: auto;
	background-color: #000000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #fff;
}
/*******************************************************************************************
*                                CONTENT BOX                                               *
*******************************************************************************************/
.content-box {
	width: 497px;
	margin: 10px 0 0 10px;
	padding-bottom: 20px;
	background: url(images/box_content_bottom.png) no-repeat bottom left;
}

.content-box .spacer {
	margin: 10px;
}

/* info */
.content-box .info {
	font-size: 0.6em;
	margin-left: 10px;
	color: #999999;
}

.content-box .tags img {
	border: 0;
	margin-bottom: -4px;
}

/* text */
.content-box .text {
	background: url(images/box_content_middle.png) repeat;
	font-size: 13px;
}

/* header */
.content-box h2 {
	background: url(images/box_content_top.png) no-repeat top left;
	width: 497px;
	height: 33px;
}

/* content */
.content-box .content {
	background: url(images/box_content_middle.png) repeat;
	margin: -4px 0 0 1px;
}

/* post details */
.content-box .post-details {
	height: 16px;
	line-height: 16px;
	font-size: 0.7em;
	color: #999999;
	margin: 10px 0 0 10px;
}

.content-box .more {
	width: 30%;
	float: left;
	padding-bottom: 2px;
}

.content-box .comments {
	width: 68%;
	float: left;
	text-align: right;
	padding-bottom: 2px;
}

.content-box .comments img {
	margin-bottom: -4px;
}

/* tags */
.content-box .tags {
	font-size: 0.7em;
	position: absolute;
	margin: 10px 0 0 300px;
	width: 190px;
	height: 16px;
	line-height: 16px;
	text-align: right;
	color: #666666;
	padding-bottom: 2px;
}

/* links */
.content-box a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	color: #999999;
}

.content-box a img, .content-box a.image, .content-box img {
	text-decoration: none;
	border-bottom: 0 !important;
	color: #999999;
}

.content-box a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                CONTAINER                                                 *
*******************************************************************************************/
#container-right {
	width: 540px;
	float: left;
}

#container-left {
	width: 540px;
	float: right;
}

/*******************************************************************************************
*                                SIDEBAR                                                   *
*******************************************************************************************/
#sidebar-right {
	width: 242px;
	float: left;
	margin-top: 10px;
}

#sidebar-left {
	width: 242px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

* html #sidebar-left {
	margin-left: 4px;
}

/*******************************************************************************************
*                                SIDEBOX                                                   *
*******************************************************************************************/
.sidebox {
	width: 242px;
	margin-bottom: 20px;
}

.sidebox-top {
	background: url(images/sidebox_top.png) no-repeat top left;
	height: 18px;
}

.sidebox-content {
	background: url(images/sidebox_content.png) repeat-y;
}

.sidebox-bottom {
	background: url(images/sidebox_bottom.png) no-repeat top left;
	height: 13px;
}

/*******************************************************************************************
*                                 PLAYER                                                   *
*******************************************************************************************/
#player-left {
	float: left;
	width: 200px;
}

#player-right {
	float: left;
	width: 10px;
	margin-left: 10px;
}

#player-text {
	background: url(images/player_text_back.png) no-repeat top left;
	border: 1px solid red;
	width: 186px;
	height: 87px;
	margin-left: 10px;
	line-height: 87px;
	font-size: 0.7em;
	text-align: center;
}

#player-pause a {
	display: block;
	padding: 10px 0 0 30px;
	float: left;
}

#player-previous a {
	display: block;
	padding: 30px 0 0 10px;
	float: left;
}

#player-next a {
	display: block;
	padding: 20px 0 0 10px;
	float: left;
}

#player-scroll {
	background: url(images/player_scrollbar.png) no-repeat top center;
	width: 16px;
	height: 143px;
}

#player-volume {
	background: url(images/player_volume.png) no-repeat top left;
	width: 18px;
	height: 10px;
	cursor: pointer;
	margin-top: -80px;
}

/*******************************************************************************************
*                                 GALLERY PREVIEW                                          *
*******************************************************************************************/
#gallery-preview {
	padding: 0;
	margin: 0 0 0 8px;
}

#gallery-preview img {
	border: 1px solid red;
	margin-bottom: 4px;
}

/*******************************************************************************************
*                                 SEE MORE                                                 *
*******************************************************************************************/
.see-more {
	padding-bottom: 2px;
	text-align: right;
	margin: 4px 10px 0 0;
	font-size: 10px;
}

.see-more a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	margin-left: 4px;
	color: #999999;
	font-size: 0.7em;
}

.see-more a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                FOOTER                                                    *
*******************************************************************************************/
#footer {
	width: 800px;
	background-color: #000000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 10px;
}

/*******************************************************************************************
*                                ERROR                                                     *
*******************************************************************************************/
#error {
	padding: 10px;
	color: red;
	font-size: 0.7em;
}

/*******************************************************************************************
*                                LOGIN                                                     *
*******************************************************************************************/
#login {
	border: 2px solid red;
	width: 250px;
	margin: 200px auto 0 auto;
}

#login h2 {
	color: #fff;
}

/*******************************************************************************************
*                                 SUBPAGES                                                 *
*******************************************************************************************/
.sub-pages {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #000000;
}

.sub-pages ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
}

.sub-pages li {
	float: left;
	display: block;
}

.sub-pages a {
	text-decoration: none;
	border-bottom: 2px solid #333;
	margin-left: 4px;
	color: #999999;
	font-size: 0.7em;
}

.sub-pages a:hover {
	border-bottom: none;
}

/*******************************************************************************************
*                                PLUGINS                                                   *
*******************************************************************************************/
#uni_random {
	position: absolute;
	color: #666666;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-size: 11px;
	z-index: 1000;
}

.subscribe-to-comments label {
        width: 400px !important;
        float: left !important;
}

.subscribe-to-comments #subscribe {
        width: 20px !important;
        float: left !important;
}
