/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/


html, body {
    height: 100%;
}



/* Layout */ 
.wrap {
	height: auto !important;
    margin: 0 auto -34px;
    min-height: 100%;
	padding:0px !important;
}

#wrapper {
	padding:0px !important;
}

body {
	background: #414548;
}

#content{
	margin-top:20px;
	padding: 0 0 60px;
}


/* Overwrites*/


.line-top {
	height:5px;
	background:#1d2223;
	clear:both;
}

.page-template-home-php #content { margin-top:0px !important;}






/* Nav */

#navigation {
	background:#1d2223;
	padding: 0px 0;
	margin-bottom:0px;
	height:32px;
}

.nav {
    margin: 0 0 0 0px !important;
}

.nav a {
	text-transform:uppercase !important;
	font-weight:bold;
	font-size:11px !important;
	text-shadow:0px 1px 0px #000000;
	padding:7px 14px !important;
	line-height:18px !important;
}

.nav a:hover {
	background:#313f41;
}




.nav li.current-page-ancestor a {
	background: none repeat scroll 0 0 #698085;
}


.page-id-1677 .nav li.menu-item-1487 a {
	background: none repeat scroll 0 0 #698085;
}

.category-tour-posts .nav li.menu-item-1487 a {
	background: none repeat scroll 0 0 #698085;
}

.category-news .nav li.menu-item-1486 a {
	background: none repeat scroll 0 0 #698085;
}

/* Sec Nav */

.sec-nav {
	overflow:hidden;
}

.sec-nav ul li {
	float:left;
}

.sec-nav ul li a {
	float:left;
	display:block;
    font-size: 11px !important;
    font-weight: bold;
    padding: 4px 14px !important;
	text-transform:uppercase;
	color:#52ACBA;
	background:#ebf2f2;
	text-shadow: 0 1px 0 #ffffff;
}

.sec-nav ul li a:hover {
	background: none repeat scroll 0 0 #ffffff;
	text-shadow:0px 1px 0px #ffffff;
	color:#52ACBA;
}

.sec-nav ul li.current-menu-item a {
	background: none repeat scroll 0 0 #E4EAEA;
	text-shadow:0px 1px 0px #ffffff;
	color:#125f6c;
}


/* Footer and Bottom Nav */

.foot-nav ul li {
float:left;
margin-right:10px;
}

.foot-nav ul li ul , .foot-nav ul li ul li ul {
display:none !important;
}

#footer .col-left {
    padding-left: 10px;
	font-style:normal;
}

#footer .col-right {
    padding-right: 10px;
}

#footer, #footer p {
    font-style: normal;
}

#footer {
	border:0px !important;
	padding:0px !important;
}

#footer a {
	color:#1D2223;
	text-shadow:0px 1px 0px #ffffff;
}

#footer a:hover {
	color:#52ACBA;
}


#footer li.current-menu-item a {
	color:#52ACBA !important;
}



.foot-bottom {
    background: url(images/see-through-white.png) repeat;
    border-top: 0px;
    overflow: hidden;
	position:relative;
	z-index:15;
	width:100%;
	padding:10px 0px;
}

/* titles */
.post .title, .page .title, .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
    color: #125f6c !important;
    font: bold 28px/1.1em Arial,sans-serif;
	text-shadow:0px 1px 0px #ffffff;
}

.page h1.title , .category h1.title {
	text-transform:uppercase;
	color:#1D2223 !important;
	margin-bottom:15px;
	font-size:28px;
	letter-spacing:0.5px;
	text-shadow:0px 1px 0px #ffffff;
	line-height:1.1em !important;
}

.post .title a:hover, .page .title a:hover {
 	color: #52acba !important;
}


.widget h3 {
	text-shadow:0px 1px 0px #ffffff;
	padding-bottom:5px;
}


/* Post View */


#content #main .bkg-inner, .type-page .entry {
    padding: 20px;
	background: #e4eaea;
	overflow:hidden;
}

#content #main .post {
	border-bottom:5px solid #d8e0e0;
}

.post, .search .page {
    margin: 0 0 25px !important;
}


.post_extra {
	padding-top:15px;
}

.related {
	float:left;
	margin-right:20px;
}

.related ul {
padding-left:0px !important;
list-style:none !important;
}

.related ul li {
padding-left:0px !important;
list-style:none !important;
font-size:11px;
margin-bottom:4px;
padding-bottom:4px;
border-bottom:1px dashed #cccccc;
}

.sharing {
	float:left;
	background:#eef4f4;
	border:1px solid #dce6e6;
	margin-right:25px;
	padding:10px;
	margin-top:5px;
	margin-bottom:20px;
}


