﻿/*
Theme Name: Teaser Simplified
Theme URI: http://clearconceptsdesign.com/
Description: Premium Blog Theme with customizable sidebar layouts
Version: 1.0
Author: Jeff Owens
Author URI: http://clearconcepts.com.cn/
Tags: fixed width, custom header, 2 column, 3 column
*/

/* Core elements */

body {
	background: url(images/bg_gradient_mask.png) repeat-x; /* This puts a "mask" on the page to produce the different colors of background gradients */
	color: #222222;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center; /* For IE centering */
}

h1 {
	margin: 0;
	padding: 0;
}

h3, h3 a {
	font-size: 1.6em;
	padding-bottom: 1.2em;
	font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

strong { font-weight: bold; }

a > img {
	border: 0;
}

em { font-style: italic; }

/* End core elements */

/* Background stylings */

.blue-bg {
	background-color: #1240AB;
}

.monochrome-bg {
	background-color: #222222;
}

.yellow-bg {
	background-color: #FFE273;
}

.green-bg {
	background-color: #B9DA5F;
}

.brown-bg {
	background-color: #7C4E0F;
}

.red-bg {
	background-color: #FFF88B;
}

/* End background stylings */

/* General link stylings */

body.monochrome-bg a {
	color: #A0A0A0;
}

body.monochrome-bg a:hover {
	color: #222222;
}

body.blue-bg a {
	color: #6A48D7;
}

body.blue-bg a:hover {
	color: #1240AB;
}

body.yellow-bg a {
	color: #BAA280;
}

body.yellow-bg a:hover {
	color: #704500;
}

body.red-bg a {
	color: #A46363;
}

body.red-bg a:hover {
	color: #A40000;
}

body.green-bg a {
	color: #B9DA5F;
}

body.green-bg a:hover {
	color: #91B52D;
}

body.brown-bg a {
	color: #BAA280;
}

body.brown-bg a:hover {
	color: #7C4E0F;
}

/* End general link stylings */

/* Content wrapper */

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

/*** Begin Header section ***/

#header {
	position: relative;
	width: 960px;
	text-align: left;
}

#header #header_logo {
	width: 600px;
	height: 68px;
	position: relative;
}

#header h1 {
	position: absolute;
	padding-bottom: 5px;
	text-indent: -9000px;
	top: 0;
	left: 0;
}

a#header_logo { text-decoration: none; }

/* Twitter, Facebook and RSS links */

#followus {
	right: 10px;
	position: absolute;
	top: 10px;
}

/* Top menu styles */

#menu_bar {
	height: 40px;
	width: 960px;
}

.menu-bar-blue {
	background-color: #06266F;
	border-bottom: 2px solid #2A4480;
}

.menu-bar-monochrome {
	background: url(images/top_menu_monochrome.png) no-repeat;
}

.menu-bar-yellow {
	background: url(images/top_menu_yellow.png) no-repeat;
}

.menu-bar-green {
	background: url(images/top_menu_green.png) no-repeat;
}

.menu-bar-brown {
	background: url(images/top_menu_brown.png) no-repeat;
}

.menu-bar-red {
	background: url(images/top_menu_red.png) no-repeat;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    padding: 0px 5px 12px 3px; margin:  0;
    overflow: visible;
	width: 960px;
	margin: 0 auto;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(images/lava4.png) no-repeat right -30px;
            width: 3px; height: 30px;
            z-index: 8;
			  top: 5px;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(images/lava4.png) no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        #wrapper #header #menu_bar ul.lavaLamp li a {
            position: relative; overflow: visible;
            text-decoration: none;
            font-size: 2.7em;
            color: #FFFFFF; outline: none;
            text-align: center;
            line-height: 39px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: -1px 23px 0;
        }
				
.no-js li a:hover {
	background: url(images/lava2.gif) no-repeat;
}

/* End Lava Lamp Menu Styles */

/* End top menu styles */

/* Rotating image banner styles */

#header_banner {
	height: 300px;
	position: relative;
	width: 960px;
}

.header-banner-border-blue {
	border-bottom: solid 4px #2A4480;
}

.header-banner-border-yellow {
	border-bottom: solid 4px #FFD840;
}

.header-banner-border-red {
	border-bottom: solid 4px #A40000;
}

