@CHARSET "UTF-8";
/* $Id: style.css,v 1.4 2008/09/14 14:15:43 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo[dot]net / nekodesign[dot]net */
@import "admin.css";
@import "layout.css";
@import "header.css";
@import "footer.css";
*{
	margin: 0;
	padding: 0;
}

ul.tips li {
	padding: 0 0 0 15px!important;
	/* when select an input format */
	background: transparent url('images/menu-leaf.gif') no-repeat 1px .38em!important;
	list-style-type: none;
}

/*            general styles
**************************************************
**************************************************/
body {
	/*background: transparent url(images/backstripegrey.png) repeat;*/
	background-color: #ffffff;
	color: #31363e;
	font: normal normal .8em/1.6em Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.83em;
}

h6 {
	font-size: 0.67em;
}

a:link, a:visited {
	color: #0066ff;
	text-decoration: none;
}

a:hover, a:active, li a.active {
	color: #ff6600;
	text-decoration: none;
}

/*****************************/
blockquote {
	padding: 18px;
}

blockquote p {
	margin: 10px 20px;
	padding-left: 18px;
	width: 400px;
	background: url('images/close-quote.gif') no-repeat right bottom;
	color: #30457e;
	font: 1.5em "Times New Roman", Times, serif;
	text-indent: -10px;
}

blockquote p:first-letter {
	padding: 18px 0 0 18px;
	background: url('images/open-quote.gif') no-repeat left top;
}

/*******************/
input {
	padding: .2em 0;
	color: #000000;
	font: 12px/100% Verdana, sans-serif;
}

textarea, select {
	color: #494949;
	font: 12px/160% Verdana, sans-serif;
}

/*            general list styles
***********************************************/
ul.menu, div.item-list ul {
	margin: 0.35em 0 0 -0.5em;
	line-height: 1.2em;
}

ul.menu li, div.item-list ul li, li.leaf {
	padding: 0 0 .2em 1.5em;
	margin: 0.15em 0 0.15em .5em;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
	background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
	background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}

/*  ul , ol  */
.content ul, .content ol {
	line-height: 1.9em;
}

.content ol {
	margin: 1em 3em 1em 3em;
}

.content ul {
	margin: 1em 3em 1em 0;
	list-style: none;
}

.content ul li {
	padding: 0 0 0 3em;
	background: url('images/custombullet.gif') 20px 8px no-repeat;
}

/*  div#featured (Featured region + site mission )
*****************************************************/
#featured {
	min-width: 4px; /* used if Featured region and site mission are desabled */
}

#featured #mission {
	font-style: italic;
}

#featured .block {
	padding: 5px 0;
}

#breadcrumb-wrapper{
	float: right;
}
/*     div#breadcrumb-wrapper / div.breadcrumb
*********************************************************/
#breadcrumb-wrapper .breadcrumb {
	float:right;
	margin: .2em 0;
	color: #cccccc;
}

#breadcrumb-wrapper .breadcrumb a, #breadcrumb-wrapper .breadcrumb a:link,
#breadcrumb-wrapper .breadcrumb a:visited {
	color: #999999;
}

#breadcrumb-wrapper .breadcrumb a:hover {
	color: #ff6600;
}

/********/
#content {
	padding-bottom: 1em;
	margin: 0;
	background: #121212;
	color: #cccccc;
}

.content p {
	margin: .5em 0;
	line-height: 1.5em;
	text-align: justify;
}

/*        titles (page.tpl.php / node.tpl.php)
********************************************************/
h2.nodetitle, h1.pagetitle {
	clear: both; /* h2.nodetitle = node title as links in front page (node.tpl.php) / 
	h1.pagetitle = node title (page.tpl.php) */
	font: normal 1.9em/30px Impact;/*Arial, Helvetica, sans-serif; Georgia, "Times New Roman", Times, serif*/
	/*letter-spacing: -1px;*/
}

/*            in node.tpl.php
************************************************
************************************************/
.node, .node-sticky {
	margin-bottom: 1.7em;
}

