/*
Theme Name: Kyrie Eleison
Theme URI: Private
Description: Theme developed by robk at kaiserfam.com

*/ 

* {
	padding:0;
	margin:0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #369; 
}

a {
	outline: none;
	text-decoration: none;
} 
a:link {
	color:#147;
	text-decoration: none;
}
a:visited {
	color:#147;
	text-decoration: none;
}
a:hover {
	color:#A00;
	text-decoration: none;
}


a img {border:none;}

.caption {margin-top: 4px; margin-bottom: 4px; border: solid 1px #FFFFFF; background: #FFFFFF;} 
.captionright {border: solid 1px #FFFFFF; background: #FFFFFF; float: right; margin-top: 4px; margin-bottom: 4px; margin-left: 6px;}
.captioncenter {border: solid 1px #FFFFFF; background: #FFFFFF; text-align: center; margin-top: 4px; margin-bottom: 4px; margin-left: 6px; margin-right: 6px;}
.captionleft {border: solid 1px #FFFFFF; background: #FFFFFF; float: left; margin-top: 4px; margin-bottom: 4px; margin-right: 6px;}

.image {border: solid 1px #000000;}


.clear {
	clear: both;
}

h1, h2, h3, h4, h5{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/ 

#bkgrdbox{
	width:1100px;
	margin:0 Auto;
	background: #FFF;
}

#topborder{
	height:19px;
	background: url('../../kyrie2/images/topbk.png') no-repeat;
}
	
#midborder{
	background:		url('../../kyrie2/images/midbk.png') repeat;
	width:1100px;
}
#botborder{
	height:20px;
	background:		url('../../kyrie2/images/botbk.png') no-repeat  ;
}

#wrapp {
	Width: 1068px;
	padding: 0px 16px;
}

/*		
//////////////////////////////////////////////////////
						HEADER
//////////////////////////////////////////////////////
*/ 

#header {
background-Color: #FFF;
margin:0;
padding:0;
border-bottom: 4px solid #A00;
}

#shield {
float:left;
Width:200px;
Height:200px;
margin:0;
padding:0;
}

#shield a {
display:block;
background:url('../../kyrie2/images/lean-shield-200px.png') no-repeat top left;
width: 200px;
height:200px;
font-size:0px;
margin:0;
padding:0px;
}
#shield a:hover {
background:url('../../kyrie2/images/lean-shield-200px2.png') no-repeat top left;
}

#HeaderTitle {
	display:block;
	width: 325px;
	height:40px;
	margin-left:0px;
	margin-top:0px;
	float: left;

}

#HeaderTitle h1 {
	font-variant: normal;
	padding-top: 0px;
	padding-left: 5px;
	font-size: 2.5em;
}

#HesderTitle h1 a:link,
#HeaderTitle h1 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #147;
}

#HeaderTitle h1 a:hover {
	text-decoration: none;
	color:#A00;
}

#login {
	float: left;
        margin:8px 15px 11px 40px;
		color:#999;
		font-weight:bold;
		font-size:1.2em;
}
#login li {
	float: left;
	list-style: none;
}
#login a {
		text-decoration:none
}
#login a:link,#login a:visited {
		color:#999;
}
#login a:hover {
		color:#A00;
}

#searchform {
	margin-bottom: 10px;
}

#socmed {
	float:right;
	height:30px;
	margin: 5px 0 5px 0px;
}
a.toprss, a.topcom, a.topfb, a.toptw {
float:left;
display:block;
height: 30px;
padding:0px 0px 0px 0px;
font-size:0em;
color:#999;
text-decoration: none;
}
a.topfb {
width: 30px;
	background:url('../../kyrie2/images/fb.png') no-repeat top left;
}
a.toptw {
width: 30px;
	background:url('../../kyrie2/images/twitter.png') no-repeat top left;
}
a.toprss {
width: 50px;
	background:url('../../kyrie2/images/rss.png') no-repeat top left;
}
a.topfb:hover {
	background:url('../../kyrie2/images/fb.png') no-repeat top left;
		color:#A00;
}
a.toptw:hover {
	background:url('../../kyrie2/images/twitter.png') no-repeat top left;
		color:#A00;
}

