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

/*  
Theme Name: Blinged IBD
Theme URI: http://inspiredbydominic.com
Description: A search engine optimized website framework for WordPress.  A two column design with 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: IBD, 2 column, 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');

/* Body
---------------------------------------------------------------*/
body {
	background-color:#edebe1;
}

/* =Header
-------------------------------------------------------------- */

#branding {
		background-image:url(http://www.inspiredbydominic.com/images/header.jpg);
		background-repeat:no-repeat;
		height: 175px;
		background-position: center;
}



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

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
}


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

.post {
        margin: -50px 0 3em 100px;  
		color: #a98f52;
}

.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}

h2.entry-title {
	font-size: 18px;
	text-decoration:none;
	color: #242149;
}

.entry-meta {
	text-align: right;
	padding: 75px 0 0 0;
}

.comments-link a{
	color: #c6bb8d;
	text-decoration: none;
	text-align: right;
}

.cat-links a {
	color: #c6bb8d;
	text-decoration: none;
	text-align: right;
}

/* =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;
		border: #7787ab;
		border-left-style: solid;
}

.widget-area ul li{
	list-style: none;
}


/* =Custom Date
------------------------------------------------------------------ */
.datebg{
	background: url(dateimg.png) no-repeat;
	height: 69px;
	width: 89px;
	color: #1a191f;
}

.day{
	padding: 0px 0px 0px 28px;
}

.month{
	padding: 20px 0px 0px 23px;
}

#footer{
	background-image: url(footer.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height: 27px;
}

/*Footer Customization*/
#siteinfo, #siteinfo a{
	color: #a48948;
	text-align: center;
	text-decoration: none;
	margin-top: 1.5 em;
	letter-spacing: 0.1em; 
	font: 14px "Trebuchet MS", trebuchet, "Lucida Grande", sans-serif;
}

#siteinfo a:hover {
	color: #130d40;
	text-decoration: none;
}

/*Sidebar customzation
--------------------------------------------------------------------*/

.xoxo, .xoxo a {
	color: #242149;
	text-decoration:none;
}

#primary.aside 	main_aside{
	border-left:thick;
	border-left-color:#242149;
}

.xoxo a:hover {
	color:#c6bb8d;
}

.xoxo ul {
	margin-top: -40px;
}

.xoxo li {
	list-style: none;
	font-size: 18px;
	line-height:: 20px;
}

#text-3 h3{
	height: 220px; 
	background: url('fan.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#categories-3 h3{
	height: 211px; 
	background: url('categories.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#linkcat-3 h3{
	height: 233px; 
	background: url('check.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#linkcat-4 h3{
	height: 211px; 
	background: url('sites.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#archives-2 h3{
	height: 212px; 
	background: url('archives.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;
}

#search h3 {
	height: 242px; 
	background: url('search.png') no-repeat; 
	background-position: center;
	text-indent:-9999px;

}
	
.gallery{padding-left: 40px; width: 360px;}
.gallery-item{ width: 150px !important; margin: 0 20px 0 0;}