h2.nodetitle {
	margin-top: .4em;
}

h2.nodetitle a {
	color: #cccccc;
}

h2.nodetitle a:hover {
	border-bottom: 1px dotted #006699;
	color: #0066ff;
	text-decoration: none;
}

/*   submitted (node.tpl.php)
**********************************************/
.submitted {
	border-bottom: 1px solid #d8d8d8;
	color: #ababab;
	font-size: 83%;
}

/*  linkswrap / postlinks / taxonomy  (node.tpl.php)
*******************************************************/
.linkswrap {
	padding: .2em 0;
	background: transparent url(images/backstripegrey.png) repeat;
	color: #cccccc;
}

.linkswrap a {
	color: #0066ff;
	text-decoration: none;
}

.linkwrap a:hover {
	border: none;
	color: #ff6600;
	text-decoration: none;
}

.postlinks a {
	text-decoration: none;
}

.postlinks a:hover {
	text-decoration: none;
	color: #ff6600;
}


.postlinks li.comment_new_comments a {
	color: #e30000;
	text-decoration: underline;
}

.postlinks ul, .taxonomy ul {
	background: none;
}

/*******/
.taxonomy {
	padding: 1px 0 0 15px;
	margin: .2em 0 .2em 0;
	position: relative;
	font-size: .85em;
}

.taxonomy a {
	color: #0066ff;
	text-decoration: none;
}

.taxonomy a:hover {
	color: #ff6600;
	text-decoration: none;
}

.taxonomy ul.links {
	margin: 0!important;
	list-style-type: none;
}

.taxonomy ul.links li {
	margin: 0 .2em;
	padding: 0; /* important */
	display: inline;
	background: none;
}

.taxonomy a.active {
	text-decoration: none;
}

/*          comments    (comment.tpl.php)
*************************************************/
div#comments {
	padding-top: 1em; /* see function phptemplate_comment_wrapper in template.php */
}

.comment {
	padding: 6px .7em 0 .7em;
	margin: 1em 0;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	background-color: #121212;
	min-height: 85px; /* for 85*85 pixels user pictures */
}

.comment .picture {
	width: 85px; /* depends on user picture width, drupal core default values: 85px*85px */
	float: right;
	margin: 3px;
}

.comment span.new {
	float: right;
	margin: .4em;
	color: #ff6600;
	font: 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comment .signature {
	clear: both;
	border-top: 1px dashed #c0c0c0;
}

.comment .commentlinks {
	clear: both;
	padding-bottom: .2em;
}

.comment .commentlinks ul li {
	border: 1px solid #cccccc;
	padding: .2em;
	margin-right: 4px;
	background: #131313;
}

.preview {
	background-color: #121212;
}

/* comment submission  */
#comment-form div.form-item {
	padding: 10px 20px;
	color: #cccccc;
	background: transparent url(images/backstripegrey.png) repeat;
}

* html #comment-form div.form-item {
	height: 1px;
}

/*      sidebars
*****************************/
.sidebar .block {
	margin: 0;
	margin-bottom: 5px;
	color: #cccccc;
	font-family: Tahoma;
	font-size: .8em;
}

.sidebar .block .blockcontent{
	padding: 5px;
}

#blocktitlearea{
	background: #121212;
}

/*       special blocks  
*********************************************/
/* user-login-form  */

#user-login-form {
	padding: 0 0 0 10px;
	text-align: left;
}

.form-item {
	text-align: left;
}

/*   box => box.tpl.php   */
.box {
	padding-top: 1em;
}

.diggthis_button {
float:left;
padding: 5px 10px 5px 0;
}
 
#top-bar div.form-item,
#top-bar div.content {
  margin: 0; padding: 0;
}
 
#logo {
position: absolute;
top: 0px;
left: 0px;
} 
 
#user-bar {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  font-size: .9em;
  color: #fefefe;
  width: 550px;
}


#user-bar label {
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 5px;
}


#user-bar input {
  float: left;
  font-size: .9em;
}


