/* @override http://northcincy.org/css/master.css */

/* @override http://northcincy.org/css/master.css */

/* @override http://northcincy.org/css/master.css */

/* @override http://northcincy.org/css/master.css */

/* @override http://northcincy.org/css/master.css */


@import url("calendar_alt.css");
@import url("masthead.css");
@import url("nav.css");


* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../img/bg-body.jpg) repeat-x 50% -40px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	font-size: 18px;
	color: #ff8700;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

h4 {
	color: #3f3f3f;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 10px;
}

p {
	color: #6c6761;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
strong, b {
	font-weight: bold;
	color: #000;
}
ul, ol {
	margin-bottom: 15px;
}

ul li, ol li {
	color: #6c6761;
	font-size: 12px;
	line-height: 1.6em;
	margin-left: 20px;
	list-style-position: outside;
	padding-left: 5px;
}
ul li {
	list-style-type: disc;

}
ol li {
	list-style-type: decimal;
}
p.s_role {
	color: #ff8700;
	margin-top: -9px;
	font-style: italic;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear-both {
	clear: both;
}

img {
	border: 2px solid #3f3f3f;
	padding: 5px;
}

img.left {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	color: #4aa31b;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ff9232;
}

p.btt {
	margin-left: -20px;
	margin-bottom: -80px;
	margin-top: 40px;
	clear: both;
}

p.btt a {
	font-weight: normal;
	font-style: normal;
	background: url(../img/btt_arrow.png) no-repeat left 4px;
	padding-left: 20px;
}
p.btt a:hover {
	background: url(../img/btt_arrow.png) no-repeat left -20px;
}

#container {
	position: relative;
	margin: auto;
	width: 905px;
	background: #fff 0 32px;
}
#header {
	position: relative;
	width: 100%;
	height: 107px;
	background: url(../img/bg-header.jpg) no-repeat left top;
}
#header h1 {
	display: block;
	position: relative;
	width: 202px;
	height: 62px;
	top: 25px;
	left: 28px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../img/logo-white.png) no-repeat left top;
}
#top-nav {
	position: absolute;
	right: 20px;
	bottom: 0;	
}
#top-nav li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	line-height: 10px;
	vertical-align: bottom;
}
#top-nav li a {
	display: block;
	padding: 10px 10px 10px 12px;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	background: url(../img/div-top-nav.png) no-repeat left bottom;
}
#top-nav li.first-link a {
	background-image: none;
}
#top-nav li a:hover {
	color: #d59845;
}

#masthead {
	display: block;
	position: relative;
	width: 895px;
	height: 249px;
	top: 5px;
	left: 5px;
}

#masthead .p-title {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 550px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	text-align: right;
	padding-right: 32px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	padding-top: 34px;
}
#home-body #masthead .p-title {
	top: 183px;
}

#sidebar {
	display: block;
	position: relative;
	width: 300px;
	min-height: 420px;
	left: 5px;
	top: 5px;
	float: left;
	background: url(../img/bg-sidebar.jpg) no-repeat -5px top;
	margin-bottom: 50px;
}

#sidebar.calendar {
	background: none;
}

#sidebar .sidebucket {
	position: relative;
	margin: 35px 40px 35px 35px;
}

#sidebar .sidebucket p {
	color: #6c6761;
	font-size: 11px;
	line-height: 1.6em;
}

#sidebar .sidebucket p.bucket-link, .i-link {
	font-size: 11px;
	color: #4aa31b;
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/icon-link.png) no-repeat;
	height: 14px;
	margin-top: 20px;
	padding-left: 25px;
	line-height: 14px;
}

#content {
	display: block;
	position: relative;
	width: 600px;
	float: left;
	top: -177px;
	background-color: #fff;
	margin-bottom: -50px;
}
#home-body #content {
	top: 5px;
	margin-bottom: 5px;
}

#content #crumbs {
	position: absolute;
	right: 38px;
	font-size: 9px;
	top: 10px;
}

