/*  
Theme Name: silvercrow
Theme URI: silvercrow.org
Description: WordPress theme designed by silvercrow
Version: 1.0
Author: David Crow
Author URI: http://www.silvercrow.org

*/
* { margin: 0; padding: 0; }
body {
  
  background: #000000 url(images/stars.jpg);  
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	width:100%;
}

a {
	color: #454545;
	text-decoration: none;
}
a:visited {
	color: #545454;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 12px;
	line-height: 1.4;
	padding:0px;
}

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

img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}


::selection {
	background:#000000;
	color:#fff;
}

code::selection {
	background: #000000;
}

#page {
	border: none;
	background: url(images/space-back.jpg) top no-repeat;  
	
	
	padding: 0px;
	margin: 0px;
	color: #000000;
	font: 75%/170% Arial, Helvetica, sans-serif;

}
#wrapper {
	width: 980px;
	height: 100%;
	margin: auto;
	z-index:-1;
	border: none;
	padding:0px;
	background: transparent;
	background-repeat: repeat-y;
}

/* ------------------------------------- header area  */
#header {
	height: 115px;
}
/* site title */
h1 {
    display: none;
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;

}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
    display: none;
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

#HiddenTab{
float:right;
width:350px; 
}
#Acc4 .AccordionPanelTab{
	visibility: hidden;
	height:0px;
	margin: 0px;
	padding: 0px;
}

#HiddenTab .AccordionPanelClosed{
	visibility: hidden;
	height:0px;
	margin: 0px;
	padding: 0px;
}
#HiddenTab .Accordion{
border-bottom:0px;
border-left:0px;
border-right:0px;
}

#HiddenTab .search{
	background: url(images/mini-link.png) no-repeat;
}


#Acc4 a{
color: #FFFFFF;
font-weight:bold;
}
#Acc4 a:hover {
	text-decoration: underline;
	font-weight:bold;
}


#HiddenTab .AccordionPanelContent{
color: #FFFFFF;
margin-bottom:0px;
background:#222;
display:block;
padding:4px;
opacity:.70;
filter:alpha(opacity=70);
-moz-opacity:0.7;
border-left: solid 1px #FFFFFF;
border-right: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
border-top: solid 1px #FFFFFF;
}

#loginavatar{
width:170px;
float:left;
}

#loginpanel{
width:150px;
border-left: solid 1px #FFFFFF;
float:right;
}
#loginpic{
background: url(images/default.jpg) no-repeat;
border:1px solid #919191;
margin-left:35px;
margin-top:8px;
width:65px;
height:65px;
}

#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(images/tab-left.gif) no-repeat left bottom;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/tab-right.gif) no-repeat right bottom;
padding:0px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

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



#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}







/* ------------------------------------- main content area  */
#left-col {
	width: 545px;
	float: left;
	margin-top: 11px;
}
/* main menu */
#nav {
	background: url(images/content-top-bg.png) no-repeat left top;
	height: 35px;
	
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding: 5px 0px 0px 0px;
	width: 545px;
	background:transparent url(images/content_bottom.png) 
	repeat-y ;	
	clear: both;
	overflow: hidden;
}
#contentfoot {
	padding: 5px 0px 0px 0px;
	height:20px;
	width: 545px;
	background:transparent url(images/content_foot.png) 
	no-repeat ;	
	clear: both;
	overflow: hidden;
}


.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 40px;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding-left:10px;
	padding-top:10px;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 442px;
}
.postdata {
	font-size: 90%;
	color: #333333;
}
.postdata a, .postdata a:visited {
	color: #333333;
	text-decoration: none;
}
.postdata a:hover {
	color: #333333;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.png) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.png) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding-bottom: 0px;	
	width: 482px;
    padding-left: 18px;
}


.entry a {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}
.entry a:visited {
	color: #545454;
}
.entry a:hover {
	text-decoration: underline;
}
.single-entry {
	padding-bottom: 0px;	
	width: 510px;
    padding-left: 18px;
}
.single-entry a {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}
.single-entry a:visited {
	color: #545454;
}
.single-entry a:hover {
	text-decoration: underline;
}



/**********************
*   Mainpage          *
***********************/


#Mwrap{

width:715px;
}

#mainbox {

    float:left;
    width:190px;
    }
#mainsidebar {
    float:right;
    width:520px;
    
    }
#mainsidebar ul{
margin:8px 2px 10px;
padding-left:0px;
    }    
    
#mainfooter {
      clear:both;
    }


#Swrap{

width:735px;
}

#singlebox {
    float:left;
    width:538px;
    }
#singlesidebar {
    float:right;
    width:190px;
    margin-right:11px;
    }
#singlesidebar ul{
margin:8px 2px 10px;
padding-left:0px;
    }    
    
#singlefooter {
      clear:both;
    }



.countstats {
margin-top: 8px;    
text-align: center;
}



/* post title */
h2 {
	color: #000000;
	margin: 0px 0 0px;
	padding-bottom: 0px;
	font: bold 150%/200% Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #333333;
	text-decoration: none;
}
h3 {
	color: #444444;
	margin: 0px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
h4 {
	color: #000000;
	margin: 0px 0 0px;
	padding-bottom: 0px;
	font: bold 110%/110% Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
		}
	
	

/* next & previous page navigation */
.page-nav {
	clear: both;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 15px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/mini-comment.png) no-repeat;
	padding-left: 18px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:110%;
    font-style:normal;
    font-weight:bold;
	clear: both;
	color:#000000;
}
h3#respond {
	background: url(images/mini-comment.png) no-repeat;
	padding-left: 18px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:110%;
    font-style:normal;
    font-weight:bold;
	clear: both;
	color:#000000;
}
/*2 columns Page */
#BPleft-col {
	width: 765px;
	float: left;
	margin-top: 11px;
}
#BPnav {
	background: url(images/BPcontent-top-bg.png) no-repeat left top;
	height: 35px;
	
}

#BPcontent {
	padding: 5px 0px 0px 0px;
	width: 765px;
	background:transparent url(images/BPcontent-mid-bg.png) 
	repeat-y ;	
	clear: both;
	overflow: hidden;
}
#BPcontentfoot {
	padding: 5px 0px 0px 0px;
	height:37px;
	width: 765px;
	background:transparent url(images/BPcontent-foot-bg.png) 
	no-repeat ;	
	clear: both;
	overflow: hidden;
}

#BPinsidetop{
	background: url(images/PBinsidetop.png) no-repeat;
	height: 73px;
	width: 740px;
	margin-left: 12px;
}
#BPMinsidetop{
	background: url(images/PBMinsidetop.png) no-repeat;
	height: 40px;
	width: 740px;
	margin-left: 12px;
}
#BPinsidebottom{
    background: url(images/PBinsidemid.png) repeat-y ;
	width: 740px;
    margin-left: 12px;
    margin-bottom:0px;
    padding:0px;
}

.BPinsidebottom{
    background: url(images/PBinsidemid.png) repeat-y ;
	width: 740px;
    margin-left: 12px;
    margin-bottom:0px;
    padding:0px;
}
#BPinsidefoot{
    background: url(images/PBinsidebottom.png) no-repeat ;
    margin-top:-12px;
    padding-top:8px;
	width: 740px;
	height: 48px;
    margin-left: 12px;
}

