/* @override http://rockofroseville.com/wp-content/themes/rock-local/style.css */
/*   
Theme Name: Rock Local
Theme URI: http://www.indiginus.net
Description: The layout for the main Rock of Roseville site, including the warm orange/red background.
Author: Ryan Duffy
Author URI: http://www.indiginus.net
Version: 1.0
.
Free to use and redistribute with the approval of Rock leadership.
.
*/

@charset "UTF-8";
/* CSS Document */

/*html, body {
	height:100%;
    width:100%;
 	overflow: auto;
	height: 100%;
	overflow: auto;
	
}
body {
	background: #eae7e3 url(images/bg-local.jpg) top center no-repeat;
}*/
img {
	vertical-align: text-bottom;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 875px;
}
h1 {
	font-family: "Lucida Grande", Univers, Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 3em;
	border-bottom: 1px solid #bbb;
	letter-spacing: -1px;
	margin-bottom: 15px;
	margin-top: 10px;
}

h2 {
	font-family: "Lucida Grande", Univers,  Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 15px 0 6px 0;
	color: #333;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #912900;
}
h3 {
	font-family: "Lucida Grande", Univers,  Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 11px 0 2px 0;
	color: #62af30;
}
.blogpost h3 {
	font-size: 1em;
}
h3 a {
	
	color: #62af30 !important;
	text-decoration: none;
}
h4 {
	font-family: "Lucida Grande", Univers,  Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 12px 0 2px 2px;
	color: #808080;
}
.blogpost h4 {
	font-size: 1em;
}
h4 a {
	
	color: #bbb !important;
	text-decoration: none;
}


p {
	margin: 10px 0;
}

