/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  background: transparent url(/static/images/background/bg-grad.jpg) repeat-x;
  background-color: #b3d7fb;
  font: normal 11px tahoma, geneva, verdana, sans-serif;
  text-align: center;
}
body.fbframe {
  background: #fff;
}
img {
  border: 0px;
}

ul{
	margin-left: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea, input.shorttext{
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a:link, a:visited {
  /*color: #5c86a1;*/
color: #366482;
  outline: none;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 100%;
  background: transparent url(/static/images/background/bg.jpg) top left repeat-x;
  text-align: left;
}
#ocwrapper {
  width: 100%;
  /*border-bottom: #919191 solid 10px;*/
}
#contenttop {
  position: relative;
}
/*--------*\
|* header *|
\*--------*/
#logo {
  width: 272px;
  height: 79px;
  background: transparent url(/static/images/logo.png) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#headerwrapper {
  height: 107px;
  border-bottom: #919191 solid 10px;
  box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.3);
  z-index: 11;
  position: relative;
}
#header {
  margin: 0px auto;
  width: 1030px;
  height: 79px;
  padding: 10px 0px;
  /*background: transparent url(images/swirls.gif) top right no-repeat; */
}
#header .banner {
  float: right;
  text-align: right;
}
.banner {
  background: transparent;
  width: 728px;
  height: 90px; 
}
.banner a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
#header .banner a {
  margin-top: 0;
  padding: 0;
}
#contentfooter .banner {
  float: left;
  margin-right: 15px;
  text-align: left;
}
.banner_small {
  float: left;
  background: transparent;
  width: 216px;
  height: 90px; 
}
.loginbar {
  	margin-top: 6px;
	float: left;
	font-size: 13px;
	color: #333;
}

.loginbar a{
	color: #2F5975 !important;
}

.loginbar a.loginbar-icon{
	display: inline-block;
	padding-left: 20px;
	background-image: url(/static/images/sprite/icon-sprite.png);
}

.loginbar a.loginbar-icon.inbox{
	background-position: -205px -503px;
}

.loginbar a.loginbar-icon.messages{
	background-position: -205px -449px;
}

.loginbar a.loginbar-icon.logout{
	background-position: -205px -476px;
}

/*------------*\
|* navigation *|
\*------------*/
#contenttop {
  margin: 0px auto;
  width: 960px;
  min-height: 70px;
}
.navbar {
  margin-bottom: 1px;
}

ul.primarynav {
  height: 39px;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}

ul.primarynav li {
  float: left;
  list-style: none;
  background-position: 0 0;
  text-indent: -9999px;
}
ul.primarynav li a {
  background: url(/static/images/sprite/nav-sprite.png) no-repeat scroll -4px -4px transparent;
  display: block;
  height: 39px;
  text-decoration: none;
  width: 52px;
  padding: 0px 39px 0px 38px;
}

ul.primarynav li.home a{
	padding-left: 29px;
}

ul.primarynav li a.last{
	padding-right: 0px;
}

ul.primarynav .selected a {
  background-position: -4px -134px;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  background-position: -4px -69px;
}

ul.primarynav li.teachings a {
  	background-position: -100px -4px;
	width: 75px;
}
ul.primarynav li.teachings a:hover {
  background-position: -100px -69px;
}
ul.primarynav .teachings.selected a {
  background-position: -100px -134px;
}
ul.primarynav li.categories a {
  	background-position: -232px -4px;
	width: 80px;
}
ul.primarynav li.categories a:hover {
  background-position: -232px -69px;
}
ul.primarynav .categories.selected a {
  background-position: -232px -134px;
}
ul.primarynav li.blog a {
  	background-position: -525px -4px;
	width: 43px;
}
ul.primarynav li.blog a:hover {
  background-position: -525px -69px;
}
ul.primarynav .blog.selected a {
  background-position: -525px -134px;
}
ul.primarynav li.forum a {
  	background-position: -629px -4px;
	width: 56px;
}
ul.primarynav li.forum a:hover {
  background-position: -629px -69px;
}
ul.primarynav .forum.selected a {
  background-position: -629px -134px;
}
ul.primarynav li.login a {
  	background-position: -850px -4px;
	width: 43px;
	padding-right: 33px;
}
ul.primarynav li.login a:hover {
  background-position: -850px -69px;
}
ul.primarynav .login.selected a {
 background-position: -850px -134px;
}
ul.primarynav li.mypraize a {
  	background-position: -850px -199px;
	width: 43px;
	padding-right: 33px;
	
}
ul.primarynav li.mypraize a:hover {
  background-position: -850px -264px;
  
}
ul.primarynav .mypraize.selected a {
  background-position: -850px -329px;
  
}
ul.primarynav li.gotjesus a {
  	background-position: -373px -4px;
	width: 87px;
}
ul.primarynav li.gotjesus a:hover {
  background-position: -373px -69px;
}
ul.primarynav .gotjesus.selected a {
  background-position: -373px -134px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  background: transparent url(/static/images/div-gradient.gif) bottom right repeat-x;
  display: block;
  width: 380px;
  padding: 5px 10px;
  padding-top: 26px;
  padding-bottom: 10px;
  margin-left: 560px;
  margin-top: -20px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
}
.searchbar input.submit {
  margin-right: 5px;
  text-indent: -9999px;
}

.searchbar input.text{
	margin-right: 5px;
	padding-left: 5px;
	color: #999;
}

.searchbar label {
  font-size: 14px;
}
.searchbar input.text {
  width: 230px;
  height: 23px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footerwrapper {
  background: transparent url(/static/images/footer-gradient.gif) top left repeat-x;
  /*height: 152px;*/
background-color: #dfe2e4;
  border-top: #919191 solid 10px;
}
#footer {
  padding: 5px;
  margin: 0px auto;
  width: 960px;
  text-align: left;
  font-size: 10px;
padding-bottom: 15px;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: black;
  font-size: 12px;
}
#footer .nav {
  padding: 10px 0px;
  float: right;
}
#footer .nav a {
  text-decoration: none;
  padding: 0px 2px;
  font-size: 11px;
  color: #3c5b6f;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
  margin: 0px auto;
  width: 960px;
  padding-top: 0px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}


#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  width: 960px;
  margin: 0px auto;
  text-align: left;
  margin-bottom: 20px;
}

/*---------*\
|* content *|
\*---------*/
#contentwrapper {
  width: 100%;
  min-height: 400px;
  position: relative;
}
#content {
  margin: 0px auto;
  width: 960px;
  padding: 0px;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/* paging */
.paging {
  text-align: left;
  padding-top: 3px;
  padding-bottom: 20px;
}
.paging.top {
  border-bottom: none;
  margin-bottom: 0;
}
.paging.bottom {
  border-top: none;
  margin-top: 0;
}
.paging a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}
.paging a.prev:link, .paging a.prev:visited,
.paging a.next:link, .paging a.next:visited {
  color: #5C86A1;
}
.paging a.prev {
  margin-right: 20px;
  text-decoration: none;
}
.paging a.next {
  margin-left: 18px;
  text-decoration: none;
}
.paging span {
  background-color: #5687a1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px 0 5px;
}
.paging p {
  color: #1d4661;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-top: 5px;
}
.buttons.next img { display: none; }
.buttons.prev img { display: none; }
.page_nav_buttons { display: none !important; }



.crumb {
  font-size: 9px;
}

div.title-text.new-members{
	background-position: 0 -1522px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
  padding-left: 0px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

input, textarea{
	background-image: url(/static/images/background/input-bg.jpg);
	border-radius: 9px;
	-moz-border-radius: 9px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	border: 1px solid #999999;
	padding-left: 7px;
}

input[type="text"],
input[type="password"]{
	height: 23px;
}

input[type="checkbox"],
input[type="radio"]{
	background: transparent;
	border: 0px;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  /*background: #ffff80*/
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

/* helper classes */

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}

.last {
  margin-right: 0 !important;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

.section.more h3 {
  margin: 0px 10px 10px 0px;
  font-size: 16px;
  color: #3c5b6f;
}
#home .category dl {
  margin: 0px 0px 0px 0px;
  width: 49%;
  float: left;
}
#home .category dt {
  margin: 0px 0px 0px 0px;
}
#home .category dt a {
  font-weight: normal;
  font-size: 12px;
  color: #3e7190;
}

