﻿/*  
Theme Name: CEI
Theme URI: http://www.cisco-eagle.com
Description: Theme for CEI blog
Version: 10-23-2007
Author: Larry McGeachy
*/
body {
	margin: 10px 0 0 15px;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	font-size: 9pt;
	color: #000;
}
#container {
	background-color: #fff;
	width: 750px;
	padding: 0;
	margin: 0;
}
#header {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#wrapper {
	width: 750px;
	background-color: #f5f5f5;
	border-bottom: 1px solid black;
	overflow: hidden;
}
#content {
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	width: 540px;
	background-color: white;
	min-height: 500px;
	min-width: 500px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height: 500px;
	width: 530px;
	padding: 20px;
	margin: 0;
}
* html #alignright {
	margin-right: 10px;
}
/**/
/* #content h2 { margin-top: 0; } */
#footer {
	clear: both;
	padding: 5px 0 0 10px;
	text-align: center;
	background-color: white;
	width: 748px;
}
/* Begin Sidebar */
#sidebar {
	width: 165px;
	float: right;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
}
ul {
	list-style: disc;
}
ul #sidebar{
	list-style:none;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
/* End Sidebar */
/* Start Styling Posts */
.post {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 20px;
}
.post p {
	margin-bottom: 1.4em;
	line-height: 1.4em;
}
.post ul {
	list-style-type: disc;
	margin-bottom: 10px;
}
.post li {
	margin: 0 0 10px 20px;
	line-height: 1.4em;
	list-style-type:disc;
}
.entry {
	margin: 10px 0 15px 0;
	clear:both;
}
.postmetadata {
	padding: 2px;
	border-top: 1px solid black;
	margin-bottom: 10px;
}
blockquote {
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid black;
	background: #f5f5f5;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
h2 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 1.4em;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 1.2em;
}
h4 {
	margin-top: 1.2em;
	font-size: 1.2em;
}
h5 {
	margin-top: 1em;
	font-size: 1em;
}
/* Start Styling Single Posts */
.navigation {
	display: block;
	margin-top: 4px;
	margin-bottom: 5px;
}
.alignleft {
	float: left;
	text-align: left;
	/* width: 75%; */
	margin-bottom: 20px;
}
.alignright {
	float: right;
	text-align: center;
	/* width: 25%; */
	margin-bottom: 20px;
	/* margin-right:5px; */
}
.entrytext .postmetadata {
	font-size: 1.1em;
	background-color: #f5f5f5;
	width: 70%;
	margin: 2em auto 3.5em auto;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 45px;
}
/* End Styling Single Posts */
/* Start Styling Comments*/
ol.commentlist {
	width: 460px;
	margin-right: 0;
	margin-top: 0;
}
ol.commentlist li {
	background-color: white;
}
ol.commentlist li.alt {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #f5f5f5;
}
small.commentdata {
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}
/* End Styling Comments */
/* Search Form Styling */
#searchform {
	margin-top: 10px;
}