em {
	font-style: italic;
}
blockquote {
	background: url(images/bg-quote.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	text-align: justify;
	text-indent: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	word-spacing: .1em;
	margin: 2em 1em 1em 2em;
}
.utility {
	background: url(images/utility-bg.png);
	height: 30px;
	-webkit-border-bottom-right-radius: 5px;    /* for Safari */
	-webkit-border-bottom-left-radius: 5px;    /* for Safari */
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	/*overflow: hidden;*/
	padding-left: 5px;
	position: relative;
	font-size: .8em;
	z-index: 9999;
}
.utility img {
	/*padding: 4px;*/
}
.utility .selected {
	background: url(images/50-percent-gray.png);
	border: 1px solid #876341;
	
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;
}
/*.utiity img:hover {
	background: url(../images/50-percent-gray.png);
	border: 1px solid #999999;
}*/
.utilityright {
	float: right;
}
.utility ul li {
	border-right: 1px solid #5f5f5f;
	float: left;
	margin-top: 3px;
	padding: 0px 8px;
	position: relative;
}
.utility ul li:last-child {
	border-right: none;
}
/* ---------------- NAV MENU SYSTEM BEGIN  ---------------------- */

.utility ul li a, .utility ul li a:visited {
	text-decoration: none;
	color: #000;
	/*vertical-align: middle;*/
	padding: 4px;
	display: inline-block;
	
}

.utility ul li ul {
	display: none;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 10px;
	background: url(images/75-percent-gray.png);
	width: 150px;
	-webkit-border-bottom-right-radius: 5px;    /* for Safari */
	-webkit-border-bottom-left-radius: 5px;    /* for Safari */
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-top: -3px;
	margin-left: -27px;
}
.utility ul li ul li {
	font-size: 1.3em;
	line-height: normal;
	height: auto;
	padding: 2px 8px;
	width: 140px;
	/*background: url(images/50-percent-gray.png);*/
	margin: 0;
	border: none;
}
.utility ul li ul li a, .utility ul li ul li a:visited {
	padding: 0px 5px;
	color: #fff;/*vertical-align: middle;*/
	
}
/* specific to non IE browsers */

.utility ul li:hover a {
	color: #ffffff;
}
.utility ul li:hover ul {
	display: block;
	top: 25px;
	left: 0;/*width: 120px;*/
}
.utility ul li:hover ul li a.hide {
	/*background:#6a3;*/
	color: #F93;
}
.utility ul li:hover ul li:hover a.hide {
	background: #fff;
	color:#000;
}
/*.utility ul li:hover ul li ul {
	display: block;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
}
.utility ul li:hover ul li ul li {
	font-size: 1em;	
}*/
.utility ul li:hover ul li a {
	display:block;
	
	color: #dfbb6d;
	outline: none;
}
.utility ul li:hover ul li a:hover {
	color:#fff;
}
.utility ul li:hover ul li:hover ul {
	display:block;
	/*left:30px;
	top:0;*/
}
.utility ul li:hover ul li:hover ul.left {
	left:-190px;
}
/* ------------------- NAV MENU SYSTEM END -------------------------- */ 



.header {
	height: 100px;
}
.logo {
	float: left;
	display: inline-block;
	padding: 20px 35px 20px 0;
	margin-right: 35px;
	background: url(images/header-divider.png) right no-repeat;
}
.nav {
	height: 33px;
	padding-top: 7px;
	clear:both;
	background: url(images/nav-bg.png) repeat-x;
	-webkit-border-top-right-radius: 5px;    /* for Safari */
	-webkit-border-top-left-radius: 5px;    /* for Safari */
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	font-size: 1.3em;
	
}
.nav a {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #f9ce84;	
}
.nav ul {
	padding:0;
	margin:0;
	list-style: none;
}
.nav ul li {
	float: left;
	height: 26px;
	width: 110px;
	text-align: center;
	position: relative;
	background: url(images/nav-divider.png) right repeat-y;
	padding-top: 2px; /*border-right: 1px solid #333333;
	border-left: 1px solid #444444;*/
}
.content {
	background: #ffffff;
	/*overflow: auto;*/
}
.content a {
	color: #912900;
}
.contentinside {
	padding: 12px 12px 24px 20px;
	background: #ffffff;
	/*overflow: auto;*/
	min-height: 250px;
}
.contentinside strong {
	font-weight: bold;	
}
.entry {
	/*overflow: hidden;*/
	width: 650px;
	padding-bottom: 20px;
}
.entry .alignright {
	float: right;
	margin-left: 15px;
}
.entry .alignleft {
	float: left;
	margin-right: 15px;
}
.entry .aligncenter {
	text-align: center;
}
.entry p {
/*padding: 8px 0;	*/
color: #000;
padding-right: 15px;
text-align:justify;
}
.entry ul, .entry ol {
	margin: 15px;
}
.entry li {
	margin-left: 15px;
	list-style-position: outside;
	line-height: 1.4em;
	margin-top: 2px;
	margin-bottom: 2px;
}
.entry ul li {
	list-style-type: disc;
}
.entry ol li {
	list-style-type: decimal;
}
#social-icon-list {
	margin: 10px 0;
	line-height: 0;
	height: 40px;
}
#social-icon-list li {
	list-style-type: none;
}
.rotator {
	margin-bottom: 10px;
	-webkit-border-radius: 5px;    /* for Safari */
	-moz-border-radius: 5px;
}
.newhere {
	background: url(images/new-here-bg.jpg) repeat-x;
	height: 40px;
	padding: 7px 0px;
	margin-bottom: 10px;
	color: #925501;
	font-size: 1.1em;
	display: none;
}
.newhere img {
	vertical-align: middle;
	margin: 0 10px;
}
.newhere a {
	color: #444;
	font-size: .8em;
}
.rightcolumn {
	float: right;
	width: 270px;
	margin-left: 10px;
}
.thebs {
	width: 570px;
	height: 235px;
	border-top: 5px solid #666666;
	background: url(images/b-background-image.jpg) repeat-x 0 38px;
	margin-bottom: 10px;
}
.thebs p {
	margin: 0px;	
}
.thebs a {
	color: #CF6;	
}
#tabs {
	width:570px !important;
	height:240px !important;
	background: url("images/b-bg-off.jpg") repeat-x;
	float:left;
	display: block;
	overflow: hidden;
}
.inside {
	width: 538px;
	padding: 0px;
	clear: both;
	color: #fff;
}
ul.wooTabs {
	width: 100%;
	padding: 0 0 0px 0;
}
ul.wooTabs li {
	float: left;
	display:inline;
	color: #ffffff;
	margin:0px 0px 0px 0px !important;
	cursor: pointer;
	border-right: 1px dotted #bbb;
	border-left: 1px solid #fff;
}
ul.wooTabs li:last-child {
	border-right: none;	
}
ul.wooTabs li img {
	margin-right: 5px;
}
ul.wooTabs li a {
	line-height: 30px;
	color: #000000;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	display: block;
	float: left;
	padding: 4px 22px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	background: url(images/b-bg-on.jpg) repeat-x;
	color: #ffffff;
}
.column {
	border-top: 5px solid #666666;
	margin-bottom: 10px;
	overflow: hidden;
	height: 100%;
}
.columntitle {
	border-bottom: 1px solid #dddddd;
	height: 37px;
	margin-bottom: 10px;
}
.ics-calendar-widget {
	color: #444;
}
.homecaltitle {
	color: #c2850e;
	padding-bottom: 3px;
}
#twitter-tools h3 {
	padding: 0;
	margin: 0;
}
.aktt_tweets {
	background: url(images/icon-twitter.gif) 3px 0px no-repeat;
	padding: 0px 10px 10px 40px;
	color: #0B606C;
	font-size: .8em;
	border-bottom: 1px dotted #cdcdcd;
	min-height: 30px;
}
.aktt_tweets a {
	color: #0B606C;
}
.facebook {
	background: url(images/icon-facebook.gif) 3px 11px no-repeat;
	padding: 10px 10px 10px 40px;
	color: #243B74;
	font-size: .8em;
	border-bottom: 1px dotted #cdcdcd;
	min-height: 30px;
}
.rss {
	background: url(images/icon-rss.gif) 3px 11px no-repeat;
	padding: 10px 10px 10px 40px;
	color: #C66C00;
	font-size: .8em;
	border-bottom: 1px dotted #cdcdcd;
	min-height: 30px;
}
.rss a {
	color: #C66C00;
}
.homecontent {
	width:570px;
	border-top: 5px solid #666666;
}
.homecontent img {
	float:left;
	padding: 0px 10px 5px 0;
}
.dotteddivider {
	border-bottom: 1px dotted #cdcdcd;
	padding: 0 7px 7px 7px;
	font-size: .9em;
	color: #999999;
	margin-bottom: 7px;
}
.dotteddivider strong {
	color: #000000;
}
.dotteddivider a {
	color: #62af30;
	text-decoration: none;
}
.dotteddivider a:hover {
	text-decoration: underline;
}
.dotteddivider img {
	float: left;
	margin-right: 10px;
}
.search {
	float: right;
	width: 175px;
	background: url(images/50-percent-gray.png);
	-webkit-border-radius: 10px;    /* for Safari */
	-moz-border-radius: 10px;
	border: 1px solid #666666;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	padding: 3px;
	margin-top: 39px;
}
.search .query {
	background: none;
	border: none;
	color: #888888;
	width:150px;
}
.footer {
	margin: 0px 12px 15px 12px;
	background: #d0cabd url(images/footer-top-shadow.gif) top repeat-x;
	padding: 20px;
	overflow: auto;
	-webkit-border-bottom-right-radius: 5px;    /* for Safari */
	-webkit-border-bottom-left-radius: 5px;    /* for Safari */
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	color: #7e765e;
	font-size: .9em;
	
}
.footer a {
	color: #82642a;
	text-decoration: none;
}
.footercolumn {
	margin-right: 30px;
	float: left;
}
.col1 {
	background: #ffffff url(images/sub-sidebar-bg.jpg) repeat-y right;
	padding-right: 196px;
	border-right: 1px solid #ccc;
}
.sidebar {
	float:right;
	width: 186px;
	margin-left: 10px;
	text-align: center;
	background: url(images/sub-sidebar-bg.jpg) repeat-y;
	border-right: 1px solid #ccc;
}
.sidenav {
	text-align: left;
	padding: 0 10px 30px 10px;
}
.sidenav li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
.sidenav li:hover {
	background: #fff;
}
.sidenav a {
	text-decoration: none;
	font-weight: bold;
	color: #912900;
	font-size: .9em;
}
.sidenav ul {
	margin: 5px 0;
}
.lifestream {
	font-size: .9em;
}
.lifestream li {
	border-bottom: 1px dotted #cdcdcd;
}
.lifestream a {
	text-decoration: none;
	color: #444444;
}
.firstcontent {
	background: #646464 url(images/first-content-bg.jpg) repeat-x;
	width: 600px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #c9c9c9;
}
.firstimage {
	float: right;
	margin-left: 15px;
	border: 1px solid #777777;
	margin-bottom: 15px;
}
.firstcontent a {
	color: #ffffff;
}
.blogpost {
	width: 285px;
	min-height: 215px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 10px;
	border: 1px dotted #efefef;
	color: #666666;
	background: url(images/column-bg.jpg) bottom repeat-x;
}
.blogpost .column {
	background: none;
}
.blogdate {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: .8em;
	}
