@import url("../../../../style/default.css");
/*
Theme Name: Redeemer
Theme URI: http://redeemersarasota.org/wp/
Description: Customized theme created for the Church of the Redeemer website
Version: 1.0
Author: David Martin
Author URI: http://brightertech.com

*/



img.wp-smiley {
	margin:0;
}

input {
	font-size:1.2em;
}

textarea {
	border:1px solid #aaa;
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	margin:0 5%;
	padding-right:230px;
}

#sidebar {
	float:right;
	width:200px;
	margin:0 15px;
	background:url(../../../../images/bg_td.png) repeat;
	border: 1px solid #333399;
	padding: 5px;
	font-size: 12px;
	color: #FFFFFF;
}

#postcontent {
	overflow: hidden;
	height: 1%;
}
	
/* Search */

#searchform input#searchinput {
	display:inline;
	width:100px;
	border:1px solid #333333;
	margin:0;
	padding:0.2em 5px;
	background:#FFFFFF;
	color:#333333;
	font-size:1.1em;
}

#searchform input#searchsubmit {
background:url(../../../../images/bg_menu_button.png) repeat-y;
color:#dacc79;
}

#searchform input#searchsubmit:hover {
background:url(../../../../images/bg_menu_button_hover.png) repeat-y;
color: #333399;
}


/* Top navigation */

#hmenu {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#165279;
}

#hmenu ul {
	margin:0 5%;
	padding:0.5em 0;
	background:#165279;
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

#hmenu ul li {
	display:inline;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#hmenu ul li:before {
	content: "| \0020";
	background:transparent;
	color:#eee;
}
#hmenu ul li.hmenu1:before {
	content: "";
}
#hmenu ul li a {
	padding:0.5em;
	margin:0;
	background:transparent;
	color:#c6c8c9;
	text-decoration:none;
}

#hmenu ul li.hmenu1 a {
	padding-left:0;
}

#hmenu ul li a:hover {
	background:transparent;
	color:#fff;
}

/* Sidebar */


#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
	overflow: hidden;
}

#sidebar a {
	color:#E7DDA9;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #FFEDBD;
	text-decoration: underline;
	}


#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:1.2em;
	text-transform:uppercase;
}

/* Post */
.post {
	margin:0 28px 2em 0;
	clear:both;
	border-right: 1px dotted #DFDDED;
	border-bottom: 1px dotted #DFDDED;
	border-left: 1px dotted #DFDDED;
}

.post p {
	margin-top:0;
	font-size:1.3em;
	line-height:1.5em;
	}

/* Below had the same settings as ablove before 9-21-10 */
.post ol li, .post ul li {
}


.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}



.postmetadata {
	font-size:.8em;
	color:#888;
	text-align:justify;
	background-color: #DFDDED;
	line-height: 1.8em;
	padding-left: 5px;
}

.postmetadata img {
	display:inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.navigation {
	font-size:1em;
	line-height: 2em;
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
	margin-right: 8px;
}
.alignright {
	float:right;
	margin-left: 8px;
}
h2.posttitle {
	padding: 0px 0px 0px 5px;
	background-image: url(../../../../images/bg_td.png);
	background-repeat: repeat;
	color: #e7dda9;
	line-height: 30px;
	font-size: 1.2em;
	margin-bottom: 1em;
}
h2.posttitle a {
	color:#E7DDA9;
	text-decoration: none;
	}
h2.posttitle a:hover {
	color: #FFEDBD;
	text-decoration: underline;
	}
.postentry {
	padding-left: 5px;
	font-size: .9em;
	padding-right: 5px;
}
#sidebar ul li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.hidethis {
	visibility: hidden;
}



 																 /*  STAFF PAGE */

div.clergylist {
padding: 5px;
}
div.clergylist div {
	padding: 5px;
	clear: both;
	margin-bottom: 15px;
	background-image: url(images/bg_contactbox.png);
	background-repeat: repeat;
	border: 1px solid #D6D7D8;
	overflow: hidden;
}
div.clergylist div img {
	padding: 0px 5px 0px 0px;
	float: left;
}
div.clergylist div p {
	margin-left: 110px;
}
div.clergylist div h4 {
	margin: 5px 0px 5px 110px;
	padding: 0px;
}
.clergyname {
	font-weight: bold;
}
.clergytitle {
	font-style: italic;
}
.clergylist div h3 {
	letter-spacing: 0.2em;
	background-color: #333399;
	color: #E7E8E9;
	line-height: 1.5em;
	text-indent: .2em;
	margin: 0px 0px 0px 110px;
	padding: 0px;
}
.clergylist div h3 a {
	color: #E7E8E9;
	text-decoration: none;
}
.clergylist div a:hover {
	text-decoration: underline;
}
.clergylist div h4 a {
	color: #003399;
	text-decoration: none;
}

#center .stafflist ul{
	padding: 0px;
	margin: 0px 0px 1em;
	list-style: url(none) none;
}
#center .stafflist ul li {
	padding: 0px;
	margin: 0px;
font-weight: bold;
}
#center .stafflist ul li ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#center .stafflist ul li ul li {
padding: 0px;
margin: 0px;
font-weight: normal;
}



                                       /*  CATEGORY LIST */

.lcp_catlist {
	list-style: url(none) none;
	font-weight: bold;
}
.lcp_catlist li {
	background: #DFDDED;
	padding: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.lcp_catlist p {
font-size:12px;
font-weight: normal;
}
                                     /*  WORSHIP SIDEBAR */

#worship-section {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	margin: 0px;
}

#worship-section ul {
	list-style: url(none) none;
		margin: 0px;
	padding: 0px;
}

#worship-section ul li div ul {
	border-bottom: 1px solid #333399;
	width: 112px;
	margin: 0px;
   padding: 0px;
	}

#worship-section ul li div ul li {
	margin: 0px;
	padding: 0px;
	display:block;
	width: 112px;
}

#worship-section ul li div ul li a {
	display:block;
	width: 110px;
	background-image: url(http://www.redeemersarasota.org/images/bg_td.png);
	background-repeat: repeat;
	border-right: 1px solid #333399;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333399;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #E7DDA9;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

#worship-section ul li div ul li a:link, #worship-section ul li div ul li a:visited {
	color: #E7DDA9;
	text-decoration: none;
}

#worship-section ul li div ul li a:hover {
color: #FFEDBD;
text-decoration: underline;
}


/* Styles dimossi-edit */


li.customside {
	list-style-type: none; 
	list-style-position:outside; 
}

#sidebar ul li a img.attachment-post-thumbnail {
	float: left;
	padding: 4px;
	margin: 0 6px 0 0;
	background: #474014;
	border: 1px solid #999;
	display: block;
	}
	
p.entry-title {
	font-size:12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	display: block;
}
p.byline{
	font-size:9px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
li.hentry {
	padding-top: 8px;
	border-bottom: 1px solid #444;
	padding-bottom: 7px;
	border-right-style: none;
	border-left-style: none;
}

#sidebar li.menu-item a
{
	padding: 0 14px;
	text-decoration: none;
	display: block;
	background-image: url(http://www.redeemersarasota.org/images/bullet_faded.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#sidebar li.menu-item a:hover
{
	background-image: url(http://www.redeemersarasota.org/images/bullet_gold.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
}

#sidebar li.current-menu-item a
{
	background-image: url(http://www.redeemersarasota.org/images/bullet_gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

