/*   

Theme Name: michitheme

Theme URI: 

Description: Original child theme developed by Ian Stewart.

Author: Ron Rennick

Author URI: http://ronandandrea.com/

Template: buddymatic

Version: 1.0

Tags: Thematic, Buddymatic

.

Thematic is © Ian Stewart http://themeshaper.com/

.

*/
/*

Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* Reset browser defaults */
@import url('../buddymatic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../buddymatic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../buddymatic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../buddymatic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../buddymatic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../buddymatic/library/styles/plugins.css');

/* Removes titles from pages */
body.page h1.entry-title {
    display: none;
}
/* Removes widgetized areas */
function remove_primary_aside($content) {
	unset($content['Primary Aside']);
	return $content;
}
add_filter('thematic_widgetized_areas', 'remove_primary_aside');
}

/* Centers column and increases main body width */
#main {
clear:none;
margin:0 auto;
padding:0 0 0 0;
overflow:hidden;
width:800px;
}
#container {
float:center;
margin:0 0 0 0;
width:800px;
}

/* Table */
.entry-content table {
margin-left:0;
}
table {
border-collapse:separate;
border-spacing:0;
border-style:hidden;
}

/* Table cell padding */
th, td {
padding:0.7em 1.25em 0 0;
}

/* Header */
#branding {
padding:0px 0 0px;
margin:0 auto;
width:800px;
}

/* Content padding */
#main {
clear:both;
padding:0 0;
width:800px;
}

/* Body text */
body, input, textarea {
font:14px/20px courier,serif;
}

/* Hides header text and places clickable image */
#blog-title a {
display:block;
text-indent:-9000px;
height: 60px; /* height of your header, like 180px */
width: 800px; /* width of your header, like 940px */
background:url(http://www.michiweglyn.com/wp-content/uploads/2010/06/michi_header.jpg) no-repeat top center;
}
#blog-description {
position:absolute;
left:-9000px; /* We avoid display:none because it's bad for SEO */
}

/* Navigation menu */
.sf-menu a {
border-left:1px solid #CCCCCC;
border-top:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
padding:5px 13px;
text-decoration:none;
font-family:monospace;
background: #ECE5B6;
}

/* Navigation menu rollover*/
.sf-menu {
border-right:0px solid #FFF;
float:left;
}
.sf-menu a {
border-left:1px solid #ECE5B6;
border-top:1px solid #ECE5B6;
border-bottom:none;
padding:9px 13px;
text-decoration:none;
}
.sf-menu .current_page_item a, /* use this section to customise the currently selected menu item */
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
border-bottom-width: 0px;
border-bottom-color:#ECE5B6;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
}
.sf-menu li {
	background: #ECE5B6;
}
.sf-menu li li {
background: #ECE5B6;
}
.sf-menu li li li {
background: #ECE5B6;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #ECE5B6;
	color: #FFFFFF;
}
.sf-menu ul {
border-bottom:none;
}
.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:#DDD; /* Submenu items colour */
border-bottom:none;
}
.sf-menu ul a:hover {
color: #009900; /* submenu text rollover colour */
}

/* Navigation area */
#access {
background-color:#ECE5B6;
border-bottom:medium none;
float:center;
height:32px;
padding:0 0 0 150px;
z-index:100;
}

/* Padding after navigation bar */
.entry-content {
padding:0 0 0;
}

/* Padding after before table */
th, td {
padding:0 1.25em 0 0;
}

/* Styling the search function */
#access-search{
	padding:4px 0 0 4px;
}

/* Styling the flash file */
object {
vertical-align:top;
}