.header-banner-border-green {
	border-bottom: solid 4px #91B52D;
}

.header-banner-border-brown {
	border-bottom: solid 4px #7C300F;
}

.header-banner-border-monochrome {
	border-bottom: solid 4px #FDDB03;
}

/* Rotating banner text styles */

span.banner-background {
	width: 960px;
	height: 45px;
	position: absolute;
	top: 255px;
	left: 0;
	background: url(images/message_background.png) no-repeat;
}

#header_banner h2 {
	font-size: 3.3em;
	position: relative;
	margin-top: -40px;
	overflow: visible;
}

.banner-heading {
	width: 960px;
}

.banner-heading-1 {
	color: #2E4C26;
	margin-left: 20px;
	text-align: left;
}

.banner-heading-2 {
	color: #2E5FAC;
	text-align: center;
}

.banner-heading-3 {
	color: #B50F08;
	right: 20px;
	text-align: right;
}

/* End rotating banner text styles */

/*** End header section ***/

/*** Begin main content section ***/

/* Wrapper for content and sidebars */
#main {
	background-color: #FFFFFF;
	background: url(images/top_shadow.gif) no-repeat #FFFFFF;
	padding-bottom: 40px;
}

/* Wrapper for content */
#content {
	float: left;
	margin: 10px 0;
	text-align: left;
	width: 640px;
}

/* Stylings for Welcome message (optional) */
#welcome {
	margin: 25px 40px 20px;
	/*padding: 20px; */
	width: 500px;
}

.welcome-monochrome {
/*	background-color: #A0A0A0;*/
	color: #222222;
}

.welcome-blue {
/*	background-color: #96ABD9; */
	color: #1341AC;
}

.welcome-yellow {
	background-color: #FFE273;
	color: #704500;
}

.welcome-green {
	background-color: #B9DA5F;
	color: #FFFFFF;
}

.welcome-brown {
	background-color: #BAA280;
	color: #FFFFFF;
}

.welcome-red {
	background-color: #A46363;
	color: #FFFFFF;
}

#welcome h3 {
	font-size: 3.2em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-bottom: 0.5em;
	text-transform: capitalize;
}

#welcome p {
	float: left;
	font-size: 2.4em;
	text-align: left;
}
/* End welcome message stylings */

/* General header bar stylings */

#header_bar {
	margin-top: 20px;
}

#header_bar, .title-bar {
	height: 55px;
	padding-bottom: 10px;
	margin-left: -20px;
	position: relative;
	width: 465px;
	overflow: visible;
}

.title-bar {
	margin-left: -70px;
	margin-top: 10px;
	padding-left: 70px;
}

#header_bar h3, .title-bar h3 {
	margin-left: 50px;
	font-size: 3.6em;
	line-height: 36px;
}

#header_bar h3 a, .title-bar h3 a, .recent_post div.title-bar h3 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 34px;
	padding-bottom: 0;
	line-height: 34px;
	font-weight: normal;
}

#header_bar h3 a:hover, div.title-bar h3 a:hover {
	text-decoration: underline;
}



/* End general header bar stylings */

/* Header bar color stylings */
.fs-header-monochrome {
	background: url(images/fs_content_header_monochrome.png) no-repeat;
	color: #FFFFFF;
}

.fs-header-blue {
	background: url(images/fs_content_header_blue2.png) no-repeat;
	color: #FFFFFF;
}

.fs-header-yellow {
	background: url(images/fs_content_header_yellow.png) no-repeat;
	color: #704500;
}

.fs-header-green {
	background: url(images/fs_content_header_green.png) no-repeat;
	color: #FFFFFF;
}

.fs-header-brown {
	background: url(images/fs_content_header_brown.png) no-repeat;
	color: #FFFFFF;
}

.fs-header-red {
	background: url(images/fs_content_header_red.png) no-repeat;
	color: #FFFFFF;
}
/* End header bar color stylings */

#posts { padding-bottom: 20px; }

#post {
	overflow: auto;
}

/* Wordpress post stylings */

.entry {
	margin-bottom: 1.8em;
}

.recent_post p br {
	margin-bottom: 1em;
}

.recent_post p.postmetadata, .post p.postmetadata {
	display: block;
	font-size: 9px;
	margin-top: 3.6em;
	padding-top: 1.8em;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #AAAAAA;
	width: 490px;
}

