@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Blinged Birds Botanicals
Theme URI: http://r4-c.com
Description: A search engine optimized website framework for WordPress.  A two column design with a right sidebar.
Template: thematic
Author: Anne Quade ~ Blinging the Web One Site at a Time
Author URI: http://consulting.thequades.com/
Version: 1.0
Tags: 2 coloumn, right sidebar
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
 
/* Apply a basic 3 column layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
  
/* Apply styles for popular plugins */
@import url('../thematic/library/styles/plugins.css');

/* =Header
-------------------------------------------------------------- */
#branding {
		background-image:url('images/header.png');
		background-repeat:no-repeat;
		background-position: center;
		height: 250px;
		position: relative;
}
	

body {
    min-width:960px;
    background-image: url('images/background.jpg');
	background-repeat: repeat;
	color: #6e6656;
}

body a {
	color: #534d41;
}
	
#header {
	position: relative;
}

#main {
	background-color: #f1eccf;
	z-index: 1;
}


	/* =Menu
-------------------------------------------------------------- 

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
		background-color: #000;
		color:#FFF;
}
.skip-link {
        display: none;
}
.menu ul {
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
		margain: 0 5px; 0 5px;
}
.menu a {
        display: block;
        float: left;
		text-decoration: none;
		background-color: #000;
		color:#FFF;
}



/* =Content
-------------------------------------------------------------- */

.post {
	color: #6e6656;
	z-index: 2

}

.entry-content, .entry-summary {
        margin: 1.5em 1em 0 0;
		font-size:medium;
}

h2.entry-title a{
	font-size: 24px;
	text-decoration:none;
	color:#574b35;
}

.comments-link a{
	color: #534d41;
	text-decoration: none;
	text-align: right;
	padding: 0 0 0 250px;
}

.cat-links a {
	color: #534d41;
	text-decoration: none;
	text-align: right;
}

.entry-content h2 {
	font-size: 20px;
	font-weight:bold;
	padding-bottom: .5em;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}

.widget-area ul li{
	list-style: none;
}

.widget-area a, a:visited {
	color: #534d41;
}


#text-9 h3{
	height: 38px; 
	background: url('images/welcome.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#linkcat-2 h3{
	height: 36px; 
	background: url('images/blogroll.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#archives-2 h3{
	height: 36px; 
	background: url('images/archives.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#tag_cloud-5 h3{
	height: 36px; 
	background: url('images/tags.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}


/*Footer Customization*/


#siteinfo{
	color: #fff;
	text-align: right;
	text-decoration: none;
	margin-top: 1.5 em;

}

#siteinfo a {
	color: #050300;
	text-decoration: none;
}

/*Sidebar customzation
--------------------------------------------------------------------*/
.xoxo, .xoxo a {
	text-decoration:none;
	margin: 25px 0 0 0;
}
.xoxo li {
	list-style: none;
}


