/*  
Theme Name: Techno Manry
Theme URI: http://www.manrymission.com
Description: New theme for manrymission.com
Version: 1.0
Author: Dale Manry
Author URI: http://www.manrymission.com
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/
html {
        font-size: 100%;
} 
body {
  	margin: 0;
	padding-right: 300px;
	background: #FDFDFC url(images/bg_sav.jpg) repeat-x left top;
	font: 10pt 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
	text-align: left;
        min-width: 600px;
	}
p, li, .feedback{
	font:1em 'Trebuchet MS', Arial, Verdana, sans-serif;
	letter-spacing:0;
	}
ol{
	list-style-type: decimal;
        font: italic bold 1.2em Georgia, serif; 
	}
h1, h2 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
        color: #348017;
	}
h1 {
	font-size: 2.8em;
	}
h2 {
	font:2.2em Georgia, serif;
	letter-spacing:-0.2px;
	margin:15px 0 10px 0;
	padding:0;
	}
a:link, a:visited, a:active {
	color: #348017;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
acronym, abbr {
	border-bottom: 1px dashed #333;
	font-size:0.9em;
	letter-spacing:.07em;
	cursor:help;
	}
blockquote {
	margin: 10px 0;
	padding: 0 50px;
	color: #348017;
	}
img.wp-smiley {
	display:inline;
	margin: 1px;
	float:none;
	border:0px double #ddd;
}
/**********************
*   Header            *
***********************/
#header {
	width: 100%;
	height: 119px;
        margin-right: -300px;
        background: transparent url(images/bg.jpg) no-repeat left top;
	}
#header h1 {
	padding: 25px 0 0 120px;
        font:normal bold 2.8em Georgia, serif;
	}
p.describe{
	margin:10px 0 0 120px;
	padding:0;
	color:#348017;
	font:italic normal 1.4em Georgia, serif;
	}
#header a:hover {
	text-decoration: none;
	}
#navbar {
        float: left;
        width: 100%;
        height: 31px;
        }
/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #348017;
	width: 165px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}


ul.menu {
        float: left;
        margin: 0;
        padding: 0 15px;
        }
ul.menu li {
       float: left;
       list-style-type:none;
	}
ul.menu li a {
       float: left;
       display: inline;
       height: 28px;
       padding: 3px 15px 0 15px;
       line-height: 24px;
       font-size: 1em;
       color: #fff;
       }
ul.menu li a:link,ul.menu li a:visited,ul.menu li a:active {
       color: #fff;
       }
ul.menu li a:active {
       color: #FFFF00;
       }
ul.menu li a:hover, ul.menu li.current_page_item a:hover{
       color: #990000;
       text-decoration: none;
       }
ul.menu li.current_page_item a:link, ul.menu li.current_page_item a:visited, ul.menu li.current_page_item a:active {
       color: #000;
       text-decoration: none;
       background: #fff;
       height: 27px;
       margin-top: 1px;
       } 

/**********************
*   Content           *
***********************/
#content {
	height: 100%;
	background: transparent;
        width: 100%;
	}
#content_wrapper {
        padding: 10px 10px 10px 25px;
}
.column {
	position: relative;
	float: left;
	}
.pages {
	float: left;
	width: 530px;
        font-size: 1em;
	}
.pages a:hover{
	color:#990000;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px;
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0;
	}
.pagetitle h2 {
	width: auto;
        padding:0;
	font:2.0em Georgia, serif;
	color:#348017;
	margin:0;
	border-bottom:2px solid #348017;
	}
/**********************
*   Blog Entries      *
***********************/
.post{
	margin-bottom:20px;
	}
.breaking{
        border: 1px solid #3d3d3d;
        padding: 5px;
        margin-bottom: 10px;
        background: #DEDEDE;
        }
.post img{
	margin:0 5px;
	float:none;
	border:3px double #ddd;
	}
.post img.wp-smiley{
	display:inline;
	margin: 1px;
	float:none;
	border:0px double #ddd;

}
.post ol{
	margin:10px 25px;
	padding:0;
	list-style-type: decimal;
         font: italic bold 1.2em Georgia, serif; 
	}
.post ol li{
	margin:0;
	padding:0.2em 0;
	}