.post p.postmetadata { margin-left: 18px; }

.blog.entry .postmetadata {
	margin-top: 1.8em;
	padding-top: 0;
}

.postmetadata a {
	font-size: 10px;
}

.recent_post p.postmetadata br {
	margin-bottom: 0;
}

.recent_post {
	display: block;
	margin-left: 35px;
	margin-top: 10px;
	padding: 5px 5px 20px;
	width: 560px;
	margin-bottom: 10px;
}

.recent_post img {
	border: dotted 1px #2A4480;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
	width: 185px;
	margin-right: 18px;
}

.recent_post.has-pic h3, .recent_post.has-pic p {
	margin: 0 0 0 10px;
}

.recent_post h3 {
	font-weight: bold;
}

.recent_post h3 a {
	color: #222222;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
}

.recent_post fieldset {
	border: 1px solid #96ABD9;
	padding: 15px;
}

.recent_post fieldset legend {
	text-align: right;
}

.recent_post fieldset legend a {
	color: #1341AC;
	font-size: 2.6em;
	font-weight: bold;
	text-decoration: none;
	font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;
	padding: 5px 10px;
}

.recent_post fieldset legend a:hover {
	color: #1341AC;
	text-decoration: underline;
}

.recent_post h3 a:hover {
	border-bottom: dotted 1px #222222;
}

.recent_post .title-bar h3 a:hover {
	border-bottom: transparent;
}

.recent_post p {
	display: block;
	padding-bottom: 20px;
}

a.readmore {
	text-decoration: none;
	display: block;
}

.recent_post a.readmore {
	background-color: #B50F08;
	color: #FFF;
	float: right;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0.4em 1em;
	margin-right: 10px;
	border: 1px solid #B50F08;
}

.recent_post a.readmore:hover {
	background-color: #999999;
	border: dotted 1px #B50F08;
	color: #B50F08;
}

.post .entry { margin-left: 25px; margin-right: 25px; }

.post .size-full { padding: 18px 0; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 { margin: 18px 0; padding: 0; font-weight: bold; }

.entry h1 { font-size: 3.6em; }
.entry h2 { font-size: 2.4em; }
.entry h3 { font-size: 1.8em; }
.entry h4 { font-size: 1.6em; }
.entry h5 { font-size: 1.4em; }

.entry ol { margin: 18px 0; font-size: 1.2em;}
.entry ol li { margin-left: 36px; list-style: decimal; }
.entry ul { margin: 18px 0; font-size: 1.2em; }
.entry ul li { margin-left: 36px; list-style: disc; }

.blog.entry div.title-bar h2 { 
	margin-left: 30px;
	font-size: 2em;
}

/* Post navigation stylings */

.post-navigation {
	margin-left: 15px;
	width: 490px;
}

.previous { 
	float: left; 
	
}

.next { 
	float: right; 
	text-align: right;
}

.next, .previous, .blog-link { 
	margin-top: 18px; 
	width: 163px;
}

.blog-link {
	float: left;
	text-align: center;
}

/*** End content section ***/

/*** Comments styling ***/

#comments-section {
	width: 560px;
	margin-left: 15px;
	margin-top: 18px;
}

#respond {
	margin-bottom: 18px;
}

#comments-section ol {
	margin-top: 18px;
}

#comments-section ol li {
	margin-bottom: 18px;
}

li div.comment-text p {
	padding: 8px;
}

div.comment-meta {
	margin-top: 26px;
}

/* Speech bubble stylings */
div.comment-text {
	width:400px; height:auto; font-family:verdana; font-size:11px;
}

span.tl {display:block; width:400px; height:8px; font-size:1px;}
span.tr {display:block; width:392px; height:8px; font-size:1px; float:right;}
span.bl {display:block; width:8px; height:8px; font-size:1px; float:left;}
span.br {display:block; width:392px; height:8px; font-size:1px; float:right; position:relative;}
span.point {display:block; font-size:1px; width:25px; height:14px;} 

