/*
Theme Name: Microgiving.com
Theme URI: http://microgiving.com
Description: Microgiving.com
Version: 1.0
Author: Harri
Author URI: http://microgiving.com
Tags: fixed width, 3 columns, 2 columns, two columns, three columns, white, blue, grey, black, orange, right sidebar, breadcrumb, author highlight, gravatar, clean, simple, widgets, widget, gravatars, valid CSS,valid XHTML
*/


body {
	background-color: #bad52a;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
}

* {
    margin: 0;
    padding: 0;
    font-family: arial,sans;
    font-size: 13px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img	{
    border: none;
}

#wrapper {
    margin: 10px auto 0 auto;
    width: 960px;
}

#wrapper #body {
    background-color: white;
    border: 2px #ccd1d7 solid;
    padding: 15px 15px 15px 15px;
    padding-top: 30px;
    margin-bottom: 30px;
}

/* ---- Header part */

#header {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 10px 3px;
    height: 130px;
    background-color: white;
    border: 2px #ccd1d7 solid;
    margin-bottom: 20px;
}

#header h1, #header h1 a {
    color: #327eb0;
    letter-spacing: -1px;
    text-decoration: none;
    font-size: 30px;
}

#header .descri	{
    margin-top: -5px;
    color: #666;
}

.topmenu {
    float: right;
    margin: 10px 0 0 0;
}

.topmenu ul	{
    list-style: none;
}

.topmenu ul li {
    display: inline;
}

.topmenu a 	{
    display: block;
    float: left;
    padding: 6px 10px;
    background: #777 url('images/corner.gif') top left no-repeat;
    color: #fff;
    margin: 0 5px;
}

.topmenu a:hover {
    background: #327eb0 url('images/corner.gif') top left no-repeat;
    text-decoration: none;
}

.topmenu .feed	{
    background: #f57100 url('images/corner.gif') top left no-repeat;
}

#teaser {
    background: #999 url('images/corner.gif') top left no-repeat;
    color: #fff;
    padding: 5px 30px;
    margin-bottom: 50px;
}

#teaser a {
    color: #333;
}

.outside_tab {
	background-color: #808080;
	float: right;
	width: 80px;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 5px;
	text-align: center;
	cursor: pointer;
	border-top: 2px #808080 solid;
	border-left: 2px #808080 solid;
	border-right: 2px #808080 solid;
	position: relative;
	margin-top: 2px;
	z-index: 10;
}

.outside_tab:hover {
	background-color: #ffffff;
	color: #6f6f6f;
	cursor: pointer;
	border-top: 2px #ccd1d7 solid;
	border-left: 2px #ccd1d7 solid;
	border-right: 2px #ccd1d7 solid;
	padding: 4px 0px 4px 0px;
	position: relative;
	top: 2px;
	z-index: 50;
	margin-top: 0px;

}

.outside_tab_white {
	background-color: #ffffff;
	float: right;
	width: 80px;
	color: #6f6f6f;
	font-size: 11px;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 3px;
	text-align: center;
	border-top: 2px #ccd1d7 solid;
	border-left: 2px #ccd1d7 solid;
	border-right: 2px #ccd1d7 solid;
	position: relative;
	top: 2px;
	z-index: 50;
}

/* ---- Content */

#content {
    margin-left: 5px;
    width: 630px;
    padding-right: 10px;
    line-height: 170%;
    font-size: 12px;
    color: #222;
}

#content ul	{
    margin: 10px 0 10px 10px;
    list-style: none;
}

#content ul li {
    background: url('images/bullet.gif') 0 5px no-repeat;
    margin: 5px 0;
    padding-left: 15px;
    font-size: 14px;
}

#content ol	{
    margin: 10px 0 10px 10px;
    list-style: decimal inside;
}

#content ol li {
    margin: 5px 0;
    font-size: 14px;
}

#content p	{
    margin: 10px 0;
    font-size: 12px;
}

#content a {
    color: #327eb0;
    font-weight: bold;
}

#content a:hover {
    color: #40a2e3;
}

#content blockquote {
    border-left: 1px solid #327eb0;
    padding: 10px;
    font-style: italic;
    background: #ddd;
}

#content .indicator {
    float: left;
    margin-left: -30px;
    font-size: 30px;
    color: #999;
}

#content h1, #content h2, #content h1 a, #content h2 a {
    color: #000;
    letter-spacing: -1px;
    text-decoration: none;
}

#content h1, #content h1 a {
    font-size: 20px;
}

#content h2, #content h2 a {
    font-size: 17px;
    margin-bottom: 10px;
}