.BPentry {
  font-size:100%;
	padding-bottom: 0px;	
	width: 715px;
    padding-left: 11px;
}
.BPentry a {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}
.BPentry a:visited {
	color: #545454;
}
.BPentry a:hover {
	text-decoration: underline;
}
.BPpost .BPtitle {
	float: left;
	margin-left: 10px;
}
.BPpost {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.BPpost .BPdate {
	height: 50px;
	width: 40px;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding-left:10px;
	padding-top:10px;
	line-height: 100%;
	float: left;
}
.BPpost .BPdate span {
	height: 16px;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}
.BPpost .BPtitle {
	float: left;
	margin-left: 10px;
	width: 666px;
}
.BPpostdata {
	font-size: 90%;
	color: #333333;
}
.BPpostdata a, .BPpostdata a:visited {
	color: #333333;
	text-decoration: none;
}
.BPpostdata a:hover {
	color: #333333;
	text-decoration: none;
}
.BPpostdata .BPcategory{
	background: url(images/mini-category.png) no-repeat;
	padding-left: 18px;
	float: left;
}
.BPpostdata .comments{
	background: url(images/mini-comment.png) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}	
#commentsinbox{
padding-left:115px;

}	

#nothing {
	background: #3f3f3f;
	margin: 0px;
	height: auto;
	width: 100%;

}
/* commentform */
#commentform {
	margin-top: 10px;
	width: 495px;
	padding-left: 24px;
}
#commentform label {
	font-weight: bold;
	color:#000000;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #000000;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	/*background: url(images/form-field-bg.gif) no-repeat;*/
    border: solid 1px #989898;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	/*background:url(images/form-field-bg.gif) no-repeat;*/
	border: solid 1px #989898;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;/*url(images/submit-btn.gif) no-repeat top left;*/
	border: solid 1px #000000;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	/*background: url(images/submit-btn.gif) no-repeat bottom left;*/
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #000000;
}

/* comment list */
.commentlist {
   list-style-type: none;
	margin: 10px 0px;
	padding-left: 5px;
	line-height: 130%;
	width: 495px;
    height:100%;
}
.commentlist li{
 background:transparent;
	/*padding: 10px 10px;*/
	padding-right: 10px;
	
}
.commentlist .alt {
	/*background: #F4F4F4;*/
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #000000;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #000000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right{
	float:right;
	margin-left: 5px;
	margin-right: 5px;		
}
#sidebar-left {
	float: left;
	margin-right: 5px;
}
#sidebar-right,
#sidebar-left {
	width: 210px;
	color: #cccccc;
	line-height: 160%;	
}
#sidebar-right p, 
#sidebar-left p  {
	margin: 0px 0px 15px;
}
#sidebar-right h3, 
#sidebar-left h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;	
}
#sidebar-right h3 a, #sidebar-right h3 a:visited, 
#sidebar-left h3 a, #sidebar-left h3 a:visited {
	color: #cccccc;
}
#sidebar-right h3 img, 
#sidebar-left h3 img  {
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited, 
#sidebar-left a, #sidebar-left a:visited  {
    color: #ffffff;
	text-decoration:none;
}
#sidebar-right li:hover, #sidebar-right li:focus, #sidebar-right li:active,
#sidebar-left li:hover, #sidebar-left li:focus, #sidebar-left li:active {
	color: #000000;	
	display: block;
	text-decoration: none;	
	background: url(images/listoff.png) no-repeat;			
}
#sidebar-right a:hover, #sidebar-right a:focus, 
#sidebar-left a:hover, #sidebar-left a:focus  {
    color: #ffffff;
	text-decoration:underline;

}

#sidebar-right ul, 
#sidebar-left ul {
	list-style: none;
	padding: 0 ;
}
#sidebar-right ul li, 
#sidebar-left ul li {   
	background: url(images/mini-link.png) no-repeat;
	padding-left: 18px ;
    text-decoration: none;
	
}

/* MainButtons */

#MainButtons{


	width: 115px;
	margin-left:35px;
}
#Mystats{
  background: url(images/mystats.jpg) no-repeat;
	height: 115px;
	width: 115px;
	margin-top:10px;

}
#Latestpost{
   background: url(images/recentpost.jpg) no-repeat;
	height: 115px;
	width: 115px;
	margin-top:10px;

}
#Topposts{
	background: url(images/topposts.jpg) no-repeat;
	height: 115px;
	width: 115px;
	margin-top:10px;

}
#RecentPoll{
background: url(images/recentpoll.jpg) no-repeat;
	
	height: 115px;
	width: 115px;
	margin-top:10px;

}


/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.png) no-repeat;
}
/* recent comments widget */
#get-recent-comments ul li {
	background: url(images/mini-comment.png) no-repeat;
}
#recent-comments ul li {
	background: url(images/mini-comment.png) no-repeat;
}
/* category widget */
#categories-128581521 ul li {
	background: url(images/mini-category.png) no-repeat;
}
#categories-164956281 ul li {
	background: url(images/mini-category.png) no-repeat;
}

#ForumTopics ul li{
background: url(images/mini-message.png) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.png) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.png) no-repeat;
}
/* navigation mini */

#Navigation .blog{
background: url(images/mini-fox.png) no-repeat;
}
#Navigation .forum{
background: url(images/mini-message.png) no-repeat;
}
#Navigation .winamp {
  background: url(images/mini-winamp.png) no-repeat;
}
#Navigation .movies {
  background: url(images/mini-film.png) no-repeat;
}

#Navigation .archives{
background: url(images/mini-archive.png) no-repeat;
}
#Navigation .now-readingpage{
background: url(images/mini-book.png) no-repeat;
}
#Navigation .gallery{
background: url(images/mini-gallery.png) no-repeat;
}
#Navigation .poll{
background: url(images/mini-poll.png) no-repeat;
}
#Navigation .visitors{
background: url(images/mini-visitors.png) no-repeat;
}
#Navigation .about{
background: url(images/mini-autor.png) no-repeat;
}

#loginbar .register{
background: url(images/mini-register.png) no-repeat;
}
#loginbar .pass{
background: url(images/mini-lpass.png) no-repeat;
}
#loginmenu .profile{
background: url(images/mini-member.png) no-repeat;
}
#loginmenu .logout{
background: url(images/mini-logout.png) no-repeat;
}
#loginbar .logout{
background: url(images/mini-logout.png) no-repeat;
}
#loginmenu .dashboard{
background: url(images/mini-dash.png) no-repeat;
}
#login-menu .register{
background: url(images/mini-register.png) no-repeat;
}
#login-menu .password{
background: url(images/mini-lpass.png) no-repeat;
}
#login-menu .home{
background: url(images/mini-link.png) no-repeat;
}
#login-menu .login{
background: url(images/mini-login.png) no-repeat;
}

.car-list li{
background: url(images/mini-archive.png) no-repeat;
}

/* polls */
#polls ul li{
  background: url(images/mini-poll.png) no-repeat;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.png) no-repeat;
}