body.monochrome-bg li.even span.tl {background:url(images/top_left_monochrome.gif) top left no-repeat;}
body.monochrome-bg li.even span.tr {background:url(images/top_right_monochrome.gif) top right no-repeat;}
body.monochrome-bg li.even span.bl {background:url(images/bottom_left_monochrome.gif) top left no-repeat;}
body.monochrome-bg li.even span.br {background:url(images/bottom_right_monochrome.gif) top right no-repeat;}
body.monochrome-bg li.even span.point {background:url(images/point_monochrome.gif) top left no-repeat; margin:5px 0 0 25px;}

body.monochrome-bg li.odd span.tl {background:url(images/top_left_monochrome2.gif) top left no-repeat;}
body.monochrome-bg li.odd span.tr {background:url(images/top_right_monochrome2.gif) top right no-repeat;}
body.monochrome-bg li.odd span.bl {background:url(images/bottom_left_monochrome2.gif) top left no-repeat;}
body.monochrome-bg li.odd span.br {background:url(images/bottom_right_monochrome2.gif) top right no-repeat;}
body.monochrome-bg li.odd span.point {background:url(images/point_monochrome2.gif) top left no-repeat; margin:5px 0 0 25px;}

body.green-bg li.even span.tl {background:url(images/top_left_green.gif) top left no-repeat;}
body.green-bg li.even span.tr {background:url(images/top_right_green.gif) top right no-repeat;}
body.green-bg li.even span.bl {background:url(images/bottom_left_green.gif) top left no-repeat;}
body.green-bg li.even span.br {background:url(images/bottom_right_green.gif) top right no-repeat;}
body.green-bg li.even span.point {background:url(images/point_green.gif) top left no-repeat; margin:5px 0 0 25px;}

body.green-bg li.odd span.tl {background:url(images/top_left_green2.gif) top left no-repeat;}
body.green-bg li.odd span.tr {background:url(images/top_right_green2.gif) top right no-repeat;}
body.green-bg li.odd span.bl {background:url(images/bottom_left_green2.gif) top left no-repeat;}
body.green-bg li.odd span.br {background:url(images/bottom_right_green2.gif) top right no-repeat;}
body.green-bg li.odd span.point {background:url(images/point_green2.gif) top left no-repeat; margin:5px 0 0 25px;}

body.blue-bg li.even span.tl {background:url(images/top_left_blue.gif) top left no-repeat;}
body.blue-bg li.even span.tr {background:url(images/top_right_blue.gif) top right no-repeat;}
body.blue-bg li.even span.bl {background:url(images/bottom_left_blue.gif) top left no-repeat;}
body.blue-bg li.even span.br {background:url(images/bottom_right_blue.gif) top right no-repeat;}
body.blue-bg li.even span.point {background:url(images/point_blue.gif) top left no-repeat; margin:5px 0 0 25px;}

body.blue-bg li.odd span.tl {background:url(images/top_left_blue2.gif) top left no-repeat;}
body.blue-bg li.odd span.tr {background:url(images/top_right_blue2.gif) top right no-repeat;}
body.blue-bg li.odd span.bl {background:url(images/bottom_left_blue2.gif) top left no-repeat;}
body.blue-bg li.odd span.br {background:url(images/bottom_right_blue2.gif) top right no-repeat;}
body.blue-bg li.odd span.point {background:url(images/point_blue2.gif) top left no-repeat; margin:5px 0 0 25px;}

body.yellow-bg li.even span.tl {background:url(images/top_left_yellow.gif) top left no-repeat;}
body.yellow-bg li.even span.tr {background:url(images/top_right_yellow.gif) top right no-repeat;}
body.yellow-bg li.even span.bl {background:url(images/bottom_left_yellow.gif) top left no-repeat;}
body.yellow-bg li.even span.br {background:url(images/bottom_right_yellow.gif) top right no-repeat;}
body.yellow-bg li.even span.point {background:url(images/point_yellow.gif) top left no-repeat; margin:5px 0 0 25px;}

body.yellow-bg li.odd span.tl {background:url(images/top_left_yellow2.gif) top left no-repeat;}
body.yellow-bg li.odd span.tr {background:url(images/top_right_yellow2.gif) top right no-repeat;}
body.yellow-bg li.odd span.bl {background:url(images/bottom_left_yellow2.gif) top left no-repeat;}
body.yellow-bg li.odd span.br {background:url(images/bottom_right_yellow2.gif) top right no-repeat;}
body.yellow-bg li.odd span.point {background:url(images/point_yellow2.gif) top left no-repeat; margin:5px 0 0 25px;}