.blogpost h2, .firstcontent h2 {
	margin-bottom: 5px;
}
.wooTabs {
	font-size: 1.4em;
}
.bwrapper {
	float: left;
	margin: 0 5px 15px 5px;
	border-top: 5px solid #666666;
	width: 150px;
	text-align: left;
}
.bguts {
	background: url(images/column-bg.jpg) bottom repeat-x;
	padding: 5px;
	height: 130px;
	border: 1px solid #efefef;
	color: #666;
	font-size: .9em;
}
.bguts .columntitle {
	font-size: 1.6em;
	padding: 3px 0 7px 3px;
	height: auto;
	text-align: center;
}
.bcalltoclick {
	background: #7baf3e url(images/4bs-tabs.jpg) repeat-x;
	margin: 0;
	text-align: center;
	padding: 4px;
	color: #f2fbe7;
}
.bcalltoclick a {
	color: #f2fbe7;
	text-decoration: none;
}
.otherposts {
	padding: 12px;
	background:#efefef url(images/column-bg.jpg) bottom repeat-x;
	text-align: right;
	-webkit-border-radius: 10px;    /* for Safari */
	-moz-border-radius: 10px;
	margin: 10px 0;
	overflow: auto;
	
}
.avatar {
	float: left;
	margin-right: 5px;
}
.scripture {
	margin: 15px 0 15px 40px;
	border-left: 4px solid #777;
	border-top: 1px solid #efefef;
	background: #efefef;
	padding: 15px;
	background: #ffffff url(images/column-bg.jpg) bottom repeat-x;
}
.scripture h1 {
	font-size: 1.3em;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 3px;
}

