/*
Theme Name: XCMS
Description: Custom Theme.
Version: 1.1
Author: Nubianprince
*/

@import url( bpress.css );

/***
 * The admin bar default styles
 */
@import url( _inc/css/adminbar.css );

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}

body {
	background: #9F8A71;
	font-size: 12px;
	color: #000;letter-spacing:-1;
	font-family: "arial",tahoma,Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #e33258;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #e33258;
}
	/* Search */
	#header .search {width:215px;height:28px;background:url(img/search_bg.gif);position:absolute;top:20px;right:0;}
	#header .search input[type="text"] {border:0;margin:0px 0;margin-left:0px;padding:5px;width:140px;float:left;color:#999;font-family:Arial;font-size:12px;}
	#header .search input[type="image"] {width:62px;height:27px;float:right;margin:5px;margin-left:0;}
blockquote {
	padding: 7px 15px 7px 40px;
	background: url(images/quotes_background.gif) 10px 9px no-repeat #ffffff;border:3px solid #F0E4A9;
	margin: 5px 0;
}
#footer { background: #222222; height: 30px; position: relative; }
#footer { font-size: 0.8em; text-transform:uppercase;font-weight:bold;color: #f9f9f9;font-family:century gothic; padding: 0 20px; clear: both; line-height: 30px; }

#footer a{ color: #0000ff; }
#footer a:hover{ color: #f9f9f9; }
#footer a:visited{ color: #ffff00; }

#footer1 { background: #772B1A; height: 100px; position: relative; }
#footer1 { font-size: 11px; text-transform:lowercase;font-weight:normal;color: #222222;padding: 2px 2px; clear: both; line-height: 15px; }

#footer1 a{ color: #ffff00; }
#footer1 a:hover{ color: #f9f9f9; }
#footer1 a:visited{ color: #e33258; }

/* more stories */
.more_stories {

	margin: 0 1px 0 0;
	padding: 2px 2px 0px 2px;
	border-bottom: 0px solid #d7d7d7;
}

.more_stories a {
	display: block;color:#FFD505;font-size:11px;
	padding: 3px 2px 3px 3px;font-family:georgia;
	border-bottom: 0px dotted #888888;
	height: 55px;margin:0px 1px 0 1px;
}

.more_stories a:hover {
	color: #297eb9;text-decoration:none;
}
/* more stories main */
.more_stories_main {

	margin: 0 1px 0 0;
	padding: 2px 2px 0px 2px;
	border-bottom: 0px solid #d7d7d7;
}

.more_stories_main a {
	display: block;color:#00ff00;font-size:11px;
	padding: 3px 2px 3px 0px;font-family:georgia;
	border-bottom: 1px dotted #888888;
	height: 50px;margin:0px 1px 0 1px;
}

.more_stories_main a:hover {
	color: #297eb9;text-decoration:none;
}
/* top_posts */
.top_posts {

	margin: 0 1px 0 0;
	padding: 2px 2px 2px 2px;
	border-bottom: 0px solid #d7d7d7;
}

.top_posts a {
	display: block;color:#0000ff;font-size:11px;
	padding: 2px 2px 5px 2px;font-family:georgia;
	border-bottom: 1px dotted #888888;
	height: 45px;margin-bottom:0px;
}

.top_posts a:hover {
	background: #eeeeee;
	color: #297eb9;text-decoration:none;
}
.smallimg img {
	float: left;
	margin: 0 5px 0 0;
	width: 60px;
	height: 45px;border:3px solid #eee;
	overflow: hidden;
}
.smallimg1 img {
	float: left;
	margin: 0 5px 0 0;
	width: 72px;
	height: 50px;border:2px solid #fff;
	overflow: hidden;
}
/* -----------
- NAVIGATION -
----------- */

ul#nav {
	position:absolute;
	bottom:0; left:0;
	margin:0 0 0 0px;
	list-style-type:none;
	width:850px;font-size:11px;
}

ul#nav li {
	list-style-type:none;
	float:left;
	margin:0 0.5em 0 0;
}

