/*   
Theme Name: Century Tile - April 2010	
Theme URI: 
Description: Century Tile blog
Author: Shazia Mistry
Author URI: http://shaziamistry.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('../thematic/library/layouts/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('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#wrapper {
background: #fff;
width: 950px;
margin: auto;
font-family: arial;
font-size: 0.9em;
}

#header {
    
    margin: auto;
    width: 950px;
    height: 130px;
border-bottom: 1px solid #f51039;
}

#logo {
background: #fff url(images/bg_header.jpg) no-repeat top center;
display: block;
width: 950px;
height: 130px;
text-indent: -999px;
}

.hide {
visibility: hidden;
}

#blog-title {
    visibility: hidden;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #8b2634;
}
#blog-description {
visibility: hidden;
}

#primary {
border: none;
text-align: right;
padding: 0;
margin: 0;
}

#secondary {

}

.main-aside {

}

#secondary li.widgetcontainer {
width: 250px;
padding: 0 0 10px 10px;
margin: 5px;

}

#secondary li.widgetcontainer h3 {
text-align: right;
padding: 3px;
font-weight: normal;
font-style:normal;
}

#secondary li.widgetcontainer ul {
list-style: none;
border: solid 1px #d0a884;
padding:0;
margin:0;
}

#main {
    clear:both;
    padding:10px 0 10px 0;
margin:auto;
width: 950px;
}

a {
color: #f51039;
}

#content {
padding: 10px;
width: 550px;
}

.entry-content {
width: 550px;
}

.post {
width: 550px;
}

input#s {
margin: 5px;
}

#secondary li.widgetcontainer ul li {
padding: 3px;
}

#secondary li:hover {
border: none;
}

#secondary a {
text-decoration: none;
}

#secondary a:hover {
color: #9f3844;
}

li.widget_thematic_search {
border: 0;
}


#access {
border: none;
position: absolute;
top: 0px;
padding: 0 5px;
}


/*** THEMATIC SKIN ***/
.menu {
top:100px;
position: absolute;
text-align: right;
}
.sf-menu {
    border-right:none;
	float:right;
font-family: arial;
font-size: 1.1em;
font-weight: bold;
padding: 0 10px;
}
.sf-menu a {
	border:none;
	padding:3px;
	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:			#000;
}
.sf-menu li {
	background:		none;
}
.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:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
color:#466c5f;
}
.sf-menu ul {
    border-right:none;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:110px; /* 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;
}

h2.entry-title a {
color: #000;
font-weight: normal;
}

div.entry-meta {
padding: 3px;
}

main-aside {
float: left;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:5px solid #f51039;
    margin-top:22px;
text-align: center;
font-family: arial;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

#respond {
background: none;
}