.related ul li:last-child {
	border-bottom:0px;
	margin-right:25px;
}

.post_extra .tag-box {
	float:left;
	width:200px;
	display:none;
}


/* Splits */

.clear {
	clear:both;
	height:0px;
	width:100%;
}

.clear {
	clear:both !important;
	height:0px !important;
	width:100% !important;
}


.clear_5 {
	clear:both !important;
	height:5px !important;
	width:100% !important;
}

.clear_10 {
	clear:both !important;
	height:10px !important;
	width:100% !important;
}

.clear_15 {
	clear:both !important;
	height:15px !important;
	width:100% !important;
}

.clear_20 {
	clear:both !important;
	height:20px !important;
	width:100% !important;
}

.clear_25 {
	clear:both !important;
	height:25px !important;
	width:100% !important;
}

.clear_30 {
	clear:both !important;
	height:30px !important;
	width:100% !important;
}


.the-title {
	color: #1D2223 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	margin: 0 0 15px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	font:bold 28px/1.1em Arial,sans-serif;
}


.midsplit {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d8e0e0;
	clear:both !important;
	width:100% !important;
}

.midsplit_dashed {
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:1px dashed #d8e0e0;
	clear:both !important;
	width:100% !important;
}

.midsplit_10 {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d8e0e0;
	clear:both !important;
	width:100% !important;
}

.midsplit_15 {
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #d8e0e0;
	clear:both !important;
	width:100% !important;
}

.midsplit_5 {
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:5px solid #d8e0e0;
	clear:both !important;
	width:100% !important;
}

.midsplit_nobot {
	margin-top:20px;
	margin-bottom:0px;
	border-bottom:1px solid #d8e0e0;
	clear:both !important;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.event-split {
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:1px solid #d8e0e0;
	clear:both !important;
	width:100% !important;
}


/* Elements */

dd , pre {
	margin-bottom:20px;
}


dt { font-weight:bold;}

.entry sup, .entry sub {
    font-size: 10px !important;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

ins {
    background: none repeat scroll 0 0 #cccccc;
    text-decoration: none;
	color:#555555;
}

abbr, acronym {
    border-bottom: 1px dotted #cccccc;
    cursor: help;
}

.entry .wp-caption {
    border: 1px solid #cccccc;
    padding: 1px;
	padding-top:3px;
    text-align: center;
	margin-bottom: 20px;
	background:#eeeeee;
}

.entry, .entry p {
line-height:1.5em;
font-size:13px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 0 0 0.4em;
}


hr {
    background-color: #cccccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 20px;
	margin-top:20px;
}


/* 3.3 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {margin-top: -10px; clear:both; font-size:10px; padding:0px 0px; border:0px; background:none !important; border-width:0px 0 0px; }
.nav-entries a, 
.wp-pagenavi a:link, .wp-pagenavi a:visited, 
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover,
.wp-pagenavi span.extend, .wp-pagenavi span.pages{ display: block; text-decoration:none; font:11px/17px Arial, Helvetica, sans-serif; color:#333333; text-decoration:none;}

.wp-pagenavi { margin: 0 !important; text-align: left !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	background: none repeat scroll 0 0 #fafafa !important;
    border: 1px solid #ffffff !important;
    color: #52ACBA !important;
    display: inline-block !important;
    margin-right: 5px;
    padding: 3px 7px !important;
    text-decoration: none !important;
}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover {display:inline; padding: 3px 7px !important; background:#1D2223 !important; margin-right:5px;	color:#ffffff !important;   border:1px solid #000000 !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { display:inline; background:none !important; border:none !important; color:#666 !important; float:right; }

.wp-pagenavi .current {
    background: none repeat scroll 0 0 #125F6C !important;
    border: 2px solid #125F6C !important;
    color: #FFFFFF !important;
}



/* Gigpress Sidebar */

ul.gigpress-listing {
	padding-left:0px;
	
}

ul.gigpress-listing li {
    border-bottom: 1px dashed #B4C1C1;
    margin-bottom: 10px;
    padding: 0 0 5px;
	list-style:none !important;
}

ul.gigpress-listing .gigpress-sidebar-status .button {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	line-height:10px;
}

ul.gigpress-listing .summary {
    display: inline-block;
    width: 174px;
}

.widget_gigpress ul {
	padding-bottom:25px !important;
}

.widget_gigpress .gigpress-subscribe {
    float: left;
    margin-bottom: 0;
    margin-top: -29px;
    text-align: left;
}

.widget ul {
	overflow:hidden;
}

.widget .post {
	margin-bottom:10px !important;
}

.widget a {
	color:#125F6C;
}

.widget a:hover {
	color:#113940;
}


.widget .button, .widget .button:visited {
    font-size: 11px !important;
    padding: 6px 9px;
}

.widget {
    border-bottom: 1px solid #d5dfdf;
    margin: 0 0 15px !important;
    padding-bottom: 15px !important;
	overflow:hidden;
}


#rssimport-5 ul li {
	list-style-type: decimal !important;
	padding:0px 0px 2px 0px;
}

.adspace-widget {
	border-bottom: 0px;
    margin: 0 0 20px !important;
    padding-bottom: 15px !important;
}


#text-5 ol {
    list-style-position: inside !important;
    list-style-type: decimal !important;
    padding-bottom: 15px;
    padding-left: 10px;
}