ul#nav li a {
	padding:5px 10px;
	border:none;
	text-transform:uppercase;
	color:#000;font-weight:bold;
	background:#fff;
	border:0px solid #E4A68B;
	border-bottom:none;
	border-color:#357 #002 #002 #357;
	display:block;
	white-space:nowrap;
	_width:1em;
}

ul#nav li a:hover {
	background:#F9f9f9;
	text-decoration:none;
}

ul#nav .current_page_item a,
ul#nav .current_page_item a:hover {
	color:#0000ff;
	background:#F9AD49;
	text-decoration:none;

}
ul#nav .selected a,
ul#nav .selected a:hover {
	color:#0000ff;
	background:#F9AD49;
	text-decoration:none;

}
ul#nav .current-cat a,
ul#nav .current-cat a:hover {
	color:#0000ff;
	background:#F9AD49;
	text-decoration:none;

}
/* -------
- HEADER -
------- */
#header {
	display:block;
	height:100px;width:850px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:left;text-transform:lowercase;
	border-bottom:2px solid #F9AD49;
}

#header h1 {
	font-size:2.2em;
	margin:0; padding:45px 95px 0 0;
}

#header a{ color: #ffff00; }
#header a:hover{ color: #000000; }
#header a:visited{ color: #ff0000; }

#header p {
	padding:0 95px 0 0;
}
/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
background: url("images/bg3.gif") repeat-y 50% 0;
margin: 0 auto;
	width: 850px;
	border-right: 0px solid #000;border-top: 0px solid #000;
}
#wrapper1 {
background:#fff;
margin: 0 auto;
	width: 850px;

}
#head {
	padding: 5px 0 5px 0;
	width: 100%;height:170px;
	background: #772B1A;

}
.top_head img{
border: 3px solid #E17008;
}
.top_head :hover{
border: 3px solid #fff;
}
.top_head :visited{
border: 3px solid 000;
}
.tube img{
border: 5px solid #E17008;
}
.tube :hover{
border: 5px solid #dddddd;
}
.tube :visited{
border: 5px solid 000;
}
.thumbs img{
border: 4px solid #aaaaaa;
}
.thumbs :hover{
border: 4px solid #333333;
}
.thumbs :visited{
border: 4px solid bbbbbb;
}
#tags a{ color: #ffff00;text-decoration:underline; }
#tags a:hover{ color: #000000; }
#tags a:visited{ color: #ff0000;}
#hot_topics{ font-size:9px;color: #eeeeee; }
#hot_topics a{ font-size:9px;color: #ffff00;text-decoration:none; }
#hot_topics a:hover{ color: #fff; }
#hot_topics a:visited{ color: #00ff00; }
#title { font-size: 2.5em; font-weight: bold; text-transform: uppercase; line-height: 50px; float: left; letter-spacing: -1px; margin-left: 20px; font-family: Arial, Helvetica, sans-serif;color: #ffff00;text-decoration: none; }
#title a { color: #ffff00;text-decoration: none; }
#title a:hover { text-decoration: none; color: #ffffff }

.title {
	font-size: 3em; font-weight: bold; text-transform: lowercase; line-height: 0px; float: left; letter-spacing: -1px; margin-left: 20px; font-family: Arial, Helvetica, sans-serif;
}
#hlinks {
         background:#772B1A;
width:100%;padding:5px 0 0 0;font-size:95.2%;margin:auto;
	color: #eee;height:30px;text-transform:uppercase;font-weight:bold;

}
#hlinks1 {

padding:5px 0 0 0;font-size:98.2%;margin:auto;
	color: #000;height:20px;text-transform:uppercase;font-weight:bold;

}
#hlinks a { color: #fc0;text-decoration: none;padding:0 2px; 0 2px }
#hlinks1 a { color: #0000ff;text-decoration: none;margin:5px;text-transform:uppercase;font-weight:bold; }
#xescontent {
       width: 535px;
	float: left;font-size:97.5%;
	color: #000;font-family: "arial";
	padding: 2px; 2px; 2px; 2px;
}

#sidebarRight {
float:right;
	color: #000;background:#BEBBAE;
	width: 300px;
	padding: 5px 4px 2px 0px;
}


#sidebarLeft {
	width: 170px;
	float: left;
	color: #000;
	padding: 0px;
}

