/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../mai/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../mai/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



body {
	/*	
	background-color: #272627;
	*/


	color: #FFFFFF ;

	background-image: url(images/background_4x4_px.jpg);
	background-repeat: repeat;

	
	}


p, ul, ol, dd, pre {
    margin-bottom:15px;
/*22*/
}


body, input, textarea {
    line-height:20px;
}






/***              This takes space from ENTRY CONTENT              ***/
.entry-content {
    padding:0 0 0 0;
}

.entry-content h2 {
    font-family:Georgia,serif;
    font-size:22px;
    font-weight:bold;
    padding:0px 0 5px 0;
    margin: 0 40px 0 0;
    text-align: center;
}
.entry-content h3 {
    font-family:Georgia,serif;
    font-size:20px;
    font-weight:bold;
    padding:30px 0 0px 0;
    margin: 0 40px 0 0;
    text-align: center;
}
.entry-content h4 {
    font-family:Georgia,serif;
    font-size:18px;
    font-weight:bold;
    padding:0px 0 0px 0;
    margin: 0 40px 0 0;
    text-align: center;
}





/***    HEADER    ***/
#header {
	/***background-color: #272627; ***/
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;


/*** FIX 1px off of MAIN content ***/
margin:0 auto;
overflow:hidden;
position:relative;
width:960px;

	}


#branding {

    padding: 0px 0 0px 0;
}

/*** BLOG HEADER LOGO  ***/
#blog-title a {
background:url(images/memorial_antiques_interiors_logo.jpg) no-repeat top left;
display:block;
text-indent:-9000px;
width: 163px;
height: 156px;
margin: 55px 0px 0px 55px;
padding-top: 0px;
}



#blog-description {
display: none;
}


#main {
	/***background-color: #272627;***/
	border: none;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;

        padding:33px 0 22px;

/*** FIX 1px off of MAIN content ***/
margin:0 auto;
overflow:hidden;
position:relative;
width:960px;

	}


/*display: none; TO FIX THE DISPLAY OF THE TITLE OF BLOG ON EVERY PAGE*/
h1 {
font-family: Georgia,serif;
display:none;
}



/*** FIX DISPLAY OF h2 in blog, not working due to it being a link A and HOVER color not working  ***/

h2 a {
font-family: Georgia,serif;
}

h2 a:link {
font-family: Georgia,serif;
    color:#FFFFFF;
}
h2 a:visited {
    color:#FFFFFF;
}
h2 a:active,
h2 a:hover {
    color: #FFFFFF;
}


/*BLOG CHANGES , COMMENTS, AUTHOR, and or OTHER */

#comments {
display: none;
}

.entry-utility {
display: none;
}

.entry-meta .author {
display: none;

}

.meta-prep {
display: none;
}

.meta-sep {
display: none;
}




#primary {
text-align: center;
	color: #FFFFFF;
}

#secondary {
text-align: center;
color: #FFFFFF;
}


#footer {
	/*** background-color: #272627; ***/
	background-image: url(images/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


/*** FIX 1px off of MAIN content ***/

margin:0 auto;
overflow:hidden;
position:relative;
width:960px;


	}



/***    mai_menu    ***/

#mai_menu {
	/***float:right;***/
	/***margin-right: 110px;***/
	position: absolute;
	top: 185px;
        margin-left: 235px;
}

#mai_menu li{
margin:0;
padding:0;
list-style:none;
float: left;
}

#mai_menu li a {
display:block;	
text-decoration:none;
}



/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
   /* border-bottom:1px solid #FFFFFF; */
display: none;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
    height:15px;
    font-size:14px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}


/**      ORIGINAL LINE HEIGHT 1.0 for sf-menu       **/

.sf-menu {
	line-height:	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:none;
	float:right;
	margin-right: 50px;
}
.sf-menu a {
	border-left:none;
	border-top:none;
        border-bottom:none;
	/***border-bottom:1px solid #666;***/
	padding:9px 14px;
	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:			#FFFFFF;
}

.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		none;
}
.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:     none;
	outline:		0;
    border-bottom-color:#FFFFFF;
}
.sf-menu ul {
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
.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:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}



/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:18px;
    margin-bottom:6px;
	font-weight: bold;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:none;
}
.aside tbody {
    border:none;
}
.aside th, .aside td {
    border:none;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:none;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}




/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 0px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:0px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:0px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:0px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
