/*
THEME NAME: Acquired Taste Magazine Custom Theme
THEME URI: http://www.acqtaste.com
DESCRIPTION: Custom Wordpress theme for ACQTASTE.com website
VERSION: 1.0.
AUTHOR: Chuck Ortiz
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, 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('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   
/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 12px Georgia, serif;
    line-height:16px;
}
---------------------------------------------*/
a:link {
    color:#262626;
}
a:visited {
    color:#262626;
}
a:active,
a:hover {
    color: #262626;
}

.aside {
    margin: 0 0 5px 0;
}
.entry-content img {
    margin: 0 0 0 0;
    max-width:910px;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:2px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: left;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
        font-size: 11px;
	margin: 0;
	padding:3px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.post {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.p1 {
	border-top: none;
}

#branding {
background:transparent url(http://acqtaste.com/blog/wp-content/uploads/2009/12/acqtaste-banner.jpg) no-repeat scroll center top;
background-position: bottom;
padding: 0 11px 0 11px;
margin-bottom:1px;
height:73px;
position:relative;
z-index:10;
}

#content {
    margin:20px 0 0 10px;
    width:910px;
    overflow:hidden;
}

.entry-title {
    font-size: 23px; 
}

.entry-content {
padding:22px 2px 0;
}

.entry-utility .cat-links {
display:;
}

.main-aside {
    font: 11px Georgia, serif;
    width:200px;
    float:right;
    position:relative;
    right:10px;
}


.aside ul ul {
    list-style-image: none;
    list-style-postion: outside;
    list-style-type: none;
}
.aside h3
{
        font-size: 1px;
        font-color: #ffffff;
        font-style: none;
        line-height: 2px;
}

.skip-link {
    display:none;
}
#access {
    border-bottom:0px dotted #e0e0e0;
    height:34px;
    font-size:13px;
    overflow:visible;
    z-index:10;
}

#main
{
	border-top:1px solid #262626;
        border-bottom:01px solid #262626;
        margin: 0px auto;
        clear: both;
	padding: 0 0 20px;
}

.slug-original-series .entry-title{
    font-size:0px;
    color: #ffffff;
    background: url(http://acqtaste.com/blog/wp-content/uploads/originalseries-header.jpg) no-repeat scroll left top;
    padding: 0 0 42px
}
.slug-about .entry-title{
    font-size:0px;
    color: #ffffff;
    background: url(http://acqtaste.com/blog/wp-content/uploads/about-header.jpg) no-repeat scroll left top;
    padding: 0 0 42px
}
.slug-boutique #main {
    width: 950px;
}
.slug-boutique .entry-title{
    font-size:0px;
    color: #ffffff;
    background: url(http://acqtaste.com/blog/wp-content/uploads/boutique-header.jpg) no-repeat scroll left top;
    padding: 0 0 42px
}
.slug-boutique #content {
    width: 950px;
}
.slug-boutique #secondary {
    width:0px;
    float:right;
    position:relative;
    right:10px;
}

.slug-getintouch .entry-title{
    font-size: 0px ;
    color: #ffffff;
    background: url(http://acqtaste.com/blog/wp-content/uploads/getintouch-header.jpg) no-repeat scroll left top;
    padding: 0 0 42px
}
---------------------------------------------*/

.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta  .meta-sep-entry-date {
display:none;
}


.entry-utility {
font-family: Georgia, serif;
font-size: 11px;
font-weight: light;
line-height: 14px;
text-transform: ;
letter-spacing: 0px;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

.entry-meta {
font-size: 10px}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #fff;
    float:center;
}
.sf-menu a {
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:9px 46px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#262626;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #B8B8B8;
	outline:		0;
    border-bottom-color:#fff;
}
.sf-menu ul {
    border-right:1px solid #262626;
    border-left:1px solid #262626;
    border-top:1px solid #262626;
    border-bottom:1px solid #262626;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fff;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

body.s-category-Feature{
	background:#FF66CC;
}

#footer {
    border-top: 0px solid #262626;
    background: url(http://acqtaste.com/blog/wp-content/uploads/footer-tab.jpg) no-repeat scroll center top;
    margin-top: 0px;
}

#blog-title a {
font-size:0px;
color: #262626;
text-decoration:none;
margin: -100px 0px 0px 0px;

}

#blog-description {
color:#262626;
font-size:0px;
font-style:none;
margin: -100px 0px 0px 0px;
}