* html #sidebarLeft {
	width: 160px;
}
#sidebar .widget-title {
	margin: 0 0 8px;
	padding: 5px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	border: solid #ccc;
	border-width: 0px 0;color:#fff;
	}
#sidebar ul {
	margin: 0;
	padding: 2;
	list-style: none;
	}
#sidebar ul ul ul {
	margin: 0 0 0px 0px;
	border-top: 0px dashed #e5e5e5;
	border-bottom: 0px solid #fff;
	}
#sidebar li {
	margin: 0 0 0px;text-transform: uppercase;font-size:0.8em;font-weight:bold;
	padding: 5px;
	list-style: none;
	}
#sidebar div {
	margin: 0 0 0 0px;text-transform: uppercase;font-size:10px;font-weight:bold;
	padding: 0px;width:100%;

	}
#stats {
	margin: 0 0px 0 0px;text-transform: uppercase;font-size:10px;font-weight:bold;
	padding: 0px;

	}
#stats ul {
	margin: 0;
	padding: 2;
	list-style: none;
	}
#stats li{

	padding: 3px 0 3px 0px;text-transform:uppercase;font-weight:bold;font-size:10px;
	border-bottom:1px dotted #C0C0C0;
}
#sidebar li li {
margin: 0;
font-size:10px;
padding: 1px 0 1px 16px;
display: block;
background: url(images/x1.gif) no-repeat left center;
	}
#groups li {
margin: 0;
font-size:10px;
padding: 5px 0 5px 16px;
display: block;
background: url(images/x2.gif) no-repeat left center;
	}
#sidebar a:link,
#sidebar a:visited {
	color: #ffff00;
	}
#sidebar a:hover {
	color: #e33258;
	text-decoration: none;
	}
/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 2px;
}



p {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #eeeeee;text-transform:uppercase;font-weight:bold;
	border: 1 0px 0 1px solid #a0abb4;font-family:century gothic;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 15px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;text-transform:uppercase;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 25px;
	letter-spacing: -2.5px;
	font-weight: bold;color:#fff3b3;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 5px 5px;
	list-style-image: url(images/bullet.png);
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

/*- Search -*/
#search{
	background: #333333;
	border: 1px solid #fc0;
	float: right;
	height: 23px;
	margin: 2px 5px 2px 5px;
	padding: 0 5px 0 2px;
	width:205px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;text-transform:uppercase;font-weight:bold;
	border: 0;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:162px;
}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 11px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: bold;letter-spacing:1.2px;
	color:  #000000;
	border-bottom: 0px #fff solid;
	margin-bottom: 5px;
	font-family: "Arial", "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
}

#sidebarRight a {
	color: #0000ff;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #000000;
	text-decoration: none;
}

#sidebarLeft a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #49647d;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #afb65b;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

	

	
/***** COMMENTS FORMATTING *****/

.comments {
	padding: 15px;
	display: block;
	border-bottom: 10px solid #f1f1f1;
	}
#comments .navigation {
	margin: 1px 0 0;
	padding: 10px 0 0;
	background: #fff;
	}
#comments .section-title {
	margin: 0 0 10px;
	}
#comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#comments ul ul {
	margin: 15px 0 10px;
	}
#comments li {
	margin: 0 0 -1px;
	padding: 15px 15px 5px;
	border: 1px solid #eee;
	}
#comments li.alt {
	background: #f6f6f6;
	}
#comments li.odd {
	background: #fff;
	}
#comments li.even {
	background: #f6f6f6;
	}

#comments .comment-author {
	margin: 0 0 3px;
	font-size: 1.2em;
	font-weight: bold;
	}
#comments #trackbacks-list .comment-author {
	margin: 0;
	font-size: inherit;
	}
#comments #trackbacks-list .comment-meta,
#comments #trackbacks-list .comment-author img,
#comments #trackbacks-list .comm-repl-link {
	display: none;
	}
#comments .comment-author img {
	float: left;
	padding: 2px;
	margin: 0 10px 10px 0;
	background: #fff;
	border: 1px solid #eee;
	}
#comments .comment-meta {
	color: #999;
	}
#comments .comment-meta .meta-sep {
	padding: 0 4px;
	}