#meta .login {
	background: url(images/mini-user.png) no-repeat;
}
#meta .check {
	background: url(images/mini-check.png) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.png) no-repeat;
}


/* now-reading widget */
#now-reading ul li {
	background: url(images/mini-book.png) no-repeat;
}

#now-readingpage ul {
	list-style: none;
}

#now-readingpage ul li {   
	background: url(images/mini-book.png) no-repeat;
	padding-left: 18px ;
    text-decoration: none;
	
}

/*Winamp*/
#winamp ul{
background:#ffffff url(images/winampback.png) no-repeat center right;
padding-left:5px;
}

#winamp li{
  background: url(images/mini-winamp.png) no-repeat;
  display: block;line-height:normal;border:0px; height:52px;
  }

#winamp li:hover{
	color: #000000;	
	display: block;
	border: 1px solid #e77a13;
	text-decoration: none;	
	font-weight: bold;
	background: #ffeebb url(images/mini-winamp.png) no-repeat;
	opacity:.60;filter:alpha(opacity=60);-moz-opacity:0.6;
		}


/*LastFM*/
#winamp {padding:0;margin:0;margin-bottom:10px;display:block;}
#winamp li a.lastfm_recent_title {font-size:12px; line-height:1;}
#winamp li span.lastfm_recent_date {padding:0;margin:0;font-size:11px;color:gray; line-height:1;}
#winamp li span.lastfm_recent_artist a {padding:0;margin:0;font-size:11px;color:#ff9900; line-height:1;}
#winamp li p {padding:0;margin:0;}
#winamp li p.lastfm_recent_image {padding:0px;margin:1px 1px;}
#winamp li p.lastfm_recent_image a {border:0px;}
#winamp li p.lastfm_recent_image img {padding:0px;margin:0px;width:50px !important;height:50px;border:0px !important;}
.lastfm_recent_recent {background:#eef !important;border:1px solid #eee !important;}
.lastfm-recent-left {float:left;}
.lastfm-recent-left img {margin-right:3px !important}
.lastfm-recent-right {float:right;}
.lastfm_recent_realname {font-size:12px;}
.lastfm_recent_logo {width:62px;height:24px;float:right;margin:0;padding:0;padding-right:3px;}
#lastfm_recent_userbadge {padding:0 5px 5px;margin:0;margin-bottom:10px;display:block;font-size:11px;}
#lastfm_user_image {width:80px;height:80px;margin:0,padding:0;}
#lastfm_recent_userbadge img {padding:0;border-color:white;}
.lastfm_badge_content {float:right;margin:0;padding:0;padding-left:3px;width:57%;}

#winamp li:hover span.lastfm_recent_artist a {padding:0;margin:0;font-size:11px;color:brown; line-height:1;}



#sidebar-left .home ul li{
background: url(images/mini-home.png) no-repeat;
}
/* ------------------------------------- now-reading styles  */

#now-reading h4{
font: bold 12px/100% Arial, Helvetica, sans-serif;
color: #ffffff;
margin: 0;
padding: 12px;
padding-top: 0;
padding-bottom: 0;
}

#now-reading p{
padding: 0px 25px;
}


/* ------------------------------------- Fancytooltip  */
#tooltip {
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	max-width: 20em;
	line-height: 12px;
}
#tooltip h3 {
	font-size: 1.1em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 0.95em;
	margin: 5px 0 0 5px;
	text-align: left;
}


/*Plugin Name: Plastic Tunes*/

.plastic_table_class {
	 width: 100%;
	 border: 0px;
	}
	
.plastic_header_class {
	
	}

.plastic_th_class {
	background-color:#FFFFFF;
	}	

.plastic_odd_record {
	background-color:#EEEEEE;	
	}
	
.plastic_even_record{
	background-color:#F7F7F7;
	}
	
.plastic_td_class {
	
}
/*Pagenavigation*/

.pagenavigationbox {
	text-align: center;
	padding: 5px 0;
}

.pagenav, .pagenavcurrent {
	border: 1px;
	margin: 0 3px;
	padding: 5px;
}

.pagelink {
	border: 1px solid #232323;
	color: #232323 !important;
	margin: 0 3px;
	padding: 5px;
}

.pagelink:hover {
	border: 1px solid #CCCCCC;
	background-color: #232323;
	color: #FFFFFF !important;
}

.menubox a {
	text-transform: uppercase;
}
/*top navigation*/
.breadcrumb{
    padding:10px;
    padding-left: 15px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: 0.9em;	
}
.Gbreadcrumb{
    padding:10px;
    padding-left: 15px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;	
	font-size: 0.9em;	
}


/*Now-reading library*/
#plannedb,#currentb, #recentb {
	padding: 5px 5px 5px 5px;
	clear: both;
	overflow: hidden;
}



.LB li{
float: left;
	padding: 1px;
	margin: 1px;
	width: auto;
	height: auto;
	background:none;
}

#recentb img {
height:136px;
width:90px;
-moz-border-radius-bottomleft:1px;
-moz-border-radius-bottomright:1px;
-moz-border-radius-topleft:1px;
-moz-border-radius-topright:1px;
border:3px solid #DDDDDD;
}


#recentb img:hover{
height:136px;
width:90px;
-moz-border-radius-bottomleft:1px;
-moz-border-radius-bottomright:1px;
-moz-border-radius-topleft:1px;
-moz-border-radius-topright:1px;
border:3px solid #646465;
}



.LB li:hover{
	color: #369;
	background-color: transparent;

}

.LB ul{
list-style-type: none;
	margin: 0;
	padding: 0px;
}

#logo {
	margin: 0px;
  z-index:1;
	height: 150px;
	width: 100%;
}
#page_end {
	margin: 0px;
	height: 49px;
	width: 100%;

}
.cmd-avatar
{
width: 65px;
clear: none;
margin: 0px;
border: 1px solid #919191;
}

#comment-top{
	background: url(images/comment-top.png) no-repeat;
	height: 29px;
	width: 428px;
	margin: 0;
	padding-left: 17px;
}
#comment-bottom{
    background: url(images/comment-bottom.png) no-repeat scroll 0pt 100%;
    width: 428px;
	margin: 0;
	padding-bottom: 2px;
    margin-right: 0px;
	margin-bottom: 5px;	
}

#comment-topalt{
	background: url(images/comment-topalt.png) no-repeat;
	height: 29px;
	width: 428px;
	margin-top: 5px;
	padding-left: 17px;
}
#comment-bottomalt{
    background: url(images/comment-bottomalt.png) no-repeat scroll 0pt 100%;
    width: 428px;
	margin: 0;
	padding-bottom: 2px;
    margin-right: 0px;
	margin-bottom: 5px;	
}
#hmcomment-bottomalt{
    background: url(images/comment-bottomalt.png) no-repeat scroll 0pt 100%;
    width: 350x;
	margin: 0;
	padding-left: 35px;
	padding-right:10px;
    margin-right: 0px;

}

#commentmetadata{
text-align: right;
}

#commentarea{
width: 405px;
margin-top: 0px;
padding-left: 18px;
}
#commentareaalt{
width: 405px;
margin-top: 0px;
padding-left: 18px;
}

