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

/*  
Theme Name: Blinged Kari
Theme URI: http://relocateddixiegirl.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');

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

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

#header {
	background-color:#FFF;
	width: 960px;
	margin-left:auto;
	margin-right: auto;
}

#branding {
		background-image:url('images/header.jpg');
		background-repeat:no-repeat;
		background-position: center;
		height: 275px;
		position: relative;
		background-color: #FFF;
}
	

body {
    min-width:960px;
    background-image: url('images/background.jpg');
	background-attachment:fixed;
	background-repeat: repeat-x;
}

body a {
	color: #5a4040;
}
	
#header {
	position: relative;
}

#main {
	background-color: #fff;
	/* for IE */
  	filter:alpha(opacity=95);
  	/* CSS3 standard */
  	opacity:0.95;
	z-index: 1;
}


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

#access {
        margin: 0 0 0 0px;
        overflow: auto;
		width:960px;
		background-color: #d95b80;
		color:#FFF;
}

#access a {
	color:#300;
	font-size: 14px;
	margin: 10px 0 0 15px;
}

#access a:hover {
	color:#fff;
}

.skip-link {
        display: none;
}
.menu ul {
        margin: auto;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
		margain: 0 5px; 0 5px;
}
.menu a {
        display: block;
        float: left;
		text-decoration: none;
		color:#FFF;
}



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

.post {
	color: #300;
}

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

.entry-meta{
	margin-top: 2em;
}

h2.entry-title a, h1{
	font-size: 40px;
	font-family: 'PeaHannahVanillaRegular';
	text-decoration:none;
	color:#ed99ba;
}

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

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

.entry-content h2 {
	font-size: 20px;
	font-weight:bold;
	padding-bottom: .5em;
}

h3.widgettitle {
	background-image: url('images/tag.png');
	background-repeat: no-repeat;
	font-family: 'PeaHannahVanillaRegular';
	text-align: center;
	color: #300;
	height: 30px;
	font-size: 20px;
}

/* =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;
}




/*Footer Customization*/

#footer {
	background-color:#FFF;
	width:960px;
	margin:auto;
}


#siteinfo{
	color: #000;
	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;
}