#content #body {
	margin: 50px;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	height: 250px;
	background-color: #1b160f;
}

#footer #f-content {
	position: relative;
	margin: auto;
	width: 905px;
}

#footer #sig a {
	display: block;
	width: 36px;
	height: 32px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../img/sig.png) no-repeat left top;
}

#footer #sig a:hover {
	background-position: left bottom;
}

#footer p#copy {
	font-size: 9px;
	color: #48453f;
	float: left;
	position: relative;
	top: -25px;
	left: 48px;
}

#footer .f-column {
	float: left;
	color: #918e89;
	margin-left: 50px;
	margin-right: 25px;
}

#footer .f-column h4 {
	color: #bdb5aa;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

#footer .f-column dt {
	color: #6c6761;
	font-size: 11px;
	font-weight: bold;
}

#footer #f-links {
	width: 600px;
	float: right;
	position: relative;
	top: -10px;
}
#footer #f-links strong {
	color: #6c6761;
}

#footer .f-column dd {
	text-align: right;
	position: relative;
	margin-left: 65px;
	margin-top: -0.9em;
	margin-bottom: 20px;
}

#footer .f-column p {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	float: none;
	margin: 0 0 3px;
}

#footer .f-column p.break {
	line-height: 0.5em;
}

#footer .f-column p a {
	color: #bdb5aa;
	font-weight: normal;
	font-style: normal;
}

#footer .f-column p a:hover {
	color: #ff9232;
}

/* @group Home */
ul#m-links {
	height: 87px;
}
ul#m-links li {
	list-style-type: none;
	float: left;
	display: block;
	width: 200px;
	height: 87px;
	margin: 0;
	padding: 0;
}
ul#m-links li#m-visiting, ul#m-links li#m-a_sermons {
	background: url(../img/bg-menu-visiting.jpg) no-repeat right bottom;
}
ul#m-links li#m-sermons, ul#m-links li#m-a_youth {
	background: url(../img/bg-menu-sermons.jpg) no-repeat right bottom;
}
ul#m-links li#m-events, ul#m-links li#m-a_events {
	background: url(../img/bg-menu-events.jpg) no-repeat right bottom;
}
#content ul#m-links li.current {
	background: none;
	top: 0;
}
ul#m-links li p.m-title {
	padding-left: 55px;
	font-size: 12px;
	font-weight: bold;
	color: #ff9232;
	padding-bottom: 2px;
	margin-bottom: 0;
	position: relative;
}
li#m-visiting p.m-title {
	background: url(../img/icon-visitor.png) no-repeat 28px;
}
li#m-sermons p.m-title {
	background: url(../img/icon-mp3.png) no-repeat 25px;
}
li#m-events p.m-title {
	background: url(../img/icon-podcast.png) no-repeat 27px 1px;
}
li#m-a_sermons p.m-title {
	background: url(../img/icon-book_open.png) no-repeat 27px 1px;
}
li#m-a_youth p.m-title {
	background: url(../img/icon-user_comment.png) no-repeat 27px 1px;
}
li#m-a_events p.m-title {
	background: url(../img/icon-calendar.png) no-repeat 27px 1px;
}
ul#m-links li p.m-descrip {
	font-size: 10px;
	width: 115px;
	margin-left: 55px;
	margin-bottom: 0;
}
div.m-link {
	display: block;
	width: 198px;
	height: 69px;
	padding-top: 18px;
	border-color: #fd251f;
	border-width: 1px;
	background: url(../img/div-menu.png) no-repeat left top;
}
li.first div.m-link {
	background-image: none;
}
#series img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 11px;
}
#ajax-holder p {
	display: block;
}
#ajax-holder p.last {
	margin-bottom: 0;
}
#series {
	margin-top: 75px;
	margin-bottom: 130px;
	clear: both;
}
#series h3 {
	margin-bottom: 15px;
}
#series h4 {
	margin-bottom: 5px;
	margin-top: 0;
}
#ajax-holder .l-col {
	width: 215px;
	float: left;
	margin-bottom: 50px;
	margin-right: 0;
}
#ajax-holder {
	display: block;
}
#ajax-holder p.i-link {
	margin-top: -10px;
}
#ajax-holder .r-col {
	float: left;
	margin-bottom: 50px;
	width: 230px;
	margin-left: 45px;
	margin-top: 1px;
}

