/*--------------------------------------General Body------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

.clearfix {
	display: inline-block;
}

body {
	background: #F9F9F7 url('../images/design/body_background.gif') repeat-x;
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	/*
	font-family: "trebuchet ms", helvetica, sans-serif;
	*/
	color: #000000;
	line-height: 18px;
}

body a, body a:visited {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}

body a:hover {
	color: #FF6600;
	text-decoration: underline; 
}

div#container {
	margin: 1em 5em;
	padding: 7px;
	position: relative;
	background-color: white;
	border: 1px dotted #999;
}

/*--------------------------------------Basic Tags--------------------------------------*/

p {
	margin: 0 0 .8em;
	line-height: 1.4em;
}

h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	letter-spacing: 0.25em;
}	/* site heading */

/*--------------------------------------Other Styles------------------------------------*/

.right,
.alignright {
	float: right;
	padding-right: 1em;
}

.left,
.alignleft {
	float: left;
	padding-left: 1em;
}

.small {
	font-size: .8em;
}


/*--------------------------------------Other Tags--------------------------------------*/

acronym {
	cursor: help;
	border-bottom: 1px dotted #bbb;
}

acronym:hover {
	border-bottom: 1px dotted #444;
}

blockquote {
	border-top: 2px solid #FFA000;
	border-bottom: 2px solid #FFA000;
	margin-left: 1.5em;
	padding-left: 5px;
	background-color: #333333;
}

img {
	margin: 0 10px;
}


/*--------------------------------------Header Elements---------------------------------*/

div#header, div#splash, div#navigation {
	background-color: #5D5D5D;
}


/*--------------------------------------Header------------------------------------------*/

div#header {
	height: 60px;
	width: 100%;
	margin-bottom: 2px;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

div#header h1 {
	font-size: 2.5em;
	font-weight: normal;
	position: absolute;
	padding: 0.7em 0em 0em 1em;
	letter-spacing: inherit;
	line-height: inherit;
	margin: inherit;
}

div#header a,
div#header a:hover,
div#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


/*--------------------------------------Splash------------------------------------------*/

div#splash {
	height: 140px;
	margin-bottom: 2px;
	overflow: hidden;
}

div#splash #splash_img {
	border-right: 2px solid #fff;
	float: left;
	margin: 0px;
}

div#splash #splash_next {
	/* TODO: get a better picture, and make the thing stick to the
	 * bottom most right corner
	 */
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 182px;
	
	width: 25px;
	height: 25px;
	margin: 0px;
}


/*--------------------------------------Navbar------------------------------------------*/

div#navigation {
	text-transform: lowercase;
	line-height: 2em;
	margin-bottom: 2px;
	width: 100%;
}

div#navigation ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

div#navigation a,
div#navigation a:hover {
	font-weight: normal;
	float: left;
	
}

div#navigation a {
	border: none;
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
}

div#navigation a:hover,
div#navigation a.current_item,
div#navigation li.current_page_item a {
	background: #7F7F7F;
}

div#navigation ul.sub_navigation {
	background: #6E6E6E; 
}


/*--------------------------------------Navbar Separator--------------------------------*/

div#nav_separator {
	background: url("../images/design/nav_separator.gif") repeat-x;
	height: 1.0em;
}


/*--------------------------------------Content-----------------------------------------*/

div#content {
}

div#primarycontainer, div#singlecontainer {
	width: 100%;
}

div#primarycontainer {
	float: left;
	margin-right: -21em;
}

div#primarycontent, div#singlecontent {
	padding: 1em 1em 0em;
}

div#primarycontent {
	margin-right: 22em;
}

div#singlecol {
	padding: 1em;
}

div.pager,
div.pager-top {
	float: right;
	padding-right: 1em;
	font-size: .8em;
}

div.pager {
	margin-top: 3em;
}

div#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: .5em 0;
}

div#content h2 {
	font-size: 1.1em;
	margin: .5em 0;
	color: #333;
}

div#primarycontainer p,
div#singlecontainer p {
	/*
	text-indent: 1em;
	*/
	/*text-align: justify;*/
	padding: .4em;
}

div#primarycontainer ul,
div#primarycontainer ol,
div#singlecontainer ul,
div#singlecontainer ol {
	/*margin: 12px 0;*/
	padding-left: 40px;
}



/*--------------------------------------Sidebar-----------------------------------------*/