/* Twitter Sidebar */

.textwidget .twtr-tweet a {
    color: #125F6C !important;
}

.textwidget .twtr-tweets {
	overflow:hidden !important;
}

.textwidget .twtr-doc {
	height:100% !important;
	width:100% !important;
}

.textwidget .twtr-timeline {
	height:100% !important;
}


.textwidget .twtr-ft {
	display:none !important;
}

.textwidget .twtr-hd {
	display:none !important;
}

.textwidget #twtr-widget-1 , .textwidget #twtr-widget-2 {
	margin-top:-5px;
}


.textwidget #twtr-widget-1 .twtr-new-results, .textwidget  #twtr-widget-1 .twtr-results-inner,.textwidget #twtr-widget-1 .twtr-timeline {
    background: none !important;
}

.textwidget #twtr-widget-1 .twtr-doc, .textwidget  #twtr-widget-1 .twtr-hd a, .textwidget #twtr-widget-1 h3, .textwidget #twtr-widget-1 h4, .textwidget #twtr-widget-1 .twtr-popular {
    background: none !important;
}

.textwidget #twtr-widget-2 .twtr-new-results, .textwidget  #twtr-widget-2 .twtr-results-inner,.textwidget #twtr-widget-2 .twtr-timeline {
    background: none !important;
}

.textwidget #twtr-widget-2 .twtr-doc, .textwidget  #twtr-widget-2 .twtr-hd a, .textwidget #twtr-widget-2 h3, .textwidget #twtr-widget-2 h4, .textwidget #twtr-widget-2 .twtr-popular {
    background: none !important;
}


.textwidget #twtr-widget-1 p , .textwidget #twtr-widget-2 p {
	line-height:17px !important;
}





.textwidget .twtr-new-results {
	display:none !important;
}

.textwidget .twtr-widget .twtr-tweet-wrap {
    padding: 12px 0 !important;
}




/* Flicker Photos */

.photos_6_accross {
display:block;
float:left;
height:108px;
width:108px;
margin-right:5px;
margin-bottom:5px;
cursor:pointer;
}

.photos_3_accross {
display:block;
float:left;
height:200px;
width:200px;
margin:12px;
cursor:pointer;
}

.photos_12_accross {
display:block;
float:left;
height:75px;
width:75px;
margin-right:7px;
margin-bottom:7px;
cursor:pointer;
}

.photos_home_accross {
display:block;
float:left;
height:50px;
width:50px;
margin:4px;
cursor:pointer;
}

.page-id-24 .type-page .entry {
	padding-right:0px;
}

/* Tubepress */

.tubepress_thumb img {
    display: block;
    margin-bottom: 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding: 5% !important;
}



/* Sidebar Signup */

#gform_wrapper_1 {
	margin-bottom:0px;
}

#gform_wrapper_1 .gform_footer {
    margin: 0px 0 0;
    padding: 10px 0 10px;
}

#gform_wrapper_1 .validation_error, #gform_wrapper_1  .gform_edit_link  {
	display:none;
}

#gform_wrapper_1  .gform_edit_link {
    font-family: verdana,sans-serif;
    font-size: 12px;
    margin: 20px 0;
}

#gform_wrapper_1 input {
	margin-bottom:3px;
}
#gform_wrapper_1 .gfield {
    margin-bottom: 5px;
}
#gform_wrapper_1 .top_label .gfield_label {
    width: 50px  !important;
}

#gform_wrapper_1 .top_label input.medium, #gform_wrapper_1 .top_label select.medium {
    width: 60%;
}



.post-entries { font-size:11px;}


/* Sounds */

.albums_box {
overflow:hidden;
margin-bottom:15px;
}