#detailed p.description {
  	color:#1D4661;
	font-family:"tahoma",arial,sans-serif;
	font-size:14px;
	overflow:hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
  
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}

#text-detailed p.linknav a{
	 float: left !important;
}

#text-detailed .linknav{
	width: 679px;
}

#text-category .sub-cat-info{
	float: right;
	width: 530px;
}

.hsmall{
	font-size: 11px;
}

.hsmall a{
	display: inline-block;
	background-image: url(/static/images/sprite/icon-sprite.png);
	padding-left:20px;
	background-repeat: no-repeat;
}

.hsmall a.icon-subscribe{
	background-position: -205px -450px;
	height: 15px;
	margin-right: 10px;
}

.hsmall a.icon-add-fave{
	background-position: -205px -426px;
	height: 15px;
}

/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(/static/images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

/* Section block div */

.section .banner {
  width: 100%;
  margin-top: 58px;
  height: 288px;
  background: transparent;
  margin-bottom: 60px;
}

html>body .section .banner {
  width: 100%;
  margin-top: 58px;
  height: 283px;
  background: transparent;
  margin-bottom: 51px;
}

.section_left {
  margin: 10px 0px 0 0;
  float: left;
}
.section_right {
  float:left;
  width: 310px;
  margin:10px 0 0 0;
}

.widget{
  margin-bottom: 15px;
}
.fixed-widget {
  height: 5px; 
  margin-bottom: 0px; 
}
/*.section,*/ .widget-place {
  float: left;
  margin: 15px 15px 0 0;
  position: relative;
  width: 310px;
  /*    height: 286px; */
  /*background: transparent url(/static/images/div-gradient.gif) bottom left repeat-x;*/
}
#widget-place-right.widget-place {
  margin: 0 15px 0 0;
}
.widget-placeholder {
  border: 1px dotted black; visibility: visible !important; height: 350px !important; 
}

.widget-place#widget-place-middle,
.widget-place#widget-place-left {
  margin: 10px 15px 0 0;
}
#home .section {
  /*height: 320px;*/
}
.section.first {
  margin: 0 10px 10px 0;
}
.section_right .section {
  margin: 0px 0px 0px 0;
}
.section .titles, .widget-header {
  width: 80%;	
  background:url("/static/images/70-transparency.png") repeat scroll 0 0 transparent;
}

.section .body .inner-content, .widget-content .inner-content{
  position:relative;
  z-index: 9;
}


.section .body, .widget-content {
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-topright:15px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  background:url("/static/images/background/div-gradient.png") repeat-x scroll left bottom #F4FAFE;
  border:1px solid #DEE0DF;
  padding:20px;
  position:relative;
}
.section .body, #home .widget-content,
#mypraize .widget-content {
  height:290px;
}
.section.teachings {
  width: 635px;
}

.section div.title-text,
div.title-text{
  background-image: url(/static/images/sprite/title-sprite.png);
  background-repeat: no-repeat;
  width: 205px;
  height: 22px;
}

.section.teachings .body{
  height: 195px;
}

.section.teachings div.titles{
  width: 580px;
}

/* Next 2 lines of code was to fix an IE8 issue, arising from using dd_roundies */
.section.more { position: relative; }
.section.more .body { top: 0; left: 0; }

.section.more div.titles{
  width: 915px;
}

.section.ministries div.titles{
  width: 265px;
}

.section.ministries .body .inner-content ul.ministries1,
.section.ministries .body .inner-content ul.ministries2{
  width: 118px;
  float: left;
  padding: 0px;
}

.section.ministries .body .inner-content ul.ministries1 li,
.section.ministries .body .inner-content ul.ministries2 li{
  list-style: none;
}

.section.ministries .body .inner-content ul.ministries1 li a,
.section.ministries .body .inner-content ul.ministries2 li a{
  line-height: 20px;
  font-size: 12px;
}

.section.ministries .body .inner-content ul.ministries1,
.section.ministries .body .inner-content ul.ministries1 li,
.section.ministries .body .inner-content ul.ministries1 li a{
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.section.ministries .body .inner-content ul.ministries2{
  padding-left: 35px;
}

.section.ministries .body{
  height: 195px;
}

.section.more {
  width: 100%;
  margin-bottom: 20px;
}
.section .icon, .widget-place .icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 165px;
  height: 138px;
  background: url(/static/images/sprite/icon-sprite.png) no-repeat scroll -200px 0 transparent;
}
#widget-praize-spotlight .inner-content img {
  max-width: 270px;
  max-height: 150px;
}
#widget-praize-spotlight .icon {
  height: 118px;
  width: 155px;
}

.section.teachings .icon {
  background-position: 0 0;
}
.icon.prayers {
  background-position: 0 -295px;
  width: 125px;
}

.icon.popforum {
  background-position: 0 -432px;
  width: 162px;
}
.icon.blog {
  background-position: 0 -564px;
  width: 125px;
}
.icon.news {
  background-position: 0 -703px;
  height: 99px;
  width: 140px;
}
.section.ministries .icon {
  background-position: 0 -143px;
  width: 130px;
  height: 150px;
}
.section.more .icon {
  background: none;
}
.section.more .category, .dating, .chat {
  width: 33%;
  float: left;
}
.blog#home .section.more .category {
  width: 100%;
  float: left;
}

/* buttons sprite */
.input_submit {
  border: medium none;
  cursor: pointer;
  text-indent: -9999px;
  vertical-align: top;
}
.buttons {
  width: 88px;
  height: 35px;
  background: url(/static/images/sprite/button-sprite.png) no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
  border: 0px;
}
.buttons.facebook1 {
  background-position: 0 -153px;
  height: 28px;
  width: 170px;
}
a.buttons {
  display: block;
}
.buttons.back {
}
.buttons.next {
  background-position: 0 -38px;
}
.buttons.expand {
  background-position: 0 -73px;
  height: 20px;
  width: 20px;
  position: absolute;
  right:15px;
  top:5px;
  cursor: pointer;
}
.buttons.submit {
  background-position: 0 -93px;
  height: 28px;
  width: 78px;
}
.buttons.dots {
  border: 1px solid navy;
  background-position: 0 -130px;
  height: 29px;
}
.buttons.signup {
  background-position: 0 -125px;
  height: 28px;
  width: 78px;
}
.buttons.close {
  background-position: 0 -181px;
  margin-top: 5px;
  height: 20px;
  width: 30px;
  float: right;
}
.buttons.ok {
  background-position: 0 -201px;
  height: 28px;
  width: 78px;
}
.buttons.view-all{
  background-position:0 -304px;
  height:30px;
  width:93px;
}
.buttons.save {
  background-position: 0 -404px;
  height: 28px;
  width: 78px;
}
.buttons.delete {
  background-position: 0 -365px;
  height: 28px;
  width: 78px;
}
.buttons.delc {
  background-position: 0 -336px;
  height: 20px;
  width: 20px;
}
.buttons.editc {
  background-image: url(/static/images/sprite/icon-sprite.png);
  background-position: -205px -317px;
  height: 20px;
  width: 20px;
}
.buttons.mp3 {
  background-image: url(/static/images/sprite/icon-sprite.png);
  background-position: -205px -385px;
  height: 32px;
  width: 26px;
}
.buttons.prev { background-position: 0 -677px; }

.widget{
  position: relative;
}

.widget h3{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #3c5b6f;
  margin-top:0px;
  margin-bottom: 0px;
}

.widget h5{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #919191;
  margin: 0px;
}



.widget p{
  font-size: 12px;
}

