/*

Theme Name:     Moore Enterprises

Theme URI:      http://inconcert.com/

Description:    Moore Enterprises Customized Child theme for the Boiler Plate Theme

Author:         inConcert Web

Author URI:     http://inconcertweb.com

Template:       boilerplate

Version:        0.1.0

*/



@import url("/1.css");


#banner {
	padding:1px 0;
	font-size:13px;	
}
.xoxo {
	padding:0;
	margin:0;
}
.xoxo img {
	margin-top:-2px;	
}
.widget-container {
	margin: 20px 0 0 10px;
	list-style:none;
}
.widget-title {
	margin-bottom:.5em;	
}
.widget_archive ul, .widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	border-width: 0px;
	border-style: solid;
	border-color: #A2C0E6;
}	
.widget_archive li, .widget_categories li {
	position: relative;	
}
.widget_archive li a, .widget_categories li a {
	color: #003366;
	background: url(http://www.mooreent.com/images/MooreNavTab_inactive.gif) no-repeat;
	text-decoration: none;
	height: 21px;
	font: bold 11px/16px Verdana, Arial, SunSans-Regular, Sans-Serif;
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #A2C0E6;
	margin: 0;
	padding: 2px 3px;
}
.widget_archive li a:hover, .widget_categories li a:hover {
	color: #ffffff;
	background: url(http://www.mooreent.com/images/MooreNavTab_active.gif) no-repeat;
}
#content {
	padding:5px 10px;
	width:570px;	
}
#content p {
	padding:5px 0;	
}
#content h2 {
	padding:5px 0;	
}
.entry-title a, .entry-title {
	color: #000066;
	font-weight: bold;
	font-size: 16px;	
	margin: 5px 0;
	padding: 5px 0;
}
h1.top {
	margin-left: -10px;
	margin-top: 10px;	
	font-size:2em;
}
h1.top a {
	color: #A2C0E6;
	text-decoration:none !important;
}
.entry-meta, .entry-utility {
	font-style:italic;	
}
article.post {
	margin-bottom: 25px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}