body.red-bg li.even span.tl {background:url(images/top_left_red.gif) top left no-repeat;}
body.red-bg li.even span.tr {background:url(images/top_right_red.gif) top right no-repeat;}
body.red-bg li.even span.bl {background:url(images/bottom_left_red.gif) top left no-repeat;}
body.red-bg li.even span.br {background:url(images/bottom_right_red.gif) top right no-repeat;}
body.red-bg li.even span.point {background:url(images/point_red.gif) top left no-repeat; margin:5px 0 0 25px;}

body.red-bg li.odd span.tl {background:url(images/top_left_red2.gif) top left no-repeat;}
body.red-bg li.odd span.tr {background:url(images/top_right_red2.gif) top right no-repeat;}
body.red-bg li.odd span.bl {background:url(images/bottom_left_red2.gif) top left no-repeat;}
body.red-bg li.odd span.br {background:url(images/bottom_right_red2.gif) top right no-repeat;}
body.red-bg li.odd span.point {background:url(images/point_red2.gif) top left no-repeat; margin:5px 0 0 25px;}

body.brown-bg li.even span.tl {background:url(images/top_left_brown.gif) top left no-repeat;}
body.brown-bg li.even span.tr {background:url(images/top_right_brown.gif) top right no-repeat;}
body.brown-bg li.even span.bl {background:url(images/bottom_left_brown.gif) top left no-repeat;}
body.brown-bg li.even span.br {background:url(images/bottom_right_brown.gif) top right no-repeat;}
body.brown-bg li.even span.point {background:url(images/point_brown.gif) top left no-repeat; margin:5px 0 0 25px;}

body.brown-bg li.odd span.tl {background:url(images/top_left_brown2.gif) top left no-repeat;}
body.brown-bg li.odd span.tr {background:url(images/top_right_brown2.gif) top right no-repeat;}
body.brown-bg li.odd span.bl {background:url(images/bottom_left_brown2.gif) top left no-repeat;}
body.brown-bg li.odd span.br {background:url(images/bottom_right_brown2.gif) top right no-repeat;}
body.brown-bg li.odd span.point {background:url(images/point_brown2.gif) top left no-repeat; margin:5px 0 0 25px;}

body.monochrome-bg div.comment-text-content { border: 3px solid #222222; border-width:0 3px; }
body.green-bg div.comment-text-content { border:3px solid #91B52D; border-width:0 3px; }
body.blue-bg div.comment-text-content { border:3px solid #1240AB; border-width:0 3px; }
body.yellow-bg div.comment-text-content { border:3px solid #704500; border-width:0 3px; }
body.red-bg div.comment-text-content { border:3px solid #A40000; border-width:0 3px; }
body.brown-bg div.comment-text-content { border:3px solid #7C4E0F; border-width:0 3px; }

div.comment-text-content { padding:8px; margin:0; text-align:justify; }

body.monochrome-bg li.even div.comment-text {
	background-color: #A0A0A0;
}

body.blue-bg li.even div.comment-text {
	background-color: #96ABD9;
}

body.yellow-bg li.even div.comment-text {
	background-color: #FFE273;
}

body.red-bg li.even div.comment-text {
	background-color: #A46363;
}

body.green-bg li.even div.comment-text{
	background-color: #B9DA5F;
}

body.brown-bg li.even div.comment-text {
	background-color: #BAA280;
}

/* End speech bubble stylings */

/* Begin Comments Form styling */

div#comments-form { padding: 8px; }

body.blue-bg div#comments-form { border: 1px dotted #96ABD9; }
body.yellow-bg div#comments-form { border: 1px dotted #FFE273; }
body.red-bg div#comments-form { border: 1px dotted #A46363; }
body.green-bg div#comments-form { border: 1px dotted #B9DA5F; }
body.brown-bg div#comments-form { border: 1px dotted #BAA280; }
body.monochrome-bg div#comments-form { border: 1px dotted #A0A0A0; }

div#comments-form p {
	padding-bottom: .8em;
}

/* End comments form styling */

/*** End comments styling ***/

/*** Begin footer styling ***/

#footer {
	display: block;
	background-color: #FFFFFF;
	border-top: solid 1px #888888;
	clear: both;
	margin-top: -12px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Bottom logo image style */
#footer_logo {
	display: block;
	float: left;
	margin-left: 15px;
	height: 120px;
	width: 200px;
}

#footer_logo h1 {
	text-indent: -9000px;
}

#footer_menu {
	display: block;
	float: left;
	overflow: auto;
	position: relative;
}

#footer_menu ul.top-level {
	margin-left: 40px;
}

#footer_menu ul.top-level li {
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
	text-align: center;
}

