/*
Theme Name: Rule29
*/

/* global styles */
html, body { margin: 0; padding: 0; }
img { border: none; }

body {
	background-color: #e4ddd3;
	background-image: url('images/bg.gif');
	color: #5e5952;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #5e5952;
}
h1, h1 a {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	color: #0e4575;
	text-decoration: none;
}
h2, h2 a {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #89b7d7;
	text-decoration: none;	
}
p {
	margin: 0 0 1.0em 0;
	padding: 0;
}
#panel {
	margin: 10px auto 0 auto;
	width: 955px; /* 965 */
	background-color: White;
	padding: 5px 5px 0 5px;
}
#panel_interior {
	background-image: url('images/panel_interior_bg.gif');
	padding: 5px 0 11px 5px;
}

/* header styles */
#header {
	position: relative;
	height: 150px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#tagline {
	position: absolute;
	left: 20px;
	bottom: 18px;
	background-image: url('images/making-creative-matter.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 9px;
}
#blog-title {
	position: absolute;
	top: 0;
	right: 5px;
	width: 470px;
	height: 145px;
	background-image: url('images/blog-title.png');
}

/* menu styles */
#menu {
	position: relative;
	background-image: url('images/menu-bg.png');
	background-repeat: no-repeat;
	width: 470px;
	height: 145px;
}
#menu ul {
	position: absolute;
	top: 20px;
	right: 20px;
	list-style: none;
	padding-right: 9px;
	margin: 0;
	border-right: solid 1px #89b7d7;
}
#menu ul li {
	text-align: right;
	height: 18px;
}
#menu ul a {
	font-size: 11px;
	color: White;
	text-decoration: none;
	font-style: italic;
}
#menu ul li.active a {
	color: #89b7d7;
}

/* column styles */
#sidebar-left {
	float: left;
	width: 175px;
}
#sidebar-center {
	float: left;
	width: 225px;
}
#content {
	margin-left: 405px;
}
#content_bottom { clear: both; }

/* sidebar styles */
#sidebar-left ul, #sidebar-center ul {
	list-style: none;
	margin: 0;
	padding: 32px 0 0 0;
	background-repeat: no-repeat;
	background-position: top left;
}
div.sidebar-left-box, div.sidebar-center-box, div.sidebar-center-box-blue {
	margin-bottom: 5px;
}
#sidebar-left ul a, #sidebar-center ul a {
	text-decoration: none;
	color: #98948d;
}
div.sidebar-title {
	height: 27px;
}
ul.single-list li {
	height: 18px;
}
ul.bookmark-images li {
	padding: 1px 0 1px 0;
	height: 30px;
	font-style: italic;
	font-size: 10px;
}
ul.bookmark-images img {
	float: left;
	width: 40px;
}
ul.bookmark-images a {
	display: block;
	font-style: normal;
	font-size: 12px;
}
#sidebar-associations li {
	padding: 2px 0 2px 0;
}
div.sidebar-left-box, div.sidebar-center-box, div.sidebar-center-box-blue {
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
div.sidebar-left-box {
	background-image: url('images/sidebar-left-top.png');
	width: 170px;
}
div.sidebar-center-box {
	background-image: url('images/sidebar-center-top.png');
	width: 225px;
}
div.sidebar-center-box-blue {
	background-image: url('images/sidebar-center-blue-top.png');
	width: 225px;
}

div.sidebar-left-box-content, div.sidebar-center-box-content {
	background-color: White;
	padding: 7px 0 7px 14px;
}
div.sidebar-center-box-blue-content {
	background-color: #89b7d7;
	padding: 7px 0 7px 14px;
}

div.sidebar-left-box-bottom, div.sidebar-center-box-bottom, div.sidebar-center-box-blue-bottom {
	background-repeat: no-repeat;
	height: 5px;
}
div.sidebar-left-box-bottom { background-image: url('images/sidebar-left-bottom.png'); }
div.sidebar-center-box-bottom {	background-image: url('images/sidebar-center-bottom.png'); }
div.sidebar-center-box-blue-bottom {	background-image: url('images/sidebar-center-blue-bottom.png'); }

#sidebar-articles { background-image: url('images/title-articles.gif'); }
#sidebar-authors { background-image: url('images/title-authors.gif'); }
#sidebar-links { background-image: url('images/title-links.gif'); }
#sidebar-associations { background-image: url('images/title-associations.gif'); }
#sidebar-most-commented { background-image: url('images/title-most-commented.gif'); }

div.sidebar-center-box #featured-links {
	padding-top: 12px;
}
#featured-links li, #sidebar-most-commented li{
	padding-bottom: 8px;
}
#featured-links span, #sidebar-most-commented span {
	color: #5e5952;
	font-style: italic;
	font-size: 11px;
}