div.album_1 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-right:45px;
margin-bottom:20px;
background:#111111 url(images/ctr-sm.jpg) center no-repeat;
padding:4px;
}

a.album_1 {

display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-right:45px;
margin-bottom:20px;
background:#111111 url(images/ctr-sm.jpg) center no-repeat;
padding:4px;
}

a.album_1:hover {
background:#222222 url(images/ctr-sm.jpg) center no-repeat
}

div.album_2 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-right:45px;
margin-bottom:20px;
padding:4px;
background:#111111 url(images/noswia-sm.jpg) center no-repeat;
}

a.album_2 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-right:45px;
margin-bottom:20px;
padding:4px;
background:#111111 url(images/noswia-sm.jpg) center no-repeat;
}

a.album_2:hover {
background:#222222 url(images/noswia-sm.jpg) center no-repeat
}

div.album_3 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-bottom:20px;
padding:4px;
margin-right:45px;
background:#111111 url(images/dtstty-sm.jpg) center no-repeat;
}

a.album_3 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-bottom:20px;
padding:4px;
margin-right:45px;
background:#111111 url(images/dtstty-sm.jpg) center no-repeat;
}

a.album_3:hover {
background:#222222 url(images/dtstty-sm.jpg) center no-repeat;
}

div.album_4 {
display:block;
float:left;
width:150px;
height:150px;
margin-bottom:20px;
overflow:hidden;
border:1px solid #222222;
padding:4px;
margin-right:45px;
background:#111111 url(images/lia-sm.jpg) center no-repeat;
}

a.album_4 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
padding:4px;
background:#111111 url(images/lia-sm.jpg) center no-repeat;
}

a.album_4:hover {
background:#222222 url(images/lia-sm.jpg) center no-repeat
}


div.album_5 {
display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-right:45px;
margin-bottom:20px;
background:#111111 url(images/bod-sm.jpg) center no-repeat;
padding:4px;
}

a.album_5 {

display:block;
float:left;
width:150px;
height:150px;
overflow:hidden;
border:1px solid #222222;
margin-right:45px;
margin-bottom:20px;
background:#111111 url(images/bod-sm.jpg) center no-repeat;
padding:4px;
}

a.album_5:hover {
background:#222222 url(images/bod-sm.jpg) center no-repeat
}



.album_title {
display:block;
margin-left:210px;
font-size:24px;
font-weight:bold;
letter-spacing:-1px;
padding-left:20px;
line-height:35px;
padding-top:0px;
padding-bottom:5px;
}

.album_extra {
margin-top:100px;
color:#ffffff;
padding:10px;
background:url(images/black_80.png) repeat top left;
display:none;
font-size:11px;
line-height:14px;
}

.album_1:hover .album_extra , .album_2:hover .album_extra , .album_3:hover .album_extra , .album_4:hover .album_extra , .album_5:hover .album_extra {
display:block;
}

.sub_header {
padding-bottom:15px;
font-size:15px;
}


div.mr-25 { margin-right:25px !important;}
div.mb-0 { margin-bottom:0px !important;}

.tracklist {
line-height:20px;
}

.list_col_1 {
width:185px;
float:left;
margin-right:10px;
}

.list_col_1 a {
display:block;
clear:both;
overflow:hidden;
padding:3px 5px;
font-size:11px;
}

.list_col_1 a:hover {
background:#ffffff;
}

.list_col_2 {
width:185px;
float:left;
}

.list_col_2 a {
display:block;
clear:both;
overflow:hidden;
padding:3px 5px;
font-size:11px;
}

.list_col_2 a:hover {
background:#ffffff;
}

.more_sounds  {
padding-bottom:15px;
}

.more_sounds a {
display:block;
float:left;
padding:5px;
padding-right:10px;
line-height:18px;
font-size:15px;
font-weight:bold;
background:url(images/clear.png) repeat top left;
}

.more_sounds img {
float:left;
margin-right:10px;
padding:3px;
border:1px solid #222222;
background-color:#111111;
}

.more_sounds a:hover {
background:url(images/white_10.png) repeat top left;
}

.more_sounds .top_push {
padding-top:10px;
width:140px;
float:left;
cursor:pointer;
}

.album_information {
clear:both;
font-size:11px;
}

.album_information .col_1 {
width:200px;
margin-right:35px;
float:left;
line-height:20px;
}

.album_information .col_2 {
width:445px;
float:left;
line-height:20px;
}

