/*  
Theme Name: iPhone-notes
Theme URI: http://www.iphone-notes.de/
Version: 2.0
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}

body{
//background:#dadada;color:#444;
background: #555555 url(bg.png) repeat-x top;  
color: #333333;
font-size: 12px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#pages {
width: 950px; 
margin-left: auto;
margin-right: auto;
}

#wrapper2 {
width: 950px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
background-color: #FFF;
}
.nav li:hover ul,.nav li li:hover ul {top: -999em;}



a{
	color: #0681b5;
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0
}
li{
	list-style: none
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	border:1px solid #e5e4de;
	width:960px; 
}

#body-in {
        background:transparent url('./images/body-in.gif') repeat-x 0 100%;                                                                                                     
	padding-bottom:40px;                                                                                                                                                    
	}

#top, #footer{
	clear: both;
	height: 5px;
	margin: 0 auto;
	padding: 10px 0 5px;
	width: 910px;
}
#page-bot{
//	background: url(images/page-bot.gif) no-repeat top;
	height: 15px;
	overflow: hidden;
}
/*========= NAVIGATION LISTS =========*/

/*- Nav1 -*/
.nav1{
	float: left;
}
.nav1 li{
	float: left;
	height: 27px;
}
.nav1 li a{
	color: #878787;
	display: block;
	height: 27px;
	text-align: center;
}
.nav1 li.active a, .nav1 li a:hover, .nav1 li.current_page_item a{
	color: #ff7800;
	text-decoration: none;
	height:27px;
}
.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px; display: inline; line-height: 14px; }

.nav1 li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft.gif) no-repeat left top; float: left;}
.nav1 li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/menuright.gif) no-repeat right top; float: right; }
.nav1 li a span { float: none; }
.nav1 li a:hover span { }
.nav1 li a:hover , li.current_page_item a{ background-position: 0% -27px; text-decoration: none;}
.nav1 li a:hover span , li.current_page_item a span{ background-position: 100% -27px; }





/*=== Top Menu ===*/
#topmenu{
	background: url(images/topmenu-bgr.gif) repeat-x top;
	height: 33px;
	margin: 0 0 20px !important;
	margin: 0 0 0px;
}
#topmenu li{
	background: url(images/topmenu-sep.gif) no-repeat left;
	float: left;
	line-height: 33px;
}
#topmenu li a{
	color: #333333;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #ff7800;
	text-decoration: none;
}

/*=== Header ===*/
#header{
	background: url(logo_bg.png);// no-repeat top;
//background-color: #062b45;	
	height: 128px;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 40px 23px 0 0;
	text-align: right;
	width: 223px;
}
#header p                                                                                                                                  
{color: #ffffff;                                                                                                                           
} 

#header .spacer p{
	clear: both;
}
/*- Logo -*/



#header h1{
 	margin-top:23px;
	background: url(logo.png) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1{
 	margin-top:0px;
	background: url(logo.png) no-repeat;
	float: left;
	text-indent: -9999px
}


#header h1 a{
	display: block;
	height: 128px;
	width: 542px;
}




#header h1 a:hover{
	text-decoration: none;
}
/*- RSS -*/
#rss{
	height: 32px;
	margin: 0;
	width: 64px;
	position: relative;
	left:25px;
	top:-7px;
	display: inline;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
	width: 223px;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 12px;
	margin: 8px 0 0 10px;
	width: 180px;
}
#search .btn{
	margin: 5px 0 0;
	padding: 0;
	width: auto;
}

/*=== Columns ===*/
#columns{
	margin: 0 auto;
	width: 900px; 
}
#columns h2{
	color: #ff7800;
	font: 20px font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	/*text-transform: uppercase;
*/
}
#columns h2 a{
	color: #ff7800;
}
#columns h3, #columns h4, #columns h5{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}
#columns h3{
	font-weight: bold;
/*	text-transform: uppercase;
*/
}
#columns h3, #columns h5{
	background: url(images/09-chat2.png) no-repeat left;
	height: 16px;
	margin: 0 0 10px;
	padding: 0 0 0 17px;
}
#centercol h3 {
	margin: 0 0 15px;
}