#sidebar-center #ads {
	padding: 0;
}
#ads li {
	padding-bottom: 5px;
}
#ads a {
	display: block;
}


/* search styles */
#search_form input { 
	background-image: url('images/search-the-blog.gif');
	background-repeat: no-repeat;
	background-color: White;
	background-position: left center;
	border: none;
	margin: 0;
	padding: 0;	
	width: 210px;
	height: 15px;
}
#search_form input.selected {
	background-image: none;
}


/* twitter update styles */
#twitter_update_list {
	color: White;
}
#twitter_update_list a { color: #003468 !important; }
div.sidebar-center-box-blue #twitter_update_list {
	padding: 12px 0 0 0;
}
div.sidebar-center-box-blue #twitter_update_list span { 
	display: block; 
	text-decoration: none;
	color: #0e4575;
	margin-top: 14px;
}

/* designer sobriety styles */
#ds {
	background-image: url('images/ds-top.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 225px;
	padding-top: 8px;
	margin-bottom: 5px;
}
#ds #twitter_ds_update_list {
	margin: 14px 0 0 0;
	padding: 0;
	color: White;
}
#ds #twitter_ds_update_list span {
	display: block;
	margin-top: 14px;
	color: #003468;
}
#ds #twitter_ds_update_list a {
	color: #003468;
}
#ds-content {
	background-image: url('images/ds-header.gif');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #c0be8c;
}
#ds-content-footer {
	background-image: url('images/ds-footer.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px 42px 7px 15px;
}
#ds-bottom {
	background-image: url('images/ds-bottom.png');
	height: 5px;
}

/* post styles */
div.post {
	background-image: url('images/content-top.png');
	width: 540px;
	padding-top: 5px;
}
div.post-content {
	background-color: White;
	padding: 15px 0 17px 20px;
	line-height: 180%;
}
div.post-content strong {
	color: #0e4575;
	font-style: italic;
}
div.post-header {
	padding: 19px 0 12px 0;
	border-bottom: solid 1px #87b0d0;
	margin-bottom: 14px;
	width: 500px;
}
div.post-header h1 a, div.post-header h2 a {
	color: #0e4575;
}
div.post-header, div.post-header a {
	text-decoration: none;
	color: #98948d;
}
div.post-text {
	width: 500px;
}
span.read-more {
	display: block;
	color: #0e4575;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1.0em;
}
div.post-footer {
	background-image: url('images/post-footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 540px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.post-footer-content {
	background-color: #0e4575;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #87b0d0;
	font-style: italic;
	padding: 20px 0 20px 20px;
	height: 55px;
	display: block;
}
div.post-footer-content a {
	text-decoration: none;
	color: White;
}
div.post-footer-content div.pf-1 {
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 4px;
}
div.post-footer-content div.pf-2 {
	float: left;
	width: 97px;
	border-right: solid 1px #87b0d0;
}
div.post-footer-content div.pf-3 {
	float: left;
	width: 54px;
	text-align: right;
	margin-right: 4px;
}
div.post-footer-content div.pf-4 {
	float: left;
	width: 255px;
}

/* comment styles */
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	background-color: White;
	width: 500px;
}
ol.commentlist li.even div.comment-text { background-image: url('images/comment-top-even.gif'); }
ol.commentlist li.even div.comment-text-bottom { background-image: url('images/comment-bottom-even.gif'); background-color: #f2f2f2; }
ol.commentlist li.odd div.comment-text { background-image: url('images/comment-top-odd.gif'); }
ol.commentlist li.odd div.comment-text-bottom { background-image: url('images/comment-bottom-odd.gif'); background-color: #e0e0e0; }
div.comment-text {
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	width: 500px;
}
div.comment-text-bottom {
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 10px 15px 10px;
}
div.comment-info {
	height: 34px;
	position: relative;
}
div.comment-author {
	position: absolute;
	left: 10px;
	top: 0px;
}
div.comment-author, div.comment-author a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #0f4474;
	text-decoration: none;
}
div.comment-date {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 11px;
	color: #98948d;
}
div.top-white {
	background-image: url('images/content-top.png');
	width: 540px;
	height: 5px;
}
div.bottom-white {
	background-image: url('images/content-bottom.png');
	width: 540px;
	height: 5px;
	margin-bottom: 5px;
}

#respond {
	padding: 5px 20px 10px 20px;
	background-color: White;
	width: 500px;
}
#respond h3, #respond h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 4px 0;
	color: #0f4474;
	text-decoration: none;
}
#respond input.text, #respond textarea {
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5952;
	padding: 2px;
	width: 496px;
	margin: 0;
}
#respond textarea {
	height: 80px;
}