h1.song_title {
line-height:33px;
}
.single_art {
display:block;
float:left;
width:200px;
height:200px;
overflow:hidden;
border:1px solid #222222;
margin-bottom:20px;
padding:4px;
margin-right:20px;
}


.post-294 .album_1 {
	background:#222222 url(images/noswia-sm.jpg) center no-repeat !important;
}

.rssimport ul li {
    border-bottom: 1px dashed #B4C1C1;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.rssimport ul li:last-child {
	border-bottom:0px !important;
}

.rssimport ul li a {
	font-weight:bold;
	display:inline-block;
	padding-right:5px;
}

#rssimport-5 ul li {
	padding-bottom:5px;
	margin-bottom:0px !important;
	border-bottom:0px !important;
}

#rssimport-5 ul li a {
	font-weight:normal !important;
}

.gform_wrapper input {
    font-family: Arial,sans-serif !important;
}

/* Wiki */

#wiki-append-content span.editsection ,  #wiki-append-content .ambox-content {
display:none  !important;
}

#wiki-append-content .infobox {
	display:inline-block;
	float:right;
	padding-left: 44px;
}

/* News Box */

.col_1 {
    background: #E4EAEA;
    margin-bottom: 15px;
    padding: 15px;
	float:left;
	width:580px;
}

.col_2 {
    background: #E4EAEA;
    margin-bottom: 15px;
    padding: 15px;
	float:left;
	width:265px;
}

.col_1 h3 , .col_2 h3 {
    font: bold 14px Arial,Helvetica,sans-serif;
    text-transform: uppercase;
	border: 0 none;
    color: #222222;
    margin: 0;
    padding: 0 0 10px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.col_2 li {
	line-height:15px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dedede;
	overflow:hidden;
}


.col_2 li img {
	float:left;
	margin-right:10px;
}

.gutter_20 {
	margin-right:20px;
}

a.more {
	font-weight:bold;
	font-size:11px;
	float:right;
	line-height:15px;
}

a.more span {
	font-size:15px;
	vertical-align:top;
}

.col_2 span.gigpress-sidebar-date , .col_2 span.gigpress-sidebar-artist {
	font-size:11px;
}

.col_2 ul.gigpress-listing .summary {
    width: auto !important;
}
.col_2 .gigpress-sidebar-status .button {
	margin-top:-3px;
}

.col_2 ul.gigpress-listing li {
    border-bottom: 1px solid #dedede;
    list-style: none outside none !important;
    margin-bottom: 5px !important;
padding: 6px 0 10px !important;
}

.col_2 span.gigpress-sidebar-status {
	display:inline;
}

.col_2 li {
	font-size:11px;
}

.twitter-button {
	float:left;
	margin-top:5px;
}

.twitter-button a {
    background: url("images/follow-btn.png") no-repeat scroll center center transparent;
    display: block;
    font-size: 10px !important;
    height: 27px;
    line-height: 28px !important;
    padding-left: 10px !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 150px;
	color:#000000;
}

.twitter-button a:hover {
	text-decoration:none !important;
}

p.left_text {
    display: inline-block;
    float: right;
    margin-right: 35px;
    margin-top: 10px;
}

#gform_widget-7  {
	margin: 0 0 0px !important;
	padding-bottom:0px !important;
	border-bottom:0px;
}


/* RSS Import */

.page-id-1829 .entry ul li {
	list-style:none;
}

.page-id-1829 .entry ul {
    margin: 0 0 0px;
    padding: 0 0 0 0px;
}

.page-id-1829 .entry ul li a {
    color: #125F6C !important;
    font: bold 28px/1.1em Arial,sans-serif;
    text-shadow: 0 1px 0 #FFFFFF;
	margin-bottom:10px;
	display:inline-block;
}

.page-id-1829 .entry ul li a:hover {
color:#52ACBA !important;
}

.page-id-1829 .entry ul li p a {
    color: #125F6C !important;
    font: none 12px/1.1em Arial,sans-serif !important;
    text-shadow: 0 0px 0 #FFFFFF;
	font-size:12px !important;
	margin-bottom:0px;
	display:inline;
}

.page-id-1829 .entry ul img {
	max-width:558px;
}


.page-id-1829 .entry ul li {
margin-bottom:25px;
padding-bottom:25px;
border-bottom: 5px solid #D8E0E0;
}

.page-id-1829 .entry ul li:last-child {
margin-bottom:0px;
padding-bottom:0px;
border-bottom: 0px solid #D8E0E0;
}

.rsspaging {
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:10px;
}

.rsspaging_prev {
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #D8E0E0;
}

.rsspaging_next {
	float:left;
}

