/*
Theme Name: russelleng
Description: default Russell Engineering Theme
Version: 1.0
Author: Matthew Taylor
*/

/* cheers Eric: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {
    background-color: #502118;
    color: #666666;
}


/**
 * home page
 */
#index-container {
    width:736px;
    height:536px;
    text-align:left;
}

/**
 * blog
 */
body#blog, * body#blog {
	background:#fff;
}

body#blog {
	background:transparent url("images/column-left_background-repeat.jpg") repeat-y scroll 0 0;
}

p {
	margin:7px 0;
}

a, a:link, a:active, a:visited {
	color:#57A0C3;
	text-decoration:none;
}

a:hover {
	color:#57A0C3;
	text-decoration:underline;
}

#header {
	background:#4498b5;
	padding-left:722px;
}

/*

	position:absolute;
	top:60px;
	left:668px;
	font-size:90%;
	width:180px;
 */

#container {
	height:100%;
	width:850px;
}

#column-left {
	color:#fff;
	float:left;
	width:200px;
	line-height:1.2em;
}

#column-left-wrapper {
	padding:0 30px;
}

#column-left-wrapper h6, #column-left-wrapper .h6 {
	display:block;
	margin:30px 0 5px;
	font-weight:bold;
}

#column-left-wrapper a, #column-left-wrapper a:link, #column-left-wrapper a:active, #column-left-wrapper a:visited {
	color:#fff;
}

#column-left-wrapper a:hover {
	color:#fff;
}

#searchform {
	display:block;
}

#searchform input {
	width:97%;
}

#searchform label {
	display:block;
	font-weight:bold;
}

#column-right {
	float:left;
	width:573px;
	padding:30px;
	color:#582700;
}

h3.pagetitle {
	margin-bottom:50px;
}

#column-right .post {
	margin-bottom:63px;
}

#column-right .post .heading {
	font-weight:bold;
	display:block;
	font-size:90%;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#582700;
}

#column-right .post .heading a {
	color:#582700;
}

#column-right .post .content {
	margin-bottom:20px;
	font-size:80%;
}

#column-right .post .footer {
	color:#f78f1e;
	font-size:80%;
}

#column-right .post .footer .subscribe {
	color:#f78f1e;
	border-bottom:1px dashed #5a4a42;
	padding-bottom:10px;
}

#column-right .post .footer .author {
	color:#A97C50;
	padding-top:7px;
}

#tag-cloud-wrapper a {
	font-size:100% !important;
}