#ajax-holder h3 {
	display: block;
}
.r-col ol li {
	margin-bottom: 5px;
}
p.subscribe-link a {
	width: 180px;
	height: 57px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../img/btn-subscribe.png) no-repeat left top;
	margin-left: 25px;
}


/* @end */

/* @group Sermons */
table#tableSermons {
	width: 536px;
	font-size: 11px;
	color: #6c6761;
	margin-left: 30px;
	text-align: left;
}

#ajax-holder table#tableSermons {
	margin-left: -15px;
	margin-top: 0;
}
table#tableSermons th {
	height: 25px;
	padding-left: 15px;
}
th.sermon-title, td.sT {
	width: 330px;
}
th.sermon-date, td.sD {
	width: 60px;
}
th.sermon-speaker, td.sS {
	width: 116px;
}
th.sermon-link, td.sL {
	width: 50px;
}
th.sermon-date, th.sermon-speaker, th.sermon-link {
	background: url(../img/table-div.jpg) no-repeat left bottom;
}
table#tableSermons thead th.table-gradient {
	background: url(../img/table-gradient.jpg) no-repeat left top;
	height: 8px;
}
table#tableSermons td {
	height: 45px;
	vertical-align: middle;
	padding-left: 15px;
	text-transform: capitalize;
}
td.sermon-link a {
	background: url(../img/icon-mp3.png) no-repeat left center;
	text-indent: -1000px;
	display: block;
	overflow: hidden;
	width: 17px;
	height: 18px;
}
td.doc-link a, td.news-link a {
	background: url(../img/icon-pdf.png) no-repeat left center;
	text-indent: -1000px;
	display: block;
	overflow: hidden;
	width: 17px;
	height: 18px;
}
table#tableSermons tr {
	background-color: #ebebeb;
}
table#tableSermons tbody {
	position: relative;
	top: -8px;
}
table#tableSermons tr.alt, table#tableSermons thead tr {
	background: none;
}
table#tableSermons tbody tr.aS-sel {
	background-color: #eee3d0;
}
table#tableSermons tbody tr.aS-active {
	background-color: #eee3d0;
	cursor: pointer;
}
td.sermon_more {
	background-color: #fff;
}
table#tableSermons.tl.noMargin {
	margin-top: 0;
	margin-bottom: 0;
}
#audioSermons {
	width: 536px;
	font-size: 11px;
	color: #6c6761;
	text-align: left;
	position: relative;
}

.aS-colMore {
	display: block;
	height: 200px;
	margin-bottom: 10px;
	width: 480px;
	position: relative;
	left: 86px;
	background: #d0c4b0 url(../img/sA_corner.png) no-repeat left bottom;
}
.more-link {
	width: 39px;
	height: 45px;
	display: block;
	background: url(../img/icon-cd.png) no-repeat center center;
	text-indent: -1000px;
	overflow: hidden;
}
.mL-active {
	background-color: #d0c4b0;
}
.sm_series {
	float: left;
	width: 250px;
	height: 200px;
	position: relative;
}
.sm_series img {
	padding: 0;
	border: 2px solid #fff;
	position: absolute;
	right: 5px;
	top: 6px;
}
.sm_links {
	float: left;
	padding-top: 30px;
	width: 228px;
	height: 170px;
	position: relative;
}
.sm_links li {
	list-style-type: none;
	width: 193px;
	height: 41px;
	background: url(../img/sm_link_bg.png) no-repeat 0 0;
	margin-bottom: 6px;
	margin-left: 16px;
}
.sm_links li.sm_notes_dead {
	background-position: 0 bottom;
}
.sm_links a, .sm_links span {
	font-weight: bold;
	line-height: 41px;
	height: 41px;
	width: 193px;
	display: block;
	text-indent: 44px;
	text-transform: none;
	color: #6c6761;
	font-size: 9px;
	background-repeat: no-repeat;
	background-position: 12px center;
}
.sm_links span {
	color: #b3a99a;
}
.sm_links .sm_mp3 a {
	background-image: url(../img/icon-mp3.png);
}
.sm_links .sm_listen a {
	background-image: url(../img/icon-listen.png);
}
.sm_links .sm_notes a {
	background-image: url(../img/icon-pdf.png);
}
.sm_links .sm_notes_dead span {
	background-image: url(../img/icon-pdf_dead.png);
}

