/*   
Theme Name: Lines Of Excellence
Theme URI: http://linesofexcellence.com
Description: Custom Theme for Lines Of Excellence Consulting LLC
Author: John Nasta
Author URI: http://johnnasta.com/blog/
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #adccd4 url('images/bgcolor.gif');
	color: #333;
	}

#container {
	width: 900px;
	background: #ffffff url('images/white.gif');
	margin: auto;
	}

#header .bluestripe {
	height: 25px;
	background: #adccd4 url('images/blue-stripe.gif');
	}

#searchform {
	margin-right: 10px;
	text-align: right;
	}

#entry {
	float: right;
	width: 755px;
	border-left-width: 5px;
	border-left-color: #ffcc33;
	border-left-style: solid;
	}

#content {
	padding: 10px;
	}

#post {
	font-size: 12px;
	line-height: 20px;
	width: 515px;
	float: left;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	width: 140px;
	}

#sidebar2 {
	width: 210px;
	float: right;
	background: #ffffff;
	}

#sidebar2 ul {
	width: 210px;
	position: relative;
	left: -35px;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar2 ul li ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	position: relative;
	left: -10px;
	padding: 4px;
	}

#sidebar .bluestripe {
	height: 25px;
	width: 25px;
	background: #adccd4 url('images/blue-stripe.gif');
	float: right;
	}

#sidebar ul {
	width: 120px;
	position: relative;
	left: -10px;
	}

#sidebar ul li {
	background: #ffffff;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	left: -20px;
	}

#sidebar ul li ul li {
	background: #eeeeee;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	position: relative;
	left: -30px;
	padding: 4px;
	}

#footer-wrapper {
	background: #ffffff url('images/white.gif');
	height: 25px;
	padding-bottom: 10px;
	}

#footer {
	background: #ffffff url('images/white.gif');
	text-align: center;
	font-size: 10px;
	float: right;
	width: 755px;
	height: 35px;
	border-left-width: 5px;
	border-left-color: #ffcc33;
	border-left-style: solid;
	}

a {
	color:#006699;
	text-decoration:none;
	font-weight:bold;

	}

a:hover {
	color:#ff0000;
	font-weight:bold;
	}

.postmetadata {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #eeeeee;
	}
/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #000000;
  padding-top: 4px;
  margin: 10px;
}

.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;
}
/* End */

.required {
	color : red;
	text-decoration : none;
}