/*--- Center Column ---*/
#centercol{
	float: left;
	padding: 0 0 20px 15px;
	width: 500px;
}
#centercol p, .box p{
	line-height: 22px;
	padding: 0 0 10px;
}
/*--- Right Column ---*/

#rightcol{
	float: right;
	width: 348px;
}

#leftcol{
	float: left;
	width: 348px;
}

/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 269px;
}
.col2{
	float: left;
	margin: 0 0 0 0;
	padding: 0 5px 0 15px;
	width: 205px;
}
.col3{
	border-left: 1px solid #f2f1e9;
	float: left;
	margin: 0 0 0 10px !important;
	width: 140px;
	padding: 0 0 0 10px !important;
	display: inline;
}
.col4{
	float: left;
	width: 270px;
	margin: 0;
}
.col5{
	float: left;
	margin: 0 0 0 15px;
	width: 495px;
}

.featureditem {
height:220px;
display:none;
margin-left:30px !important;
margin-left:0;
background: #f8f8f4 !important;
height:100%;
width:95%;
}

/*- SideTabs -*/
.idTabs{
	font-size: 12px;
}
.idTabs li{
}
.idTabs li a{
	display: block;
	margin: 0 5px 0 0;
	text-align: left;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	color: #FF7800;
	text-decoration: none
}

/*=== Post ===*/
#featcarousel {
	list-style: none !important;
	float:left;
	display:inline;
}

.date-comments{
	border-bottom: 1px solid #cacaca;
	color: #777777;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px;
}
.date-commtens-wrapper
{
        color: #777777;
	font-size: 11px;
height: 23px;
}
.date-comments-flattr
{
float:left;
}
.date-comments-facebook
{
float:right;
}

#centercol .date-comments p{
	line-height: 25px;
}
.continue-tags{
	background: url(images/grad.gif) repeat-x top;
	clear: both;
	height: 29px;
	line-height: 29px;
	margin: 2px 0 15px;
	padding: 4px 10px;
}
#centercol .continue-tags p{
}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.tags{
	background: url(images/ico-tags.gif) no-repeat left;
	padding: 1px 0 0 20px;
}
a.more{
	background: url(images/ico-arrow.gif) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 1px 0 0 20px;
}

/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	/*background: url(images/box-bgr.gif) repeat-y;*/
background: #ececec;
	margin: 0 0 20px;
	width: 900px;
}
.boxbottom { margin:0; }
.box .top,
.box .bot{
	/*background: url(images/box-top.gif) no-repeat top;*/
background: #ececec;
	clear: both;
	height: 20px;
	overflow: hidden;
}
.box .bot{
/*	background: url(images/box-bot.gif) no-repeat top;*/
background: #ececec;
}
.box .spacer{
	height: 1%;
	padding: 0 10px;
}
/*- Box2 -*/
.box2{
/*	background: url(images/box2-bgr.gif) repeat-y;*/
background: #ececec;
	margin: 0 0 15px;
	width: 348px;
}
.box2 .top,
.box2 .bot{
	/*background: url(images/box2-top.gif) no-repeat top;*/
background: #ececec;
	clear: both;
	height: 18px;
	overflow: hidden;
}
.box2 .bot{
	/*background: url(images/box2-bot.gif) no-repeat top;*/
background: #ececec;
	height: 10px;
}
.box2 .nav1{
	float: none;
	padding: 0 0 0 20px;
}	
.box2 .spacer{
	height: 1%;
	padding: 0 10px;
}
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}
.box2 .spacer.flickr img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
}
.fflickr img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
}