.storycontent p{
	font:1.2em 'Trebuchet MS', Arial, Verdana, sans-serif;
         line-height: 1.25em;
        }
.breakingstory p{
	font:1.0em 'Trebuchet MS', Arial, Verdana, sans-serif;
        padding: 0 5px;
        margin: 5px 0 0 0;
        }
.storycontent ol{
	margin:10px 25px;
	padding:0;
	list-style-type: decimal;
         font: italic bold 1.2em Georgia, serif; 
	}
.storytitle{
	margin:0 0 5px 65px;
	font:normal normal 2.2em Georgia, serif;
        border: 0px;
	}
.storytitle a{
	color:#348017;
	text-decoration:none;
	}
.storytitle a:link, .storytitle a:visited, .storytitle a:active{
	color:#348017;
	text-decoration:none;
	}
.storytitle a:hover{
	color:#990000;
	}
.breakingtitle{
	margin:0;
	font:normal normal 1.6em Georgia, serif;
        border: 0px;
        text-align: center;
        padding: 0;
	}
.breakingtitle a{
	color:#348017;
	text-decoration:none;
	}
.breakingtitle a:link, .breakingtitle a:visited, .breakingtitle a:active{
	color:#348017;
	text-decoration:none;
	}
.breakingtitle a:hover{
	color:#990000;
	}
.storycontent h1{
         color: #006600;
         margin: 6px 0;
         font-size: 18px;
         }
.storycontent h2{
         color: #006600;
         margin: 0;
         font-size: 18px;
         text-align: center;
         }
.storycontent h3{
         color: #000;
         margin-bottom: 0;
         text-align: center;
         }
.breakingstory h3{
         color: #000;
         margin-bottom: 0;
         font-size: 12px;
         text-align: center;
         padding: 0;
         margin: 0;
         }
.storycontent h5, .breakingstory h5{
	font:1.2em 'Trebuchet MS', Arial, Verdana, sans-serif;
         line-height: 1.5em;
        color: #348017;
        }
.storycontent a:link, .storycontent a:visited, .storycontent a:active {
	color: #348017;
	text-decoration: underline;
	}
.storycontent a:hover {
        color: #990000;
        }
div.date p{
	width:48px;
	height:50px;
	float:left;
	margin:0;
	padding:5px;
	background:#348017 url(images/date.jpg) no-repeat;
	color:#ddd;
	text-align:center;
	overflow:hidden;
	}
div.date span.month{
	display:block;
	margin:0px 0 4px 0;
	}
div.date span.day{
	font-size:1.4em;
	color:#444;
	font-weight:bold;
	margin:5px 0 0 0;
	}
div.date span.year{
        display: block;
	color:#666;
	font-size:0.8em;
        line-height: 100%;
        margin:-2px 0 0 0;
	}
.meta, .meta a{
        font-size:1em;
	color:#999;
	font-weight:normal;
	letter-spacing:0;
        margin-left: 5px;
	}
.meta a, .meta a:active{
	color:#00592c;
	text-decoration:none;
	}
.meta a:hover{
	text-decoration:underline;
	}
.meta .tags{
	background:url(images/tag.jpg) 0 0 no-repeat;
	padding-left:20px;
	}
.meta .edit{
	background:url(images/page_edit.jpg) 0 0 no-repeat;
	padding-left:20px;
	}
.meta .user{
	background:url(images/author.jpg) 0 0 no-repeat;
	padding-left:20px;
	}
.feedback{
	color:#ccc;
	float:right;
         clear: right;
         margin: 0;
         padding: 0;
	}
.feedback a {
	color:#348017;
	text-decoration:none;
	}
.feedback a:visited {
	color:#348017;
	text-decoration:none;
	}
.feedback a:active{
	color:#348017;
	text-decoration:none;
	}
.feedback a:hover{
	color:#ff0000;
	text-decoration:underline;
	}
.feedback p{
	padding:0 25px;
	background:url(images/comments.jpg) top right no-repeat;
	}
.taglist {
         float: left;
         clear: left;
         margin: 0;
         padding: 0;
        }
.postdivide {
         clear: both;
	border-bottom:1px solid #348017;
         margin: 10px 0 20px 0;
        }