#user-bar span.form-required {
  display: none;
}


#user-bar input.form-submit {
  margin-top: -1px;
  margin-left: 5px;
  padding: 0 .1em;  
}


#user-bar div.item-list ul {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
}


#user-bar div.item-list ul li {
  float: left;
  background: none;
  margin: 0 5px;
  padding: 0;
  list-style:none;
  display: inline;
}

#user-bar div.item-list ul li a{
  color: #fefefe;
}

#user-bar div.item-list ul li a:hover{
  color: #ff6600;
}

#search-theme-form {
  padding: 0;
  padding-left: 35px;
  padding-top: 10px;
  font-size: .9em;
  float:right;
  clear:none;
}

#search-theme-form label{
  display:none;
}

#search-theme-form input {
  font-size: .9em;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
  padding:0;
  font-size: .9em;
}

#search-block-form .form-text {
  width: 8em;
  padding:0;
  font-size: .9em;
}

#search-block-form input.form-submit {
  margin-top: -1px;
  margin-left: 5px;
  padding: 0 .1em;
}

#logsearch{
  clear:both;
}

/*Drigg stuff*/

#header_categories {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #121212;
}

#header_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
}

#header_categories ul li { display: inline; }

#header_categories ul li a {
  float: left;
  display: block;
  padding: 0 0.5em;
  color: #fefefe;
}

#header_categories ul li a.active {
  color: #ff6600;
}

#header_categories ul li a:hover {
  color: #ff6600;
}

#header_subcategories, #header_subcategories2, header_subcategories3 {
  padding: 0 0.5em;
}

#header_subcategories ul, #header_subcategories2 ul, #header_subcategories3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
}

#header_subcategories ul li, #header_subcategories2 ul li, #header_subcategories3 ul li { 
  display: inline;
}

#header_subcategories ul li a, #header_subcategories2 ul li a, #header_subcategories3 ul li a {
  float: left;
  display: block;
  padding: 0 0.5em;
  color: #fefefe;
}

#header_subcategories ul li.active a, #header_subcategories2 ul li.active a, #header_subcategories3 ul li.active a {
  margin-top: 0;
  line-height: 30px;
  color: #ff6600;
}

#header_subcategories ul li a:hover, #header_subcategories2 ul li a:hover, #header_subcategories3 ul li a:hover {
  margin-top: 0;
  color: #ff6600;
}

#controlbar {
  height: 30px;
  width: auto;
  margin: 0;
  margin-bottom: 5px;
}

#drigg_submit_button {
  float: left;
  line-height: 30px;
  width: auto;
  padding: 0 5px;
  background: #ff6600;
}

#drigg_submit_button a {
  color: #fefefe;
}

#drigg_submit_button a:hover {
  color: #0066ff;
}

#drigg_order_menu {
  float: left;
  width: auto;
  line-height: 30px;
  padding-left: 20px;
}

#drigg_type_menu {
  float: right;
  width: auto;
  line-height: 30px;
}

#controlbar h1 {
  float: right;
}

#controlbar ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;  
}

#controlbar ul li {
  display: inline;

}

#controlbar ul.drigg-viewtype {
  float: right;
}

#controlbar ul.drigg-viewtype li a {
  display: block;
  float: left;
  margin: 0;
  padding: 0 5px;
  line-height: 30px;
  color: #fefefe;
}

#controlbar ul.drigg-viewtype li.active a {
  color: #ff6600;
}

#controlbar ul.drigg-viewtype li a:hover {
  color: #ff6600;
}

#controlbar ul.drigg-order {
  padding: 0;
}

#controlbar ul.drigg-order li a {
  padding: 0.5em;
  margin-right: 0.5em;
  color: #fefefe;
}

#controlbar ul.drigg-order li.active a {
  color: #ff6600;
}

#controlbar ul.drigg-order li a:hover {
  color: #ff6600;
}

/* -- Drigg node ---------------------------------------------------------- */
/* Karma box, offset box and story */

.node.ntype-drigg .karma_3_big,