#content h1 a:hover, #content h2 a:hover	{
    color: #000;
    background: #fff;
    text-decoration: underline;
}

#content h2	{
    margin-top: 10px;
}

#content h3	{
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

#content .metadata {
    color: #666;
    margin: 5px 0 10px 0;
    border-top: 1px dotted #ccc;
}

#content .metacomments {
    
}

#content .metacomments a {
    display: block;
    float: left;
    padding: 6px 15px 16px 15px;
    margin-right: 10px;
    background: #327eb0 url('images/commentcount.gif') top left no-repeat; color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#content .metacomments a:hover {
    background: #40a2e3 url('images/commentcount.gif') top left no-repeat;
    text-decoration: none;
}

#content .entry {
    margin-bottom: 50px;
    width: 100%;
}

#content ul {
    list-style-image: url('images/corner.gif');
}

/* ---- Comments */
#content .green_bar
{
    border: 1px #C5D6AA outset;
    background-color: #8EC142;
    width: 630px;
    height: 20px;
    padding: 7px 7px 7px 7px;
    color: #4F5249;
    font-size: 16px;
}

#content .comment
{
    border: 1px solid #2984B1;
    width: 630px;
    padding: 7px 7px 7px 7px;
    margin: 5px 0 5px 0;
    background-color: #D5F0FD;
    color: #626B70;
    font-size: 11px;
}


#content .comment a
{
    font-size: 11px;
}

#content .comment .author
{
    border-bottom: 1px dotted #4D4D4D;
    width: 97%;
}

#content .comment .avatar
{
    position: relative;
    top: -8px;
    left: 292px;
}

#content .comment .content
{
    line-height: 100%;
    font-weight: 500;
    
}

#content .comments-template {
    margin-top: 20px;
}

#content .commentlist {
    list-style: none;
}

#content .commentmetadata {
    padding: 5px 10px;
    background: #ccc url('images/corner.gif') top left no-repeat;
    margin: 5px 0 5px -30px;
}

#content .commentmetadata img {
    float: left;
    padding: 2px;
    margin: 5px 10px 5px 0;
    border: 1px solid #000;
}

#content .commentmetadata_author {
    padding: 5px 10px;
    background: #327eb0 url('images/corner.gif') top left no-repeat;
    margin: 5px 0 5px -30px;
    color: #fff;
}

#content .commentmetadata_author img {
    float: left;
    padding: 2px;
    margin: 5px 10px 5px 0;
    border: 1px solid #000;
}

#content .commentmetadata_author a {
    color: #fff;
}

/* ---- Sidebar */

#sidebar {
    margin-top: 25px;
    margin-right: 30px;
    padding-left: 25px;
    width: 200px;
    float: right;
    line-height: 160%;
    color: #333;
    border-left: 1px dotted #ccc;
}

#sidebar .leftbar {
    width: 140px;
}

#sidebar .rightbar {
    float: right;
    width: 140px;
}

#sidebar a {
    color: #333;
}

#sidebar a img {
    padding: 20px;
    border: none;
}

#s {
    padding: 3px;
    border: 1px solid #999;
    width: 220px;
    color: #666;
}

#s:hover {
    border: 1px solid #000;
}

#searchsubmit {
    padding: 2px 5px;
    border: 1px solid #327eb0;
    background: #327eb0;
    color: #fff;
}

#searchsubmit:hover {
    background: #40a2e3;
}

#sidebar h4, #sidebar h5	{
    color: #327eb0;
    letter-spacing: -1px;
    margin: 25px 0 5px 0;
}

#sidebar h4	{
    font-size: 14px;
}

#sidebar h5	{
    font-size: 13px;
}

#sidebar ul	{
    margin: 10px 0 10px 5px;
    list-style: none;
}

#sidebar ul li {
    background: url('images/bullet_pale.gif') 0 5px no-repeat;
    padding-left: 15px;
}

#sidebar ul.new li {
    background: url('images/bullet_new.gif') 0 5px no-repeat;
    padding-left: 15px;
}

#sidebar ol	{
    margin: 10px 0 10px 5px;
    list-style: decimal inside;
}

/* ---- Footer */

#footer {
    background: #999 url('images/corner.gif') top left no-repeat; color: #fff;
    padding: 5px 30px;
    margin-top: 30px;
}

#footer a {
    color: #333;
}

#footer a.authorlink {
    color: #fff;
}

/* ---- comments */

#author, #email, #url, #comment {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
}

#author {
    width: 250px;
}

#email {
    width: 250px;
}

#url {
    width: 250px;
}

#comment {
    width: 500px;
}

#submit {
    background: #e35c00;
    color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

/* ---- Required by WordPress */

.aligncenter, div.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
}