#footer_menu ul.top-level li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #222222;
}

#footer_menu ul.top-level li a:hover { text-decoration: underline; }

#footer_menu ul.top-level li ul { margin-top: 1em; }

#footer_menu ul.top-level li ul li {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#footer_menu ul.top-level li ul li a {
	text-transform: none;
	font-weight: normal;
	text-align: center;
	color: #A0A0A0;
}

/*** End footer section ***/

/*** End main content section ***/

/*** Begin sidebar section ***/

/* Single sidebar stylings */

#sidebar {
	float: left;
	margin: 30px 8px 10px;
	padding-top: 10px;
	width: 302px;
	text-align: left;
	background-color: #EBEFF8;
}

#sidebar h3.sidebar-title{
	position: absolute;
	top: 0;
	height: 55px;
	width: 325px;
	padding-right: 10px;
	text-align: right;
	color: #FFFFFF;
	
	padding-bottom: 0;
}

body.blue-bg #sidebar h3.sidebar-title { background: url(images/fs_sidebar_header_blue2.png) 10px 0 no-repeat; }
body.yellow-bg #sidebar h3.sidebar-title { background: url(images/fs_sidebar_header_yellow.png) 10px 0 no-repeat; }
body.red-bg #sidebar h3.sidebar-title { background: url(images/fs_sidebar_header_red.png) 10px 0 no-repeat; }
body.green-bg #sidebar h3.sidebar-title { background: url(images/fs_sidebar_header_green.png) 10px 0 no-repeat; }
body.brown-bg #sidebar h3.sidebar-title { background: url(images/fs_sidebar_header_brown.png) 10px 0 no-repeat; }
body.monochrome-bg #sidebar h3.sidebar-title { background: url(images/fs_sidebar_header_monochrome.png) 10px 0 no-repeat; }

#sidebar div.widget { 
	position: relative; 
	padding-top: 60px;
	clear: both;
}

#sidebar div.widget a h3 span.title-text {
	font-size: 1.2em;
}

#sidebar div h3 span.title-text {
	font-size: 1.6em;
	margin-right: 30px;
	text-align: right;
	float: right;
	line-height: 40px;
	margin-top: -3px;
}

/* Single Sidebar Twitter widget stylings */
#sidebar div.twitter-posts {
	margin-top: -20px;
	margin-left: 15px;
	width: 277px;
}

#sidebar div.twitter a {
	font-size: 14px;
	text-decoration: none;
}

#sidebar p.tweet {
	color: #222222;
	display: block;
	font-size: 1.4em;
	padding: 18px 0 18px 0;
	width: 277px;
}

body.blue-bg #sidebar p.tweet, body.blue-bg #sidebar div.widget a:hover.follow-twitter { border-bottom: 1px dotted #1240AB; }
body.yellow-bg #sidebar p.tweet { border-bottom: 1px dotted #704500; }
body.red-bg #sidebar p.tweet { border-bottom: 1px dotted #A40000; }
body.green-bg #sidebar p.tweet { border-bottom: 1px dotted #91B52D; }
body.brown-bg #sidebar p.tweet { border-bottom: 1px dotted #7C4E0F; }
body.monochrome-bg #sidebar p.tweet { border-bottom: 1px dotted #222222; }

body.blue-bg #sidebar p.tweet.last-tweet, body.yellow-bg #sidebar p.tweet.last-tweet,
body.red-bg #sidebar p.tweet.last-tweet, body.green-bg #sidebar p.tweet.last-tweet,
body.brown-bg #sidebar p.tweet.last-tweet, body.monochrome-bg #sidebar p.tweet.last-tweet {
	border-bottom: none;
	padding-bottom: 0;
}

