/*
Theme Name: Ashby Sewing Theme
Theme URI: http://www.onewaydesigns.com
Description: 
Version: 1.0
Author: Adam J. Walker
Author URI: http://www.onewaydesigns.com
Tags: 960, based on 960

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #9db799 url(images/site_bg.png) repeat-x top left;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

/* HEADER */

.header {
	background: url('images/header.png') no-repeat scroll top left;
	height: 290px;
	margin-top: 15px;
}

/* End Header*/

/* MENU */

.menu {
	background: url('images/menu.png') no-repeat scroll top left;
	height: 28px;
}

/*End Menu*/

/* Content */

.main_section {
	background: url('images/main_repeat.png') repeat-y scroll top left;
	height: auto;
}

.content {
	
}

.content_top {
	background: url('images/main_content_top.png') no-repeat scroll top left;
	width: 520px;
	height: 12px;
}

.content_repeat {
	background: url('images/main_content_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:0 10px 10px 10px;
}

.content_bottom {
	background: url('images/main_content_bottom.png') no-repeat scroll top left;
	height: 13px;
}


/* Post */

.post {
	font-size:14px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post .date strong {
	font-weight: bold;
	color: #AAAAAA;
}

/*.navigation {
}*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Search */

#search {
	float: left;
	width: 234px;
}

#search form {
	margin: 0;
	padding: 5px 0 0 7px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 175px;
	background: #aaa;
	border: none;
}
#searchsubmit {
	height: 19px;
	background: #ffd51d;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #1f4670;
}
/* End Search */


/* Page */

#page {
	width: 904px;
	margin: 0 auto;
}


.credit {
	text-align: right;
	font-size: 12px;
}

/* Sidebar Area */

.green_sb {
	margin-top: 10px;	
}

.green_sb_top {
	background: url('images/green_sb_top.png') no-repeat scroll top left;
	height: 22px;
}

.green_sb_repeat {
	background: url('images/green_sb_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:0 10px 10px 10px;
	list-style: none;
}

.green_sb_repeat li {
	margin: 0 5px 0 0;
}

.green_sb_repeat ul {
	margin: 0 5px 0 11px;
}

.green_sb_repeat h2 {
	font-size: 23px;
	margin: 0 0 0 0;
}

.green_sb_bottom {
	background: url('images/green_sb_bottom.png') no-repeat scroll top left;
	height: 23px;
}

.yellow_sb {
	
}

.yellow_sb_top {
	background: url('images/yellow_sb_top.png') no-repeat scroll top left;
	height: 19px;
}

.yellow_sb_repeat {
	background: url('images/yellow_sb_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:0 10px 10px 10px;
	list-style: none;
}

.yellow_sb_repeat li {
	margin: 0 5px 0 7px;
}

.yellow_sb_repeat ul {
	margin: 0 5px 15px 11px;
}

.yellow_sb_repeat h2 {
	font-size: 23px;
	margin: 0 0 5px 0;
}

.yellow_sb_bottom {
	background: url('images/yellow_sb_bottom.png') no-repeat scroll top left;
	height: 21px;
}

.blue_sb {
	
}

.blue_sb_top {
	background: url('images/blue_sb_top.png') no-repeat scroll top left;
	height: 20px;
}

.blue_sb_repeat {
	background: url('images/blue_sb_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:0 10px 10px 11px;
	list-style: none;
}

.blue_sb_repeat li {
	margin: 0 5px 0 7px;
}

.blue_sb_repeat ul {
	margin: 0 5px 0 11px;
}

.blue_sb_repeat h2 {
	font-size: 23px;
	margin: 0 0 5px 0;
}

.blue_sb_bottom {
	background: url('images/blue_sb_bottom.png') no-repeat scroll top left;
	height: 21px;
}



/* Footer */

.footer {
	background: url('images/footer.png') no-repeat scroll top left;
	height: 30px;
}

/* End Footer */

/* Sucker Fish Nav CSS */
#suckerfishnav {
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:25px;
    padding:0 0 0 10px;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	margin: 0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#ffcc66;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#000000;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#336699;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffcc66;
    }
/* End Suckerfish Nav CSS */