/*
Theme Name: Eagle Commission
Theme URI: http://wordpress.org/
Description: Eagle Commission Theme.
Version: 1.6

*/

body {
background-image:url(images/bg-chaplain.jpg);
background-repeat:repeat-x;
background-color:#E3E3E3;
text-align:center;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
}

p{
margin:0 0 10px 0;
}

a, a:visited {
color:#990000;
}

#breadcrumbs{
font-style:oblique;
color:#666;
}

h1 {
color:#990000;
font-size:17px;
margin: 5px 0 10px; 0;
text-transform:uppercase;
font-weight:bold;
}

h2{
color:#990000;
font-weight:bold;
font-size: 12px;
margin: 15px 0 0 0;}

#wrapper {
width:802px;
text-align:left;
margin:0 auto;
background-color:white;
background-image:url(images/content-bg-military-chaplain.gif);
position:relative;
}

#navigation {
width:802px;
height:28px;
background-image:url(images/link-bg-military-chaplain.jpg);
padding:0px 0px;
text-align:left;
color:white;
font-weight:bold;
font-size:11px;
}

/*#navigation li {
display:inline;
list-style:none;
padding: 0 22px;
border-right:1px white solid;
}

#navigation a {
color:white;
text-decoration:none;
}*/

#footer {
width:782px;
height:25px;
background-image:url(images/footer-chaplain-military.jpg);
padding:2px 10px;
text-align:right;
color:white;
}

#footer a {color:white;}

#home-left-column {
width:350px;
float:left;
margin: 15px 0 15px 30px;
}

#home-right-column {
width:350px;
float:left;
margin: 30px 0 15px 30px;
padding-left:25px;
border-left:dotted 1px gray;
}

#main-content {
width:490px;
float:left;
margin: 15px 0 15px 40px;
}

#sidebar-content {
width:220px;
float:left;
margin: 15px 0 15px 20px;
border:1px solid gray;
border-top:6px solid #990000;
background:#e3e3e3;
padding:6px;
color: #400;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

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;
   /* optional rounded corners for browsers that support it */
   -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;
}