.node.ntype-drigg .karma_4_big { float: left; }

.node.ntype-drigg .offset { margin-left: 60px; }

.node.ntype-drigg h2 { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
}

.node.ntype-drigg a { color: #0066ff; }

.node.ntype-drigg a:visited { color: #0066ff; }

.node.ntype-drigg a:hover { color: #ff6600; }

.node.ntype-drigg .story * { display: inline; }

.node.ntype-drigg .story small a { color: #666; }
.node.ntype-drigg .story small a:hover { color: #900; }

.node.ntype-drigg .story p { margin: 0; }

/* Embedded content */

.node.ntype-drigg .embedded-teaser div {
  float: right;
  margin: 0 20px;
  padding: 1px;
  border: 1px solid #bbb;
}

.node.ntype-drigg .embedded-teaser div img {
  display: block;
  margin: 0;
}

.node.ntype-drigg .embedded {
  margin-top: 1.5em;
}

/* Story data */

.node.ntype-drigg .storydata {
  margin: 1.5em 0 0 40px;
  position: relative;
}

.node.ntype-drigg .storydata div.picture {
  position: absolute;
  left: -40px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-top: 1px;
  padding: 1px;
  border: 1px solid #ccc;
}

.node.ntype-drigg .storydata div.picture a,

.node.ntype-drigg .storydata div.picture img {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #f3f9fc;
}

.node.ntype-drigg .storydata div.picture:hover { border-color: #999; }

.node.ntype-drigg .storydata strong {
  color: #900;
  font-weight: normal;
}

.node.ntype-drigg .storydata .links li { padding: 0 2px; }

/* Related links */

.node-related { margin-left: 60px; }

.node-related h2 { font-size: 12pt; }

.node-related dl dt { margin: 0.2em 0 0 0; }

.node-related dl dt span { color: #666; }

/* Advanced Forum Overrides */
/* Topic listings */
#forum tr.sticky-topic {
  background: #0e0e0e;
}

.forum-statistics-sub-header {
  background-color: #0e0e0e;
  font-weight: bold;
}

.node.ntype-howto img, .node.ntype-howto img a { 
	margin: 10px;
}

.node.ntype-story img, .node.ntype-story img a { 
	margin: 10px;
}

.node.ntype-review img, .node.ntype-review img a { 
	margin: 10px;
}

.caption{} /*used for images with captioning*/

.node.ntype-story .image-caption-container img, .node.ntype-story .image-caption-container img a, .node.ntype-howto .image-caption-container img, .node.ntype-howto .image-caption-container img a, .node.ntype-review .image-caption-container img, .node.ntype-review .image-caption-container img a {
	margin: 0;
}

.image-caption-container
{
	border: 3px solid #1f1f1f;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image-caption
{
	min-width: 150px;
	margin-top: -5px;
	padding-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #1f1f1f;
	font-weight: bold;
	font-size: 85%;
	color: #cccccc;
}

.node.ntype-review h2 { 
	text-decoration: underline;
	letter-spacing: 3px;
}

.node.ntype-review #bottomline { 
	float: right;
	border: 3px solid #2f2f2f;
	background: transparent url(images/backstripegrey.png) repeat;
	margin: 10px 0;
	padding: 10px 10px 10px 10px;
	color: #fefefe;
	font-size: 1em;
	line-height: 1.3em;
}

.node.ntype-review #good, .node.ntype-review #bad { 
	float: left;
	margin: 10px;
	padding: 10px 10px 10px 20px;
	color: #fefefe;
	font-size: 1em;
	line-height: 1.3em;
}

.node.ntype-review #score { 
	float: right;
	border: 3px solid #2f2f2f;
	background: transparent url(images/backstripe.png) repeat;
	margin: 10px 0 10px 10px;
	padding: 10px;
	color: #f0f0f0;
	font-family: Impact;
	letter-spacing: 6px;
	font-size: 30px;
	line-height: 30px;
}

#mobmental_vote {
	float: left;
	margin: 5px 10px 5px 5px;
}