/* @override http://brend.wishimac.homeip.net/wp-content/themes/victory/style.css */

/*  
Theme Name: Victory
Theme URI: http://www.simplyabdc.com/wpthemes/
Description: Victory WP Theme for IAm4Journey.com
Version: 1.0
Author: Charles Lunsford
Author URI: http://www.simplyabcd.com/

*/

body,p,h1,h2,h3,h4,h5,td,tr,ul,li,dt,dl,dd,form {
	padding: 0;
	margin: 0;
}

body {
background: black url(images/bg-hash.gif) center top;
}

.topspace {
	width: 100%;
	height: 100px;
}

.centerlayout {

}

.centerheader {
	background: #000 url(images/bg-headerfade.jpg) repeat-y center top;
}

/*-- Search --*/
.search {
	display: none;
	width: 780px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	background: #333 url(images/bg-searchbar.jpg) no-repeat;
}

.search p {
	color: #fff;
	font: 11px/35px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 10px;
	float: left;
}

.search .form-text {
	border: 1px solid #333;
	background-color: #202020;
	color: #fff;
	padding: 1px 3px 2px;
	font: 11px/14px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: middle;
}

.search .form-img {
	vertical-align: middle;
}

.search form {
	text-align: right;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 5px;
}

#header {
	width: 780px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	height: 152px;
	background-image: url(images/bg-header.jpg);
}


#quicknavigation {
	display: none;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	background: #333 url(images/bg-quicknav.jpg) no-repeat left bottom;
}

.btn-slide {
	margin: 0;
	padding: 0;
	display: block;
}

.slide {
	width: 122px;
	text-align: center;
	height: 30px;
	background: url(images/btn-search.jpg) no-repeat;
	margin-left: 620px;
	font: 12px/25px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: black 1px 1px 3px;
}

.slide a:visited,
.slide a:link {
	color: #fff;
	text-decoration: none;
}

.slide a:hover {
	text-decoration: underline;
}

#content{
	width: 780px;
	background-color: silver;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-parchment.jpg);
	min-height: 400px;
}

/*--- Sidebar --*/
.sidebar { 
	width: 280px;
	display: block;
}

.std-sidebar {
	margin-left: 60px;
	margin-right: 25px;
}

.std-sidebar ul {
	list-style-type: none;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	width: 175px;
}

.std-sidebar h2 {
	font: 18px "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

/*--- Main Content ---*/

#maincontent {
	width: 480px;
	float: right;
}

#maincontent-onecol {
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 10px;
	margin-top: 25px;
}

#footer {
	width: 780px;
	clear: both;
	background: #333 url(images/bg-footer.jpg) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
}

.clearboth {
	clear: both;
	height: 0px;
}

.copyright {
	font: 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 10px;
}

/*--- CALENDAR ---*/
#coe {
	font: 10px/11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 25px;
}

#coe p {
	padding: 5px 20px;
}

#coe p em {
	font-style: italic;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #663C2C;
}


.coe-title {
	font: small-caps bold 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(images/coe-top.png) no-repeat;
	display: block;
	padding: 40px 20px 4px;
}

.wplc_event_list {
	display: block;
	background: url(images/coe-middle.png) repeat-y;
	padding: 5px 20px;
	margin: 0;
	list-style-type: none;
}

.wplc_event_list strong {
	font: 10px/11px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

.coe-entry {
	display: block;
	background: url(images/coe-middle.png) repeat-y;
	padding: 5px 20px;
	margin: 0;
}

.coe-date {
	font: 10px/11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.coe-summary {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0;
	font-style: italic;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #663C2C;
}

.coe-end {
	display: block;
	height: 50px;
	background: url(images/coe-bottom.png) no-repeat;
}

/*--- Typography ---*/
h1,h2,h3,h4,h5 {
	color: #3b0b00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cc9966;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#content a {
  color: #3b0b00;
  text-decoration: none;
}
#content a:hover {
  color: #3b0b00;
	text-decoration: underline;
}

/*--- ENTRY ---*/
.entry {
	padding-right: 25px;
}

.entry p {
	margin-bottom: 10px;
}

.entry ul {
	list-style-type: square;
	padding-left: 20px;
}

.entry li {
	padding-bottom: 10px;
}

.entry h2 {
	clear: both;
}

.mainstory {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #663C2C;
}

.mainstory strong {
	color: #3b0b00;
}

.bdate {
	float: right;
	width: 70px;
	height: 95px;
	margin: 10px;
	background-image: url(images/bdate.gif);
	text-align: center;
}

.bdate-month {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin-top: 38px;
	margin-bottom: 5px;
}

.bdate-day {
	font: 30px/15px Georgia, "Times New Roman", Times, serif;
}

/*--- Ministry Index ---*/
#quicknavigation {
	margin: 0 auto;
	padding: 10px 0 20px;
	color: #aaa;
	font: 11px/12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
}

