/*  
Theme Name: MyWordBlog
Theme URI: http://www.myoneword.org
Description: Jesse'd'maid't.
Version: .9999999999999991
Author: Jesse Bond, as a representative of Port City Community Church
Author URL: http://www.portcitychurch.org
*/

a {
	color: #FFFFFF;
}

body {
	background-image: url("images/background_tile.gif");
	text-align: center;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#container {
	position: relative;
	margin: 0px auto 0px auto;
	text-align:left;
	width: 720px;
	padding: 0px 40px 0px 40px;
	background-image: url("images/trans_bodyback.png");
}

#thumb {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#subcontainer {
	width: 720px;
	padding: 0px 25px 40px 25px;
	margin: 0px;
	background-image: url("images/typewriter_corner.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#sidebar {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 160px;
}

#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	height: 35px;
	margin: 0px;
	padding: 0px;
	background: #000000 url("images/nav_border.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

.topmargin {
	margin-top: 10px !important;
}

ul#nav li a {
	height: 14px;
	width: 160px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 11px;
	color: #636467;
	display: block;
	text-align: right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-position: 0px -29px;
}

.nav_home {
	background: #000000 url("images/nav_home.gif");
}
.nav_about {
	background: #000000 url("images/nav_about.gif");
}
.nav_choose {
	background: #000000 url("images/nav_choose.gif");
}
.nav_videos {
	background: #000000 url("images/nav_videos.gif");
}
.nav_sermons {
	background: #000000 url("images/nav_sermons.gif");
}
.nav_read {
	background: #000000 url("images/nav_read.gif");
}
.nav_share {
	background: #000000 url("images/nav_share.gif");
}
.nav_invite {
	background: #000000 url("images/nav_invite.gif");
}

.textwidget {
	width: 140px;
	padding: 8px 8px 12px 8px;
	font-size: 10px;
	background: #716558 url("images/widgetgrad_brown.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 7px;
	display: none;
}

#recent-posts ul {
	width: 140px;
	padding: 8px 8px 12px 8px;
	font-size: 10px;
	margin-bottom: 7px;
	list-style: disc;
	background: #716558 url("images/widgetgrad_brown.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
#recent-posts li {
	margin-left: 13px;
}

#recent-comments ul {
	width: 140px;
	padding: 8px 8px 12px 8px;
	font-size: 10px;
	background: #636467 url("images/widgetgrad_grey.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	list-style: disc;
}

#recent-comments li {
	margin-left: 13px;
}

#content {
	width: 490px;
	border-left: 2px solid #222222;
	margin-left: 170px;
	padding-left: 10px;
	color: #CCCCCC;
}

.post h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.post h6 {
	margin:0px;
	padding: 0px;
}

.post h6 span {
	visibility: hidden;
	font-size: 2px;
}

.post small {
	display: block;
	width: 470px;
	height: 15px;
	padding: 3px 10px 0px 5px;
	background-color: #333333;
	color: #808080;
	font-size: 10px;
	margin-bottom: 10px;
}

.post small a {
	float: right;
	color: #808080;
	padding-left: 21px;
	text-decoration: none;
	background-image: url("images/comment_bubble.gif");
	background-position: left;
	background-repeat: no-repeat;
}

.post small a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.navigation {
	border: 2px solid #222222;
	display: block;
	width: 470px;
	height: 15px;
	padding: 3px 10px 0px 5px;
	color: #808080;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
}

.navigation .current {
	color: #FFF;
}

.navigation a {
	color: #808080;
	text-decoration: none;
}

.navigation a:hover {
	color: #FFFFFF;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	margin-top: -12px;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 285px;
}

h3#comments {
	width: 204px;
	height: 22px;
	background-image: url("images/comments_responses.gif");
	margin-bottom: 0px;
}
h3#comments span {
	visibility: hidden;
	font-size: 6px;
}

h3#respond {
	width: 157px;
	height: 21px;
	background-image: url("images/post_comment.gif");
}
h3#respond span {
	visibility: hidden;
	font-size: 6px;
}

input, textarea, select {
    background-color: #333333;
    background-image: url('images/input.gif');
    border: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding: 3px 4px 3px 4px;
}

object, embed {
	margin: 0px;
	padding: 0px;
}

form p {
	margin: 0px 0px 5px 0px;
}

form p small {
	color: #808080;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

ol.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	border-bottom: 2px solid #222222;
	padding-top: 15px;
}

ol.commentlist2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol.commentlist2 li {
	border-top: 2px solid #222222;
	padding-top: 15px;
}

.commentlist2 small {
	font-size: 12px;
	color: #716558;
}

.commentlist2 li p {
	line-height: 14px !important;
}

.commentlist2 li h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	color: #CCCCCC;
}

.commentlist small {
	font-size: 10px;
	color: #716558;
}

.commentlist li p {
	line-height: 14px !important;
}

li.alt small {
	font-size: 10px;
	color: #666666 !important;
}

li.alt2 small {
	font-size: 12px;
	color: #666666 !important;
}

span.submit a {
	display:block;
	width:158px;
	height:18px;
	background-image: url("images/submit_button.gif");
}

span.submit a:hover {
	background-position: 0px -18px;
}

span.submitword a {
	display:block;
	width:158px;
	height:18px;
	background-image: url("images/submitword_button.gif");
}

span.submitword a:hover {
	background-position: 0px -18px;
}

span.submitinvite a {
	display:block;
	width:158px;
	height:18px;
	background-image: url("images/invite_button.gif");
}

span.submitinvite a:hover {
	background-position: 0px -18px;
}

#footer {
	width: 720px;
	height: 20px;
	padding: 10px 40px 10px 40px;
	background-image: url("images/trans_bodyfoot.png");
	position: relative;
	margin: 0px auto 0px auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

div#clear {
	clear:both;
	height:1px;
}
	div#clear span {
		visibility:hidden;
	}

.entry p {
	line-height: 14px !important;
}

.brown {
	color: #716558;
}