/*   
Theme Name: ganshoeoutlet.ca
Theme URI: http://ganshoeoutlet.ca
Description: Made for Gan Shoe Outlet
Author: Jesse Locke
Author URI: http://jesselocke.me
Template: thematic
Version: 1.0
*/

/* 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-r-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');

#header {
background-color: #232323
}

#access {
background-color: #dc7b08;
}

#wrapper {
background-color: #b3abab;
}

#footer {
background-color: #232323;
}

h1.blog-description {
color: white;
}

#branding {
padding:0px 0 0px 0px;
}

#main {
padding:26px 0 0px 0;
}

#container {
 width: 960px;
font-family: helvetica;
}

#content {
 width: 940px;
font-family: helvetica;
}

h1.entry-title {
text-align: center;
}

h2.entry-title {
text-align: center;
}

h1.page-title {
display: none;
}

h3.widgettitle {
font-family: helvetica;
color: white;
text-decoration: none;
}

.entry-meta {
display: none;
}

.entry-utility {
display: none;
}

#comments {
background-color: #b3abab;
}

#comments.respond {
background-color: #232323;
}




/* MENU */

.menu {
width:850px;
background-color: #none;
color: Cornsilk;
}

.sf-menu {
position: absolute;
border-right: 1px;
float:none;
color: white;
background-color: #dc7b08;
color: black;
}

.sf-menu a {
height: 1px;
border: 1px;
text-decoration: ;
color: white;
font-family: helvetica;
font-size: 15px;
background-color: #dc7b08;
color: black;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border: none;
background-color: #dc7b08;

text-decoration: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
background-color: #dc7b08;
color: black;
}

.sf-menu li {
background-color: #dc7b08;
color: black;
text-decoration: none;
}

.sf-menu li li {
background-color: #dc7b08;
color: black;
text-decoration: none;
}

.sf-menu li li li {
background-color: #dc7b08;
color: black;
text-decoration: none;
}

.sf-menu li:hover
{
background-color: #dc7b08;
text-decoration: none;

}

.sf-menu li.sfHover,
.sf-menu a:hover {
background-color: #dc7b08;
color: black;
text-decoration: underline;
font-weight: bold;
outline:		0;
}


.sf-menu ul {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color: #dc7b08;
color: black;
text-decoration: none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
top:32px; /* overriding essential styles */
background-color: #ba0e15;
text-decoration: none;
color: black;
}

.sf-menu ul ul {
    margin-top:0;
background-color: #ba0e15;
text-decoration: none;
}

.sf-menu ul a {
background-color: #dc7b08;
color: black;
text-decoration: none;
}

.sf-menu ul a:hover {
}

.sf-menu{
position:absolute;
left:41.5%;
margin-left:-25%;
background-color: #dc7b08;
}

/* =Navigation -- */

.nav-previous {
display:none;}

.nav-next {
display:none;} 