#commentbars{
	width: 500px;
	margin-left: 17px;
	padding: 0px;
	overflow: hidden;
}

#col1{
    float:left;
    height:100%;
    width:68px;
    margin: 0px;
	padding-top: 4px;
	overflow: hidden;

}

#col2{
    float:right;
    height:100%;
    width:428px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;  		
}
.helloms{
height:100px;
margin-top:-75px;
margin-bottom:30px;
}
#hmend{
height:20px;
width:100%;
}
#hmavatar{
    float:left;
    height:100%;
    width:65px;
    height:65px;
    margin-top:15px;
    margin-left:10px;
    margin-bottom:0px;
    border:1px solid #919191;
   padding:0px;

	}
#colhm{
    float:right;
    width:428px;
  margin-top:28px;  
	margin-right: 5px;
	padding: 0px;
	overflow: hidden;  		
}

#commentname{
	padding-top: 4px;

}

.insidetop{
	background: url(images/icontenttop.png) no-repeat;
	height: 73px;
	width: 516px;
	margin-left: 13px;
}

.insidebottom{
    background: url(images/icontentback.png) repeat-y ;
	width: 516px;
    margin-left: 13px;
    margin-bottom:0px;
    padding:0px;
}
.insidefoot{
    background: url(images/icontentfoot.png) no-repeat ;
    margin-top:-12px;
    padding:0px;
	width: 516px;
	height: 48px;
    margin-left: 13px;
}
#insidetop{
	background: url(images/icontenttop.png) no-repeat;
	height: 73px;
	width: 516px;
	margin-left: 13px;
}
#insidebottom{
    background: url(images/icontentback.png) repeat-y ;
	width: 516px;
    margin-left: 13px;
    margin-bottom:0px;
    padding:0px;
}
#insidefoot{
    background: url(images/icontentfoot.png) no-repeat ;
    margin-top:-12px;
    padding:0px;
	width: 516px;
	height: 48px;
    margin-left: 13px;
}
/*MPinside*/

#Minsidetop{
	background: url(images/icontenttop.png) no-repeat;
	height: 73px;
	width: 516px;
	margin-left: 0px;
}
#Maininsidetop{
	background: url(images/mainicontenttop.png) no-repeat;
	height: 27px;
	width: 516px;
	margin-left: 0px;
}


.maininsidetop{
	background: url(images/mainicontenttop.png) no-repeat;
	height: 27px;
	width: 516px;
	margin-left: 13px;
}



#Minsidebottom{
    background: url(images/icontentback.png) repeat-y ;
	width: 516px;
    margin-left: 0px;
    margin-bottom:0px;
    padding:0px;
}
#Minsidefoot{
    background: url(images/icontentfoot.png) no-repeat ;
    margin-top:-12px;
    padding:0px;
	width: 516px;
	height: 48px;
   margin-left: 0px;
}


#Mainsidefoot{
    background: url(images/mainicontentfoot.png) no-repeat ;
    padding:0px;
	width: 516px;
	height: 27px;
   margin: 0px;
}





/* INfobar*/
#infobar{
	background: transparent;
	width: 516px;
	margin-left: 13px;
	height:135px;
}
#infoleft{
height:150px;
float: left;
width: 328px;
overflow: hidden;
}
#inforight{
float:right;
height:150px;
width: 186px;
float: right;
overflow: hidden;
}

#recent_top{
background: url(images/recent_top.png) no-repeat;
	height: 20px;
	width: 328px;
}
#recent_mid{
background: url(images/recent_mid.png) repeat-y ;
height:110px;
width: 328px;
}
#recent_mid_scroll{
padding-left:5px;
background: transparent;
height:110px;
width: 328px;
}
#recent_bottom{
background: url(images/recent_bottom.png) no-repeat ;
	height: 22px;
	width: 328px;
}
.recent_title{
padding-top:4px;
padding-left:15px;
width:300px;
}
.pic_title{
padding-top:4px;
padding-left:15px;
width:175px;
}
.recent_area{
padding-left:0px;
width:295px;
line-height: 1.3;
}

.pic_area{

width:153px;

}

.giThumbnail{
  margin-left: auto;
  margin-right: auto;
}
.embedflash{
text-align:center;
}

#pic_top{
background: url(images/pic_top.png) no-repeat;
margin-left:2px;
	height: 20px;
	width: 186px;
}
#pic_mid{
min-height: 10em;
    display: table-cell;
    vertical-align: middle; 
background: url(images/pic_mid.png) repeat-y ;

height:110px;
width: 186px;
/*overflow: auto;*/
}
#pic_bottom{
background: url(images/pic_bottom.png) no-repeat ;
	height: 22px;
	width: 186px;
}

#recent_mid .recent-comments ul,li{
background: url(images/mini-message.png) no-repeat;
padding-left: 18px ;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#bottom-left.related_post li{
background: url(images/mini-fox.png) no-repeat;
padding-left: 18px ;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


#recent_mid .smftopicextra a{
color: #336699;
}


/*sidebar stuff*/

.autor {
	font-size: 90%;
	color: #333333;
background: url(images/mini-autor.png) no-repeat;
	padding-left: 18px;
	float: right;
}

.tags{
	font-size: 90%;
	color: #333333;
background: url(images/mini-tag.png) no-repeat;
	padding-left: 18px;
	float: left;
}

.stars{
  font-size: 90%;
	color: #333333;
  background: url(images/mini-ratestar.png) no-repeat;
	padding-left: 18px;
	float: left;
}


#bottom-menu{
margin-bottom: 5px;
}


#Hcontainer{
	height: 22px;
	margin-left: 13px;
}
#H-left {
background: url(images/H-left.png) no-repeat;
margin:0;
width:10px;
height:22px;
float:left;
}
#H-mid {
background: url(images/H-mid.png) repeat-x;
height:22px;
float:left;
padding-top:3px;

}
#H-right {
background: url(images/H-right.png) no-repeat;
margin:0;
margin:0;
width:20px;
height:22px;
float:left;
}

.AUpop-head{
font:normal 12px Arial;
color:#666666;
width:86px;
height:17px;
padding-top: 3px;
margin-bottom: -3px;	
background: url('images/popautortop.png')no-repeat;
opacity:1.0;

}
.AUpop-body{
width:86px;
height:98px;
padding-top: 3px;
padding-left: 9px;
margin:0; 
background: url('images/popautorbottom.png')no-repeat;
opacity:1.0;

}

#popavatar{
border:solid 1px #898989;
}

#s{
display: inline;
list-style-type: none;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 0px;
border:1px solid #4a4a4a;
background:#000000;
color:#FFFFFF;
}

a:hover {
	text-decoration: none;
}

p.logstats{
margin-bottom:0px;
}
p.nomargin {
line-height:0;
padding:0;
margin:0px 0px 0px ;
}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bottomspace.jpg) top no-repeat; 
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
  list-style: none;
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	border-bottom: none;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #191919;
	}
#bottom-sep {
	clear: both;
}
.recent-members li{
background: url(images/mini-member.png) no-repeat;
}
.top-tag li{
background: url(images/mini-tag.png) no-repeat;
}
.recent-entries li{
background: url(images/mini-fox.png) no-repeat;
}