/*========= EVENT CALENDAR  ==================*/


.event {
	background: #ffffff url(images/column-bg.jpg) bottom repeat-x;
	border: 1px solid #efefef;
	margin-bottom: 10px;
	min-height: 80px;
	padding-top: 15px;
	color: #bbbbbb;
	clear: left;
}
.eventguts {
	border-left: 1px dotted #bbb;
	color: #999;
	margin: 0 0 15px 65px;
	padding: 0 15px;
	min-height: 60px;
}
.event h2 {
	font-weight:normal;
	color: #3a3a3a;
	margin-top: 0;
	padding-top: 0;
}
.rightdate {
	float:right;
	width: 150px;
	background: #e68565 url(images/calendar-red-box.jpg) bottom repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	font-size: .8em;
	max-height: 50px;
	overflow: hidden;
	margin-left: 10px;
	-webkit-border-top-left-radius: 5px;    /* for Safari */
	-webkit-border-bottom-left-radius: 5px;    /* for Safari */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.leftdate {
	float: left;
	/*background: url(images/nav-divider.png) right repeat-y;*/
	padding: 0 15px 0 15px;
	color: #bbbbbb;
	width: 35px;
	font-size: 1.5em;
	margin-right: 15px;
}
/*========= FEATURED SLIDER (FRONT-PAGE) =========*/

#featured-outer {
	margin-bottom: 10px;
}
#featured {
	padding: 30px;
	margin:1px;
	font-family: Helvetica, Arial, sans-serif;
}
#featured h2 {
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #343434;
}
#slider-holder {
	position: relative;
	height: 240px;
	width: 835px;
	overflow: hidden;
	color: #fff;
	background: #888;
}
#slider-holder .slide {
	position: absolute;
	top:0px;
	z-index: 0;
	height: 240px;
	width: 835px;
	overflow: hidden;
	background: #888;
}
#slider-holder .slide-1 {
	display : block;
	left:0px;
	top:0px;
	z-index: 1;
}
#slider-holder .slide a {
	display: block;
}
#slider-holder .slide img {
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
}
#slider-holder .slide-content {
	position: absolute;
	top: 240px;
	left: 0;
	height: 700px;
	width: 835px;
	background: #000;
	padding: 10px;
	z-index: 999;
}
#slider-holder .slide-content-1 {
	display: none;
}
#slider-holder .slide-content h3 {
	font-size: 18px;
	text-transform: uppercase;
}
/*#slider-holder .slider-left, #slider-holder .slider-right {position: absolute; cursor: pointer; height: 30px; width: 30px; z-index: 999; display: block; color: white; }

#slider-holder .slider-left { left: 5px;  top: 130px; background: url('images/fleche1.png') no-repeat center bottom;   }
* html #slider-holder .slider-left { background: url('images/fleche1.gif') no-repeat center left; }

#slider-holder .slider-right{right: 5px; top: 130px; background: url('images/fleche2.png') no-repeat center bottom;}
* html #slider-holder .slider-right { background: url('images/fleche2.gif') no-repeat center right; }*/