a.toprss:hover {
	background:url('../../kyrie2/images/rss.png') no-repeat top left;
		color:#A00;
}

#HeadImage {
        float: right;
	margin: 0 10px 0px 0px;
        width:780px; 
	height: 160px;
	border:0px solid #999;
	}


/*		
//////////////////////////////////////////////////////
						MAIN
//////////////////////////////////////////////////////
*/ 

#contentwrapp {
    float: left;
	width: 100%;
	margin:0px;
	background-color:#FFF;
}
#bpmain, #fpmain {
float:left;
width:750px;
margin:0;
padding:5px 5px 5px 3px;
}

#sb1wrapp {float:left}
#main {
	margin:0;
	padding:0px;
	width:100%;
}
#main .entryBox,
#main .entryBoxAlt,
#main .pageBox {
	margin:0px 15px 10px 5px;
	padding:0 2px 2px 2px;
	background-color:#FFF;
	border-bottom:1px solid #ccc;
	font-size: .95em;
}
#main .pageBox {}



#main .entryBox .title .author {
	float:left;
	margin:0;
	padding:0 0 10px 0px;
	font-variant:small-caps;
}

#main .entryBox .title .date {
	float:left;
	margin:0;
	padding:0 0 10px 15px;
	font-variant:small-caps;

}

#main .entryBox .title {

}

#main .entryBox .title h2 {
	text-transform: capitalize;
	padding: 5px 0px 0px 0px;
	font-size: 1.25em;	
	margin:0;
}

#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	color: #147;
	text-decoration: none;
}

#main .entryBox .title h2 a:hover {
	color: #A00;
}
#main h1.response {
	text-align:center;
	font-size:2em;
}

#main .auinfo {
	border:1px solid #ccc;
	margin:5px 0;
  	font-style: italic;
	padding:5px;
}

#main .entryBox .entry {
	font-size: 1em;
	overflow:hidden;
}

#main .auinfo p,
#main .entryBox .entry p {
	margin-bottom: 10px;
}

#main .entryBox .entry blockquote {
	margin:10px 25px;
	padding:5px;
	background-color:#F0F0F0;
	border:1px #CCC solid;
	overflow: auto;
}
#main .entryBox .entry ol {
	padding-left:1em;
}
#main .entryBox .entry a:link {
	color:#00F;
	text-decoration: none;
}
#main .entryBox .entry a:visited {
	color:#00F;
	text-decoration: none;
}	
#main .entryBox .entry a:hover {
	color:#A00;
	text-decoration: none;
}
#main .entryBox .entry .readmore {
font-weight:bold;
}
#main .entryBox .entry .readmore a {
display:block;
width:90%;
margin: 5px auto;
text-align:center;
}
#main li {
	list-style-position: outside;
        margin-left:30px;
        padding:5px;
}

#main .entryBox .entryBottom { }

#main .entryBox .postmetabox {
	margin: 3px Auto 0 Auto;
}

#main .entryBox .postmetabox .postmetadata {
	font-size: .85em;
	font-style: italic;
	text-align: right;
}

#main .navigation {
	font-size: 1em;
}

#main .navigation .alignleft {
	float: left;
	padding-left: 5px;
	font-weight: bold;
}
	
#main .navigation .alignright {
	float: right;
	padding-right: 5px;
	font-weight: bold;
}

#main .navigation  a:link,
#main .navigation  a:visited {
	color:#113;
	text-decoration: none;
}

#main .navigation  a:hover {
	color:#A00;
	font-weight: bold;
	text-decoration: none;
}


#main .pageBox .title {
	margin-left: 0px;
	margin-top: 10px;
}

#main .pageBox .title h2 {
	text-transform: capitalize;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 1.5em;	
}

#main .pageBox .title h2 a:link,
#main .pageBox .title h2 a:visited {
	color: #147;
	text-decoration: none;
}

#main .pageBox .title h2 a:hover {
	color: #A00;
}

#main .pageBox .entry {
	overflow: auto;
	font-size: 1em;

}

#main .pageBox .entry p {
	margin-bottom: 10px;

}