/* green page */
#green {
	width: 500px;
	padding: 10px 20px;
	background-color: White;
	line-height: 160%;
}
#green h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic; 
	font-weight: normal; 
	font-size: 24px;
	color: #056839; 
	margin: 0 0 8px 0;
	padding: 0 
}
#green h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
	font-style: italic;
	color: #8cc63f;
	margin: 0 0 8px 0;
	padding: 0;
}
#green img.alignleft {
	float: left;
}
#green h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	color: #8cc63f;
	margin: 0 0 8px 0; 
	padding: 0 0 8px 0; 
	border-bottom: solid 1px #056839; 
}

/* green sidebar */
#green-posts { background-image: url('images/title-green-posts.gif'); }
#sidebar-center #green-posts a { color: #5e5952; }
#green-posts span { color: #93c94a; font-style: italic; }
#green-posts li { padding-bottom: 8px; }

#green-resources { background-image: url('images/title-green-resources.gif'); }
#green-links { background-image: url('images/title-green-links.gif'); }
#green-resources li, #green-links li { padding-bottom: 6px; }

#sidebar-center #green-resources a, #sidebar-center #green-links a { color: #5e5952; }

/* footer */
#footer {
	border-top: solid 4px #89b7d7;
	background-color: #0e4575;
}
#footer_content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 955px;
	height: 116px;
}
#footer_logo {
	position: absolute;
	left: 5px;
	top: 10px;
}
#footer_navigation {
	position: absolute;
	top: 5px;
	right: 5px;
}
#footer_navigation, #footer_navigation a {
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
#footer_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_navigation li {
	display: inline;
	padding-left: 15px;
}
#footer_navigation a, #footer_navigation span {
	background-repeat: no-repeat;
}
#fn_linkedin a { background-image:url('images/footer_linkedin.gif'); background-position: 0px 1px; padding-left: 18px; }
#fn_flickr a { background-image:url('images/footer_flickr.gif'); background-position: 0px 4px; padding-left: 17px; }
#fn_facebook a { background-image:url('images/footer_facebook.gif'); background-position: 0px 2px; padding-left: 11px; }
#fn_twitter a { background-image:url('images/footer_twitter.gif'); background-position: 0px 2px; padding-left: 16px; }
#fn_vimeo a { background-image:url('images/footer_vimeo.gif'); background-position: 0px 2px; padding-left: 18px; }
#fn_phone span { background-image:url('images/footer_phone.gif'); background-position: 0px 3px; padding-left: 18px; }


#footer_location {
	position: absolute;
	right: 5px;
	top: 50px;
	font-size: 12px;
	color: White;
}
#footer_location a {
	color: #89b7d7;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#footer_copyright {
	position: absolute;
	left: 5px;
	bottom: 12px;
	font-size: 10px;
	color: White;
}
#footer_copyright strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #89b7d7;
}

#newsletter_signup, #link_popup {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #0e4575;
}
#newsletter_form {
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	width: 470px;
	background-image: url('images/newsletter-bg.gif');
	height: 280px;
	margin-left: -245px;
	margin-top: -145px;
	padding: 10px 10px 0 10px;
}
#link_popup_interior {
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	width: 800px;
	background-image: url('images/newsletter-bg.gif');
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	padding: 10px 10px 0 10px;
}
#link_popup_interior iframe {
	width: 800px;
	height: 550px;
	border: none;
}
#link_popup_top {
	background-color: White;
	height: 30px;
	text-align: right;
	padding: 10px 10px 0 0;
}

#newsletter_form_int1 {
	background-color: White;
}
#newsletter_form_int2 {
	padding: 5px 10px 0px 20px;
	height: 265px;
}
#newsletter_form_close_link {
	text-align: right;
}
#link_popup_top a {
	padding-left: 20px;
}
#newsletter_form_close_link a, #link_popup_top a {
	color: #0e4575;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
input.nf_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e4575;
	font-size: 12px;
	padding: 2px;
	background-color: #e6e6e6;
	border: solid 1px #e6e6e6;
	width: 430px;
	margin-bottom: 6px;
}
div.nf_required {
	color: #89b7d7;
}
h1.newsletter_submit {
	padding-right: 5px;
	text-align: right;
}
#newsletter_submit_page a {
	color: #89b7d7;
	font-style: italic;
	text-decoration: none;
}

/* subscribe2 */
#subscribe input.text {
	border: solid 1px #eeeeee;
	background-color: #eeeeee;
	color: #87b0d0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	width: 180px;
	margin: 6px 0;
}

/* navigation */
div.navigation a {
color: #0e4575;
text-decoration: none;
}