/*
Theme Name: Richard Willich News
Theme URI: http://richardwillich.com/news/
Description: A theme for <a href="http://www.richardwillich.com">Richard Willich</a> news.
Author: BroadBased Communications, Inc.
Author URI: http://bbased.com

*/

/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

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;
	background-image: transparent;
	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;
}
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: "" "";
}

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

html {
	background:#000 url("images/bg.jpg") repeat-x top;
	height:100%;
}

body {
	background:url("images/desk-objects-bg.jpg") no-repeat top center;
	font: small/1.5em "Arial", Helvetica, sans-serif;
	color:#333;
	line-height:150%;
	height:100%;
}

html>body {
	min-height: 100%;
	height: auto;
}

/* ---------------------------------------------------------------------------

	Header

--------------------------------------------------------------------------- */

#header {
	width:710px;
	margin:0 auto;
	text-align:center;
}

#header h1 a {
	background:url(images/richard-willich-signature.png) no-repeat center;
	/*width:330px;*/
	height:90px;
	display:block;
	text-indent:-9999px;
}

/* ---------------------------------------------------------------------------

	Wrap Top

--------------------------------------------------------------------------- */

#ds-top {
	background:url(images/ds-top.png) no-repeat top center;
	width:710px;
	height:87px;
	padding-top:7px;
	margin:0 auto;
	clear:both;
}

#wrap-top {
	background:url(images/leather-nav-bg.jpg) repeat-x top;
	height:87px;
	width:690px;
	margin:0 auto;
}

/*------------------------------------------------------------------------------

NAVIGATION

------------------------------------------------------------------------------*/

ul#navigation {
	padding-top:28px;
	padding-left:15px;
}

ul#navigation li {
	float:left;
	display:block;
	text-align:center;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	padding:0 10px;
}

ul#navigation li a {
	color:#fff;
	text-decoration:none;
	padding-bottom:10px;
}

ul#navigation li#home a:hover, body.home ul#navigation li#home a,
ul#navigation li#about a:hover, body.about ul#navigation li#about a,
ul#navigation li#news a:hover, body.news ul#navigation li#news a {
	background:url(images/home-hover.jpg) no-repeat bottom center;
}

ul#navigation li#entrepreneurship a:hover, body.entrepreneurship ul#navigation li#entrepreneurship a {
	background:url(images/entrepreneurship-hover.jpg) no-repeat bottom center;
}

ul#navigation li#foundation-philanthropy a:hover, body.foundation-philanthropy ul#navigation li#foundation-philanthropy a {
	background:url(images/foundation-philanthropy-hover.jpg) no-repeat bottom center;
}

ul#navigation li#patriotism a:hover, body.patriotism ul#navigation li#patriotism a {
	background:url(images/patriotism-hover.jpg) no-repeat bottom center;
}

ul#navigation li#public-speaking a:hover, body.public-speaking ul#navigation li#public-speaking a {
	background:url(images/public-speaking-hover.jpg) no-repeat bottom center;
}

ul#navigation li#contact a:hover, body.contact ul#navigation li#contact a {
	background:url(images/contact-hover.jpg) no-repeat bottom center;
}

/*------------------------------------------------------------------------------

Wrap Body

------------------------------------------------------------------------------*/

#ds-body {
	background:url(images/ds-body.png) repeat-y center;
	overflow:visible;
	width:710px;
	margin:0 auto;
}

#wrap {
	background:url(images/paper-wrap-bg.png) repeat-y center;
	width:698px;
	height:100%;
	margin:0 auto;
}

/*------------------------------------------------------------------------------

MAIN CONTENT

------------------------------------------------------------------------------*/

#content-container {
	width:648px;
	margin:0 auto;
	padding:25px 0;
}

#main-content {
	width:410px;
	float:left;
}

#main-content img, #main-content h2, #main-content h3, #main-content h4, #main-content p {
	margin-bottom:20px;
}

#main-content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#39628a;
}

#main-content h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px !important;
}

#main-content ul {
	margin-bottom:10px;
}

#main-content ul li {
	font-weight:bold;
	list-style:square;
	margin-left:15px;
	padding-bottom:10px;
}

#main-content a {
	color:#39628a;
	text-decoration:underline;
}

#main-content a:hover {
	text-decoration:none;
}

.post {
	clear:both;
	margin-bottom:40px;
}

.post-date {
	/*float:left;
	display:inline;
	width:44px;
	background-color:#4b4d4a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #4b4d4a;
	padding:5px 0;
	font-style:italic;*/
}