.sidebar_mode li{
background: url(images/mini-fox.png) no-repeat;
}

.aktt_tweets {
  display: block;
  line-height: 14px;
  background:#ffffff url(images/twitterback.png) no-repeat center right;
	padding-left:5px;
}

.twitter_ava{
position: static;
float: left;
margin: 0px;
padding-right:3px;
}
.twitter_user{
color:#454545;
font-weight:bold;
}

.aktt_tweets a{
	color: #0057b7;		
}
.aktt_tweets a:hover{
	color: #000000;		
}

.aktt_tweets .mytwitter_tweet_time a{
	color:gray;
	font-size:11px;
	text-decoration: normal;	
}
.aktt_tweets li:hover .mytwitter_tweet_time  a{
	color: #000000;	
	text-decoration: bold;		
}

.aktt_tweets li{
background: url(images/mini-twtt.png) no-repeat;
min-height:52px;
display:block;
line-height:normal;
}

.aktt_tweets li:hover {
	color: #000000;	
	display: block;
	border: 1px solid #71d0fc;
	text-decoration: none;	
	background: #c2ecff url(images/mini-twtt.png) no-repeat;
	opacity:.70;filter:alpha(opacity=70);-moz-opacity:0.7;
		}

.related_post li{
background: url(images/mini-fox.png) no-repeat;
}



.aktt_tweets_about {
  display: block;
  line-height: 14px;
	padding-left:0px;
}
.aktt_tweets_about a{
	color: #0057b7;		
}
.aktt_tweets_about a:hover{
	color: #000000;		
}

.aktt_tweets_about .mytwitter_tweet_time a{
	color: #0079ff;		
}
.aktt_tweets_about li:hover .mytwitter_tweet_time  a{
	color: #000000;	
	text-decoration: bold;		
}

.aktt_tweets_about li{
background: url(images/mini-twtt.png) no-repeat;

}
.aktt_tweets_about ul{
	padding-left:2px;

}


.aktt_tweets_about li:hover {
	color: #000000;	
	display: block;
	border: 1px solid #71d0fc;
	text-decoration: none;	
	background: #c2ecff url(images/mini-twtt.png) no-repeat;
	opacity:.70;filter:alpha(opacity=70);-moz-opacity:0.7;
		}



/**********************
*   Footer            *
***********************/
.miniwarp {
	width: 985px;
	height: 100%;
	margin: auto;
	z-index:-1;
	border: none;
	padding:0px;
	}


#footer {
	width: 100%;
	height: 74px;
	clear: both;
	background: transparent;
	color: #fff;
	}

#footer .home {
  background: url(images/mini-link.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
	}
#footer .blog {
  background: url(images/mini-fox.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
	}	
#footer .forum {
  background: url(images/mini-message.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
	}
#footer .winamp {
  background: url(images/mini-winamp.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}
#footer .movies {
  background: url(images/mini-film.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}
#footer .gallery {
  background: url(images/mini-gallery.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}
#footer .archives {
  background: url(images/mini-archive.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}

#footer .now-readingpage {
  background: url(images/mini-book.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}
#footer .visitors {
  background: url(images/mini-visitors.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
	}
#footer .about {
  background: url(images/mini-autor.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}
#footer .check {
  background: url(images/mini-check.png) no-repeat;
  height: 17px;
  width:14px;
	padding: 0 5px 0 20px;
}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}

/**********************
*   thumbnail            *
***********************/
.thumbarea{
background: url(images/thumbback.png);
width: 715px;
height:620px;
}

.fade {
position: absolute;
top: 200px;
left: 200px;
  overflow: hidden;
  float: left;
}
.fade div {
position: absolute;
top: 0;
left: 0;
display: none;
height: 84px;
width: 188px;
}

.thumbbox{
	width: 715px;
	height:451px;
}

.thumbpack{
  margin-top :115px;
	width: 238px;
	height:451px;
  overflow: hidden;
  float: left;
}
/* thumnail homepage covers */
.thumb  { background: transparent; display: block; width: 188px; overflow: hidden; height: 84px; margin: 0px 0px 0px; float: none;position: relative; }
.thumb1 { background: transparent; display: block; width: 188px; overflow: hidden; height: 84px; margin: 0px 0px 1px; float: none;position: relative; }
.thumb2 { background: transparent; display: block; width: 188px; overflow: hidden; height: 84px; margin: 0px 0px 1px; float: none;position: relative; }
.thumb-title { margin-bottom:2px;background:#222;bottom:0;right:0;display:block;position:absolute;padding:4px;opacity:.70;filter:alpha(opacity=70);-moz-opacity:0.7; }
.thumb-title:hover { background:#000; }
.thumb-title h2 { margin: 0; line-height: 1.4em;text-decoration:none; }
.thumb-title h2 a { font:11px Arial,helvetica;display:block;color:#aaa;text-decoration: none;}
.thumb-title h2 a:hover { color: #fff;text-decoration:none; }
.fix { display: block; background: #000;}

#tooltitle {
margin-top:15px;
margin-left:120px;

}
#toolcontent {
margin-top:5px;
margin-left:120px;
}
a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {z-index: 1;display:none; padding:2px 3px; margin-left:-8px; width:130px;}
a.tooltip:hover span{display:block;  height:257px;
 width:440px;background:url(bigtooltip.png); position:absolute; margin-top:-50px; background:url(bigtooltip.png); color:#6c6c6c;}



#comments h3{
	margin: 10px 0 0;
	padding: 7px 10px;
	background: #f5f5f5;
}

ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li .comment-entry{
	margin: 10px 0 0;
	border: 1px solid #eee;
	padding: 3px 10px 0;
	line-height: 24px;
}

#commentform{
	margin: 0 0 7px;
	padding: 0 10px 6px;
	border-top: 1px solid #fff;
}
#login {
	width:545px;
	height: 100%;
	margin: auto;
	margin-top:30px;
	z-index:-1;
	border: none;
	padding:0px;
	background: transparent;
	background-repeat: repeat-y;
}
.chatForm input, #chatForm textarea {
width:175px;
border:1px solid #FFFFFF;
background:#000000;
color:#FFFFFF;
}
#logmein{
float:left;
width:175px;
}
#loginbar{
margin-top:40px;
float:right;
width:140px;
}
#loginmenu{
float:right;
width:140px;
}
#wpp-submit{
border:1px solid #FFFFFF;
  float: right;
margin-right:2px;
background:#000000;
color:#FFFFFF;
}
.chatForm textarea {

border:1px solid #FFFFFF;
background:#000000;
color:#FFFFFF;
}
.chatForm input#submitchat {

border:1px solid #FFFFFF;
background:#000000;
color:#FFFFFF;
}



#lastid{visibility: hidden;}

/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	clear: both;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	width:210px;
	padding:0 0px 10px;
}
* html .dbx-group {
	width: 210px;
	padding-bottom:0;
}