/* buttons sprite */
.titles, .widget-header {
  display:block;
  height:15px;
  padding:10px 0 10px 10px;
  text-indent:-9999px;
}

div.right-dots{
  float: right;
  width: 30px;
  height: 33px;
  background-image: url(/static/images/right-dots.png);
  margin-right:-5px;
  margin-top:-6px;
  background-repeat: no-repeat;
}

.teachings .titles div.title-text {
}

div.title-text.prayers {
  background-position: 0 -28px;
}
.ministries .titles div.title-text{
  background-position: 0 -57px;
}
div.title-text.popforum{
  background-position: 0 -85px;
}
div.title-text.mypraize{
  background-position: 0 -293px;
  width: 400px;
}
div.title-text.blog{
  background-position: 0 -115px;
}
div.title-text.news{
  background-position: 0 -145px;
}
div.title-text.praize{
  background-position: 0 -173px;
}
div.title-text.more{
  background-position: 0 -203px;
}
div.title-text.more-videos{
  background-position: 0 -756px;
}

div.title-text.write-comment{
  background-position: 0 -729px;
}
div.title-text.comments{
  background-position: 0 -784px;
}
div.title-text.fave-cats{
  background-position: 0 -325px;
}
div.title-text.messages{
  background-position: 0 -356px;
}
div.title-text.friends{
  background-position: 0 -388px;
}
div.title-text.my-links{
  background-position: 0 -414px;
}
div.title-text.blogs {
  background-position: 0 -1588px;
}
div.title-text.forum {
  background-position: 0 -1623px;
}
div.title-text.subblogs {
  background-position: 0 -1658px;
}

/* Video Detailed page */
#detailed .section {
}
#detailed .section_left {
  margin: 10px 0px 0 0;
  float: left;
  width: 685px;
}
#detailed .section_right {
  margin: 10px 0 20px 15px;
  width: 260px;
  margin-top: 62px;
}

.section.channel_info_img{
  margin-bottom: 20px;
}

.section.channel_info_img .body{
  height: auto !important;
}

.section.channel_info_img .body p{
  margin-top: 20px;
}

#detailed .section_left .section {
  /*background-color: #F4F9FF;*/
  width: 685px;
}
#detailed .section_right .section {
  width: 260px;
}
.channel_img {
  padding: 0px 0px 0px 0px;
  width: 225px;
  overflow: hidden; /*temporary until new logo with correct size is added*/
}
.section .video {
  padding: 20px;
  text-align: center;
}
.section.comments .body {
  height: 170px;
}

/* Home Home Page */
.video_entry img {
  position: relative;
  width: 296px;
  height: 192px;
  margin: 0 10px 0 0;
  float: left;
}
.video_entry .play-button-side img {
  position: absolute;
  left: 35px;
  top: 12px;
}
.video_entry .play-button-side img {
  width: 111px;
  height: 111px;
  display: none;
  visibility: hidden;
}
.video_entry .info {
  float: left;
  width: 282px;
}
.homevideo .info a {
  	color: #5c86a1;
  	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Verdana, sans-serif;
}

.homevideo .info p.description{
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Verdana, sans-serif;
	margin:5px 0 10px;
}

.homevideo .info .buttons.back{
	position: absolute;
	right: 90px;
	top: 163px;
}
.homevideo .info .buttons.next{
	position: absolute;
	right: 0;
	top: 163px;
}

.homevideo .info h2 {
  font-size: 24px;
  margin: 0px;
  color: #3c5b6f;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
}

.inner-content .post2{
	clear:both;
}

.inner-content .post1 .readmore,
.inner-content .post2 .readmore {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

.inner-content .post1 p,
.inner-content .post1-img p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inner-content .post1 h3 a, 
.inner-content .post1 h3{
	color:#3C5B6F;
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:-4px;
	letter-spacing: -1px;
}
.inner-content .post1 h3 a {
  text-decoration: none;
}

.inner-content .post2 h3{
	font-size: 12px;
}

.inner-content .post2 h5{
	font-size: 10px;
}

.inner-content .post2 p{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inner-content .post2{
	margin-bottom: 20px;
	text-align: left;
	width: 270px;
}

.widget-content .inner-content .post1 p span.user{
	color: #5c86a1;
	font-weight: bold;
}

.prayers-thumb,
.blog-thumb {
	float:left;
	padding: 0 10px 5px 0;
}

.inner-content .post1-img{
	/* width: 200px; */
	/* float:left; */
	margin-bottom: 10px;
}

.inner-content .post1{
	float:left;
/*	margin-bottom: 20px; */
    position: relative;
width: 270px;
}
.inner-content .post1 img.preview {
        width: 276px;
        height: 196px;
}
.post1 .play-button-side {
        position: absolute;
        left: 80px;
        top: 35px;
}

#home .category ul.categories1,
#home .category ul.categories2{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 126px !important;
}

.category ul.categories1,
.category ul.categories2{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 145px;	
}
.category ul.categories1 li,
.category ul.categories2 li{
	list-style: none;
}
.category ul.categories1 li a,
.category ul.categories2 li a{
	line-height: 20px;
	font-size: 12px;
}


.category ul.categories2{
	padding-left: 18px;
}

.dating p,
.chat p{
	font-size: 12px;
}

.dating a,
.chat a{
	font-size: 12px;
	font-weight: bold;
	color: #3c5b6f;
}

.dating,
.chat{
	width: 275px;
}

.dating img,
.chat img{
	border: 1px solid #a7bac6;
}

.chat{
	float:right;
}

.ministries-list{
	height:120px;
	width:280px;
}


/*Video Home Page*/

div.crumb{
	width: 940px;
	background-image: url(/static/images/background/bc-gradient.png);
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: white;
	font-weight: bold;
	padding: 10px;
}

div.crumb a{
	color: white; 
	font-weight: bold;
}

#videos-page .area.teachings .section .body {
	
	height:300px;
	
	padding:15px;
	width:280px;
}

#videos-page .area.teachings .section{
	width: 310px;
	height: 330px;
	float:left;
	margin:10px 15px 0 0;
}

#videos-page .area.teachings div.title-img {
	background-image:url("/static/images/sprite/title-sprite.png");
	background-position: 0 -866px;
	background-repeat:no-repeat;
	height:29px;
	text-indent:-9999px;
	width:260px;
}

#videos-page .area.teachings{
	height: 375px;
	margin-bottom: 20px;
	width: 995px;
}

#videos-page .area.channels .section .body{
	min-height: 165px;
	padding: 10px;
	width: 195px;
	height: auto !important;
}

#videos-page .area.channels .section{
	width: 215px;
	float:left;
	margin:10px 33px 0 0;
}

#videos-page .area.channels div.title-img {
	background-image:url("/static/images/sprite/title-sprite.png");
	background-position: 0 -907px;
	background-repeat:no-repeat;
	height:20px;
	text-indent:-9999px;
	width:205px;
	margin-bottom: 10px;
}

#videos-page .area.channels div.border{
	border-top: 1px solid #7ba5c5;
	border-bottom: 1px solid #7ba5c5;
	height: auto !important;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.area.channels img,
.area.teachings img{
	border: 1px solid #a7bac6;
}

#videos-page .area.teachings .inner-content .post1 h3{
	margin-top: 15px;
}

#videos-page .area.channels .inner-content .post1 h3{
	margin-top: 10px;
}

#videos-page .inner-content .post1 h5{
	color:#919191;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
}

#videos-page .inner-content .post1 span.updated{
	font-weight: bold;
}

#videos-page .area.channels .inner-content .post1 p{
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#videos-page .area.channels .section.chat-dating .body{
	width: 440px;
	height: 180px;
	margin-right: 0px;
}

#videos-page .area.channels .section.chat-dating .body .chat,
#videos-page .area.channels .section.chat-dating .body .dating{
	width: 195px;
}

