@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Blinged Queen of Quirky
Theme URI: http://queenofquirky.com
Description: A search engine optimized website framework for WordPress.  A two column design with a right sidebar.
Template: thematic
Author: Anne Quade ~ Bling meets geek
Author URI: http://consulting.thequades.com/
Version: 1.0
Tags: 2 coloumn, right sidebar
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.jpg');
		background-repeat:no-repeat;
		background-position: center;
		height: 175px;
		position: relative;
		width:846px;
		margin:auto;
		padding-top:20px;
}
	

body {
    min-width:960px;
	color: #000;
}

body a {
	color: #666;
}
	
#header {
	position: relative;
}

#main, #header {
	background-color: #fff;
}


	/* =Menu
-------------------------------------------------------------- 


/*MENU COLORS****************/

#menu {
	background-color: #FFF;

}

#menu li a {
	font-size: 16px;
	color:#000;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#666666; /*MENU FONT COLOR WHEN HOVERING*/
} 

#menu li ul{
	z-index:100;
}

#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 15px;	
	height:1%;
}

#menu:after {
	content:" ";
	display:block;
	clear:both;
}

#menu li {
	padding:8px 10px 0px 10px;
	float:left;
}

#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}

#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}

#menu li.hover ul,
#menu li:hover ul {
	display: block;
}

#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color:#CCC;
}

#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}

#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}

#menu ul li a:hover {
	color:#000;
}

/* =Content
-------------------------------------------------------------- */

#content{
	padding: 10px;
}

.post {
	color: #000;
	padding-bottom: 10px;
}

.entry-content, .entry-summary {
        margin: 1.5em 1em 0 0;
		font-size:medium;
}

h1.entry-title{
	font-size: 24px;
	text-decoration:none;
	color:#000;
	line-height:26px;
}


h2.entry-title a{
	font-size: 24px;
	text-decoration:none;
	color:#000;
	line-height:26px;
}

.comments-link a{
	color: #666;
	text-decoration: none;
	text-align: right;
	padding: 0 0 0 250px;
}

.cat-links a {
	color: #666;
	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: #666666;
}




/*Footer Customization*/


#footer{
	background-color:#FFF;
	color: #000;
}
#siteinfo{
	color: #000;
	text-align: right;
	text-decoration: none;
	margin-top: 1.5 em;
	background-color:#fff;

}

#siteinfo a {
	color: #666666;
	text-decoration: none;
}

/*Sidebar customzation
--------------------------------------------------------------------*/
.xoxo, .xoxo a {
	text-decoration:none;
	margin: 25px 0 0 0;
}
.xoxo li {
	list-style: none;
}

.xoxo h3 {
	font-size: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

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