/*
Theme Name: Southside Church of Christ
Theme URI: http://www.churchwebsitepro.com
Description: A Theme for the Southside Congregation.
Author: refueled
Author URI: http://www.churchwebsitepro.com
version: 1.0
Tags: 
*/
/* basics */
* {
	margin:0;
	padding:0;
}
body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	background: #9AD8E5 url(images/page-bg.jpg) no-repeat center top;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: -1px;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 14pt;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
/* container */
#container {
	width: 930px;
	background:#fff;
	color:#333;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	position: relative;
}
/* header */
#header {
	width: 930px;
	height: 100px;
	display: block;
	z-index: 1;
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#header h1 {
	font:normal 20pt georgia, times;
	margin:0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	font:normal 10pt georgia, times;
	color:#333;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}
/*Top Menu*/
.topmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/topmenu_default.gif) repeat-x center center;
}
.topmenu li{
display: inline;
}
.topmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.topmenu li a:visited{
color: white;
}
.topmenu li a:hover, .topmenu li .current{
color: white;
background: transparent url(images/topmenu_active.gif) center center repeat-x;
}
/*Top Menu*/

/* main menu 
#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:930px;
	overflow:hidden;
	display: block;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}
#menu ul li a:hover {
	background: #fff;
	color:#000;
}
/* content */


#content {
	float:left;
	width:550px;
	overflow: hidden;
	margin: 14px 14px 14px 20px;
}
.post {
	padding:0px;
	line-height: 14pt;
	margin: 0px;
}
.catpost {
	padding:10px;
	line-height: 14pt;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	border: 1px solid #CCCCCC;
}
.catpost h2 {
	background-image: url(images/folder-trans.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
.catpost h2:hover {
	background-image: url(images/arrow-trans.png);
}
.catpost small {
	background-image: url(images/time.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	display: block;
	line-height: 20px;
}

.post h1, #content h1, .catpost h1 {
	font:normal 18pt georgia, times;
}
.post h2, .post h3, .post h4, #content h2, #content h3, #content h4, .navigation h3, .catpost h2 {
	font:normal 15pt georgia, times;
}
.post h2 a, .catpost h2 a {
	color: #000;
	text-decoration: none;
}
.post  h2  a:hover, .catpost h2 a:hover {
	color: #990000;
	text-decoration: none;
}
.post ul {
	margin-left: 20px;
}
.post li {
}
.entry p {
	margin:12px 0;
}
.tags {
	clear: both;
	background-color: #F7F7F7;
	background-image: url(images/tags-trans.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
}
.navigation {
	font-size:8pt;
	width:100%;
	overflow:hidden;
	clear: both;
	text-align: center;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
.alignleft a {
	float:left;
	margin:25px 0;
}
.alignright a {
	float:right;
	margin:25px 0;
}
/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width:300px;
	float:right;
	border-left: 1px solid #ddd;
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#sidebar h2 {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: arial, georgia, times;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
#sidebar label {
	font:normal 11pt arial, georgia, times;
	color: #000;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding: 0 6px 0 12px;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
}
#sidebar ul li {
	padding: 0;
	line-height: normal;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#sidebar ul ul {
	margin:14px 0;
	padding:0;
}
#sidebar ul ul li {
	list-style-type: none;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
#sidebar ul li a {
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
#sidebar .menu a, #sidebar .menu a:link, #sidebar .menu a:visited {
	background-image: url(images/layout-trans.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
#sidebar .menu a:hover, #sidebar .menu a:active {
	background-image: url(images/link-over-trans.png);
}
.house {
	background-image: url(images/home-trans.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	width: 25px;
}


/* comments */


#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
#comment {
	width:80%;
}
#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
#submit {
	margin:5px 5px 0 0;
}
#comments {
	margin:0;
	padding:0
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
.avatar {
	float:left;
	margin:0 12px 0 0;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}
ol.commentlist li.alt {
	background: #eee;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */

#searchform {
	padding:0;
	margin:14px 0;
}
#searchform input#s {
	margin:0;
	padding:2px;
	border:1px solid #000;
}
#searchform input#searchsubmit {
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.reltab {
	float: left;
	display: block;
	width: 250px;
	margin-bottom: 1em;
}
.reltab h3 {
	background-image: url(images/related-trans.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}

.poptab {
	float: right;
	display: block;
	width: 250px;
	margin-bottom: 1em;
}
.poptab h3 {
	background-image: url(images/popular-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
   -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;
}
/* footer */

#footer {
	clear: both;
	width: 100%;
	display: block;
	background-color: #000;
	background-image: url(images/footer-trans.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p {
	padding:14px 0;
	margin: 0;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
}
#footer a {
	color: #99FFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#photo {
	background: url(images/photo-trans.png) no-repeat center top;
	height: 195px;
	width: 270px;
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 100;
}

.powerpress_player {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #006699;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1em;
	background: url(images/powerpress-bg.jpg) no-repeat left center;
	width: 469px;
	margin-right: auto;
	margin-left: auto;
}
.powerpress_links {
	background-color: #FFFFCC;
	background-image: url(images/powerpress-trans.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFCC66;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.subscribebox {
	height: 182px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	background-image: url(images/subscribebox.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 510px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.subscribeboxh  {
	color: #333333;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-left: 40px;
	padding-bottom: 10px;
	height: 20px;
	padding-top: 10px;
	background-image: url(images/accept-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.subscriberss {
	float: left;
	width: 210px;
}
.subscriberss a {
	background: url(images/rss.png) no-repeat left 5px;
	padding-left: 30px;
	display: block;
	height: 30px;
	padding-top: 10px;
}

.subscribeask {
	float: left;
	width: 210px;
}
.subscribeask a {
	padding-left: 30px;
	display: block;
	height: 30px;
	padding-top: 10px;
	background-image: url(images/ask-trans.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.subscribeemail {
	float: right;
	width: 220px;
}
.subscribeemail  {
	padding-left: 30px;
	display: block;
	padding-top: 10px;
	background: url(images/mail_receive.png) no-repeat left 5px;
	height: 80px;
}
.subscribeemail form {
	padding-top: 10px;
}


.subscribeitune {
	float: left;
	width: 220px;
}
.subscribeitune a {
	padding-left: 30px;
	display: block;
	padding-top: 10px;
	height: 30px;
	background-image: url(images/itunes-trans.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.clr {
	clear: both;
}
#footer .copy {
	float: left;
	width: 270px;
	padding-left: 100px;
}
