/*
Theme Name: Madison CRES
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.alignleft,img.alignleft { display: inline; float: left; margin-right: 24px; margin-top: 4px; }
.alignright, img.alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; }
.aligncenter, img.aligncenter {	clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 12px; }


/* =Layout
-------------------------------------------------------------- */
body {
	background-color: #69696b;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464647;
}

#headerContainer {
	width: 790px;
	background-color: #FFFFFF;
	height: auto;
	padding: 30px;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
}

#header-left {
	float: left;
	width: 49%;
}

#header-right {
	float: right;
	width: 49%;
	text-align: right;
}

form.search {
	width: 180px;
	margin: 0px 0px 0px auto;
}

form.search input {
border:1px solid #C5C6C8;
color:#C5C6C8;
float:left;
font-family:Georgia,'Bookman Old Style',Garamond,'Times New Roman',serif;
height:20px;
line-height:20px;
padding:2px 0 0 5px;
width:172px;
}
form.search .cmdSubmit {
background:url('images/search-btn.jpg') no-repeat #000;
border:medium none;
clear:right;
cursor:pointer;
float:left;
height:12px;
margin:7px 0 0 -17px;
padding:0;
width:8px;
}
#searchform {
	height: 21px;
	width: 181px;
	border: 1px solid #c7c8ca;
	text-align: left;
	padding: 0;
	overflow: hidden;
}

#searchform input[type=text] {
	margin: 0;
	border: none;
	width: 155px;
	height: 17px;
	padding: 3px 0px 0px 3px;
	color: #a2a2a2;
}

#searchsubmit {
	width: 8px;
	height: 12px;
	border: none;
	padding: 0;
	margin: 0;
	background: url('images/search-btn.jpg') no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}


#container {
	width: 850px;
	margin: 0px auto;
	background-color: #FFF;
	clear: both;
	padding-bottom: 20px;
}

#col1 {
	float: left;
	width: 235px;
}

#col2 {
	float: left;
	width: 100%;
}

#subcolContainer {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 40px 0px 10px 0px;
}

#subcol1 {
	float: left;
	width: 550px;
	padding-right: 45px;
	padding-left: 40px;
}

#subcol2 {
	float: left;
	width: 185px;
	padding-right: 20px;
}

/* posts */
.post-contentsep-1 {
	width: 100%;
	height: 2px;
	background-color: #6d6f71;
	margin: 5px 0 25px 0;
}

.post-contentsep-2 {
	width: 100%;
	height: 2px;
	background-color: #6d6f71;
	margin: 5px 0 0 0;
}

.entry-meta-date {
	font-size: 11px;
	color: #464647;
}

.entry-title {
	font-size: 20px;
	font-weight: bold;
	color: #464647;
}

.entry-title a {
	color: #464647;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-meta-author {
	font-size: 11px;
	color: #464647;
	text-transform: capitalize;
}

.entry-meta-author a {
	color: #00aeef;
	text-decoration: none;
}

.entry-meta-author a:hover {
	text-decoration: underline;
}

.entry-content {
	font-size: 11px;
	color: #464647;
}

.entry-content a {
	color: #00aeef;
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content h2 {
	font-size: 14px;
	font-weight: bold;
}

.entry-utility {
	font-size: 10px;
	color: #464647;
	margin: 20px 0;
	border-bottom: 2px solid #b6b7b8;
	width: 100%;
	padding-bottom: 5px;
	clear: both;
	overflow: hidden;
}

.entry-utility a {
	color: #464647;
	text-decoration: none;
}

.entry-utility a:hover {
	text-decoration: underline;
}

.tag-links {
	float: left;
}

.comments-link {
	float: right;
	display: none;
}

.navigation {
	clear: both;
	overflow: hidden;
	width: 380px;
	padding: 10px 10px 0px 10px;
	height: 25px;
	background-color: #6d6f71;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}

.navigation a {
	color: #FFF;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.nav-previous {
	float: left;
	width: 30%;
	text-align: left;
}

.nav-next {
	float: right;
	width: 30%;
	text-align: right;
}

#footer { 
	width: 790px;
	height: 40px;
	margin: 0px auto;
	border-top: 3px solid #6d6f71;
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}

.footerdiv {
	margin-bottom: 5px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.footerdiv a {
	color: #464647;
	text-decoration: none;
}

.footerdiv a:hover {
	text-decoration: underline;
}

.contributor a { color: #464647;}
.contributer-title { color: #00AEEF; width: 100%; border-bottom: 1px solid #b7b7b8; margin-bottom: 20px; padding-bottom: 1px; }

/* sidebar */
#sidebar-rss {
	margin: 20px 0 0 0;
	padding: 5px 0px 0px 0px;
	}

.sidebar-sep {
	width: 100%;
	height: 2px;
	background-color: #6d6f71;
	margin: 2px 0px 5px 0;
}

#sidebar-featured {
	margin-top: 20px;
}

#sidebar-contributors {
	margin-top: 5px;
}

#sidebar-topics {
	margin-top: 20px;
}

#sidebar-topics-list {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	color: #464647;
	width: 100%;
}

#sidebar-topics-list a {
	color: #464647;
	text-decoration: none;
}

#sidebar-topics-list a:hover {
	text-decoration: underline;
}

#sidebar-topics-list li {
	border-bottom: 1px solid #b7b7b9;
	padding: 6px 0px 6px 15px;
	background: url('images/sidebar-list-icon.jpg') no-repeat left center;
}

#sidebar-archives {
	margin: 20px 0px;
}

.sidebar-callout {
	margin: 5px 0px 0px 10px;
}

/* comments */

#comments {
	clear: both;
	font-size: 12px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
#comments a {
	color: #00aeef;
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}
#comments, #respond {display:none}


h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	display: none;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/*ARCHIVE STYLE*/
.sidebar-archives {}
.sidebar-archives ul{list-style:none; padding-top:0;}
.sidebar-archives ul li, .sidebar-archives ul li ul li { }
.sidebar-archives li{ }
li.collapsing.archives {padding-top:4px; font-size:11px; line-height:14px;list-style:none;}
span.sym {font-size:10px; cursor:hand;}
ul li.collapsing.archives.item { padding-left:2px}
#sidebar-archives li ul li ul li {list-style:square; padding-top:6px;}
#sidebar-archives li ul li {}
li.collapsing.archives a:link {color:#464647;}
li.collapsing.archives a:visited {color:#919193;}
li.collapsing.archives a:active {color:#00aeef;}
li.collapsing.archives a:hover {color:#00aeef;}
li.collapsing.archives UL {margin-top:0px; margin-left:25px; padding:0}