.post-title {
	margin-bottom:10px;
	border-bottom:dashed 1px #c0a62c;
}

.post-title p {
	margin-bottom:0 !important;
}

.post-title h2 {
	margin-bottom:10px !important;
	line-height:normal;
}

.post-title a {
	color:#4693bf;
	text-decoration:none;
}

.post-title a:hover {
	color:#3480ac;
	border-bottom:dashed 1px #3480ac;
}

.entry {
	clear:both;
	padding-top:10px;
}

.post-cat {
	font-size: 95%;
}

.post-comments {
	font-size:95%;
}

.post-nav {
	clear:both;
	padding:10px 0px;
}

.post-nav a {
	color:#4693bf;
	text-decoration:none;
}

.post-nav a:hover {
	color:#3480ac;
	border-bottom:dashed 1px #3480ac;
}

.previous-entries {
	float:left;
}

.next-entries {
	float:right;
}

#searchform {
	margin-bottom:20px;
}

#searchform #s {
	border:1px solid #ccc;
	width:155px;
	height:20px;
	background:#fff;
	padding-top:7px;
	padding-left:5px;
}

#searchform #searchsubmit {
	width:28px;
	color:#fff;
	background-color:#4b4d4a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #4b4d4a;
	padding:5px 0;
	font-style:italic;
}

ul.addtoany_list li {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}

img.alignright {
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

#sidebar {
	background-color:#fff;
	width:210px;
	float:right;
}

#sidebar h2 {
	padding:20px 0 15px 10px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	color:#2f261b;
	font-size:18px;
}

h3.view-gallery a {
	border-bottom:dashed 1px #c0a62c;
	margin:15px 10px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#39628a;
}

h3.view-gallery a:hover {
	border-bottom:1px solid #39628a;
}

a.all-news {
	text-decoration:none;
	font-size:11px;
	color:#2f261b;
	font-weight:bold;
	padding:5px;
	background-color:#d9d6cb;
	float:right;
	margin:10px 10px 15px 0;
}

a.all-news:hover {
	color:#d9d6cb;
	background-color:#2f261b;
}

.news-item {
	clear:both;
	border-top:dashed 1px #c0a62c;
	padding:15px 0;
	margin:0 10px;
}

.news-item h3 {
	font-weight:bold;
	color:#39628a;
	margin-bottom:5px;
}

.news-item h3 a {
	color:#7d6621;
	text-decoration:underline;
}

.news-item h3 a:hover {
	text-decoration:none;
}

.news-item p a {
	color:#7d6621;
	text-decoration:underline;
}

.news-item p a:hover {
	text-decoration:none;
}

.ul-archives {
	clear:both;
	border-top:dashed 1px #c0a62c;
	padding:15px 0;
	margin:0 10px;
}

.ul-archives a {
	color:#7d6621;
	text-decoration:underline;
}

.ul-archives a:hover {
	text-decoration:none;
}

#rss-links a {
	background:url(images/mini-rss.gif) no-repeat left center;
	padding-left:18px;
	padding-bottom:2px;
	color:#7d6621;
	text-decoration:underline;
}

#twitter a {
	background:url(images/mini-twitter.png) no-repeat left center;
	padding-left:20px;
	padding-bottom:2px;
	color:#7d6621;
	text-decoration:underline;
}

#rss-links a:hover, #twitter a:hover {
	text-decoration:none;
}

/*------------------------------------------------------------------------------

FOOTER

------------------------------------------------------------------------------*/

#footer {
	background:url(images/ds-paper-bottom.png) no-repeat top;
	width:740px;
	margin:0 auto;
	font-size:10px;
	padding:20px 0;
	color:#fff;
	text-align:center;
}

#footer p {
	padding-left:30px;
	clear:both;
}

#footer ul {
	text-align:center;
	padding-right:30px;
}

#footer ul li {
	display:inline;
	padding-left:5px;
}

#footer a  {
	color:#a68b3d;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/

h2, h3, h4, h5, p {
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*------------------------------------------------------------------------------

Links

------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

MISCELANEOUS

------------------------------------------------------------------------------*/

h6 {
font-size:80%;
font-weight:bold;
margin-bottom:20px;
}

.clear {
	clear:both;
}

/*a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}*/
/*h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}*/
/*h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}*/
/*#header {
	background: #0FACEA url(images/header-bg.jpg) no-repeat;
	height: 170px;
	border-bottom: 3px solid #59780a;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}*/
/*#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #6b9a11 url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #AFCD69;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 485px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}*/