#videos-page .area.channels .section.chat-dating h3,
#videos-page .area.channels .section.chat-dating img{
	margin-bottom: 15px;
	margin-top: 0;
}

#videos-page .area.channels .section.chat-dating a.readmore{
	padding-top: 5px;
}

/* Play button overlay */
.play-button-side {
        position: absolute;
        left: 80px;
        top: 35px;
}

.play-button-side, 
.area.channels .play-button-side img,
.area.teachings .play-button-side img {
      border: 0px;
	  display: none;
	  visibility: hidden;
}
#category .post1 .play-button-side img,
.video_entry .play-button-side,
.area.channels .play-button-side img {
    width: 70px;
}
#category .post1 .play-button-side,
.video_entry .play-button-side,
.area.channels .play-button-side {
    position: absolute;
    left: 60px;
    top: 30px;
}

#category .post1{
	width: auto !important;
}

/*Video Channels Page*/

#category h2{
	color: #1d4661;
	font-size: 30px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}

#category .section.channel-banner{
	width: 260px;
	height: 230px;
	float: left;
	margin-left: 20px;
}

#category .section.channel-banner .body{
	width: 220px;
	height: 195px;
	font-size: 12px;
}

#category .section.main-video{
	width: 680px;
	height: 235px;
	float: left;
}

#category .section.channel-banner .body span.website,
#category .section.channel-banner .body p
{
	margin-top: 10px;
	display: block;
}

#category .section.main-video .body{
	height: 195px;
}

#category .section.main-video h2{
color: #3e7294;
font-size: 24px;
font-weight: bold;
margin:0;
}
#category .section.main-video h2 a {
  text-decoration: none;
}

#category .section.channel-banner .body{
	font-size: 12px;
}

#category .section.main-video span.date{
color: #919191;
font-size: 11px;
font-weight: bold;
}

#category .section.main-video p{
font-size: 14px;
}

div.video-channels div.title-img{
	background-image:url("/static/images/sprite/title-sprite.png");
	background-position: 0 -807px;
	background-repeat:no-repeat;
	height:20px;
	text-indent:-9999px;
	width: 961px;
	border-bottom: 1px solid #8caec6;
	padding-bottom: 10px;
}

.video-channels .title-image{
	clear: both;
}

.video-channels{
padding-top: 20px;
width: 685px;
float: left;
}

.video-channels .section{
	width: 214px;
	/*height:200px;*/
	float: left;
	margin: 20px 20px 0 0;
}

.video-channels .section .body{
	padding: 10px;
	height: 175px !important;
}

hr{
	border-top: 1px solid #78a3c4;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

.section.more-channels{
	margin-top:62px;
	margin-left: 19px;
	float: left;
}

.section.more-channels .body{
	height:290px;
	width:220px;
}

.section.more-channels .title-text{
	background-position: 0 -837px;
}

.other-channel{
	width: 225px;
	height: 65px;
	margin-bottom: 20px;
}

.other-channel img{
	float: left;
	margin-right: 9px;
}

.other-channel h3,
.other-channel p,
.other-channel a{
	margin: 0px;
}
.other-channel a{
        text-decoration: none;
}

.other-channel p{
	font-size: 12px;
	margin-bottom: 3px;
	color: #9f9f9f;
}

.other-channel h3{
	font-size: 14px;
	color: #1d4661;
	margin-bottom: 3px;
}

.bottom-border{
	border-bottom: 1px dotted #8caec6;
	margin-bottom: 10px;
}

#category .buttons.view-all{
	float:right;
}

#category .buttons.view-all.page-bottom{
	margin-top: 20px;
	margin-bottom: 20px;
}


#category #content{
	border-bottom:1px solid #8CAEC6;
	margin-bottom:10px;
	padding-bottom:0;
}

#category .section_left{
	  width: 680px;
}

#category .section_right{
	width: 278px;
	height: 730px;
}

#category .section_right .banner{
	clear: both;
	width: 250px;
	height: 250px;
	margin: 0px;
	margin-left: 20px;
	position: relative;
	top: 20px;
	padding:0px;
}


#category .video-channels img{
	margin-bottom: 10px;
}

.title{
	color:#1D4661;
	font-family:arial,sans-serif;
	font-size:30px;
	font-weight:normal;
	letter-spacing: -1px;
}

/*DETAILED VIDEO PAGE*/

#detailed .widget-content.main-vid{
	min-height: 456px;
	width:640px;
	margin-bottom: 20px;
}

#detailed .video, 
#detailed .widget-content.main-vid img{
	margin-left: 38px;
	margin-bottom: 25px;
}

.comment-area{
	width: 540px !important;
	height: 63px !important;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	background-image: url(/static/images/background/input-bg.jpg);
	padding: 5px;
}

.widget-content.write-comment{
	height:75px;
	width:640px;
}

#detailed .row{
	padding: 0px;
	margin: 0px;
}

#detailed .row.required{
	width: 550px;
	float: left;
}

#detailed .formsubmit{
	width: 78px;
	float: left;
	margin:50px 0 0 10px;
}

#detailed .section_right .section .banner{
	margin: 0px;
}

.widget-content.comments{
	width: 643px;
	/*height: 382px; */
}

.comment span.user{
	font-size: 14px;
	font-weight: bold;
	color: #477898;
}

#detailed .comment p{
	margin: 3px 0;
	font-size: 14px;
}

#detailed .comment{
	margin-bottom: 20px;
}


.widget-content.videos .more-vids img{
	float: left;
	margin-right: 5px;
}

.widget-content.videos .more-vids span.date{
	font-size: 11px;
	color: #9f9f9f;
}

.widget-content.videos .more-vids{
	margin-bottom: 20px;
	height: 62px;
}
.widget-content.videos .more-vids img{
        width: 88px;
}

.widget-content.videos .buttons.view-all,
.widget-content.comments .buttons.view-all{
	float:right;
}

#detailed hr{
	border-bottom: 1px dotted #8caec6;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	background-color: none;
}

#detailed .title{
	margin-top: 0px;
	margin-bottom: 14px;
}

/* Login fancy box */

div.value.wrappedtext a.commfancy{
	float: right;
	margin-right: 145px;
}

#commwrapper {
  font-size: 12px;
  padding: 0px;
  width: 550px;
  margin: 0px auto;
  background: #fff;
}
#commwrapper h3 {
  font-size: 24px;
  margin: 10px 0px;
  padding: 0px;
  color: #3C5B6F;
  font-weight: normal;
}
#commwrapper .row {
  font-size: 14px;
  margin-bottom: 10px;
}
#commwrapper .row .value.wrappedtext {
  margin-left: 28%;
}
#commwrapper .row .value.wrappedtext .text {
  font-size: 11px;
  float: left;
  width: 180px;
}
#commwrapper .row .value .shorttext {
  width: 130px;
}
#commwrapper .row .value.wrappedtext a.facebook1 {
  float: left;
}
#commwrapper .row label.name {
  height: 25px;
  text-align: right;
  padding: 5px 20px 0 0;
  width: 20%;
}
#mypraize #commwrapper .row .value {
  padding: 5px 0px 0 0;
}
/* the previous style causes problems with long sidebars in ie6 */
#commwrapper .row .value input.text, #commwrapper .row .value input.password, #commwrapper .row .value textarea {
  height: 25px;
  width: 69%;
}
#commwrapper .row .value textarea {
  height: 70px;
}

#commwrapper .row .value.wrappedtext .input_submit {
  margin-top: -5px;
}

#commwrapper .logintop, .loginbottom {
  padding: 10px 10px 10px 10px;
}
#commwrapper .loginbottom {
  padding: 20px 20px;
  border-top: 5px solid #cdcdcd;
}
#commwrapper .row .value span {
  margin: 0px 5px 0 10px;
}
/*Text Category Page*/


#text-category .section.category .body{
	width: 636px;
	height: auto !important;
	margin-bottom: 20px;
}

#text-category #right-column .banner,
#text-detailed #right-column .banner{
	width: 250px !important;
	height: 250px !important;
}