/* handles */
.dbx-handle {
	position:relative;
	margin:0;
	height:20px;
	padding: 16px 24px 7px 10px;
	background:url(images/sidep-handle.png) no-repeat 0 0; 
}
* html .dbx-handle { 
	width: 176px; 
}
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}

/* toggle images */

a.dbx-toggle, a.dbx-toggle:visited {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(images/sidep-toggle.png) no-repeat;
	position:absolute;
	top:12px;
	right:3px;
	text-indent:-50px;
	text-decoration:none;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:210px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
/* inner content area */	
.dbx-content {
	margin: 0;
	padding: 0px 12px 10px 14px;
	margin-bottom:-5px;
	background: url(images/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}
/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:1px;
	padding: 5px 10px 9px 10px;
	background: url(images/sidep-bottom.png) no-repeat 0 100%;
}
.dbx-box-closed .dbx-content * {
	display:none;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.8;
}

/* Accordion Classes
----------------------------------------------- */

.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	background: #080808 url('images/bg_grad_gray1.gif') repeat-x;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}
.AccordionPanelTab h3 {
	margin: 0;
	color: #FFFFFF;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url(images/blt_panel_exp.gif) no-repeat left 50%;
} 
.AccordionPanelClosed .AccordionPanelTab h3 { background: url(images/blt_panel_clps.gif) no-repeat left 50%; 
color: #ccc;
}

.AccordionPanelTabHover { color: #fff; }
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
/* color code
----------------------------------------------- */
pre{font-family: "Courier New", Courier, monospace;
background: url(http://www.silvercrow.org/wp-content/plugins/fv-code-highlighter/images/notepaper.png) top left repeat;
display: block;
font-size: 13px;
color: #000;
padding: 18px 10px 17px 10px;
line-height: 18px;
border: 1px solid #e2e2e2;
text-align: left;
overflow: auto;
white-space: pre;}.css{}.cssImport{color: #099;
font-weight: bold;}.cssMedia{color: #900;
font-weight: bold;}.cssComment, .cssComment span{color: #999 !important;
font-weight: normal !important;}.cssImportant{color: #f00;
font-weight: bold;}.cssProperty{color: #009;}.cssSelector{color: #f0f;}.cssString{color: #060;
font-weight: normal !important;}.cssValue{color: #00f;}.cssRest{color: #f0f;
font-weight: bold;}.html{}.htmlAnchorTag{color: #060;}.htmlAttributeValue{color: #00f}.htmlComment, .htmlComment span{color: #999 !important;
font-weight: normal !important}.htmlFormTag{color: #f90;}.htmlImageTag{color: #909;}.htmlObjectTag{color: #900;}.htmlOtherTag{color: #009;}.htmlScriptTag{color: #900;}.htmlSpecialChar{color: #000;
font-weight: bold;}.htmlStyleTag{color: #909;}.htmlTableTag{color: #099;}.htmlText{color: #000}.xml{}.xmlString{color: #060;}.xmlComment, .xmlComment span{color: #999;}.xmlNumber{color: #f00;}.xmlTag{color: #009}.xmlText{color: #000}
/*WP movie ratings CONTAINER */

#wp_movie_ratings {
    background: transparent;
    border: 1px dotted #888;
    border-width: 1px 0;
    margin: 12px 0 14px;
    padding: 6px 0;
    width: 100%;
}

#wp_movie_ratings.page_mode {
    border: none;
    margin: 5px 0;
    padding: 0;
}

#wp_movie_ratings.sidebar_mode {
    border: none;
    margin: 5px 0;
    padding: 0;
}


/* TITLE */

#wp_movie_ratings h2#reviews_title {
    background: transparent;
    display: block;
    font: bold 12px verdana, sans-serif;
    margin: 6px 0 11px;
    padding: 0;
	text-align: left;
}


/* SORT OPTIONS */

#wp_movie_ratings p#sort_options {
    font: 10px verdana, sans-serif;
    line-height: 100%;
    margin: 10px 4px 7px 0;
    padding: 0;
    text-align: right;
	width: 100%;
}


/* LIST */

#wp_movie_ratings #reviews {
    background: transparent;
    list-style: none;
    margin: 6px 5px 3px 3px;
    padding: 0;
    text-indent: 0;
}

#wp_movie_ratings.page_mode #reviews {
    margin: 0;
}

#wp_movie_ratings.sidebar_mode #reviews {
    margin: 0;
}



/* LIST ELEMENTS */

#wp_movie_ratings #reviews li {
    background: #F2FDFB;
    border: none;
    font: 11px verdana, sans-serif;
    line-height: 100%;
    list-style: none;
	height: auto;
    margin: 0;
    padding: 2px 4px 5px 5px;
    position: relative;
    text-indent: 0;
	width: auto;
}

#wp_movie_ratings #reviews li:before, #wp_movie_ratings #reviews li:after {
    content: '';
}
/*sidebar mode*/
#wp_movie_ratings.sidebar_mode #reviews{
background:#ffffff url(images/moviesback.png) no-repeat center right;
padding-left:5px;
}

#wp_movie_ratings.sidebar_mode #reviews li {
    padding: 2px 4px 5px 22px;
    background:url(images/mini-film.png) no-repeat;
}
#wp_movie_ratings.sidebar_mode #reviews li.odd {
       padding: 2px 4px 5px 22px;
    background: url(images/mini-film.png) no-repeat;
}
#wp_movie_ratings.sidebar_mode #reviews li:hover {
    padding: 2px 4px 5px 22px;
    background:#F2FDFB url(images/mini-film.png) no-repeat;
    opacity:.90;filter:alpha(opacity=90);-moz-opacity:0.9;
    display: block;
	  border: 1px solid #b3e9df;
	  text-decoration: none;	
	  font-style: oblique;
	  font-weight: bold;
}
#wp_movie_ratings.sidebar_mode #reviews li:hover.odd {
    padding: 2px 4px 5px 22px;
    background:#FDFDF2 url(images/mini-film.png) no-repeat;
    opacity:.90;filter:alpha(opacity=90);-moz-opacity:0.9;
    display: block;
	  border: 1px solid #e7e792;
	  text-decoration: none;	
	  font-style: oblique;
	  font-weight: bold;
}
/*sidebar mode*/
#wp_movie_ratings.page_mode #reviews li.separator {
	padding: 2px 0 5px 0;
}
/*pagemode*/
#wp_movie_ratings.page_mode #reviews li {
    padding: 2px 4px 5px 5px;
    position: relative;
    background:#F2FDFB;
}
#wp_movie_ratings.page_mode #reviews li.odd {
      background: #FDFDF2;
      padding: 2px 4px 5px 5px;
      position: relative;
}
#wp_movie_ratings.page_mode #reviews li:hover {
    padding: 2px 4px 5px 5px;
    position: relative;
    background: #E7FDE7;
    border: none;
}
#wp_movie_ratings.page_mode #reviews li:hover.odd {
      background: #E7FDE7;
      padding: 2px 4px 5px 5px;
      position: relative;
      border: none;
}
/*pagemode*/


 
#wp_movie_ratings #reviews li div.hreview {
    background: transparent;
    height:137px; 
    margin: 0;
    padding: 0;
}





/* SEPARATOR */