/* @end */

/* @group article */
.article {
	margin-bottom: 65px;
}

.article .blogComment a, .blogAddComment a, .article .blogDate {
	display: block;
	font-size: 11px;
	padding-left: 23px;
	height: 16px;
	padding-top: 1px;
}

.article .blogComment a {
	background: url(../img/icon-comment.png) no-repeat left top;
}
.blogAddComment a {
	background: url(../img/icon-addcomment.png) no-repeat left top;
}

.article .blogDate {
	background: url(../img/icon-calendar.png) no-repeat left top;
}

.article .blogDate, .article .blogComment {
	margin-top: -14px;
	font-size: 11px;
	color: #000;
	margin-bottom: 15px;
}
.blogAddComment {
	margin-top: -10px;
	font-size: 11px;
	color: #000;
	margin-bottom: 15px;
}

.article .blogDate {
	float: left;
}

.article .blogComment, .blogAddComment {
	position: relative;
	float: right;
}

.article .blogArticle {
	position: relative;
	clear: both;
}

.article .blogFoot {
	width: 100%;
	height: 50px;
	background: url(../img/shorter-gradient.jpg) no-repeat left bottom;
	margin-left: -10px;
	padding-left: 10px;
}

.article .blogFoot a, .article p.blogCat {
	display: block;
	font-size: 11px;
	padding-left: 23px;
	height: 16px;
	padding-top: 1px;
	margin-right: 10px;
	position: relative;
	top: 15px;
}

.article .divider {
	float: left;
	height: 30px;
	background: url(../img/table-div.jpg) no-repeat center bottom;
	position: relative;
	top: 11px;
	margin-left: -5px;
	margin-right: 12px;
}

.article .blogFoot a {
	float: left;
	background: url(../img/icon-link.png) no-repeat left center;
}

.article p.blogCat {
	float: left;
	background: url(../img/icon-folder.png) no-repeat left center;
	color: #000;
	margin-right: 15px;
}


/* @end */

/* @group Tables */

/* Comment Tables */

table.tc {
	width: 536px;
	font-size: 12px;
	color: #6c6761;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-left: -15px;
}
table.tc tr {
	background-color: #ebebeb;
}
table.tc tr.alt {
	background: none;
}
table.tc td {
	vertical-align: top;
	border-bottom-color: #fff;
	border-bottom-width: 5px;
	padding: 10px 30px 10px 10px;
}
table.tc td.c-grav {
	padding-left: 15px;
}
table.tc td.c-grav img {
}
table.tc td.c-comment {
	padding-top: 20px;
}
table.tc td.c-comment em {
	margin-left: 10px;
}
table.tc .c-author {
	font-weight: bold;
	color: #1b160f;
	margin-right: 5px;
}
table.tc td.c-gap {
	height: 10px;
	background-color: #fff;
	padding: 0;
}
table.tc .c-date {
	font-size: 11px;
	font-style: italic;
	position: relative;
	top: 5px;
	color: #3f3f3f;
	font-weight: bold;
}
/* List Tables */