#text-category #left-column,
#text-category #right-column,
#text-detailed #left-column,
#text-detailed #right-column{
	float: left;
	margin-bottom: 20px;
}

#text-category #right-column{
	margin-left: 20px;F
	width: 262px;
}


#text-category .section.sub-category .body{
	width: 220px;
	height: 124px;
}

#text-category #left-column img.left{
	float: left;
	margin-right: 15px;
        border: 1px solid #bcc5cc;
}

#text-category #left-column p,
#text-category #right-column p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #1d4661;
}

#text-category #left-column h3{
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1d4661;
	margin-top:0px;
	margin-bottom: 4px;
}

#text-category span.post-info{
	float: left;
	color: #7e7e7e;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	width: 600px;
}

.bold{
	font-weight: bold;
}

span.category-sub-title{
	margin-bottom: 4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #1d4661;
	font-weight: bold;
}

#text-category a.read-more{
	font-size: 10px;
	font-family: tahoma, arial, sans-serif;
	color: #3e7294;
}

ul li{
	list-style: none;
}

ul{
	padding-left: 0px;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.left{
	float: left;
}

.sub-link{
	padding-right: 20px;
}

#text-category ul li{
	padding-bottom: 8px;
	font-size: 13px;
}

.title-text.sub-category{
	background-position:0 -261px;
}

#text-category .section .banner{
	margin-bottom: 20px;
	margin-top: 0px;
}

#text-category .section.top .banner{
	margin-top: 0px;
}


#text-category h2,
#text-detailed h2,
#mypraize h2{
	color: #1d4661;
	font-size: 30px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

#text-category hr{
	border-top: 1px dotted #78A3C4;
	margin-bottom: 20px;

}

#text-category .section.sub-category .body a{
	text-decoration: none;
	color: #1d4661;
}

/* text-detailed page */

#text-detailed #left-column .section.detailed .body,
#text-detailed #right-column .section .body{
	height: auto !important;
}

#text-detailed #left-column .section.detailed{
	width: 680px;
	margin-bottom: 20px;
}

#text-detailed #left-column .section.detailed .body h3{
	color: #1d4661;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 7px;
}

#text-detailed #left-column .section.detailed .body span.description{
	color: #1d4661;
	font-size: 16px;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif;
}

#text-detailed #left-column .section.detailed .body p{
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	color: #1d4661;
	margin-top: 5px;
	margin-bottom: 3px;
	
}

ul.squares li{
	list-style: square inside;
	font-size: 14px;
	color: #1d4661;
	line-height: 20px;
}

#text-detailed p.sub-title{
	font-weight: bold;
	margin-bottom: 0px;
}

#text-detailed #right-column .section{
	width: 260px;
	margin-bottom: 20px;
}

#text-detailed #right-column{
	margin-left: 20px;
}

#text-detailed #right-column .section .titles{
	text-indent: 0px;
}

#text-detailed #right-column p{
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #1d4661;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 17px;
}

#text-detailed #right-column a{
	color: #3e7294;
	text-decoration: underline;
	font-size: 13px;
	margin-bottom: 9px;
	display: block;

}

#text-detailed #right-column .titles{
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c5b6f;
}

#text-detailed #right-column .banner{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*My Praize*/

/*RSS WIDGET*/

.section.rss-widget .title-text{
	background-position: 0 -1693px;
}

.section.rss-widget .body{
	height: auto !important;
}

.rssfeed .rsstitle{
	display: block;
	width: 615px;
	background-color: #C8DAEE;
	margin-left: -21px;
	padding: 5px 0px 5px 20px;
	font-size: 14px;
	padding: 5px 0px 5px 20px;
}

.rssfeed .rsstitle a{
	color: #426374;
	font-weight: bold;
}

.rssfeed .rsstitle .rssbtn{
	background-image: url(/static/images/sprite/icon-sprite.png);
	background-position: -205px -607px;
	display: block;
	float: left;
	height: 24px;
	padding-left: 32px;
}

.rssfeed ul.rss-items{
	margin-left: 20px;
	margin-top: 10px !important;
}

.rssfeed ul.rss-items li{
	list-style-image: url(/static/images/bullet.gif);
	margin-bottom: 10px;
}

.rssfeed ul.rss-items li a.rss-headline{
	font-size: 14px;
	display: block;
	padding-bottom: 2px;
}

.rssfeed ul.rss-items li span.rss-date{
	font-weight: bold;
	color: #919191;
	font-size: 12px;
}

.rssfeed .rsstitle a.bookmark_edit{
	padding-right: 20px;
}

.rss-widget .add-rss{
	border-top: 1px dotted #8CAEC6;
	padding-top: 10px;
	margin-top: 20px;
}

.rss-widget .add-rss a{
	font-size: 14px;
	font-weight: bold;
}

#mypraize #left-column{
	width: 635px;
}

#mypraize #left-column .section.actions .body{
	height: auto;
}

#mypraize .section.teachings .homevideo .info h2 {
  font-size: 24px;
  margin: 0px;
  color: #3c5b6f;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
}

#mypraize .section{
	margin-bottom: 10px;
}

#mypraize .widget-content h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c5b6f;
	margin-top:0px;
	margin-bottom: 0px;
	margin-top:6px;
}

#mypraize .widget-content p{
	margin-top: 4px;
	margin-bottom: 4px;
}

#mypraize .widget-content.favourites a{
	font-size: 12px;
	text-decoration: underline;
	font-family: tahoma, arial, sans-serif;
	/*display:block; */
	margin-bottom: 5px;
	color: #3e7294;
}

#mypraize .fave-cats{
	margin-right: 24px;
}
#mypraize .fave-cats li {
  margin: 0px 0 15px 0;
}
.fave-cats-actions {
  margin-left: 10px;
  float: right;
}
.fave-cats-actions a {
  float: left;
  margin-right: 5px;
}



#mypraize .widget-content.favourites .inner-content{
	height: 246px;
	
}
#mypraize .widget-content.favourites .message {
  padding: 5px 0px;
  color: green;
}

.right{
	float: right;
}

ul.user-actions{
	float: left;
	
}

ul.user-actions li{
	margin: 0 50px 19px 0;
	background-image: url(/static/images/sprite/icon-sprite.png);
	background-position: -205px -122px;
	height: 32px;
	background-repeat: no-repeat;
}
ul.user-actions li.chat-ico{
	background-position:-203px -651px;
	height: 28px;
}

ul.user-actions li a{
	font-family: tahoma, arial, sans-serif;
	color: #3e7294;
	font-size: 14px;
	display: block;
	margin-left: 40px;
	padding-top: 2px;

}

ul.user-actions li.read-email{

}
ul.user-actions li.edit-links{
	background-position: -205px -156px;
	height: 35px;
}
ul.user-actions li.edit-cats{
	background-position: -205px -343px;
}
ul.user-actions li.account{
	background-position: -205px -230px;
	height: 35px;
}
ul.user-actions li.logout {
	background-position: -205px -274px;
	height: 35px;
}

#mypraize .section.actions h4{
	margin-top: 0px;
	font-family: lucida, tahoma, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3c5b6f;
}

#mypraize #left-column,
#mypraize #right-column{
float: left;
}

#mypraize #right-column{
	margin-left: 20px;
	width: 305px;
}

#mypraize #right-column .section .body{
	height: auto !important;
}

#mypraize #right-column span.new-message{
	font-size: 16px;
	font-family: Tahoma, arial, sans-serif;
	text-align: center;
	height: 40px;
	border-bottom: 1px dotted #8caec6;
	display: block;
}

#mypraize #right-column .friends a,
#mypraize #right-column .my-links a{
	font-size: 12px;
	text-decoration: underline;
	font-family: tahoma, arial, sans-serif;
	color: #3E7294;

}
#mypraize #right-column .my-links ul {
  width: 98%;
  float: left;
}
#mypraize #right-column .my-links ul.first {
  margin-right: 15px;
}