/**********************
*   Comments          *
***********************/
#reply a{
        color: #000;
        }
.comments-num {
	padding: 0;
        margin: 0;
	}
.commentlist li {
        margin: 2px 0;
        padding: 5px;
        border-bottom:#666 1px dotted;
}
.commentlist li.alt{
}
.comcontent{
	padding: 2px;
        font-size: 1em;
	}
.comfooter{
	text-align: right;
	font-size:0.8em;
	}
.comheader{
	padding: 0;
        font-size: 0.8em;
        color: #999;
	}
.comauthor{ 
        color: #374D3C;
        font-weight: bold;
        padding-top: 12px;
}
.postcomment {
	clear: both;
	margin: 20px 20px 0 0;
	padding: 20px;
        background: #E5E5DD;
        border: 1px solid #348017;
        width: 90%;  
	}
.postcomment h2 {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	}
.postcomment textarea {
	border: 1px solid #348017;
        width: 95%;
	}
.postcomment input#author, .postcomment input#email, .postcomment input#url {
	width: 50% !important;
	height: 18px;
	border: 1px solid #348017;
	}
.postcomment textarea#comment {
	height: 200px;
        padding: 10px;
        margin-right: 0;
        font: 12pt 'Trebuchet MS', Arial, Verdana, sans-serif;
	}
/**********************
*   Sidebar           *
***********************/
#sidebar {
	width: 290px;
	height: 100%;
	margin-right: -100%;
	padding: 0 0 0 10px;
	background: transparent;
        font-size: 1.2em;
	}
#sidebar_wrapper {
	padding: 6px 20px 0 0;
	}
#sidebar h2 {
	border-bottom:2px solid #348017;
        font-size: 1.6em;
	}
#sidebar .breakingstory h2{
         color: #006600;
         margin: 0;
         font-size: 14px;
         text-align: center;
         padding: 0;
         border: none;
         }
#sidebar h4 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
         color: #348017;
	font:1.2em Georgia, serif;
	letter-spacing:-0.2px;
	margin:0 0 10px 0;
	padding:0;
	}
#sidebar ul{
	color:#444;
	font-weight:bold;
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
	height:1%;
	}
#sidebar ul li{
	font:normal normal 0.9em 'Trebuchet MS', Arial, Verdana, sans-serif;
	letter-spacing:0;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	background:transparent;
	}
#sidebar ul ul{
	font-variant:normal;
	font-weight:normal;
	line-height:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	}
#sidebar ul ul li{
	border:0;
	font:normal normal 1em 'Trebuchet MS', Arial, Verdana, sans-serif;
	line-height:150%;
	letter-spacing:0;
	margin-top:0;
	padding:0;
	background:url(images/list.jpg) 0 3px no-repeat;
	padding-left:20px;
	}
#sidebar ul ul li.timetitle{
	border:0;
	font:normal bold 1em 'Trebuchet MS', Arial, Verdana, sans-serif;
        color: #348017;
	line-height:150%;
	letter-spacing:0;
	margin-top:0;
	padding:0;
	background:transparent;
	}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a:active{
	color:#348017;
	text-decoration:none;
	}
#sidebar ul ul li a:hover{
	color:#ff0000;
	text-decoration:underline;
	}

#sidebar ul ul.collapsArchList {
       padding-left: 0;
       }

#sidebar ul ul li.collapsArch {
       list-style-type:none;
       background: none;
	}  
       
.aboutimg {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
}

.textwidget p {
         margin: 0 0 5px 5px;
}
/**********************
*   Footer            *
***********************/

#footer {
	clear: both;
        margin-right: -300px;
	border-top: 1px solid #000;
	color: #fff;
	height: 50px;
        text-align: center;
        background: #FDFDFC url(images/bg_footer.jpg) repeat-x left top;
	}

#footer .credit {
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 0;
	border: none;
	}
#footer .scripture {
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 150%;
	font-weight:bold;
	font-family:Georgia, serif;
	}
#footer p a:link, #footer p a:visited, #footer p a:active {
	color: #999;
	}
#footer p a:hover {
	color: #fff;
	}

/**********************
*   Image Captions    *
***********************/

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.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;
}
/* End captions */
