/*
Theme Name: Celeste Stewart WordPress
Theme URI: N/A
Description: Custom theme created by <a href="http://wirthdesign.com">WirthDesign.com</a>.
Version: 1.0
Author: Kevin Wirth
Author URI: http://wirthdesign.com/
Tags: custom

	Celeste Stewart v1.0
	N/A

	This theme was designed and built by Kevin Wirth,
	whose blog you will find at http://wirthdesign.com/blog/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a:link    { color:#23B1FC; }
a:visited { color:#23B1FC; }
a:active  { color:#23B1FC; }
a:hover   { color:#23B1FC; }

a img, a div {border:0;}

body {
	background:url(images/bg_main.jpg) #EEF1F6 repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:0px;
}

#container {
	width: 960px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

/* HEADER
********************************************************/

#header {width:960px; height:auto;}

#header img {padding:5px 0;}


/* NAVIGATION
********************************************************/


#nav {
	background:url(images/bg_nav.jpg) 0 0 no-repeat;
	width:960px;
	height:76px;
}

#nav ul {list-style-type:none; margin:0; padding:0;}

#nav ul li {
	color:#fff; 
	font-size:.875em; 
	font-weight:normal;
	width:182px;
	height:68px;
	padding:10px 0 0 10px;
	float:left;
/*	background:url(images/bg_nav.jpg) repeat-x top left;
	border:1px #066BA2 solid; */
}

#nav ul li a {
	color:#231F20;
	font-weight:bold;
	font-size:1.125em;
	text-decoration:none;
}

/* CONTENT
********************************************************/

#content_top, #content_bot {
	width:960px;
	height:10px;
	clear:both;
}

#content_top {
	margin-top:10px;
	background:url(images/bg_content.gif) top left;	
}

#content_main {
	width:918px;
	height:auto;
	padding:0px 20px;
	background-color:#fff;
	border-left:1px #c3cace solid;
	border-right:1px #c3cace solid;
	overflow:hidden;
}

#content_main h1, #content_main h2, #content_main h3, #content_main span {
	color:#066BA2;
	font-weight:bold;
}

#content_main h1 {font-size:2.75em; padding-bottom:20px;}

#content_main h2 {font-size:2.25em; padding-bottom:20px;}

#content_main h3 {font-size:2em; padding-bottom:20px;}

#content_main span {font-size:2em;}

#content_main p {margin-bottom:35px;}

#content_bot {background:url(images/bg_content.gif) 0 10px;}

.image_concept {
	position:absolute; 
	top:320px; 
	left:570px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* SUB CONTENT
********************************************************/

#subcontent_top, #subcontent_bot {
	width:480px;
	height:10px;
	clear:both;
}

#subcontent_top {margin-top:10px; background:url(images/bg_subcontent.gif) top left;}

#subcontent_main {
	color:#231F20;
	width:458px;
	height:auto;
	padding:10px 0 0 20px;
	background:#f2f2f2;
	border-left:1px #c0c0c0 solid;
	border-right:1px #c0c0c0 solid;
	overflow: hidden;
}

#subcontent_main h3 {font-size:1.25em; font-weight:bold; padding:0px; margin:0;}

#subcontent_main ul, #content_main ul {margin-left:15px; font-weight:bold;}

#content_main ul {margin-bottom:10px; padding:0;}

#subcontent_main li, #content_main li {padding-bottom:3px;}

#subcontent_bot {background:url(images/bg_subcontent.gif) 0 10px; margin-bottom:40px; overflow:hidden;}


/* BLOG FORMATING
********************************************************/

.post {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: auto;
	float: left;
}

#page h1, #page h2, #page h3, #page h4 {padding:0; margin:;0}

#page p {margin:10px 0; padding:0;}

.narrowcolumn, .blog_entry {
	height: auto;
}

#content_main h2 a { 
	color:#066BA2;
}

/* SIDEBAR
********************************************************/

#sidebar {
        font-size: 14px;
	width: 250px;
	height: auto;
	float: right;
}

#sidebar h2 {font-size: 16px; margin:0 0 10px 0; padding:0; text-decoration:underline;}

#sidebar ul {list-style-type: none; margin:0 0 10px 0; padding:0;}

/* COMMENTS
********************************************************/

#respond, textarea {
	width:600px;
	height: auto;
	float: left;
}

#respond textarea {width:600px;}


.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 */