/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	ablaze
   TEMPLATE CODE: 	S-0009
   VERSION:          2.1	          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #FFF;
	text-align: center;
	background: #000;
}

/* links */
a {
	color: #F88F26; 
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #FFF;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em  'Trebuchet MS', Arial, Sans-serif;
	color: #A0080D;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 { 
	font: normal 1.5em  'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3; 

}
#sidebar h1 {
	font: bold 1.4em  'Trebuchet MS', Arial, Sans-serif;
	background: #000 url(../cdn-pdfoo/icon5.jpg) no-repeat 10px .4em;
	padding: 7px 0 7px 38px;
	color: #DBD0A3;
}
.latest20 a {
color: #6A6A6A;
}
.latest20 a:hover {
color: #FFF;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #CCC;
} 
 #navlist
{

padding-top:20px;
padding-left: 20px;
list-style: none;
}

#navlist li
{
padding-left: 30px;
margin-bottom:8px;
background-image: url(../images/docu.gif);
height:30px;
background-repeat: no-repeat;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
#navlist li a {
color:#FFFFFF;
}
#navlist a:link span{display: none;}
#navlist a:visited span{display: none;}
#navlist li a:hover span{
  color:#fff;
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: #333;
  width:420px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #666;
  font: normal 10px/12px verdana;
  text-align:left;
  display: block;
}


/* images */
img {
	border: 3px solid #444;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0 0 0px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Arial', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
}
.comment {
margin-top:2px;
height:40px;
display: block;
background:#333;
border-bottom:#666 solid 1px;
 
}
code a {
color:#FF0000;
}
.code1 {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  border:#333 solid 5px;
  font: 500 1em/1.5em 'Arial', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
}
.vote {
  margin: 5px 0 0 15px;
  padding: 10px;
  width:515px;  
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Arial', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
	border-bottom:#333 solid 1px;
}
.vote a {
color:#f00;
}
.vote a:hover {
color:#ff;
background:#B82C2C;
}

code2{
  background: #444 url(../cdn-pdfoo/headerbg3.jpg) repeat-x 0 0;
  margin: 5px 0 0 0px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Arial', 'courier new', monospace;
  /* white-space: pre; */
 
}


acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #111;  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	
	padding: 0;
	background: #000;  
   border: 0px dashed #151515;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #CCC;
}
input.largerCheckbox {
background: #111;
border:none;
}
textarea {
	width: 350px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	overflow: auto; 
	display:block;
	color:#000;
	background: #CCC;
}
textarea.edituser {
	width: 140px;
	padding:2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	height:35px;
	overflow: auto; 
	display:block;
	color:#000;
	background: #CCC;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #fff;
	background: #000;	
}


/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 15px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #fff;
	color: #000; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 850px;	
}

/* header */
#header {
	background: #444 url(../cdn-pdfoo/headerbg.jpg) repeat-x 0 0;
	height: 120px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #fff;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 20px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 16px; top: 89px; 
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	background: #111 url(../cdn-pdfoo/icon2.jpg) no-repeat 0 0;	
	color: #fff;
}
#header-content li a:hover {
	background: #6C0506;
	color: #F88F26;
	background: #F88F26 url(../cdn-pdfoo/icon4.jpg) no-repeat 0 0;		
		
}
#header-content li a#current  {
	background: #111 url(../cdn-pdfoo/icon3.jpg) no-repeat 0px 0;	
	color: #F88F26;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #000;		
	width: 100%;

	
}
#content {
	text-align: left;	
	background: #000;		
	padding: 0; margin: 0 auto;	
		
}

/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	margin: 10px 0; padding: 0;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: 5px 0 15px 0;			
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	color: #6A6A6A; 
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 25px;
	background: #000;		
	border-bottom:1px dashed #151515; 
	line-height: 1.5em;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #151515;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 25px;
	background: #333;
	color: #fff;
	background: #111 url(../images/icon6.jpg) no-repeat 0px 0;			
}
#sidebar .sidebox {
	background: #000;
	margin: 5px 15px 10px 15px;
}

/* main */
#main {
	margin: 10px 0; 
	padding: 0 270px 0 0;		
}

/* footer */
#op {
height:auto;
display:none; 
overflow:hidden;
}
 