div#sidebar {	
	margin: 0 1em;
	float: right;
	width: 20em;
	padding: 15px;
	
	/* styles */
	color: #888888;
	font-size: .8em;
	line-height: 1.6em;
	overflow: hidden;
	background-color: inherit;
	border: inherit;
}

#sidebar p {
	margin: 5px;
}

div#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sidebar ul li,
div#sidebar ul li.box {
	margin-top: 2em;
}
div#sidebar ul li h2,
div#sidebar ul li h1 {
	margin-bottom: 0.4em;
	width: 100%;
	
	/* styles */
	color: rgb(89, 87, 80);
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#sidebar h2.giDescription {
}
div#sidebar ul li li,
div#sidebar ul li.box li {
	padding: 0.5em;
}

div#sidebar ul ul li {
	margin-top: .5em;
	margin-left: 2em;
	list-style-type: disc;
}

div#sidebar ul ul.archives li {
	margin-top: 0;
}

div#sidebar ul li ul.archives li {
	padding: 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

div#sidebar h3 {
	font-weight: normal;
}

div#sidebar .email,
div#sidebar .aim {
	padding-left: 17px;
}

div#sidebar .email {
	background: url("../images/design/email_icon.gif") no-repeat 0 2px;
}

div#sidebar .email:hover {
	background: url("../images/design/email_icon_on.gif") no-repeat 0 2px;
}

div#sidebar .aim {
	background: url("http://big.oscar.aol.com/cstreetr?on_url=http://www.chrisstreeter.com/images/design/aim-online.gif&off_url=http://www.chrisstreeter.com/images/design/aim-offline.gif") no-repeat -3px -1px;
}

div#sidebar .contact-content {
	padding: 0 0 5px 10px;
}


/*--------------------------------------Footer------------------------------------------*/

div#footer {
	clear: both;
	padding: 6.0em 0 0 0;
	
	/* styles */
	color: #888;
	font-size: 0.8em;
	text-align: center;
	background: url('../images/design/footer_border.gif') repeat-x 1.0em 4.0em;
}


/*--------------------------------------Posts-------------------------------------------*/

div.post {
	/*
	width: 100%;
	*/
	border-bottom: 1px dashed #D3D3D3;
	padding: 0px 10px;
}


div.post + div.post {
	margin-top: 2em;
}

div.post .post-title {
	color: #444444;
}

div.post .post-title a {
	text-decoration: underline;
}

div.post .post-body .update {
	font-style: italic;
	color: #444444;
}

div.post .post-body img {
	margin: .5em .5em .5em 0;
	padding: .3em;
	
	/* styles */
	border-style: dotted;
	border-color: #999999;
	border-width: 1px;
}

div.post .post-body img:hover {
	border-style: solid;
	border-color: #222222;
}

div.post .post-breakj{
	clear: both;
	line-height: 0px;
}

div.post .post-footer {
	margin: 0em 30px 10px 0;
	text-align: right;
	
	/* styles */
	font-size: .9em;
	color: #888888;
}

div.post .post-footer-separator {
	margin: 0 10px;
}

div.post .post-footer-date {
}

div.post .post-footer-comments {
}


/*--------------------------------------Post Comments-----------------------------------*/

div.comments_header {
	margin-top: 1em;
	margin-bottom: .5em;
	
	/* styles */
	color: #444444;
	font-weight: bold;
	/*
	font-style: italic;
	*/
}

div.comment {
	margin: 0 1em;
	padding: .5em 1em;
	border: 1px solid #eaeaea;
	background: #f6f6f6;
}

div.comment + div.comment {
	margin-top: 1em;
}

div.comment > p {
	margin: 0;
	padding: 0;
}

p.add_comment {
	margin: .5em 0;
	padding: 0;
}


/*--------------------------------------Gallery Block Image-----------------------------*/

.one-image {
	text-align: center;
}

.one-image a img {
	padding: .5em;
	margin-top: .5em;
	border-style: dotted;
	border-color: #999999;
	border-width: 1px;
}

.one-image a:hover img {
	border-style: solid;
	border-color: #222222;
}

.one-image p {
	padding: 0 1em 0 0;
	margin: 0em;
	text-align: right;
	font-style: italic;
	font-size: .9em;
}


/*--------------------------------------Errors------------------------------------------*/

.error, .success {	
	clear: both;
	border-style: solid;
	border-width: 2px;
	padding: 2em;
	margin: 1em;
	width: 90%;
}
.error {	
	color: red;
	border-color: red;
}

.success {
	color:green;
	border-color: green;
}