#wp_movie_ratings #reviews li.separator {
    background: transparent;
}

#wp_movie_ratings #reviews li.separator:hover {
    background-color: transparent;
}

#wp_movie_ratings #reviews li.separator h3 {
	background: transparent;
	border-bottom: 1px solid #C9CFB6;
    display: block;
	float: none;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 35px 0 2px 0;
	padding: 0 0 2px 0;
}

#wp_movie_ratings #reviews li.separator h3.first {
	margin-top: 0;
}


/* hReview TAGS */

#wp_movie_ratings #reviews li span.version {
    display: none;
}

#wp_movie_ratings #reviews li acronym.dtreviewed {
    display: none;
}


/* MOVIE TITLES */

#wp_movie_ratings #reviews li div.hreview p.item {
    background: transparent;
    display: block;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
}

#wp_movie_ratings #reviews li p a.url {
    border: none;
    display: inline;
    font: 11px verdana, sans-serif;
    height: auto;
    margin: 0 1px 0 0;
    padding: 0;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.item {
    margin-left: 15px !important;
    margin-left: 18px;
}

#wp_movie_ratings #reviews li div.hreview p.item a.edit {
    border: none;
    display: inline;
    font: 9px verdana, sans-serif;
    height: auto;
    margin: 0;
    padding: 0;
}


/* TEXT RATING */

#wp_movie_ratings #reviews li p span.rating {
    display: none;
}

#wp_movie_ratings #reviews.text_ratings li div span.rating, #wp_movie_ratings.page_mode #reviews.text_ratings li div p span.rating {
    display: inline;
    font: bold 11px verdana, sans-serif;
    position: absolute;
    right: 5px;
    top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews.text_ratings li div span.rating {
    position: static;
    display: block;
    margin: 3px 0 2px 1px;
    text-align: left;
}

#wp_movie_ratings #reviews li p span.half_light {
	color: #A83D5D;
}

#wp_movie_ratings #reviews li p span.highlight {
	color: #BC2857;
}


/* STARS RATING */

#wp_movie_ratings #reviews div div.rating_stars, #wp_movie_ratings.page_mode #reviews li div div.rating_stars {
    background: transparent;
    display: block;
    font-size: 8px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews div div.rating_stars {
    display: block;
    margin: 4px 0 2px 1px;
    position: static;
}

#wp_movie_ratings #reviews div.rating_stars img {
	background: transparent;
    border: none;
    display: inline;
    float: none;
    margin: 1px 0 0;
    max-width: none;
    max-height: none;
    padding: 0;
    position: static;
}


/* REVIEW */

#wp_movie_ratings.page_mode #reviews li p.item img {
	background: transparent;
	border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px !important;
    top: 5px;
    left: 5px !important;
    left: 4px;
}

#wp_movie_ratings #reviews li p.description {
    background: transparent;
    border: none;
    bottom: auto;
    color: #555;
    display: block;
	float: none;
    font: 11px arial, sans-serif;
	height: auto;
    left: auto;
    letter-spacing: normal;
    margin: 2px 40px 0 12px !important;
    margin: 2px 40px 0 12px;
    padding: 0 0 1px 0;
    position: static;
    right: auto;
    text-align: left;
    top: auto;
    width: auto;
}

#wp_movie_ratings.sidebar_mode #reviews li div p.description {
    margin: 2px 2px 0 1px !important;
    margin: 2px 2px 0 1px;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.description {
    margin: 3px 2px 0 23px !important;
    margin: 3px 2px 0 23px;
}

#wp_movie_ratings #reviews li p.description a {
    font: 11px arial, sans-serif;
}


/* PAGINATION */

#wp_movie_ratings #pagination p {
	font: normal 11px verdana, sans-serif;
	margin: 15px 0 5px 4px;
}

#wp_movie_ratings #pagination p em.next_prev {
	color: #aaa;
	font-style: normal;
	margin: 0 4px;
}

#wp_movie_ratings #pagination p em.next_prev span.bullet, #wp_movie_ratings #pagination p a.next_prev span.bullet {
	font-size: 10px;
	margin: 0 1px;
}

#wp_movie_ratings #pagination p em#current {
	font-style: normal;
	border: 1px solid #aaa;
	padding: 1px 3px 2px;
}

#wp_movie_ratings #pagination p a {
	padding: 1px 3px 2px;
	margin: 0 1px;
}

#wp_movie_ratings #pagination p a:visited, #wp_movie_ratings #pagination p a:link {
	font-weight: normal;
}

/* movie list */

#movie2W { padding-left:10px; margin:5px 0 5px;}
#movieWed{ padding-left:10px; margin:5px 0 5px;}

#movie2W  li { background: url(images/mini_film_plus.png) no-repeat;}
#movieWed li { background: url(images/mini_film_minus.png) no-repeat;}



/* LINK LOVE */

#wp_movie_ratings #link_love {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
    margin: 13px 0 0 0;
    text-align: right;
	width: 100%;
}

#wp_movie_ratings #link_love a {
    font: 9px verdana, sans-serif;
}


/* PAGE URL */

.page_url {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
	margin: 7px 0 4px 0;
    text-align: right;
	width: 100%;
}

.page_url a {
	font: 11px verdana, sans-serif;
	margin-right: 7px;
}

#wp_movie_ratings #page_url {
    background: transparent;
    color: #AAA;
    font: 9px verdana, sans-serif;
	margin: 7px 0 4px 0;
    text-align: right;
	width: 100%;
}

#wp_movie_ratings #page_url a {
	font: 11px verdana, sans-serif;
	margin-right: 7px;
}


/* MISC */

span.bullet {
    vertical-align: text-top;
}



/*-- Slideshow --*/

.loading {
left: 210px;
position: absolute;
top: 74px;
}

#slide_holder {
background-image: url(images/slideshow/bg_slideshow.png);
background-repeat: no-repeat;
height: 249px;
overflow: hidden;
position: relative;
text-align: left;
width: 516px;
/* -- width: 1533px; */
z-index: 1000;
}
#slide_holder_inner {
height: 233px;
left: 7px;
overflow: hidden;
position: absolute;
top: 8px;
width: 500px;
z-index: 2000;
}

/*-- for slide divs --*/

#slide_holder_inner div {
position: absolute;
}
/*-- for divs in html slides to position relative --*/
div#slide_holder_inner div.slide div {
position: relative;
}
div#carousel_controls {
/*background-image: url(images/bg_controls.png);
background-position: 0 0;
background-repeat: no-repeat;*/
height: 30px;
width: 500px;
z-index: 4000;
}

/*-- for slide buttons --*/

#slide_buttons li:hover, #pause_button, .prev_button, .next_button, #first_button, #last_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}
#slide_buttons li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
margin-left: -10000px;
}
#slide_buttons li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}
ul#slide_buttons {
padding: 15px 7px 15px 15px;
position: absolute;
left: 245px;
top: -7px;
z-index: 5000;
}
ul#slide_buttons li {
background-image: url(images/slideshow/button.png);
display: block;
float: left;
height: 9px;
list-style: none;
margin: 0 0 0 3px;
padding: 2px;
width: 10px;
}
ul#slide_buttons li:hover {
}
ul#slide_buttons li#button_selected {
background-image: url(images/slideshow/button_selected.png);
}
ul#slide_buttons li#button_selected:hover {
}
/*-- first & last buttons --*/