a.bookmark_edit {
	background-image: url(/static/images/sprite/icon-sprite.png);
	background-position: -205px -313px;
        float: right;
        display: inline;
        width: 20px;
	height: 20px;
}
.fave-cats a.bookmark_edit {
  height: 12px;
}

#mypraize #right-column .friends hr{
	border-top: 1px dotted #78A3C4;
}


#mypraize #right-column .my-links a{
	display:block;
	margin-top: 7px;
	margin-bottom: 7px;
}

#mypraize div.add-remove{
	text-align: right;
	padding-top: 15px;
	margin-top: 20px;
	border-top: 1px dotted #8caec6;
}

#mypraize div.add-remove a{
	font-size: 14px !important;
}

#mypraize .messages span.new{
	color: #5bae4d;
	font-weight: bold;
}

#text-category #left-column hr{
	background-color: none;
	width: 678px;
}

#mypraize .widget-place {
	margin-top: 0px;
}

/* PRAIZE FORUM */

.page-category_list #contentwrapper{
	clear:both;
}

.page-category_list{
	text-align: left;
}

/*header widgets */

.page-category_list .section.passage, .page-category_list .widget{
	float: left;
	margin-right:20px;
}

.page-category_list .section.passage .body{
	height: 212px !important;
	width: 250px;
	min-height: 150px !important;
}
.page-category_list .section.passage .body p{
	margin-top:0px;
	font-size: 16px;
}


/*end header widgets*/

#contentheader #contentheader_heading{
	padding-bottom: 0px;
}

.page-category_list #welcome_user_username{
	display:none;
}

#contentfooter{
	background-color: transparent !important;
}

.page-message_list .section .body,
.message-list-page .section .body{
	height: auto !important;
	margin-bottom: 20px;
}

body.page-message_reply_write .section .body{
	height: auto !important;
}

.page-search_results h1#contentheader_title{
	margin-bottom:0px;
}
.page-search_results .toolbar,
.page-search_results #content{
	padding: 0px;
	margin: 0px;
}

.page-search_results .toolbar{
	margin-top: 3px;
}

.page-search_results .section .body{
	height: auto !important;
}

.page-search_results .section{
	margin-bottom: 20px;
}

#content .section.user-view .settings h1{
	padding: 0px;
	padding-bottom: 10px;
}

div.row a.user-blog{
	margin-left: 15px;
	font-size: 12px;
}

.profile-image {
float: left;
margin-left: 15px;
padding-left: 0px;
background-color: white;
border: 1px solid #CCC;
}



#contentheader_title,
#welcome_user_username{
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

div.crumb h1#contentheader_title{
	
}

#contentheader_subtitle,
#welcome_user_count{
	margin: 3px 0px 3px 0px;
}

.post-body, .message-body{
	font-size: 12px;
	line-height: 16px;
}

.post-info, .message-info, .post-info-hide{
	font-size: 12px;
}

.post-info .username, .message-info .username, .post-info-hide .username{
	margin-bottom: 10px;
}

.page-category_list .section .body,
.page-user_profile_basic .section .body,
.page-user_profile_display .section .body,
.page-user_profile_privacy .section .body,
.page-user_profile_notifications .section .body,
.page-user_profile_favourites .section .body,
.page-user_profile_buddies .section .body,
.page-message .section .body,
.page-whos_online .section .body,
.page-user_list .section .body,
.page-tag_cloud .section .body,
.page-favourites .section .body,
.page-forum_view .section .body,
.page-post_view_flat .section .body,
.page-watch_thread .section .body
{
	height: auto !important;
	min-height: 300px;
}

ul.forumprimarynav {
	width: 740px;
	height: 18px;
	background-color: transparent;
	margin-top:0px !important;
	font-size: 15px;
	font-family: Tahoma, Arial, sans-serif;
	color: #3e7294;
	font-weight: normal;
	padding: 10px;
}

ul.forumprimarynav a{
	color: #3C5B6F;
	text-decoration: none;
}

ul.forumprimarynav a:hover{
	text-decoration: underline;
}

ul.forumprimarynav li{
	background-image: none;
	margin-right: 30px;
}

ul.forumprimarynav li.home{
	background: #5987a3;
}

.page-category_list .forumnavbar .mark-all-read {
  margin-top: 10px; 
  position: absolute; 
  z-index: 10; 
  top: 0; 
  right: 37px;
}

.page-category_list .section {
  position: relative
}

.category-list thead tr th{
	background-color: #3C5B6F;
}

.category-list tr.forum td.forum-name a.name{
	color: #5C86A1;
	font-weight: normal;
}

.category-list tr.category td{
	background-color: #E5EAEE;
	color: #1C5B6F;
	border-bottom: 1px solid white;
	font-weight: normal;
}

.category-list tr.category td a{
	color: #3C5B6F;
	font-weight: bold;
}

.category-list tr.forum td.forum-threads, .category-list tr.forum td.forum-last{
	background-color: transparent;
}

.category-list tr.forum td.forum-last {
	padding: 5px 5px 5px 21px;
}

.category-list tr.forum td div.new{
	color: #3C5B6F;
}

.page-category_list .section,
.page-user_profile_basic .section,
.page-user_profile_display .section,
.page-user_profile_privacy .section,
.page-user_profile_notifications .section,
.page-user_profile_favourites .section,
.page-user_profile_buddies .section,
.page-message .section,
.page-whos_online .section,
.page-user_list .section,
.page-tag_cloud .section,
.page-favourites .section,
.page-forum_view .section,
.page-post_view_flat .section,
.page-watch_thread .section{
	margin-bottom: 20px;
}

.page-user_profile_basic .section .body{
	width: 920px;
}

.settings h1{
	background-color: transparent;
	font-size: 20px;
	font-weight: normal;
}

.page-user_profile_basic .section .body .tabs.clear,
.page-user_profile_display .section .body .tabs.clear,
.page-user_profile_privacy .section .body .tabs.clear,
.page-user_profile_notifications .section .body .tabs.clear,
.page-user_profile_favourites .section .body .tabs.clear,
.page-user_profile_buddies .section .body .tabs.clear
.page-message .section .body .tabs.clear,
.page-whos_online .section .body .tabs.clear,
.page-user_list .section .body .tabs.clear,
.page-user_list .section .body .tabs.clear,
.page-tag_cloud .section .body .tabs.clear,
.page-favourites .section .body .tabs.clear,
.page-forum_view .section .body .tabs.clear,
.page-post_view_flat .section .body .tabs.clear,
.page-watch_thread .section .body .tabs.clear{
	background-color: #ABCBE1;
}
 
div.tabs div.selected{
	background-color: #76a4c4;
}

div.tabs div{
	background-color: transparent;
	
}

div.tabs div a{
	color: #212126;
}

.settings .row label.name{
	font-weight: normal;
}

table.social-media thead, table.social-media thead th{
	background-color: transparent;
}

div.tab-description{
	background-color: transparent;
}

.toolbar{
	background-color: transparent;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list thread tr{
	background-color: #3C5B6F;
}

.compose .row.highlighted{
	background-color: transparent;
}

.compose .row div.value{
	border-left: 125px solid transparent;
}

.compose .row.highlighted div.value{
	border-left-color: transparent;
}

#attach_table tr.attachment-upload td.filename{
	background-color: transparent;
}

#attach_table tr{
	background-color: transparent;
}

.compose-submit{
	background-color: transparent;
}

.status-bar{
	background-color: transparent;
}

.grey-header{
	background-color: transparent;
}

.page-user_list .title{
	font-size: 13px;
}

.list thead tr{
	background-color: #2a4e66;
}

input.submit-dark{
	background-color: #2A4E66;
}

.post-wrapper, .message-wrapper{
	border-left: 175px solid transparent;
}

#content .small-wrapper h2{
	background: #2A4E66;
}

/* COMMUNITY */

