﻿/*
Theme Name: MSOutlook.info
Theme URI: http://www.msoutlook.info/
Description: Updated for use with yarpp and caching
Version: 2.0
Author: Robert Sparnaaij
*/

html {
	height: 100%; margin-bottom: 1px;
}
body {
 background: #505050; /* url('images/bg_main.gif') repeat-x top left;*/ 
 background-attachment: fixed;
 color: #000000;
 font: 12px Arial, Helvetica, sans-serif;
 margin: 15px auto;
 padding: 0;
}
form {
 margin: 0;
}
a {
 color: #58A413;
}
a img {
 border: none;
}
a:visited {
 color: #58A413;
}
a:hover {
 color: #82C418;
}
acronym, abbr {
 border-bottom: 1px dashed #333;
}
acronym, abbr {
 cursor: help;
}

blockquote {
 border-left: 5px solid #CFA9FF;
 margin-left: 1.5em;
 padding-left: 5px;
}
cite {
 font-style: normal;
}
h2 {
	font: bold 14px verdana;
	margin: 0 0 4px 0;
	padding: 2px 0 0 0;
	color: #FFFFFF;
}

#container {
 text-align: left;
 width: 970px;
 border: 5px solid #4C7C00;
 background: #ABC187;
 padding: 1px;
}
#header {
 background: #ffffff;
 height: 82px;
 font: italic normal 230% 'Times New Roman', Times, serif;
}

#header-banner {
 text-align: center;
 padding: 10px 0 0 0;
}

#header-siteinfo {
 float: left;
 padding: 10px 0 0 0;
}
#header-siteinfo h1 {
 color: #7DC20F;
 font: 38px tahoma, arial;
 text-decoration: none;
 margin-top: 0px;
 margin-bottom: 0px;
}
#header-siteinfo a {
 color: #7DC20F;
 text-decoration: none;
}
#header-siteinfo {
 color: #7DC20F;
 font: 12px tahoma, arial;
 font-style: italic;
 text-decoration: none;
}
#menu {
 background: #78BA0E url('images/bg_navbar.gif') repeat-x top left;
 height: 40px;
 padding: 0 10px;
}
/*
#menu a:link, #menu a:visited {
 font: 17px tahoma;
 color: #ffffff;
 text-decoration: none;
}
#menu ul {
 list-style: none;
}
*/
#searchbar {
 float: left;
 margin-top: 3px;
}
#search {
 float: right;
 padding-top: 9px;
}
#search input#s {
	width: 150px; padding: 2px;
	border: 1px solid #58A413;
	font: 12px arial;
}
#search input#submit {
 text-transform: uppercase;
 border: 0;
 color: #ffffff;
 background: transparent;
 font: bold 13px tahoma;
 height: 20px;
}
#announcement, #searchtip {
text-align: center;
border: 1px solid #58A413;
padding: 10px 10px;
margin-bottom: 10px;
font-size: 14px;
}
hr {  
	height: 0; 
	border: 0; 
	border-top: 1px solid #58A413; 
	}
#content {
 background: #ffffff;
}
#content h3 {
	margin: 0 0 5px 0; padding: 0;
}
#content h3 a {
	font: 22px 'Trebuchet MS';
	color: #306609;
	text-decoration: none;
}
#content .storytime {
	padding-top: 4px;
	border-top: 1px solid #E5E5E5;
}
#content .storytime, #content .storytime a {
	color: #7CB137;
	text-decoration: none;
}
#main {
}
#left, #right {
 background: #82C418 url('images/bg_sidebottom.gif') no-repeat bottom left;
}
.side {
 background: #82C418;
}
.side a:link, .side a:visited {
 color: #E5F1D2;
}
.side a:hover {
 color: #EDE85D;
}
.side ul {
 margin-bottom: 15px;
}
#left .inner, #right .inner {
 background: url('images/bg_sidetop.gif') no-repeat top left;
 padding: 10px;
}

.post {
 background: url('images/bg_post.gif') repeat-x top left;
 padding: 30px;
}
.post h1 {
 background: url('images/dot_title.gif') repeat-x bottom left;
 font: 22px Georgia, "Times New Roman", Times, serif;
 margin: 0 0 5px 0;
 padding: 0 0 10px 0;
}
.post h1 a:link, .post h1 a:visited {
 text-decoration: none;
 color: #4C7806;
}
.post ul {
	list-style-type:disc;
	padding-left:40px;
}
.comment {
 background: url('images/icon_comment.gif') no-repeat center left;
 float: right;
 padding: 5px 0 5px 40px;
}
.comment a:link, .comment a:visited {
 color: #333333;
 text-decoration: none;
}
.single-excerpt {
 font-weight: bold;
 font-style:italic;
 font-size: 13px;
 padding-top: 5px;
 padding-bottom: 5px;
}
#postadd {
 text-align: center;
 font-size: 14px;
}
#footer {
 padding: 10px;
}


