@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(header.png);
		background-repeat:no-repeat;
		height: 201px;
		position: relative
		z-index: 10;
}
	

body {
    min-width:960px;
	background-color: #000000;

}

#header {
	position: relative;
	z-index: 999;
}

/* =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;
}



/* =sidebar menu
-------------------------------------------------------------- */
.sidebar_menu {
	font-size: medium;
}

.sidebar_menu a, .sidebar_menu a:visited {
	position:relative;
 	text-decoration:none; 
  	text-align:center; 
  	background-color:#000; 
  	color:#fff; 
  	display:block; 
  	width:10em; 
  	border:2px solid #fff;
  	padding:0.25em;
  	margin:0.5em auto;

}

.sidebar_menu li {
	padding-top: 5px;
}

/* =Content
-------------------------------------------------------------- */

.post {
		color: #ffffff;
}

.entry-content, .entry-summary {
        margin: 1.5em 1em 0 0;
		font-size:medium;
		color: #FFF;
}

h2.entry-title a{
	font-size: 20px;
	text-decoration:none;
	color:#b71955;
}

.comments-link a{
	color: #bdd73e;
	text-decoration: none;
	text-align: right;
	padding: 0 0 0 250px;
}

.cat-links a {
	color: #bdd73e;
	text-decoration: none;
	text-align: right;
}

.entry-content h2 {
	font-size: 20px;
	font-weight:bold;
	padding-bottom: .5em;
}

/* =Tree Pages Customization
--------------------------------------------------------*/

.tree-pages a, .tree-pagees a:visited {
	text-decoration: none;
	color: #000;
}

.tree-pages a:hover {
	color: #a92a32;
}

.tree-pages ul {
	list-style-type:none;
}

.tree-pages li {
	list-style-type: none;
	padding-bottom: .5em;
}

.tree-pages ul ul li {
	list-style:disc;
}

.tree-pages ul ul ul li {
	list-style:square;

}

/* =child pages customization
--------------------------------------------------------------*/
.child-pages a, .child-pagees a:visited {
	text-decoration: none;
	color: #fff;
}

.child-pages a:hover {
	color: #a92a32;
}

.child-pages ul {
	list-style-type:none;
}

.child-pages li {
	list-style-type: none;
	padding-bottom: .5em;
}

.child-pages ul li {
	list-style:disc;
}

.child-pages ul ul li {
	list-style:square;

}


/* =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;
}


#footer{
	background-color: #000;
	background-position: center;
	height: 27px;
}

/*Footer Customization*/
#siteinfo{
	color: #FFF;
	text-align: right;
	text-decoration: none;
	margin-top: 1.5 em;
}

#siteinfo a {
	color: #b71955;
	text-decoration: none;
}

/*Sidebar customzation
--------------------------------------------------------------------*/
.xoxo, .xoxo a {
	color: #ffffff;
	text-decoration:none;
	margin: 25px 0 0 0;
}
.xoxo li {
	list-style: none;
}


@charset "utf-8";
/* CSS Document */

#suckerfishnav {
    background:#b71955;
    font-size:18px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	margin: auto;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#b71955;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#dddddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#dddddd;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#b71955;
    }