/*		
//////////////////////////////////////////////////////
			FRONT PAGE MAIN ADJUSTMENTS
//////////////////////////////////////////////////////
*/ 

#fpmain #main .entryBox {
width: 356px;
padding:0 3px;
float:left;
height: 365px;
border:1px solid #ccc;
	margin:0px 5px 10px 5px;
	background-color:#FFF;
	font-size: 1em;	
}


.fpexcerpt {height:215px;overflow:hidden}
#fpmain #main .entryBox .entry p {font-size:.9em;}
#fpmain #main .title {height:75px; overflow:hidden;}
#fpmain #main .readmore {height:25px;margin:15px 0px  5px 0px;overflow:hidden}
#fpmain #main .navigation {height:0px;overflow:hidden}
.comlink {text-align:left;height:12px;margin:0 0 5px 0;padding:0;}
.catlink {text-align:left;height:12px;margin:0 0 5px 0;padding:0;}

#OthPost {margin:10px 0 0 2px;width:100%;}
#OthPost h2 {text-align:center; font-size:1.2em; padding:0;color: #147;}
#OthPost ul li { float:left; width: 240px; height:63px; overflow:hidden;
   list-style: none; font-weight:bold; text-align:center; list-style-position: outside; padding:0px 0px; margin:5px 3px;
   border:1px solid #ccc;}

#OthPost ul li a {display: block; width: 214px; height:53px;padding:5px 3px;}
#OthPost ul li a:hover {background:#EEE; }

#cdoposts {margin:10px 10px 0px 5px;width:737px; padding:5px 0 0 0 ;background: #FAFAFA;border:1px solid #ccc;}
#cdoposts h2 {text-align:center; font-size:1.2em; padding:0;color: #147;}
.mempost {margin:10px 5px 15px 5px;}
.mempost .mpa, .mempost .mpb, .mempost .mpc {}
.mempost .mpa {font-size: 1em; font-weight:bold;}
.mempost .mpb {font-size:1em;}
.mempost .mpc {font-size:.8em;}


/*
#main .pageBox .entry ul,
#main .pageBox .entry li  {
	list-style-type: none;
	padding: 2px;
}

#main .pageBox .entry ul li {
	list-style-type: circle;
	list-style-position: inside;
}
*/