.bottomnav {
	color: #aaa;
	font: 11px/12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 10px;
	background: url(images/bg-quicknav.jpg) no-repeat 0 bottom;
}

#quicknavigation dl,
#footer dl {
	float:  left;
	overflow: hidden;
	padding: 0 10px;
	width:  130px;
}

#quicknavigation dt,
#footer dt {
	padding:  10px 0 5px;
}

#quicknavigation dd,
#footer dd {
	padding: 1px 0;
}

#quicknavigation dt a:link,
#quicknavigation dt a:visited,
#footer a:link,
#footer a:visited {
	color:  #fff;
	text-decoration: none;
}

#quicknavigation dt a:hover,
#footer dt a:hover,
#footer dd a:hover,
#quicknavigation dd a:hover {
	text-decoration: underline;
}

#quicknavigation dd a:link,
#quicknavigation dd a:visited,
#footer dd a:link,
#footer dd a:visited {
	color:  #aaa;
	text-decoration: none;
}

/*--- Page Photo ---*/
#pagepict {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*img {
	border-width: 0;
}*/

.size-medium {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 3px 5px;
}

.size-thumbnail {
	border: 1px solid #ccc;
	padding: 7px;
	background-color: #fff;
	margin: 3px 5px;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.pagepict-summary {
	font: 12px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #663C2C;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
}

/*--- Meta Data ---*/
.postmetadata {
	font: 11px/13px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #cc9966;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}

/*--- Calendar ---*/

#calendar {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	display: block;
	font: 12px/16px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #663C2C;
}

#calendar caption {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	height: 25px;
	color: #3b0b00;
}

#calendar th {
	padding-left: 6px;
	padding-right: 6px;
}

#calendar a:visited,
#calendar a:link {
	color: #3b0b00;
	font-weight: bold;
}

.Navigation {
	font: 12px/14px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}



.profile {
	float: right;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 420px;
}

.profile p {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.profile img {
	margin-right: 10px;
}

.signature {
	text-align: right;
	margin-top: 10px;
}

.picborder {
	border: 7px solid #fff;
	margin-right: 10px;
}

/*--- page/category links ---*/
.cat-list {
	padding: 5px 25px 27px;
}

.cat-list ul {
	list-style-type: none;
}

.cat-list li {
	float: left;
	font: 12px/16px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 3px 10px;
	margin-right: 1px;
	background-image: url(images/btn-header.gif);
	border: 1px solid #cc9966;
}

.cat-list .current-cat,
.cat-list .current-cat-parent {
	border-bottom: 2px solid #663C2C;
}

.cat-title {
	font-size: 16px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.cat-entry {
	border-top: 1px solid #cc9966;
	margin-right: 35px;
	padding-top: 3px;
	padding-bottom: 6px;
}

.small-date {
	font: 12px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #663C2C;
}

.cat-entry strong {
	font: bold 12px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.excerpt {
	color: #663C2C;
	padding-left: 10px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.cat-showmore {
	font: 11px/14px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 8px;
	color: #663C2C;
}
.cat-showmore ul {
	list-style-type: none;
	display: inline;
}

.cat-showmore li {
	display: inline;
}

/*-- Submenu --*/
.submenu {
	padding-left: 30px;
	font: 11px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.submenu ul {
	margin-bottom: 10px;
}

.submenu li {
	display: inline;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.current-cat {
	background: url(images/current-squiggle.png) no-repeat center bottom;
}

/*--- Feature ---*/
#feature {
	margin: 0 50px 20px;
	background: url(images/corner-top-left.png) no-repeat;
}

.feature-inset {
	background: url(images/corner-bottom-right.png) no-repeat right bottom;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

/*--- iFrame ---*/
iframe {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
}

/*--- archive list ---*/
.archive-list {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.archive-list li {
	list-style-type: square;
	margin-left: 18px;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}

.archive-list li li {
	list-style-type: circle;
}

/*-- cat-floatleft --*/
.cat-floatleft {
	width: 290px;
	float: left;
	margin-left: 8px;
}

.smallmetadata {
	font: 11px/13px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
	clear: both;
}