/* @override http://logosinstitute.net/blog/wp-content/themes/LogosInstitute2008/style.css */

/*
Theme Name: Logos Institute
Theme URI: http://lowfatdesigns.com
Description: This is a custom theme by <a href="http://lowfatdesigns.com">Low Fat Designs</a>.
Version: 1.1
Author: Low Fat Designs
*/

/* Using standard BP grid */

/* Column width: 30px */

/* Row height: 18px */

/* Set the page width and remove the margin from last BP column if not using the default */



body {
  padding:0px 30px;
  margin:0px;
  background: url(images/bg_sidebar.gif) repeat-y 29px top;
}

#header {
	height: 104px;
	background: #AAB6C5 url(images/header_dashes.gif) repeat-x left bottom;
	border-top: 3px solid #d4601e;
}

#container {
	/*background: url(images/bg_sidebar.gif) repeat-y left top;*/
}

#footer {
	height: 80px;
}

h1,h2,h3,h4,h5,h6, h2 a {
	color: #6a7598;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

em {
	background: none;
}

a:focus, 
a:hover {
	color: #8d9cb2;
}

a {
	color: #c97547;
	text-decoration: underline;
	outline: none;
}

#header h1 {
	background: url(images/blog_header.gif) no-repeat right top;
}

#header h1 a {
	display: block;
	width: 373px;
	height: 104px;
	background: url(images/logo.gif) no-repeat left top;
	text-indent: -50000px;
}

#nav {
	text-align: right;
	margin-top: 18px;
}

#nav ul {
	margin-right: 0;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
}

.navigation {
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}

/* LFD - FPM Added */

h2 {
	margin-bottom: 0;
}


.meta-container {
	float: left;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	width: 100%;
}


.meta-container-footer {
	text-align: right;
	margin-bottom: 1.5em;
	padding-bottom: 15px;
	background: url(images/post_dashes.gif) repeat-x left bottom;
	clear: both;
}

.meta-container .photo {
	float: left;
	margin-right: 10px;
}

.meta-container .post-author {
	font-weight: bold;
	margin-top: 4px;
}


#sidebar {
	position: absolute;
	width: 200px;
	left: 20px;
	padding: 0px;
	margin: 0px 5px 0 30px
}

#sidebar ul {
	margin: 1px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar h2 {
	font-size: 1.3em;
	color: #8d9cb2;
}

#sidebar li ul li {
	margin: 0 0 0px 0px;
	/* Bullet image here! */
}

#sidebar li#recent-posts ul li {
	margin: 0 0 8px 0px;
	/* Bullet image here! */
}

#sidebar li ul li a {
	text-decoration: underline;
}

#sidebar li.widget, #sidebar li.non-widget {
	background: url(images/sidebar_dashes.gif) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#sidebar li#search_item {
	background: url(images/sidebar_dashes.gif) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#sidebar li#archives {
	padding-bottom: 15px;
}

#sidebar li.author-archive, #sidebar li.comment-policy {
	color: #8d9cb2;
}

#sidebar select {
	width: 125px;
}


#main {
  margin-left: 230px;
  padding: 0 10px 8px 20px;
/*  background-color:#fff; */
/*  overflow: auto; */
/* set max and min width of content area - see: http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml */
/*
min-width: 400px;
max-width: 950px;
width:expression(document.body.clientWidth < 400? "400px" : document.body.clientWidth > 950? "950px" : "auto");
*/
}



#sidebar #searchform {
	margin: 0;
	padding: 0;
}

#sidebar #searchform input#s {	
	width: 100px;
	margin: 0;
	padding: 0;
}



#sidebar #archives {
	margin-bottom: 10px;
}

#sidebar .rss-img img {
	margin: 0 0 0 3px;
	padding: 0;
	vertical-align:baseline;
}

#main p a img {
	clear: both;
}

#archive-photo img {
	margin: 2em 0 0 0;
}

/* LFD 2008-09-22: center the content images */
/*p img.aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/


/* LFD 2008-10-28: styles for image captions */
/*.image-caption {
	margin-bottom: 18px;
	color: #6d7a8d;
	background: #ebeef1 !important;
	border-top: 1px dashed #c9cfda !important;
	border-bottom: 1px dashed #c9cfda !important;
}*/

/* LFD 2009-11-30: styles for image captions */

.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;
}

.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;
}

p img {
padding: 0;
max-width: 100%;
}
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
}