@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Blinged Pixiemama Designs
Theme URI: http://pixiemamadesigns.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-image: url('http://pixiemamadesigns.com/images/background.jpg');
	background-repeat: repeat;
}

/*header image
---------------------------------------------------------------*/
#branding {
	background-image:url('http://pixiemamadesigns.com/images/header.png');
	background-repeat:no-repeat;
	height: 282px;
	background-position: center;
	z-index: 10;
}

/* Content
-------------------------------------------------------------------*/
@font-face {
	font-family: 'PeaEmmieRegular';
	src: url('peaemmie-webfont.eot');
	src: local('☺'), url('peaemmie-webfont.woff') format('woff'), url('peaemmie-webfont.ttf') format('truetype'), url('peaemmie-webfont.svg#webfontegM5TnKr') format('svg');
	font-weight: normal;
	font-style: normal;
}

#content {
margin-top: 40px;
}

.post {
margin: 0px 0 3em 100px;  
color: #000000;
}

body {
font-family:"georgia";
}

 .cat-links a{
color: #026663;
font-size: 16px;
}
 .comments-link a{
color: #026663;
font-size: 16px;
}
 .entry-title a, h1{
color: #026663;
font-size: 24px;
font-family: 'PeaEmmieRegular';
line-height:50px;
text-decoration: none;
}
 .entry-meta a{
color: #026663;
font-size: 12px;
margin-top: 40px;
}
 .entry-content a{
color: #026663;
font-size: 14px;
}
 .tag-links a{
color: #026663;
font-size: 12px;
}

/*Sidebar customzation
--------------------------------------------------------------------*/

.xoxo, .xoxo a {
	text-decoration:none;
}

#primary.aside 	main_aside{
	border-left:thick;
	border-left-color:#242149;
}

.xoxo a:hover {
	color:#000000;
}

.xoxo ul {
	margin-top: -40px;
}

.xoxo li {
	list-style: none;

}

 .main-aside a{
color: #026663;
font-size: 12px;
}

/*widget tags
---------------------------------------------------------------*/
#text-4 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/designer.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-5 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/pixiechicks.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-6 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/mystores.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-7 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/blogtrains.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-8 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/fanme.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-9 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/products.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-10 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/linkexchange.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-11 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/tou.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#text-12 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/contact.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#tag_cloud-3 h3{
height: 75px; 
background: url('http://pixiemamadesigns.com/images/categories.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}
#archives-2 h3{
height: 150px; 
background: url('http://pixiemamadesigns.com/images/archives.png') no-repeat; 
background-position: center;
text-indent:-9999px;
}


/*menu style
--------------------------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#thicktabs{
margin: 0;
padding: 0;
font: bold 13px Georgia;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url('http://pixiemamadesigns.com/images/dark.jpg') top right no-repeat;
border-top: 1px solid #bac9c4; /*top border style*/
border-bottom: 3px solid #b1820f; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #bac9c4; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #bac9c4; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url('http://pixiemamadesigns.com/images/light.jpg'); /*background image swap on hover*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->

#access{
	margin-left: 200px;
}