#sidebar div.widget a.follow-twitter {
	float: right;
	text-align: right;
	color: #1240AB;
	border-bottom: 1px dotted transparent;
}

/* End Single Sidebar Twitter widget stylings */

#sidebar ul {
	margin-bottom: 10px;
	margin-left: 15px;
}

#sidebar ul li {
	margin-bottom: .5em;
}

#sidebar ul li ul {
	margin-top: .5em;
}

div.widget a {
	font-size: 14px;
	text-decoration: none;
}

body.monochrome-bg div.widget a:hover{
	border-bottom: 1px dotted #222222;
}

body.blue-bg div.widget a:hover{
	border-bottom: 1px dotted #1240AB;
}

body.yellow-bg div.widget a:hover{
	border-bottom: 1px dotted #704500;
}

body.red-bg div.widget a:hover{
	border-bottom: 1px dotted #A40000;
}

body.green-bg div.widget a:hover {
	border-bottom: 1px dotted #91B52D;
}

body.brown-bg div.widget a:hover {
	border-bottom: 1px dotted #7C4E0F;
}

#sidebar-small.sidebar-small-monochrome h3.sidebar-title {
	background: url(images/rs_sidebar_header_monochrome.png) 15px 0 no-repeat;
	color: #FFFFFF;
}

#sidebar-small.sidebar-small-blue h3.sidebar-title {
	background: url(images/rs_sidebar_header_blue.png) 15px 0 no-repeat;
	color: #FFFFFF;
}

#sidebar-small.sidebar-small-yellow h3.sidebar-title {
	background: url(images/rs_sidebar_header_yellow.png) 15px 0 no-repeat;
	color: #704500;
}

#sidebar-small.sidebar-small-green h3.sidebar-title {
	background: url(images/rs_sidebar_header_green.png) 15px 0 no-repeat;
	color: #FFFFFF;
}

#sidebar-small.sidebar-small-brown h3.sidebar-title {
	background: url(images/rs_sidebar_header_brown.png) 15px 0 no-repeat;
	color: #FFFFFF;
}

#sidebar-small.sidebar-small-red h3.sidebar-title {
	background: url(images/rs_sidebar_header_red.png) 15px 0 no-repeat;
	color: #FFFFFF;
}

/*** End 2 Sidebar stylings ***/

/*** General sidebar stylings ***/

h3.sidebar-title {
	font-size: 2em;
	line-height: 40px;
	position: relative;
}

.widget {
	float: left;
	margin-bottom: 54px;
	padding-right: 10px;
}

div.widget_tag_cloud div {
	margin-left: 18px;
}

.divider {
	/*background: url(images/divider.jpg) repeat-y;*/
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 0px;
	height: 100%;
	display: none;
}

.divider-blue {
	border-left: 1px solid #009999;
	border-right: 1px solid #6A48D7;
}

.divider-monochrome {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #222222;
}

.divider-yellow {
	border-left: 1px solid #A68400;
	border-right: 1px solid #FFD840;
}

.divider-green {
	border-left: 1px solid #B9DA5F;
	border-right: 1px solid #91B52D;
}

.divider-red {
	border-left: 1px solid #A40000;
	border-right: 1px solid #6B0000;
}

.divider-brown {
	border-left: 1px solid #7C4E0F;
	border-right: 1px solid #7C300F;
}

/* Advertisement img block stylings */

.adv-box {
	border: 1px solid #999999;
	float: left;
	margin-bottom: 5px;
}

.ad-size-125x125 {
	padding: 3px;
}

.ad-size-120x60, .ad-size-120x240, .ad-size-120x600 {
	padding: 5px;
}

/* Other styling */

.clear {
	clear: both;
}

#calendar_wrap {
	margin-left: 18px;
}

#wp-calendar {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 8px;
}

#searchform {
	clear: both;
	margin-left: 18px;
}

#searchform #s {
	line-height: 18px;
	color: #A0A0A0;
}

#searchform #searchsubmit {
	line-height: 18px;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.alignright { float: right; margin-left: 15px; }

.widget_picasaphotos p { margin-left: 75px; }
a.thickbox:hover, { border: 0; }
.widget_picasaphotos img { border: 0; margin-left: auto; margin-right: auto;}

.alignleft { float: left; padding-right: 25px; }