#footer {
	clear: both;
	margin: 0; padding: 0;
	border-top: 2px solid #373737;
	font-size: 95%;
	text-align: left;	
	background: #373737 url(../cdn-pdfoo/headerbg.gif) repeat-x 0 0;	
}
#footer h2, #footer p {
	padding-left: 0;
	color:#FFFFFF;	
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a {
	text-decoration: none;
	color: #8A8A8A;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #F88F26;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.gray
{ color:#F88F26 }

.graydetail
{ color:#F88F26;
font: bold 1.4em  'Trebuchet MS', Arial, Sans-serif;
 }
 .graydetail2
{ color:#fff;
font: bold 1.4em  'Trebuchet MS', Arial, Sans-serif;
 }

.grayblock
{ 
margin-top:-4px;
color:#fff;
background: #111 url(../cdn-pdfoo/dw.gif) no-repeat 0 0;
float:right;
padding:4px 5px 5px 5px;

text-align:center;

}
.thumblock
{ 
margin-top:-4px;
color:#fff;
float:right;
padding:4px 5px 5px 5px;
text-align:center;
}
.grayblock b
{
font-size:14px;
}

.latest
{background:#A0080D;}


.latest a
{ color:#fff;
background:#de;}

.latest a:hover
{ background:#8A8A8A;}

.subcat a
{ background:#8A8A8A;}
.subcat a:hover
{ background:#F88F26;}





td.value {


	padding:0;
	border-bottom: none;
	background-color:transparent;
}
td {
	padding: 4px 6px;
	border-bottom:1px solid #A0080D;
	border-left:1px solid #A0080D;
	background-color:transparent;
}
td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}
th {
	text-align: left;
	vertical-align:top;
}
td.last {
	border-bottom:1px solid #A0080D;
}
td.first {
	border-top:0px solid #A0080D;
	
}
table {
	background-image:url('../images/bg_fade.png');
	background-repeat:repeat-x;
	background-position:left top;
	width: 21.5em;

}
.corner{
	background-image:url('../cdn-pdfoo/adscorner.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
.relcorner{
	background-image:url('../images/relatedcor.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
.addcorner{
	background-image:url('../images/featured.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
.recentcorner{
	background-repeat:no-repeat;
	background-position:left top;
}

ol  {
    width: 36em;
	margin-left:2px;
  }

  /* float & allow room for the widest item */
  ol li  {
    float: left;
    width: 18em;
  }


  /* separate the list from subsequent markup */
  div.wrapper  {
    margin-bottom: 1em;
	width:91%;
	margin-left:15px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Arial', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;
   
  }
  .avatar
{
 width:200px;
 clear:left;
 margin-top:10px;
}
.avatar-icon
{
width:30px;
float:left;
text-align:center;
margin-left:auto;
margin-right:auto;
}
input.radioBut{
background:#111;
border:none;
}
input.radioBut2{
background:#333;
border:none;
}

#list {
	  margin: 5px 0 0 0px;
	  padding: 10px;
	  text-align: left;
	  display: block;
	  overflow: auto;  
	  font: 10px 'Arial', 'courier new', monospace;
}
#list ul {
  width: 100%;
  list-style: none;
}
#list li {
  background:#111;
  float: left;
  width: 18%;
  color:#999;
  margin:2px;
  padding:4px 4px 4px 6px;
}

#list2{
	  margin: 5px 0 0 0px;
	  padding: 10px;
	  text-align: left;
	  display: block;
	  overflow: auto;  
	  font: 10px 'Arial', 'courier new', monospace;
}
#list2 ul {
  width: 100%;
  list-style: none;
}
#list2 li {
  background:#111;
  float: left;
  width: 18%;
  color:#999;
  margin:2px;
  padding:4px 4px 4px 6px;
}
#list2 li.col1 {
  background:#111;
  float: left;
  width: 38%;
  color:#999;
  margin:2px;
  padding:4px 4px 4px 6px;
}
#list2 li.col1login {
  background:#666;
  float: left;
  width: 48%;
  color:#fff;
  margin:2px;
  padding:4px 4px 4px 10px;
}
#list2 li.col2login {
  background:#666;
  float: left;
  width: 47%;
  color:#fff;
  margin:2px;
  padding:4px 4px 4px 10px;
}
.whoonline{
float:right;
font-size:14px;
font-weight:bold;
margin-top::3px;
color:#999;
font-family:Arial, Helvetica, sans-serif;
}
.loginregister{
font-weight:bold;
font-size:14px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
}
.logged{
background: #444 url('../images/bg_fade.png') repeat-x 0 0;
margin-bottom:-10px; margin-top:-10px;
}
.logged a{ color:#F88F26 }
.logged a:hover{ color:#fff }

.logged-online{
background: #444 url('../images/bg_fadeblack.png') repeat-x 0 0;
margin-bottom:-10px; margin-top:-10px;
}
.notable {
	background-image:none;
	border:none;
	font-size:12px;
	width:100%;
}
.toolbar{
	background: #444;
	height:70px;
	text-align:center;
	margin:-20px 15px -10px 15px;
	padding-bottom:15px;
}
/*
.toolbar{
	background: #444;
	height:60px;
	text-align:center;
	margin:-20px 15px -10px 15px;
	padding-bottom:15px;
}
*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#6D6A6A;
	padding:2px 5px;
	color:#FFF;
	display:none;
	}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000000;
	text-align:left;
	padding: 8px 8px 4px;
	background: url('../images/bubble.png') top left;
}
 
.tool-text {
	text-align:left;
	font-size: 11px;
	padding: 1px 8px 4px;
	background: url('../images/bubble.png') bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


	
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
}
.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
}	
/* Google Book */
 .entry-G {
		background-color:#111111;
		border-bottom:1px dashed #333;
		height:120px;
		margin:0 16px;
		padding:10px 10px 0 20px;
    }
    .entry-GR {
		background-color:#111111;
		border-bottom:1px dashed #333;
		height:110px;
		margin:0 16px;
		padding:10px 10px 0 20px;
		width:520px;
    }
    .thumbnail-G {
      float: left;  
      border: solid black 2px;
      padding: 2px;
      margin-right: 10px;
    }
    
    .desc-G {
      font-style: normal;  
    }
    
    .small-G {
      font-size: smaller;  
}    