﻿@import url('layout.css');
body {
	margin: 0 0%;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #666666;
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
	/*background-color: #3F58BC;*/
	background-color: #FFFFFF;
	background-image:  url("../../books/images/leftphoto.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#masthead {
	border-bottom: 6px solid #FF9900;
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
}
#navigation {
	background-color: #EEEEEE;
	margin-left: 160px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	border-left: 1px solid #E3DFE2;
}

#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #7C8DD3;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;
	border: 1px solid #f93;
}

/* Styles for Right Column */

#column_right h2 {
	color: #3F58BC;
	margin-top: 0px;
	font-size:medium
}

#column_right h4 {
	color: #3F58BC;
	margin-top: 0px;
}
#column_right p {
	color: #444444;
	margin-top: 0px;
}
#column_right a {
	color: #677BCB;
}
#column_right a:hover {
	color: #FF9933;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #111111;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #222222;
	margin-top: 0px;
}
h4 {		
	font-size: medium;
	color: #333333;
	margin-top: 0px;
	text-align:center;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #677BCB;
}
a:hover {
	color: #FF9933;
}

#column_left h2 {
	font-size: 0.85em;
	color:#111111;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
	border-bottom:1px #FF9900 solid;
	
}

#column_left h3 {
	font-size: medium;
	color: #111111;

}

#column_left h4 {
	font-size: 0.85em;
	margin-top: 0px;
}

#column_left p {
	margin-left: 10px;
	
}


p.post-footer {
	font-size: 0.85em;
	margin-bottom:auto;
	text-align: right;
	margin-top: 0px;

}

#column_left a {
	color: #7C8DD3;

}



/*	<h2 class="date-header"><%= DoDateTime((rsArticles.Fields.Item("BlogDate").Value), 1, 1033) %></h2>
			<%end if%>
			<!-- Begin post -->
			<div class="post">
			  <h3 class="post-title" id="<%=(rsArticles.Fields.Item("BlogID").Value)%>"><%=(rsArticles.Fields.Item("BlogHeadline").Value)%><a name="<%=(rsArticles.Fields.Item("BlogID").Value)%>" id='<%=(rsArticles.Fields.Item("BlogID").Value)%>0'></a></h3>
			  <div class="post-body">
			  <% if (rsArticles.Fields.Item("BlogReadMore").Value) = 1 Then %>
			  <p><%=CropSentence(CI_StripHTML(rsArticles.Fields.Item("BlogHTML").Value), 500, "...")%></p>
			  <h4 align="center"><a href="template_permalink.asp?id=<%=(rsArticles.Fields.Item("BlogID").Value)%>#<%=(rsArticles.Fields.Item("BlogID").Value)%>" title="Read More <%=(rsArticles.Fields.Item("BlogHeadline").Value)%>">Read More "<%=(rsArticles.Fields.Item("BlogHeadline").Value)%>"</a></h4>
			  <% Else %>
			  <%=(rsArticles.Fields.Item("BlogHTML").Value)%>
			  <% End If %>
			  </div>
			  <p class="post-footer">Posted by <a href="template_author.asp?id=<%=(rsArticles.Fields.Item("fldAuthorID").Value)%>" title="<%=(rsArticles.Fields.Item("fldAuthorRealName").Value)%>'s Profile"><%=(rsArticles.Fields.Item("fldAuthorRealName").Value)%></a> at <a href="template_permalink.asp?id=<%=(rsArticles.Fields.Item("BlogID").Value)%>" title="Permalink for <%=(rsArticles.Fields.Item("BlogHeadline").Value)%>"><%= DoDateTime((rsArticles.Fields.Item("BlogDate").Value), 3, 1033) %></a> in <a href="template_archives_cat.asp?cat=<%=(rsArticles.Fields.Item("CatID").Value)%>" title="<%=(rsArticles.Fields.Item("CatDesc").Value)%>"><%=(rsArticles.Fields.Item("CatName").Value)%> (<%=(rsArticles.Fields.Item("CategoryCount").Value)%>)</a> | <a href="template_permalink.asp?id=<%=(rsArticles.Fields.Item("BlogID").Value)%>#comments">Comments (<%=(rsArticles.Fields.Item("CommentCount").Value)%>)</a>
			  </p>
			</div>
			<!-- End post -->
*/




/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