table.tl strong, table.tl bold {
	color: #6c6761;
}
table.tl {
	width: 536px;
	font-size: 11px;
	color: #6c6761;
	text-align: left;
	margin-left: -15px;
	margin-bottom: 30px;
}
table.tl strong, table.tl b {
	font-size: 11px;
}
table.tl tr {
	background-color: #ebebeb;
}
table.tl tr.alt, table.tl thead tr {
	background: none;
}
table.tl th.tt {
	height: 25px;
	padding-left: 15px;
	padding-right: 10px;
}
table.tl th.div {
	background: url(../img/table-div.jpg) no-repeat left bottom;	
}
table.tl td {
	padding-left: 15px;
	height: 45px;
}
table.tl td, table.tl td p {
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
table.tl td p {
	margin-bottom: 0;
}
table.tl td.m25 {
	width: 25%;
}
table.tl td.m50 {
	width: 50%;
}
table.tl td.m60 {
	width: 60%;
}
table.tl td.m75 {
	width: 75%;
}
table td.m100 {
	width: 100%;
}
table.tl th.tg, table.tc th.tg, table.tc td.tg {
	background: url(../img/table-gradient.jpg) no-repeat left top;
	height: 8px;
}
table.tc td.footer {
	background-color: #fff;
	background-position: bottom;
	height: 35px;
}
form table {
	width: 100%;
	z-index: 130;
	position: relative;
}
form td {
	padding-bottom: 10px;
	text-align: left;
	position: relative;
	z-index: 100;
}
form td.label {
	color: #000;
	font-size: 11px;
	width: 35%;
	text-align: right;
	padding-right: 10px;
}
form td input {
	font-size: 11px;
}
form td select {
	font-size: 11px;
}
form td.squeeze {
	width: 100%;
}
form table td.children {
	position: relative;
	padding-bottom: 47px;
}
form table td.children em {
	color: #8b8b8b;
	font-style: italic;
	font-size: 10px;
}
form table td.comments {
	position: relative;
	padding-bottom: 127px;
}
table#comment_form .checkbox {
	float: left;
	margin-right: 20px;
}
table#comment_form input.inp, table#comment_form textarea {
	width: 300px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
table#comment_form .label {
	width: 35%;
}
h4.comment-head {
	margin-bottom: -5px;
}
form#comment form {
	
}

p.register-link form {
	display: inline;
	border: 1px solid red;
}

table.t-attach td {
	border: 1px solid rgba(154,154,154,0.5);
	background: #fffeff url(../img/bg-download.jpg) repeat-x left -1px;
	display: block;
	height: 35px;
	padding-left: 7px;
	padding-right: 15px;
}

table.t-attach td.spacer {
	border: none;
	background: none;
	height: 5px;
	padding: 0;
	font-size: 5px;
}

table.t-attach td a {
	display: block;
	font-size: 11px;
	background: url(../img/icon-pdf.png) no-repeat left center;
	padding-left: 25PX;
	height: 35px;
	line-height: 35px;
	color: rgba(0,0,0,0.5);
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}
table.t-attach td a:hover {
	color: #000;
}
table.t-staff td {
	color: #6c6761;
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding-right: 40px;
}
#sidecal {
	margin-bottom: 30px;
}
#sidebar .calbucket p.date {
	vertical-align: top;
	padding-left: 10px;
}
#d-date {
	position: relative;
	border-top: 1px solid #c5c5c5;
	background: url(../img/bg-minical.png) repeat-y left top;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}
a.title {
	font-size: 10px;
}
#d-info {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#sidebar .calbucket p {
	font-size: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar .calbucket p.bucket-link {
	background: url(../img/icon-cal.png) no-repeat 0 -1px;
}
#container #sidebar .calbucket p.no_results em {
	margin-bottom: 0;
	margin-top: -5px;
	font-size: 12px;
}
.calbucket h4 {
	margin-bottom: 20px;
}
.capimg img {
	padding: 0 0 5px;
}
.captcha p {
	font-size: 11px;
	padding-right: 10px;
}