#comments .unapproved {
	width: 50%;
	margin: 10px auto;
	padding: 5px 10px;
	display: block;
	color: #0cc6ef;
	text-align: center;
	background: #fff;
	border: solid #c6c6c6;
	border-width: 1px 0;
	}
#comments .comment-content {
	clear: both;
	margin: 10px 0 0;
	}

#comments #respond {
	padding: 15px;
	position: relative;
	background: #fff;
	border-bottom: solid #f1f1f1;
	border-bottom-width: 10px;
	}
#comments #respond .comm-cancel {
	top: 21px;
	right: 15px;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	}
#comments .formcontainer {
	padding: 20px 20px 5px;
	background: #f6f6f6;
	border: 1px solid #eee;
	}
#comments #commentform {
	padding: 0 0 10px;
	}
#comments #commentform .comm-notes {
	color: #999;
	font-style: italic;
	}
#comments #commentform .form-input {
	margin: 0 0 10px;
	}
#comments #commentform input,
#comments #commentform textarea {
	margin: 0 0 5px;
	padding: 5px;
	color: #999;
	font-size: 1em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #eee;
	}
#comments #commentform input {
	width: 250px;
	}
#comments #commentform textarea {
	width: 97%;
	}
#comments #commentform textarea:focus,
#comments #commentform input[type="text"]:focus {
	color: #000;
	font-style: normal;
	background: #fff;
	}
#comments #commentform #submit {
	float: right;
	width: auto;
	margin: 0 4px 0 0;
	padding: 5px 20px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	background: #e33258;
	}

/* Tag Cloud */

#sidebar #tag-cloud div {
	margin: 0 10px;
	}



.links img{ 
border: 5px solid #E17008;padding:1px;background:#ffffff;margin:0px;
}
.links:visited 
img{ 
border: 5px solid #777777;
}
.links:hover img 
{ border: 5px solid #f9f9f9;
}
.sponsors img{ 
border: 5px solid #777777;padding:1px;background:#ffffff;margin:0px;
}
.sponsors:visited 
img{ 
border: 5px solid #aaaaaa;
}
.sponsors:hover img 
{ border: 5px solid #E17008;
}

div.generic-button { 
		padding: 3px 10px;width:100px;
		background: #eee;align:center;
		display: inline-block;text-transform:uppercase;font-weight:bold;border:1px solid #dddddd;
		margin-bottom: 0px;
	}
/*** WIDGETS **********/

.widget {
	margin: 0 0 25px 0;
}

h2.widgettitle {
	padding: 3px 8px;
	margin-bottom: 5px;
	height: 36px;
	font-weight: bold;
}

	h2.widgettitle a {
		text-decoration: none;
		color: #555;
	}

	h2.widgettitle img {
		vertical-align: middle;
		margin-right: 4px;
	}

	.bp_core_widget_welcome h2 {
		background: url(images/welcome_header_back.gif) top left no-repeat !important;
		color: #fff !important;
	}

	
	.widget ul.item-list {
		margin-top: 5px !important;
	}
	
	.widget ul.item-list li .item-avatar img, img.avatar {
		border: 0px solid #ddd;
	}
	
	.widget ul.item-list li h4.item-title {
		font: normal 1.4em "Georgia", Times, serif;
		margin: 0 0 7px 0;	
	}
	
	.bp_blogs_widget_recent_posts img.avatar {
		width: 50px !important;
		height: 50px !important;
	}	
	
	.widget ul.item-list li .item {
		margin-left: 71px;
	}
		.bp_blogs_widget_recent_posts ul.item-list li .item {
			margin-left: 31px;
		}
	
	.widget ul.item-list li .item-meta {
		font: normal 1em "Georgia", Times, serif;
		margin: 10px 0;
	}
	
	.widget .item-options {
		text-align: right;
		font-size: 0.9em;
		margin: -15px 0 0 0;
	}
	
	.bp_core_widget_whos_online .item-avatar {
		float: left;
		margin-right: 10px;
	}
	
.widget-error {
	padding: 10px;
	background: #fff9df;
}


div.avatar-block {
	padding: 0 15px;
}


/* Author profile - on single post view */