/*- Box20 -*/
.box20{
/*	background: url(images/box20-bgr.gif) repeat-y;*/
background: #ececec;
	margin: 0 0 15px;
	width: 520px;
}
.box20 .top,
.box20 .bot{
/*	background: url(images/box20-top.gif) no-repeat top;*/
background: #ececec;
	clear: both;
	height: 18px;
	overflow: hidden;
}
.box20 .bot{
/*	background: url(images/box20-bot.gif) no-repeat top;*/
background: #ececec;
	height: 10px;
}
.box20 .nav1{
	float: none;
	padding: 0 0 0 20px;
}	
.box20 .spacer{
	height: 1%;
	padding: 0 10px;
}
.box20 .spacer.white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}
.box20 .spacer.flickr img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
}
fflickr img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
}



/*- Font Selection -*/
#fonts{
padding-top: 19px;
	float: right;
	text-align: right;
	width: 45px;
}
#fonts a{
	color: #878787;
}
#fonts a:hover, #fonts a.active{
	color: #0681b5;
	text-decoration: none;
}

/*- Ads -*/
.ads{
	height: 125px;
	margin: 0 0 10px 4px;
}
.ads img{
	float: left;
	margin: 0 10px 10px 0;
}
.ads img.last{
	margin: 0;
	float:right;
}
/*=== Styling Lists ===*/
/*- Headline List -*/
.headlines{
	margin: 0 0 10px;
}
.headlines em{
	font-size: 11px;
	font-style: normal;
}
.headlines dl{
	border-bottom: 1px solid #cacaca;
	height: 30px;
	line-height: 30px;
}
.headlines dt{
	float: left;
	width: 420px;
}
.headlines dt a{
	color: #ff7800;
	font-weight: bold;
}
.headlines dd{
	float: right;
	font-size: 11px;
	text-align: right;
}
/*- List1 -*/
.list1{
	padding: 0 0 0 5px;
}
.list1 li{
	background: url(images/ico-star.gif) no-repeat left;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
.list1 li a{
}

/*- List100 -*/
.list100{
	padding: 0 0 0 5px;
}
.list100 li{
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
.list100 li a{
}



/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 0 5px;
	padding: 12px 10px;
}

/*- List4 -*/
.list4{
	clear: both;
}
.list4 li{
	background: #ffffff;
	border-bottom: 0px solid #f1f1ed;
	margin: 0 0 8px;
	padding: 8px 7px;
}


/*- List5 -*/
.list5{
	clear: both;
}
.list5 li{
	background: #ffffff;
	border-bottom: 0px solid #f1f1ed;
	margin: 0 0 6px;
	padding: 3px 3px;
}


/*- List3 -*/
.list3{
	padding: 0 0 0 5px;
}
.list3 li{
/*	background: url(images/15-tags.png) no-repeat left;
	border-bottom: 1px solid #f1f1ed;
*/
	line-height: 25px;
	padding: 0 0 0 0px;
}
/*=== Footer ===*/
#footer{
	font-size: 11px;
	padding: 10px 0 10px;
}
#footer, #footer a{
	color: #acacac;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 0px solid #000;
	margin-right: 10px;
}

/*========= VIDEO =========*/

.video{
	float: left;
	height: 220px;
	margin: 0 0px 0 5px;
	width: 270px;
	display: inline;
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
	border-top:1px solid #cacaca;
	padding-top:13px;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#F8F8F4;
	border:1px solid #F2F1E9;	
}
input#submit { border:0px; }

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #777777;
	font-style: italic;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}
.introimg { 
	padding: 0px 0px 0px 0px;
	background:#ffffff;
	border: 0px #ffffff; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
s
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 10px 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}
		
###last

/*
Theme Name: ThemePress
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/


#main { 
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

}




/* Front Page
=================================== */

#front-page #hottags { 
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions { 
	margin-left: 170px;
	width: 590px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.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;
}

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	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;
}

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 430px;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#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: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	background-color: #ddd;
	border-top: 1px solid #9e9e9e;
}

#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; }

/* Profile Edit
=================================== */

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;
	width: 470px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}