/* @end */

#r_form {
	position: relative;
}
.e_container {
	position: relative;
}
p.error {
	color: #ca533a;
	font-style: italic;
	background: url(/img/icon-error.png) no-repeat left center;
	padding-left: 21px;
	font-size: 11px;
}
.e-message {
	display: block;
	width: 150px;
	height: 19px;
	background: #fed5cc url(/img/icon-error.png) no-repeat 403px center;
	padding: 5px 5px 5px 317px;
	z-index: -1;
	position: absolute;
	text-align: left;
	font-size: 10px;
	vertical-align: middle;
	line-height: 20px;
	font-style: italic;
	color: #ca533a;
	top: -7px;
	left: -10px;
}

/* @group Maps */
#link-gmaps {
	display: block;
	font-size: 11px;
	padding-left: 23px;
	height: 16px;
	padding-top: 1px;
	position: absolute;
	top: 5px;
	background: url(../img/icon-leave.png) no-repeat left 0;
	right: 0;
}
#gmap {
	width: 280px;
	height: 250px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 90px;
	right: 50px;
}
.l-col {
	width: 200px;
	float: left;
	margin-right: 50px;
}
#gdirections {
	clear: both;
	position: relative;
	top: 50px;
}
#gdirections p {
	margin-bottom: 5px;
}
#gtext {
	color: #6c6761;
	font-size: 12px;
	line-height: 1.6em;
}
#gtext img {
	border-style: none;
}


/* @end */

/* @group Pagination */
.pager {
	font-size: 10px;
	margin-left: 30px;
	margin-top: 15px;
}
.qp_next, .qp_counter {
	margin-right: 10px;
}
table#tableSermons tr.pager, table#tableSermons tbody tr.pager:hover {
	background: none;
}

/* @end */

/* @group Twitter */
#f-tweetblock {
	width: 100%;
	display: block;
	height: 75px;
	clear: both;
	position: relative;
}
#f-twitter {
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: url(../img/bg-twitter.jpg) repeat-x left top;
	height: 75px;
	z-index: 1;
}
#f-twitter #tweet {
	width: 900px;
	margin: 25px auto auto;
	z-index: 5;
}
#f-twitter #tweet p.post {
	display: block;
	color: #fff;
	font-size: 14px;
	padding-left: 25px;
	background: url(../img/icon-warn.png) no-repeat left center;
	margin-bottom: 0;
}
#f-twitter #tweet p.post-date {
	font-style: italic;
	margin-left: 25px;
	color: rgba(255,255,255,0.5);
	margin-top: -3px;
}
#f-twitter a {
	color: #d59845;
}
ul.archive {
	border-bottom: 1px solid #c5c5c5;
}
ul.archive li {
	height: 15px;
	position: relative;
	padding-bottom: 10px;
	border-top: 1px solid #c5c5c5;
	padding-top: 7px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	font-size: 11px;
}
ul.archive li.current a {
	color: #6c6761;
}
ul.archive li.current a:hover {
	color: #6c6761;
	cursor: default;
}
ul.archive li.page_file, ul.archive li.facebook, ul.archive li.twitter, ul.archive li.default {
	font-size: 11px;
	color: #4aa31b;
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 11px;
}
ul.archive li.page_file {
	background: url(../img/icon-pdf.png) no-repeat 5px 8px;
}
ul.archive li.facebook {
	background: url(../img/icon-facebook.png) no-repeat 5px 8px;
}
ul.archive li.twitter {
	background: url(../img/icon-twitter.png) no-repeat 5px 8px;
}
ul.archive li.default {
	background: url(../img/icon-link.png) no-repeat 5px 8px;
}

.mvpbucket img {
	border: none;
	float: left;
	margin-left: -7px;
}
p.mvp_bucket_text {
	float: none;
	margin-top: 20px;
}
.mvpbucket p.bucket-link, p.mvp_bucket_text {
	margin-left: 115px;
}


/* @end */