.titles.user-profile{
	text-indent: 0px;
	padding: 0px;
	height: 32px;
}

.titles.user-profile p{
	padding: 7px;
	height: 20px;
	font-size: 16px;
	color: #546e81;
}

#community .section .body{
	height: auto;
}

#community .section.edit-user-profile label{
	display: block;
	float: left;
	width: 126px;
	font-size: 12px;
}

#community .section.edit-user-profile input{
	width: 400px;
	display: block;
	float: left;
}

#community .section.edit-user-profile input[type="radio"]{
	width: 15px;
}

#community .section.edit-user-profile,
#community .section.edit-user-password{
	float: left;
}

div.update-profile{
	height: 100px;
	padding-top: 20px;
	clear: both;
}

#community .section.edit-user-profile{
	width: 600px;
	margin-right: 25px;
}

#community .section.edit-user-password{
	width: 335px;
}

.buttons.cancel{
	background-position: 0 -266px;
}

.buttons.update-profile{
	background-position: 0 -593px;
	width: 128px;
}

#community input.shorttext{
	width: 40px !important;
	margin-right: 5px;
}

/* GMAIL */

#msgs_body .message-main-body {
background: white;
padding: 19px;
padding-top: 10px;
}

.post-body, .message-body {
font-size: 12px;
line-height: 16px;
border: 1px solid #DEE0DF;
}

#msgs_body .message-header {
padding: 5px 10px 10px 10px;
background-color: #D9E8F9;
}

#msgs_body .message-command-bar {
margin: 1px 0px;
padding: 5px 10px;
background: #C1DBF8;
font-size: 11px;
}

#leftsidebar{
	/*margin-bottom: 20px;*/
}

.mailsearchbar input.text {
width: 141px !important;
margin-bottom: 7px;
}

#mailwrapper .section .body{
	height: auto;
	padding: 10px;
}

#mailwrapper #content .section .body{
	min-height: 220px;
	margin-bottom: 30px;
}

#folderlist{
margin: 0px;
}

.mailsearchbar{
padding: 0px;
}

.mailsearchbar h2{
margin-top: 0px;
}

#mailwrapper #leftsidebar #folderlistwrapper{
	margin-bottom: 20px;
}

#mailwrapper #contentheader {
    width: 790px;
    padding: 0;
}

#mailwrapper .section .icon{
	position: static;
	width: auto;
	height: auto;
	background: transparent;
}

#mailwrapper2 #content{
	padding-top: 0px;
	width: 770px;
	margin-left: 20px;
}

ul.mailprimarynav{
	margin-bottom: 20px;
	display: none;
	visibility: hidden;
}

.mailsearchbar input.submit{
	height: 28px;
}

.gmail-inbox-page #leftsidebar{
	min-height: 480px;
}

#messagelist th{
	background-color: #e2eaef;
	height: 30px;
}

table#messagelist{
		border-top: 1px dotted #8caec6;
		clear: both;

}

#messagelist th a{
	color: black;
}

.buttons.compose{
	background-position: 0 -442px;
	width: 93px;
}

.buttons.folders{
	background-position: 0 -480px;
	width: 78px;
}

.buttons.address{
	background-position: 0 -518px;
	width: 120px;
}

.buttons.options{
	background-position: 0 -556px;
}

#mailwrapper #content .buttons{
	float: left;
	margin-right: 5px;
}

#content tr.even{
	background-color: #EBF0F3;
}

div.title-text.folders{
	background-position: 0 -447px;
	width: 64px;
}

div.title-text.search{
	background-position: 0 -473px;
	width: 59px;
}

div.title-text.inbox{
	background-position: 0 -501px;
}
div.title-text.folder {
	background-position: 0 -702px;
}


#mailwrapper #leftsidebar .titles{
	width: 110px;
}

h2.page-title{
	font: normal 30px Arial;
	color: #1d4661;
	margin: 20px 0 20px 0;
}


h4.user-message{
	position: absolute;
	z-index: 10;
	right: 10px;
	top: -56px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 14px;
	color: #1d4661;
}

#mailwrapper #contentwrapper{
	background-color: transparent;
}

.empty-folder{
	clear: both;
}

table#folder_menu{
	border-top: 1px dotted #8CAEC6;
}

#folders #folder_menu th{
	background-color: #E2EAEF;
	height: 30px;
	color: black;
}

.compose-actions,
.compose #lower_options,
.compose-actions#bottom_compose_actions,
#compose_option_wrapper #options_header,
#compose_option_wrapper #compose_options,
#contentheader,
#contentheader .message,
#folders #folder_menu #folder_panel,
.suboption-table .option-menu .option-panel,
#contentheader .error 
{
background-color: transparent;
}

#compose_option_wrapper #options_header,
#contentheader .error, #contentheader .message{
color: black;
}

#contentheader .error, #contentheader .message{
border: 0px;
}

#folders #folder_menu tr.selected,
div.suboption-table table.option-menu tr.selected,
#folders #folder_menu th,
.suboption-table .option-menu th{
  	background-color: #E2EAEF;
  	height: 30px;
	color: black;
}

#mailwrapper h3.header,
form#msgs{
clear: both;
}

div.title-text.drafts{
	background-position: 0 -528px;
}

div.title-text.sent{
	background-position: 0 -559px;
}

div.title-text.trash{
	background-position: 0 -584px;
}

div.title-text.compose{
	background-position: 0 -613px;
}

div.title-text.address{
	background-position: 0 -642px;
}

div.title-text.options{
	background-position: 0 -672px;
}

#address #mailwrapper #content .titles {
width: 134px;
}

#messagelist td.status{
/*	display: none;
	visibility: hidden; */
}

/*SEARCH RESULTS PAGE*/


#search_results .body{
	height: auto !important;
	margin-bottom: 20px;
}


#search_results .section.link-results{
	float: left;
}

#search_results .section.category-results{
	width: 340px;
}

#search_results .section.link-results{
	width: 600px;
	margin: 0 20px 20px 0;
	
}

#search_results .paging-bottom{
	clear: both;
	margin-bottom: 20px;
}

#search_results .section.category-results ul li{
	margin-bottom: 15px;
}

div.title-text.categories{
	background-position: 0 -966px;
}

div.title-text.links{
  background-position: 0 -937px;
}

#search_results .linklisting{
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #B9D2E3;
}

#search_results .sub-cat-info {
  float: right;
  width: 470px;
}

.entry img {
    position: relative;
    width: 189px;
    margin: 0 10px 0 0;
    float: left;
}
.linklisting.blog {
    height: 120px;
}
.linklisting.blog .entry img {
    width: 80px;
}
.see_more {
    float: right;
    padding-bottom: 20px;
}

.ad{
	background-color: transparent;
	width: 336px;
	height: 280px;
	margin-bottom: 20px;
}

/*DIRECTORY PAGE*/

#directory .section .body{
	height: auto !important;
}

div.title-text.directory{
	background-position: 0 -996px;
}

#directory .section .titles{
	width: 95%;
}

#directory .section{
	margin-bottom: 20px;
}

#directory .category ul.categories1 li a,
#directory .category ul.categories2 li a,
#directory .section .body dt a{
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #5C86A1;
line-height: 20px;
}

#directory .section .body dt {
color: #8F8F8F;
font-size: 12px;
margin: 0;
margin-bottom: 15px;
}

#search_results .ad,
#directory .ad{
	float: left;
}

#directory .section.categories{
	width: 600px;
	float: left;
	margin-right: 20px;
}

#directory .section.categories .body{
	min-height: 205px !important;
}

/*STATIC FOOTER PAGES*/

.left-content,
.right-content{
	float: left;
}

.left-content .body,
.right-content .body{
	height: auto !important;
	margin-bottom: 20px;
}

.left-content{
	width: 600px;
	margin-right: 20px;
}

.right-content{
	width: 340px;
	padding-top: 36px;
}

