body
{
  font: 100% arial, helvetica, sans-serif;
  background-color: #337be7;
  background-image:	url('images/bg.jpg');
  background-repeat: repeat-x;
}

img {border: 0}

p {line-height: 1.2em;}
h1, h2, h3, h4, h5, h6 {color: #3F68B1;}
h1 {font-size: 26px;}
#container
{
	width: 832px;
	margin: 0 auto;
	
	
}

#header
{
	background-image: url('images/header-bg.png');
	background-repeat: no-repeat;
	height: 170px;
}

#nav-bar
{
	background-image: url('images/nav-bar.png');
	background-repeat: no-repeat;
	position: relative;
	width: 832px;	
	height: 53px;
	margin: 0 auto;
}



#nav-bar ul {list-style: none;}
#nav-bar ul li {display: inline;}


#blog-content
{
	width: 540px;
	float: left;	
}
#side-bar-container
{
	width: 160px;
	background-color: #CFE3FF;
	padding: 8px;
	border: 4px solid #A7BFDF;
	float: right;
	
}

#logo
{
	position: relative;
	left: 40px;
	width: 250px;
	float: left;
	top: 15px;
}
#who-we-are
{
	position: relative;
	top: 15px;
	left: -20px;
	float: right;
}


#navbar
{

}

#mainContentContainer
{
	background-image: url('images/main-bg.png');
	background-repeat: repeat-y;
	min-height: 300px;
	padding: 10px 40px 25px 45px;
	
}
#main-content
{

}

#spray-paint-container
{
	position: relative;
}
#spray-paint
{
	position: absolute;
	left: 630px;
	top: -150px;
	z-index: -100;
}

#footer
{
	background-image: url('images/footer-bg.png');
	background-repeat: no-repeat;
	height: 172px;
  text-align: center;
  color: #D7D1EF;
}

#post-footer {width: 800px; margin: 0 auto; text-align: center;}
#post-footer ul {list-style: none;}
#post-footer ul li {display: inline; margin-left: 10px; margin-right: 10px;}
#post-footer a {color: white; text-decoration: none;}
#post-footer a:hover {color: white; text-decoration: underline;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.clear {clear:both}

/* 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) */

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 */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
  
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