.sidebarheader {
 background: url('images/sidebar_header.png') repeat-x top;
 padding-left: 10px;
 padding-right: 10px;
}

.sidebarborder {
 border: 1px solid #58A413;
 border-top-style: none;
 margin-left: -10px;
 margin-right: -10px;
 padding-right: 10px;
} 



ol#comments li p {
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #ffffff;
	color: #346B0A;
	font-size: 12px;
	margin: 0;
	padding: 5px 15px 20px 15px;
	text-align: right;
}

.credit a:link, .credit a:hover {
	color: #346B0A;
}

.feedback {
	color: #CFA9FF;
	text-align: right;
	clear: both;
}

.meta {
	text-align: right;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #697D88;
}
.meta a {
	color: #7CB137;
	font: bold 14px verdana;
}

.storytitle {
	background: transparent url('images/bg_storytitle.gif') no-repeat top left;
	margin: 0;
	height: 40px;
}

.storycontent {
	background: transparent url('images/bg_storycontent.png') repeat-x top left;
	padding: 10px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
}

#side {
	font: 12px arial;
}

#sidemenu {
}

#sidemenu ul {
	color: #000000;
	font: bold 12px arial;
	list-style-type: none;
	margin: 0; padding: 0;
}

#sidemenu ul li {
	background: transparent url('images/nav_heading.gif') no-repeat top left;
	font: 20px 'Trebuchet MS';
	padding-top: 10px;
	padding-bottom: 10px;
	color: #306409;
}

#sidemenu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	text-align: left;
	border-top: 1px solid #BED99B;
}

#sidemenu ul ul li {
	background: url('images/nav_bits.gif') no-repeat center left;
	border: 0;
	font: bold 13px arial;
	margin-top: 0;
	padding: 3px 0;
	padding-left: 15px;
	letter-spacing: normal;
}

#sidemenu ul ul li a {
	color: #333333;
	text-decoration: none;
}

#sidemenu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#sidemenu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#side .about {
	border: 3px solid #78AC35;
	padding: 10px;
	background: #F5F5F5;
}
/*
#tabs {
	background: transparent url('images/header.gif') no-repeat bottom left;
	opacity: .8;
	filter: alpha(opacity=80);
	height: 40px;
}
#tabs ul {
	float: right;
	text-align: right;
	height: 35px;
	list-style: none;
	padding: 0; margin: 0 20px 0 0;
}
#tabs li {
	float: left; text-align: center;
	background: transparent url('images/tab.gif') no-repeat top left;
	width: 99px; height: 28px; padding-top: 7px;
	margin-left: 6px;
}
#tabs li a {
	color: #356D0A;
	font: 18px verdana;
	text-decoration: none;
	text-transform: lowercase;
}
*/
ul {
	list-style: none;
	margin: 0; padding-left: 10px;
}
li.pagenav {
	font: bold 16px tahoma;
}

li#services, li#archives, li#navigation, li#categories {
	padding-bottom: 20px;
	font: bold 12px verdana;
	/* color: #13F5AD; */
}

li#links, li#searchlinks, li#latest, li#popular, li#book, li#friends {
	padding-bottom: 20px;
}

#archives a, #navigation a, #categories a {
        text-decoration: none;
	font: bold 12px verdana;
}

#services a, #latest a, #popular a {
        text-decoration: none;
	font: 12px verdana;
}

#friends a {
        font: bold 12px verdana;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #CFA9FF;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
ul.tiplist{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li.tiplist{
	padding-left:10px;
}
li.popular{
	background-image: url(images/priority.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left:10px;
}
.tiplist a{
	text-decoration: none;
	font-size:14px;
}

.azindex .head {}
.azindex .subhead {}
.azindex .desc {float:left; font-size:80%; padding-left:10px;}
.azindex {padding:20px 0 20px 0}
.azindex h2 {padding-top:0;margin-top:0;font-size:16px;border-bottom-color: #82C418;border-bottom-style: solid;border-bottom-width: 1px;}
.azindex h2 .azcont {font-size:50%;font-style:italic;}
.azindex ul {list-style-type:none; padding:0 5px 0 5px; margin:0;}
.azindex ul li {clear:both; padding-top:5px;}
.azindex ul li.azalt {float:left; width:100%; background-color:gray;}
.azindex a {text-decoration:none;}
.azindex .spacer {height:20px;}
.azlinks {text-align:center;font-size:16px;}
.azlinkspacer {height:20px;}
.azpagelinks {text-align:center;}

.related-content a {text-decoration: none;}