#footer-page p,
#footer-page ul li,
#footer-page label{
	font-size: 12px;
	line-height: 17px;
	color: #33332E;
}

#footer-page .section .body ul li{
	list-style-type: circle;
	margin-bottom: 4px;
}

#footer-page .section .body ul{
	margin-left: 20px;
}

#footer-page h3{
	color: #3C5B6F;
}

div.title-text.mission{
	background-position: 0 -1029px;
}
div.title-text.company{
	background-position: 0 -1055px;
}

#footer-page .section .body label{
	display: block;
	float: left;
	margin-right: 20px;
	clear: both;
	width: 50px;
}

#footer-page .section .body input[type=text],
#footer-page .section .body textarea{
	float: left;
	margin-bottom: 20px;
	width: 400px;
}

#footer-page textarea{
	height: 100px;
}

#footer-page .section .body input[type=submit]{
	clear: both;
	float: right;
	margin-right: 77px;
}

div.title-text.contact{
	background-position: 0 -1086px;
}

div.title-text.privacy{
	background-position: 0 -1111px;
}

/*BLOG ADD POST*/

#add-post .error ul li{
	float: left;
	font-weight: bold;
	color: red;
	font-size: 14px;
	padding-bottom: 20px;
}

#add-post .section.post .body{
	height: auto !important;
	width: 915px;
}

#add-post .section{
	margin-bottom: 20px;
	float: left;
}

#add-post .section.blog-post-details .body{
	width: 211px;
	height: 83px;
}

#add-post .section.post{
	margin-right: 20px;
}

#add-post .ad{
	width:250px;
	height: 250px;
	float: left;
}

#add-post .row label.name{
	padding: auto;
	float: none;
	font-size: 18px;
}

#add-post .row .value input.text,
#add-post .row .value textarea{
	width: 100%;
	margin-top: 6px;
	padding: 5px 0px 5px 5px;
	font-size: 18px;
	color: #333333;
}

#add-post .row .value textarea#Content{
	font-size: 13px;
	height: 352px;
}

#add-post table.post-attachments{
	width: 685px;
	font-size: 13px;
	margin-bottom: 15px;
}

#add-post .formsubmit .buttons.submit{
	float: right;
	margin-bottom: 20px;
	margin-right: 276px;
}

#add-post .formsubmit .buttons{
	clear: both;
	height: 43px;
}

#add-post .formsubmit .buttons.delete {
        height: 28px;
}

#add-post table.post-attachments th{
	font-size: 18px;
	font-weight: normal;
}

#add-post .post-attachment-name{
	font-weight: bold;
	color: #3e7393;
}

#add-post div.post-attachments{
	border-bottom: 1px dotted #8aadcb;
}

#add-post span.blog-post-user{
	display: block;
	font-weight: bold;
	color: #3b7298;
	font-size: 14px;
	margin-bottom: 8px;
}

#add-post span.blog-post-category,
#add-post span.blog-post-last-updated{
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
}

#add-post .blog-post-back{
	border-top: 1px dotted #8CAEC6;
	display: block;
	padding-top: 7px;
	margin-top: 4px;
}

.buttons.post{
	background-position: 0 -632px;
}

.post-attachments{
	width: 683px;
}

#add-post .row .value.wrappedtext{
	margin-left: 0px;
	padding-left: 0px;
}

#add-post .treecats-category,
#add-post .treecats-category-info,
#add-post .treecats-children{
      display: inline-block;
    width: 140px;
    margin-right: 10px;
    margin-top: 4px;
}
#add-post .treecats-category-info img {
    display: none;
}

#add-post .treecats-selection{
	float: left;
    margin-left: 105px;

}

#add-post #treecats{
	display: inline;
	float: left;
	position: relative;
	top: -19px;
}

#add-post .treecats-selection-summary{
	margin-left: 105px;

}

#add-post .treecats-selection-summary,
#add-post .treecats-selection-single{
	margin-bottom: 10px;
	font-size: 15px;
	color: #427596;
}

#add-post .treecats-tree{
	clear: both;
}

#add-post .treecats-category-info a{
	color: #1D4661;
}

#add-post .treecats-selection-current{
	font-weight: normal;
}


/*GOT JESUS*/

#gotjesus .section .body{
	height: auto !important;
}

#gotjesus p,
#donate p{
	font-size: 12px;
	line-height: 17px;
}

#gotjesus a.read-more{
	font-size: 12px;
	font-weight: bold;
}

div.title-text.gotjesus{
	background-position: 0 -1312px;
}

/*LOGIN PAGE*/

#community .content.login-to-view .body{
	height: auto !important;
}

#community .content.login-to-view .section{
	margin-bottom: 20px;
	width: 600px;
}

/*DONATE*/

div.title-text.donate{
	background-position: 0 -1347px;
}

#donate .section .body{
	height: auto !important;
	margin-bottom: 20px;
}

#donate .section_left,
#donate .section_right{
	float: left;
}

#donate .section_left{
	width: 650px;
}

#donate .section_right{
	width: 290px;
	margin-left: 20px;
}

.title-text.fame-wall{
	background-position: 0 -1381px;
	
}

#donate .section.wall-of-fame .body{
	min-height: 403px;
}

#donate .section.wall-of-fame .body p{
	border-bottom: 2px dotted #B9D2E3;
	padding-bottom: 20px;
}

#donate .section.wall-of-fame .body h3{
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	border-bottom: 2px dotted #B9D2E3;
	padding-bottom: 20px;
	color: #1D4661;

}

#donate .section.donate.paypal input{
	border: 0px;
	background-color: transparent;
	background-image: none;
}

#donate h2{
	color: #1D4661;
	font-size: 26px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: -1px;
}

.title-text.credit-card{
	background-position: 0 -1418px;
	width: 283px !important;
}
.title-text.paypal{
	background-position: 0 -1453px;
}
.title-text.check{
	background-position: 0 -1487px;
}

#donate .section.donate.credit-card form label{
	width: 115px;
	float: left;
	display: block;
	font-size: 13px;
}

#donate .section.donate.credit-card form input[type=text],
#donate .section.donate.credit-card form select{
	width: 200px;
}

#donate .section.donate.credit-card form div.row{
	margin-bottom: 8px;
}

.buttons.donate{
	background-position: -204px 0;
	margin-top: 20px;
	display: block;
	text-indent: -9999px;
	line-height: 200px;
	cursor: pointer;
	cursor: hand;
}

#donate .ad{
	width: 300px;
	height: 250px;
}

.loginbar a.loginbar-icon.donate {
	background-position: -205px -529px;
	padding-left: 15px;
}

#donate .famer{
	background-image: url(/static/images/sprite/icon-sprite.png);
	background-position: -203px -554px;
	padding-left: 39px;
	background-repeat: no-repeat;
}

/*CHAT*/

#chat p{
	font-size: 13px;
}

#chat #content a{
	font-size: 20px;
	line-height: 32px;

}

#chat .section .body{
	height: auto !important;
}

#message_command_bar ul li a:link{
	color: #333333;
}

/*TERMS AND AGREEMENTS*/

div.title-text.terms {
background-position: 0 -1555px;
}


/*Private message fixes*/

.page-message_view .message-info{
	float: left;
}

.page-message_view .message-body{
	width: auto;
	padding: 10px !important;
	background-color: white;
	font-weight: normal !important;
	line-height: 18px !important;
	color: #333 !important;
}

.page-message_view .message-wrapper{
	border-left: 0px;
}

.page-message_view .message{
	width: auto !important;
}

.page-message_view .message,
.page-message_view .message-header{
	text-align: left !important;
}

.page-message_view .message-header,
.page-message_view .message-body{
	float: right;
}

.page-message_view .message-header{
	width:745px;
}

.page-message_view .message-body{
	width: 725px;
}

.page-message_view .message-date{
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px !important;
}

.page-message_view .username,
.page-message_view .user-title{
	margin-bottom: 5px !important;
}

.page-message_view .spacer{
	background: transparent;
}
