@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Blinged Studio Gypsy
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: 'SmallTypeWritingMediumRegular';
	src: url('fonts/smalltypewritingmedium-webfont.eot');
	src: local('☺'), url('fonts/smalltypewritingmedium-webfont.woff') format('woff'), url('fonts/smalltypewritingmedium-webfont.ttf') format('truetype'), url('fonts/smalltypewritingmedium-webfont.svg#webfontNiO1w4UL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EmmascriptMVBRomanItalic';
	src: url('fonts/emmascriptmvb-romanitalic-webfont.eot');
	src: local('☺'), url('fonts/emmascriptmvb-romanitalic-webfont.woff') format('woff'), url('fonts/emmascriptmvb-romanitalic-webfont.ttf') format('truetype'), url('fonts/emmascriptmvb-romanitalic-webfont.svg#webfontp1IP9l1f') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CommercialScriptNormal';
	src: url('fonts/commercial-script-normal-webfont.eot');
	src: local('☺'), url('fonts/commercial-script-normal-webfont.woff') format('woff'), url('fonts/commercial-script-normal-webfont.ttf') format('truetype'), url('fonts/commercial-script-normal-webfont.svg#webfontB89kkX20') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'sfMoniqueRegular';
	src: url('fonts/sf_monique-webfont.eot');
	src: local('☺'), url('fonts/sf_monique-webfont.woff') format('woff'), url('fonts/sf_monique-webfont.ttf') format('truetype'), url('fonts/sf_monique-webfont.svg#webfontFG4v3OXm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CarbonatedGothicRegular';
	src: url('fonts/carbonated-gothic-regular-webfont.eot');
	src: local('☺'), url('fonts/carbonated-gothic-regular-webfont.woff') format('woff'), url('fonts/carbonated-gothic-regular-webfont.ttf') format('truetype'), url('fonts/carbonated-gothic-regular-webfont.svg#webfontQXGLWYI8') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HouseSittersClubRegular';
	src: url('fonts/housesitter-webfont.eot');
	src: local('☺'), url('fonts/housesitter-webfont.woff') format('woff'), url('fonts/housesitter-webfont.ttf') format('truetype'), url('fonts/housesitter-webfont.svg#webfontlZ8NUeYI') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Header
-------------------------------------------------------------- */
#branding {
		background-image:url('images/header.jpg');
		background-repeat:no-repeat;
		background-position: center;
		height: 250px;
		position: relative;
		width:auto;
		margin: 0px auto;
}
	

body {
    min-width:960px;
}

body a {
	color: #4c4726;
}

body a:visited{
	color:#673f58;
}
	
#header {
	position: relative;
}

#main, #header {
	width: 900px;
}


#dropshadow{
	background-position:center;
	width: 914px;
	margin-left:auto;
	margin-right:auto;
}

#container{
	width: 675px;
}

.main-aside{
	width: 200px;
	margin-right:15px;
	text-align:right;
	top:60px;
}
	/* =Menu
-------------------------------------------------------------- 


/*MENU COLORS****************/

.menu li a {
	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%;
	width:900px;
}

.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 14px;
	font-family: 'SmallTypeWritingMediumRegular';
	font-size:24px;
	color:#000;
}

.menu ul li {
	padding:0 10px 0 50px;
}

.menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#000;
	line-height:18px;
	height:auto;
	display:block;
	font-size: 18px;
}

.menu ul li a:hover {color:#000;}

/* =Content
-------------------------------------------------------------- */

#content{
	padding: 10px;
	width: 660px;
}

.post {
	color: #000;
	background: url('images/divider.png');
	background-repeat: no-repeat;
	background-position: bottom;
	margin:.5em 0 2.5em;
	padding-bottom:10.5em;
}

.entry-content p{
	font-size:1.2em;
	line-height:1.1em;
}
.entry-content, .entry-summary {
        margin: 1.5em 1em 0 0;
		font-size:medium;
}

h1.entry-title, h2.entry-title a{
	font-size:32px;
	text-decoration:none;
	color:#000;
	font-family: 'SmallTypeWritingMediumRegular';
	line-height:42px;
}

.comments-link a{
	color: #673f58;
	text-decoration: none;
	text-align: right;
	padding: 0 0 0 0;
}

.cat-links a {
	color: #673f58;
	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*/


#siteinfo{
	text-align: right;
	text-decoration: none;
	margin-top: 1.5 em;

}

#siteinfo a {
	text-decoration: none;
}

/*Sidebar customzation
--------------------------------------------------------------------*/
.xoxo, .xoxo a {
	text-decoration:none;
	margin: 0 0 0 0;
}


.xoxo li {
	list-style: none;
	padding-bottom: 15px;
}


/*creative team links*/
#my-creative-team{
	display:none;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img{
	padding: 10px;
	
}


#text-387637474 h3.widgettitle{
	background-image:url('images/blinkie.png');
	background-repeat:no-repeat;
	height:42px;
	background-position: top right;
	text-indent:9999px;
}

#linkcat-2 h3.widgettitle{
	background-image:url('images/blogs.png');
	background-repeat:no-repeat;
	text-indent:9999px;
	height:42px;
	background-position: top right;
}

#tag_cloud-2 h3.widgettitle{
	background-image:url('images/categories.png');
	background-repeat:no-repeat;
	text-indent:9999px;
	height:42px;
	background-position: top right;
}

#archives-2 h3.widgettitle{
	background-image:url('images/archives.png');
	background-repeat:no-repeat;
	text-indent:9999px;
	height:42px;
	background-position: top right;
}

#text-387637475 h3.widgettitle{
	background-image:url('images/projects.png');
	background-repeat:no-repeat;
	text-indent:9999px;
	height:44px;
	background-position: top right;
}