.section-box {
	left: 0;
	margin: 5px 0 0;
	padding: 5px;
	position: relative;height:55px;
	border: 1px solid #eee;background:#ffffff;
	}
.section-box .author-avatar {
	float: left;
	width: 53px;
	margin: 0 15px 5px 0;
	}
.section-box .author-avatar img {
	width: 45px;
	height: 45px;
	padding: 4px;
	background: #fff;
	border: 1px solid #eee;
	}
.section-box .author-main {
	margin: 0 0 5px 10px;
	}
.section-box .author-main h3 {
	color: #e33258;
	font-size: 1.6em;
	font-weight: normal;
	}
.section-box .author-contact {
	top: 15px;
	right: 15px;
	position: absolute;
	}
.section-box .author-contact .meta-sep {
	color: #ccc;
	padding: 0 6px 0 4px;
	}
.section-box .author-posts {
	margin: 5px 0 0;
	}
.pnavi a, .pnavi a:link {
	padding: 2px 4px 2px 4px; 
	margin-bottom: 2px;font-size:10px;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #0066cc;
	background-color: #000000;	
}
.pnavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #0066cc;
	background-color: #444444;	
}
.pnavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #333333;
}
.pnavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.pnavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.pnavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 0px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.pnavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/************************************************************\
* Featured / Top Articles
\************************************************************/
	.ftop {padding:5px 5px 0 5px;}
	.ftop .featured {float:left;width:530px;position:relative;}
	.ftop .featured .fwrap {width:530px;height:330px;overflow:hidden;position:relative;}
	.ftop .featured ul {width:100000px;position:absolute;top:0;left:0;}
	.ftop .featured li {list-style:none;float:left;}
	.ftop .featured li img {vertical-align:middle;}
	.ftop .featured li div {margin-top:1px;padding:5px;}
	.ftop .featured li div a {font-weight:bold;}
	.ftop .featured li div a.title {font-size:11px;text-transform:uppercase;padding-top:2px;font-family:arial;letter-spacing:1.1px;}

	.ftop .featured .fthumbs {position:absolute;top:15px;left:10px;z-index:8;height:315px;overflow:hidden;}
	.ftop .featured .fthumbs img {border:3px solid #fcc;vertical-align:middle;margin-bottom:5px;width:77px;height:44px;}
	.ftop .featured .fthumbs img.active {border:3px solid #fff;}

	.ftop .featured a {outline:none;}
.tbuttoni {
	padding:3px 0 3px 0;
    float: left;
     width:155px;
}

.tbuttoni ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
    float: left;
	}
	
.tbuttoni ul li {
	list-style: none;
	padding: 3px 1px 3px 17px;
    float: left;
	background-color: #f6f0d6;
	border: 2px solid #caa59a;
	margin: 0 0px 0 2px;
	}
	
.tbuttoni ul li:hover {
	background-color: #f6eab5;
	}

.tbuttoni a {
	color: #5a0e0e;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 3px;
	}
.tbuttoni a:hover {
	color: #db4411;
	}
.tbuttoni span {
	color: #868484;
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
	padding-right: 2px;
	}
    
.tbuttoni li:hover, .tbuttoni li.sfhover { 
	position: static;
	}

.tbutton-preview {
	background-position: 0px center;
	background-repeat: no-repeat;width:28px;
	}

.tbutton-download {
	background:  url(images/download.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	}
a.pagenav {
padding: 3px 4px 3px 4px;
	color: #fff;font-size:10px;text-decoration: none;text-transform:uppercase;
}
a.paginate {
	border: 1px solid #ffffff;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	color: #ffffff;font-size: 13px;

background:#857C6C;
font-weight:bold;
}
 
 
a.paginate:hover {
	font-weight:bold;
	color: #fff;
	background: #2d2d2d;
	border: 1px solid #ff0000;
}
 
a.current {
color: #00ff00;
	border: 1px solid #ff0000;
	padding: 4px 4px 4px 4px;
	background: #4d4d4d;font-size: 13px;
}
 
span.inactive {
	border: 0px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;text-transform:uppercase;
	padding: 4px 4px 4px 4px;
	color: #999;
	cursor: default;
}