#main .pageBox .entryBottom {
}

 
/*		
//////////////////////////////////////////////////////
					SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	overflow: auto;
	font-size:0.9em;
	color: #999;
}


#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 1.5em 0;
}
.commentlist {
	list-style: none;
}
.commentlist .commentdiv {
	border: 1px solid #CCC;
	line-height: 1.5em;
	margin: 0 0 0px 0;
	padding: 5px;
	position: relative;
}
.commentlist .comment-body p {
	font-size:.9em;
	margin-bottom:.65em;
}
#main li.comment  {
	list-style-position: outside;
	margin:5px 0 15px 0px;
    padding:0px;
}
#main li.comment li.comment {
	margin:5px 0 5px 10px;
}

#comments li.comment.depth-1 .commentdiv {
	background-color:#FFE;
}
#comments li.comment.depth-2 .commentdiv {
	background-color:#EFE;
}
#comments li.comment.depth-3 .commentdiv {
	background-color:#eFF;
}
#comments li.comment.depth-4 .commentdiv {
	background-color:#EEF;
}
#comments li.comment.depth-5 .commentdiv {
	background-color:#F6F6F6;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 0px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 0px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	float:left;
    margin:0 5px 0 0;	
	border:1px #ccc solid;
}

.comment-author {
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: .9em;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #A00;
	text-decoration: none;

}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 0px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #A00;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#idc-container {padding:10px}
/*		
//////////////////////////////////////////////////////
						SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar1, #sidebar2 {
	width: 300px;
	float:right;
	padding:5px 0px 5px 0px;
	margin:0px 5px 0 5px;
	}

.sidebar h2,
.sidebar h3 {
	margin: 0px 0 0 0;
        padding: 0;
	color: #147;
}

.sidebar {margin: 0; 
   font-size:1em;}

.sidebar ul {
   list-style: none;
   list-style-position: inside;
   margin:0px 0 0px 0px;
  padding:0;
  }

.sidebar li {
   list-style: none;
   list-style-position: inside;
   padding:0;
   margin:0;
}

.sidebar li ul {
   margin:0px 0 0px 0px;
}

.sidebar li li{font-size:.85em;
padding:0; margin:0;
}
.sidebar li.widget_recent_entries ul {
   list-style-position: outside;
   padding-left:5px;
   }
.sidebar li.widget_recent_entries ul li{
	margin:10px 0px 10px 0px;
	border-bottom: 1px #ccc solid;
}

.sidebar li div#OthPost ul li{
	padding:20px 0px;
	border-bottom: 1px #ccc solid;
}


.sidebar .widgettitle {text-align:center; font-size:1.2em; padding:0;color: #147;}

#insert1x {border:0px ;padding:0px;width:100%; margin:0 0px 0px 0px;}


#blogrolldiv {
width: 300px;
height: 300px;
padding-left: 5px;
padding-right: 5px;
border-color: #147;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
}
.blogrollmain {
	}

.blogrollmain a{
	display:block;
	font-size: .85em;
	padding:1px 0;
	text-indent: -25px;
	padding-left: 25px;
}


.blogrollmain br{
	display:none;
}

#CRS {text-align:center;
      margin:10px 0 0 0;
}

#sidebar1.li.widget {width:290px;
	   margin: 0 0 5px 0; padding:0;
}


li.widget_recent_entries h2,
li.widget_recent_comments h2
{text-align:center; font-size:1.2em; margin:5px 0 0 0;padding:0;}

#cdobr h2,
#deli h2 {text-align:center; font-size:1.2em; margin:10px 0 0 0;padding:0;}

li.widget_recent_entries ul,
li.widget_recent_comments ul,
#deli .deli-ul {margin:5px; padding:0;}

li.widget_recent_entries ul li,
li.widget_recent_comments ul li,
.deli-ul .deli-li {
	margin:0 2px 10px 2px;
	padding:0;
}

.deli-ul .deli-title {
	font-weight: bold;
	font-size:1.1em;
}
.deli-ul .deli-desc {font-size:.9em;}

.deli-ul .lastlink {
	padding:0;
	font-size:0.8em;
	line-height: 1em;
	text-align:center;
}

.cdobr-ul {width: 300px; height: 500px; padding: 5px;
border: #147 1px solid; overflow:Auto}

li.widget_recent_entries ul li,
li.widget_recent_comments ul li {
	margin:0px 0 5px 0; padding:0;}

li.widget_recent_entries ul li a,
li.widget_recent_comments ul li a {
	text-transform: capitalize;
	}

.widget_archive {margin:10px 0;padding:0;}
.widget_archive select {width:100%;margin:0px 0;}

#googlereader {
	margin: 0  0 ;}



#googlereader ul {
font-size:1.1em;
}



/*		
//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/ 

#statcounters {
	text-align:center;
}
#footer {
	clear: left;
	width: 100%;
	height: 35px;
	padding-top: 15px;
	color: #FFF;
	font-size: 10px;
	background-color: #FFF;
}

#footer p {
	padding-top: 10px;
	text-align:center;
}

#footer p a:link,
#footer p a:visited {
	color: #009;
	text-decoration: none;
}
#footer p a:hover {
	color: #900;
}

#footer2 {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
		MISC
//////////////////////////////////////////////////////
*/ 

.alignright {
	float:right;
	margin:5px 0px 5px 5px;
}
.alignleft {
	float:left;
	margin:5px 5px 5px 0px;
}
.wp-caption-text {
        font-size: .6em;
        text-align:center;
}


#delipage {
	margin: 0 0 0 0;
	font-size:.85em;
}
.delidiv {
	width:360px;
	float:right;
	margin:5px;}

.deli-ptitle {
margin: 0 0 0 0;
}

.deli-pdesc {
	font-size:.9em;
	margin:0 0 0 0;
	padding:0;
}
.deli-pdate {
	font-size:.85em;
	margin:0 0 0 0 ;
	padding:0;
}

.googlePlusOneButton {
	float:left; margin-right:10px;
}

#mmonks {
}