#first_button {
background-image: url(images/slideshow/first.png);
height: 29px;
left: 346px;
width: 34px;
}
#first_button:hover {
background-image: url(images/slideshow/first_hover.png);
}
#last_button {
background-image: url(images/slideshow/last.png);
height: 29px;
left: 466px;
width: 34px;
}
#last_button:hover {
background-image: url(images/slideshow/last_hover.png);
}

/*-- end first & last buttons --*/

/*-- next & prev buttons --*/
#nex_prev_buttons {
position: absolute;
left: 0;
z-index: 5000;
}
#next_button {
background-image: url(images/slideshow/next.png);
height: 29px;
left: 435px;
width: 31px;
}
#next_button:hover {
background-image: url(images/slideshow/next_hover.png);
}
#prev_button {
background-image: url(images/slideshow/prev.png);
height: 29px;
left: 380px;
width: 31px;
}
#prev_button:hover {
background-image: url(images/slideshow/prev_hover.png);
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
background-image: url(images/slideshow/pause.png);
height: 29px;
left: 411px;
width: 24px;
}
.pause_button:hover {
background-image: url(images/slideshow/pause_hover.png);
}
/*-- looks like play button --*/
.paused_button {
background-image: url(images/slideshow/play.png);
height: 29px;
left: 411px;
width: 24px;
}
.paused_button:hover {
background-image: url(images/slideshow/play_hover.png);
}

/*-- hover next & hoverprev buttons --*/

#hover_next_button, #hover_prev_button {
height: 125px;
background-repeat: no-repeat;
overflow: hidden;
width: 77px;
top: 35px;
z-index: 6000;
}
#hover_next_button span {
}
#hover_next_button {
background-image: url(images/slideshow/hover_next.png);
background-position: 21px 35px;
padding: 30px 0 30px 30px;
right: 0;
}
#hover_prev_button {
background-image: url(images/slideshow/hover_prev.png);
background-position: 8px 35px;
padding: 30px 30px 30px 0;
left: 0;
}

/*-- end next & prev buttons --*/

/*-- rules for slide captions --*/

#slide_captions {
color: #333;
left: 8px;
overflow: visible;
top: 5px;
z-index: 6000;
}
#slide_captions span {
font-family: Tahoma;
font-size: 15px;
height: 20px;
line-height: 20px;
overflow: visible;
}

/*-- end rules for slide captions --*/

/*-- rules for watermark --*/

#water_mark {
background-image: url(images/slideshow/water_mark.png);
height: 30px;
left: 202px;
width: 246px;
top: 208px;
z-index: 6000;
}

#water_mark span {
}

/*-- end rules for slide captions --*/

/*-- slide number display --*/

#slide_number_display {
background-image: url(images/slideshow/bg_swatch.png);
background-position: 0 0;
background-repeat: no-repeat;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
height: 23px;
padding: 4px;
right: 7px;
text-align: center;
top: 208px;
width: 37px;
z-index: 5000;
}

/*-- for carousel view --*/

#row_of_slides {
position: absolute;
top: 0;
}
#row_of_slides .slide {
position: absolute;
}
				
/*-- end for carousel view --*/				

#slide_holder {
margin: 0px auto 0 auto;
}

.poster {
height: 137px;
width: 100px;
float:left;
margin-top: 0px;
margin-right: 10px;
line-height:1.4;
}

#tcform{
border: 1px dotted #cccccc;
width: 164px;
padding:10px;
}

#tcform input, textarea{
width: 164px;
}
/*-- mini post --*/



.minipost {
  display: block;
  line-height: 14px;
  background:#ffffff url(images/snewback.png) no-repeat center right;
	padding-left:5px;
}

.newpost_image{
float:left;
margin:0;
padding-right:3px;
position:static;
}

.minipost a{
	color: #000000;		
}
.minipost a:hover{
	color: #000000;		
}

.newpost_info{
background:transparent none repeat scroll 0 0;
border:medium none;
color:#555555;
font-family:arial,sans-serif;
font-size:11px;

}


.newpost_info a:hover{
background:transparent none repeat scroll 0 0;
border:medium none;
color:#363636;
font-family:arial,sans-serif;
font-size:11px;

}


.newpost_date{
font-weight:bold;
color:#555555;
font-size:11px;
line-height:1;
margin:0;
padding:0;
}



.minipost li{
background: url(images/mini-link.png) no-repeat;
min-height:52px;
display:block;
line-height:normal;

}

.minipost li:hover {
	color: #000000;
	display: block;
	border: 1px solid #000000;
	text-decoration: none;	
	background: #cacaca url(images/mini-link.png) no-repeat;
	opacity:.80;filter:alpha(opacity=80);-moz-opacity:0.8;
		}
.minipost li:hover a{
	color: #000000;;	
		}
		
				
.minipost li:hover .newpost_date  a{
	color: #000000;	
	text-decoration: bold;		
}

/* Forums
=================================================================================================================================== */

#topic-info .favorite {
background: url(images/heart_add.png) no-repeat;
}

#topic-info .stats {
background: url(images/chart_pie.png) no-repeat;
}

#topic-info .started {
background: url(images/page_add.png) no-repeat;
}

#topic-tags li{
background: url(images/mini-tag.png) no-repeat;
}

.search {
  float:right;
	padding: 6px 4px 2px 5px;
	margin-right: 10px;
}

#views{
margin:5px 0 10px;
}

#fieldset{
width: 600px;
}
/* Front Page
=================================== */

#hottags {
float:left;
	top: 0;
	left: 0;
	width: 80px;
	overflow: hidden;
}

#discussions {
	margin-left: 120px;
	width: 600px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #555;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	
}

#thread li {
	background: transparent;
	padding-left: 0px;

	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
	height:120px;
		overflow: hidden;
		margin-bottom:-120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 120px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #c4c4c4;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 665px;
	max-width: 660px;

	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 650px;

	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
	text-align: right;
}


a.rss-link {

	padding: 6px 0 6px 20px;
	background-image: url('images/mini-rss.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e0e0e0; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	 background: rgb(102, 102, 102) url(images/bg_grad_gray1.gif);  
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 5px 9px;
	color: rgb(255, 255, 255);
}

#latest th a, #forumlist th a, #favorites th a {
	color: rgb(200, 200, 200);
	font-style: italic;
}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color: rgb(255, 255, 255);
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 3em;
	width: 100%;
}

#latest, #forumlist {
	margin-top: -0.9em;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

/* Book Library
=================================== */
.Breviews {
  display: block;
  line-height: 14px;
	padding-left:5px;
}

.Bcover{
float:left;
margin:0;
padding-right:3px;
position:static;
}

.Breviews li{
display:block;
	width: auto;
	height: auto;
line-height:normal;

}

.Breviews li:hover {
	color: #000000;
	display: block;
	text-decoration: none;	
	}
.Breviews li:hover a{
	color: #000000;;	
		}
		
				



