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

/*  
Theme Name: Blinged Quade Consulting
Theme URI: http://consulting.thequades.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
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');

@font-face {
	font-family: 'LDJFadoodle';
	src: url('fonts/ldjfadoodle-webfont.eot');
	src: local('☺'), url('fonts/ldjfadoodle-webfont.woff') format('woff'), url('fonts/ldjfadoodle-webfont.ttf') format('truetype'), url('fonts/ldjfadoodle-webfont.svg#webfontPkVAkaHH') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Header
-------------------------------------------------------------- */
#branding {
		background-image:url('images/header.jpg');
		background-repeat:no-repeat;
		background-position: center;
		height: 300px;
		position: relative;
		width:960px;
		margin:auto;
}
	

body {
    min-width:960px;
    background-image: url('images/background.png');
	background-repeat: repeat;
	color: #000;
}

body a {
	color: #666;
}
	
#header {
	position: relative;
	border-bottom-style:ridge;
	border-width: 5px;
	border-color:#CCC;
}

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


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


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

#menu {
	background-color:#000;


}



#menu li a {
	font-family: 'PrestigeEliteStdBold';
	font-size: 16px;
	color:#fff;	/*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 30px 0px 30px;

	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;
}

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

h1.entry-title{
	padding-top: 25px;
	font-family: 'LDJFadoodle';
	font-size: 50px;
	text-decoration:none;
	color:#666666;
	text-align: center;
}


h2.entry-title a{
	font-size: 24px;
	text-decoration:none;
	color:#574b35;
}

.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:#000;
	color: #FFF;
}
#siteinfo{
	color: #fff;
	text-align: right;
	text-decoration: none;
	margin-top: 1.5 em;
	background-color:#000;

}

#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;
}

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

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