#autor-info {
background: url(images/box-bgr.gif) repeat-y;
margin: 0 0 20px;
}
#autor-info .socialbutton {border:0; margin-left:3px;}
.autor-infocat {margin:0 7px 20px 0; float:left;font-weight:bold;}
#socialbookmarks {width:300px;}
#autor-info .top,
#autor-info .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}
#autor-info .bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.right{float:right;}
.left{float:left;}
.autogravatar {width:65px; height:65px; float:left; margin:0 12px 0 0; padding:2px; border:1px solid #eee;}
#autor-info .spacer{
	height: 1%;
	padding: 0 10px;
}
#autor-info .spacer.white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}

.rc_item .rc_avatar {
	line-height:1px;
}
.rc_item .rc_avatar img {
	background:#FFF;
	padding: 0px 7px 7px 7px;
	border:0px solid #333;
}
.rc_item .rc_left {
	display:inline;
	float:left;
	padding-right:7px !important;
	padding-right:4px;
}
.rc_item .rc_right {
	display:inline;
	float:right;
	padding-left:7px !important;
	padding-left:4px;
}
.rc_item .rc_info .author_name {
	font-weight:bold;
}
#rc_newest {
	float:left;
	padding-right:10px;
}
#rc_newer {
	float:left;
}
#rc_older {
	float:right;
}
.rc_fixed {
	clear:both;
}
.rc_label {
	font-weight:bolder;
}
.rc_back {
	float:left;
}
.rc_datetime {
	float:right;
}


#links {clear:both;height:30px;width:960px;background: url(images/menubar.gif) no-repeat;}
#nav {margin-left:10px}
#links li a {padding-right:12px;padding-left:12px;line-height:30px;float:left; color:#4C4C4C;text-decoration:none;border-right:1px solid #B6B6B6}
#links li a:hover, #links li:hover a{color:#fff}
#links li:hover{background:url(images/mbg.jpg) repeat-x;}
#nav li {list-style:none;position:relative;float:left;z-index:2;}
#links #nav li ul {position:absolute;top:30px;left:0px;display:none;z-index:1000;width:200px;opacity:.85;background:#4D4D4D;}
#links #nav li:hover ul {display:block;}
#links #nav li ul li {list-style:none;font-size:12px;float:left;clear:both;}
#links #nav li ul li a {color:#ddd;width:180px;line-height:2.5em;text-decoration:none;display:block;border-bottom:1px solid #1A2736;text-indent:0;height:auto;padding-left:10px;padding-right:10px;}
#links #nav li ul li a:hover {color:#fff;background: #222;  background-repeat: no-repeat; background-position: right center;}


#pages ul { 
list-style-type: none; 
list-style-image: none; 
float: left; 
margin-top: 15px; 
padding: 0px 0px 0px 0px; 
margin-left: 0px;
}


#pages li { 
float: left; 
display: block; margin-right: 10px;
height: 29px;
margin-top: 10px;
}

#pages li:hover {
}

#pages li a:link,
#pages li a:visited{
float: left;
display: block;
padding-top: 4px;
height: 26px;
color: #FFF;
font-size: 13px;
padding-left: 20px;
text-decoration: none;
padding-right: 20px;
}

#pages li a:hover,
#pages li a:active {
font-size: 13px;
text-decoration: none;
color: #0d95c4;
}

.current_page_item {                                                                                                                                                                                     
font-size: 13px;                                                                                                                                                                                         
text-decoration: underline;                                                                                                                                                                            
color: #0d95c4;  
} 



#searchwrap {
background:none;
height:27px;
margin:15px 0 0 0;
float:right;
background: url(images/searchbg.png) top left no-repeat;
}

#searchwrap input{
vertical-align:middle;
background:none;
color:#A7A7A7;
border: none;
font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrap #s{
font-size:14px;
border:none;
padding:0px 4px;
margin-right:3px;
width:250px;
}

#searchwrap input#submit {
font-size: 12px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #212121;
cursor:pointer;
font-weight: bold;
text-transform: uppercase;
border: none;
}

						
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:30px 0;
	width:auto; height:auto;
	background:#171615 url(images/footer-stroke.gif) repeat-x top center;
	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d;
}
   