.slider-dots {
	float: right;
	position: relative;
	width:20px;
	margin-top: 10px;
}
.slider-dots span { /*float: left;*/
	display: block;
	background: red;
	height: 24px;
	width: 20px;
	margin: 0;
	background: url(images/dot.gif) no-repeat;
	position: relative;
	cursor: pointer;
	padding: 1px 4px;
	color: #ffffff;
}
/*.slider-dots .thumbnail {display: none;border:1px solid #ccc; padding: 5px; background: #fff; position: absolute; top:-45px; left: -90px ;z-index: 999;}*/

.shelf-title {
	padding: 0px 0px;
}
/*========= BLOG POST STYLING =========*/

.post h2 {
	font-size: 18px;
}
.post h3 {
	font-size: 14px;
}
.post p {
	padding: 0 0 25px;
	line-height: 20px;
}
#breadcrumb p {
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	color: #999999;
}
#breadcrumb a {
	color: #888888;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #666666;
	text-decoration: underline;
}
.post .thumbnail {
	margin-bottom: 20px;
	border:1px solid #e7e7e7;
	padding: 3px;
}
/*- Box -*/

.box {
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post {
	width: 304px;
}
.box .post-inner {
	margin: 1px;
	padding: 28px;
}
.box .post h2 {
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.box .post img {
	margin: 0 0 15px 0;
	padding: 4px;
	border: 1px solid #E7E7E7;
}
.box .post .category-head {
	margin-bottom: 10px !important;
	padding: 0 !important;
}
.category-head a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}
.comments-head {
	margin-right: 5px;
}
.comments-head a {
	font-size: 11px;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
.date {
	text-transform: uppercase;
	font-size: 10px;
	color: #c9c9c9;
	font-family: helvetica, arial, sans-serif;
}
.communities strong {
	display: block;
	margin-bottom: 3px;
}
.communities li {
	display: inline;
	border-right: 1px solid #cdcdcd;
	padding-right: 4px;
}
.communities li:last-child {
	border: 0;
}

/* Media Page
============================*/

.media .top-cats table {
	background:#B3B3B3 url(images/table.bg.gif) repeat-x;
	border-collapse:separate;
}
.media .top-cats table th {
	border-collapse:separate;
	border-left:1px solid white;
	color:#5C5D5F;
	font-size:16px;
	padding: 10px 10px 0;
	text-transform:uppercase;
	border-top:4px solid #5C5D5F;
	width: 33%;
}
.media .top-cats table td {
	border-left:1px solid white;
	padding: 0 10px 10px 10px;
	vertical-align: top;
}
.media .top-cats p {
	padding-top:0;
	font-size: 12px;
	margin-bottom: 10px;
}
.button {
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #AEAEAE;
	padding: 3px 6px;
	text-decoration: none;
	color: #B46C00;
	background: url(images/btn.bg.gif) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.top-cats form {
	padding-top: 10px;
}
.top-cats form input#s {
	font-size: 11px;
	color: #AEAEAE;
	border: 1px solid #AEAEAE;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
.other-cats {
	border-top:4px solid #5C5D5F;
	margin-top: 15px;
}
.other-cats a {
	text-decoration: none;
}
.other-cats th {
	border-bottom: 1px solid #C1C1C1;
	padding-bottom:5px;
}
.other-cats td {
	background: #F3F3F3;
	width: 33%;
	vertical-align: top;
	margin-left: 10px;
	padding-top: 10px;
	border-bottom: 4px solid white;
	border-left: 4px solid white;
	font-size: 12px;
}
.other-cats td.tap-in {
	border-right: 8px solid white;
	background: white;
}
.other-cats .thumb {
	max-width: 70px;
	max-height: 60px;
	float: left;
}
.other-cats li {
	border-bottom: 4px solid white;
	padding: 0 10px 10px;
}
.other-cats li a {
	color: #505050;
	display: block;
	margin-left: 75px;
}
.other-cats td li small {
	display: block;
	margin-left: 75px;
}
.other-cats tr.bottom td {
	background: white;
	border-top: 1px dotted #C1C1C1;
	padding: 5px 0 0;
	font-size: 12px;
}
.other-cats a.more {
	background: url(images/arrow.gif) no-repeat right;
	padding-right: 10px;
}
.other-cats td.tap-in {
	padding-left: 15px;
}
.other-cats td.tap-in li {
	padding: 5px 0px 5px 35px;
	border-bottom: 1px dotted #C1C1C1;
}
.other-cats td.tap-in li.last {
	border-bottom: 0;
}
.other-cats td.tap-in li a {
	display:inline;
	margin:0;
}
.tap-in li {
	min-height: 30px;	
}
.tap-in li.podcasts {
	background: url(images/icn.podcast.gif) no-repeat 0 5px;
}
.tap-in li.podcasts a {
	color: #794D8C;
}
.tap-in li.video {
	background: url(images/icn.video.gif) no-repeat 0 5px;
}
.tap-in li.video a {
	color: #049FB5;
}
.tap-in li.twitter {
	background: url(images/icn.twitter.gif) no-repeat 0 5px;
}
.tap-in li.twitter a {
	color: #31A2AA;
}
.tap-in li.feeds {
	background: url(images/icn.rss.gif) no-repeat 0 5px;
}
.tap-in li.feeds a {
	color: #FC7404;
}
.tap-in li.photos {
	background: url(images/icn.flickr.gif) no-repeat 0 5px;
}
.tap-in li.photos a {
	color: #777;
}

.wp-caption {
	background: #efefef;
	border: 1px solid #ddd;
	padding: 5px;
}
.fix {
	clear:both;	
}
