/*
Theme Name: OneMindWebsites
Theme URI: http://www.onemindwebsites.com/blog
Description: Custom Theme developed by kelly leahy
Version: 1.4
Author: Kelly Leahy
Author URI: http://www.onemindwebsites.com/
Tags: white, simple, fixed width, two columns, widgets, horizontal sidebar, google friendly
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	border:0px;
}
a {
	/*color:#551a9a;*/
	color:#4E4B4B;
	text-decoration:none;
}
#headerimg a {
	color:#c8dfe5;
}
a:hover{
	color:#1f5c80;
}
#headerimg a:hover {
	color:#4f5153;
	background-color:#c8dfe5;
	padding:9px 20px 20px 20px;
}
#sidebar a {
	padding:2px 25px 0px 25px;
	text-decoration:none;
	color:#4E4B4B;
	}
#sidebar a:hover {
	background-color:#c7dfe9;
}
.entry a
{
	text-decoration:underline;
}
p {
	color:#4f5153;
}
h5 {
	color:#4f5153;
}
h4 {
	color:#4f5153;
}
h3 {
	color:#4f5153;
}
h2 {
	color:#4f5153;
}
h1 {
	color:#4f5153;
}
ul li {
	color:#4f5153;
}
ol li {
	color:#4f5153;
}
.description h4
{
	display:inline;
	color:#4f5153;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.cform
{
	font-size: 80%; /* Resets 1em to 10px */
	background-color:#c8dfe5;
}
body {
	font-size: 80%; /* Resets 1em to 10px */
	background-color:#c8dfe5;
	width:1049px;
	}
#content {
	padding-left:10px;
	height:700px;
	overflow:auto;
	font-size: 1.2em;
	background-color:#f5f6fa;
	}
#footer {
	padding: 20px 0 0 1px;
	margin-top: 0;
	width: 100%;
	clear: both;
	text-align:left;
	background-color:#95b1c6;
	}	
#page {
	padding:0px;
	margin-left:40px;
	width: 740px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

h3, h2, h1{
	margin-top:20px;
	margin-bottom:0px;
	}
	
.narrowcolumn .postmetadata {
	font-size:small;
	margin-top:0px;
	margin-bottom:5px;
	}

.more-link {
text-align:left;
}

.navigation {
	margin-top: 10px;
	margin-bottom: 50px;
	}
#headerimg, #headerimg .description{
	text-align:center;
	background-color:#88a3b6;
	}
#header p{
	margin:0px;
	padding:0px;
	}
#sidebar {
	text-align:center;
	background-color:#95b1c6;
}
#sidebar ul, #sidebar ul ol {
	line-height:2em;
	display:inline;
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	display:inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar ul li h2 {
	display:none;
}
#safari
{
	display:inline;
	text-align:right;
}
.post {
border-bottom:1px solid grey;
margin-left:20px;
margin-right:20px;
}
/*post/page title*/
.post h2 {
	color:#7a838a;
}
	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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) */
a img {
	border: none;
	}
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 */

	
