/*   
Theme Name: Big Bob's - 2010
Theme URI: 
Description: Big Bob's Outlet 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');

body {
background: url(images/bg.jpg) repeat;
}

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

#header {
    background: #fff url(images/bg_header.jpg) no-repeat top center;
    margin: auto;
    width: 908px;
    height: 130px;
}
#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;
width: 200px;
}

#secondary {
width: 200px;
}

.main-aside {

}

#nav-above {
display: none;
}

#secondary li.widgetcontainer {
width: 200px;

}

#secondary li.widgetcontainer h3 {
text-align: left;
padding: 5px;
font-weight: normal;
font-style:normal;
background: #ddb765;
color: #fff;
border-bottom: solid #666 1px;
}

#secondary li.widgetcontainer ul {
list-style: none;
padding:0;
margin:0 10px 15px 10px;
}

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

a {
color: #f51039;
}

#content {
padding: 10px;
}

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;
}

input#s {width: 180px;}


/*** THEMATIC SKIN ***/

.post, .hentry {
width: 500px;
}

#comments {
width: 500px;
}

#social-icons {
top:10px;
position: absolute;
width: 908px;
margin: auto;
text-align: right;
height: 65px;
}

#social-icons img {
padding: 0 20px;
width: 35px;
height: 35px;
}

#social-icons img.last {
padding-right: 100px;
}

.menu {
top:103px;
position: absolute;
width: 908px;
margin: auto;
float: left;
height: 30px;
}
.sf-menu {
    border-right:none;
	float:right;
font-family: trebuchet-mt, arial;
font-size: 1.2em;
font-weight: bold;
padding: 0 10px;
}
.sf-menu a {
	border:none;
	padding:3px 10px;
	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:			#fff;
}
.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:    none;
	outline:		0;
    border-bottom-color:#ccc;
color:#e8e192;
}
.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: #131d63;
font-weight: bold;
}

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

main-aside {
float: left;
}

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

#footer {
    border-top:5px solid #857f71;
    margin-top:22px;
text-align: center;
font-family: arial;
width: 908px;
}
#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;
}
