/*
Theme Name: Joshua Theme
Theme URI: http://www.onewaydesigns.com
Description: Custom Theme designed for Joshua Pockrus
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: url(images/site_bg.png) no-repeat fixed top left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* HEADER */
.header {
	background: url('images/header.png') no-repeat scroll top left;
	height: 107px;
}

/* End Header*/

/* Nav Bar */
.nav_bar {
	background: url('images/nav_bar.png') no-repeat scroll top left;
	height: 138px;
	padding: 0 0 0 350px;
}

/*End Nav Bar*/

/* Content */

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

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

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

/* 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 */

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

/* Sidebar Area */

.right_sb {
	float:left;
	padding:0 0 0 0;
	list-style:none;
}

.right_sb li {
	margin:0;
}

.right_sb h2 {
	background: url('images/sb_title.png') no-repeat scroll top left;
	width: 300px;
	height: 74px;
	line-height:80px;
	text-align:center;
	color:#ffffff;
	margin-bottom:0;
}

.right_sb ul {
	background: url('images/sb_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:10px 10px 10px 30px;
	color:#ffffff;
	margin:0;
}

.right_sb a {
	color:#999999;
	font-size:13px;
}

/*.textwidget {
	background: url('images/sb_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:10px;
	color:#ffffff;
}*/

.module {
	background: url('images/module_bg.png') no-repeat scroll;
	background-position: 0px 74px;
	height:100%;
	padding:0;
	color:#ffffff;
}


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

.bottom_sb {
	float:left;
	padding:10px 0 0 0;
	list-style:none;
}

.bottom_sb h2 {
	background: url('images/bottom_sb_title.png') no-repeat scroll top left;
	width: 300px;
	height: 74px;
	line-height:80px;
	text-align:center;
	color:#ffffff;
	margin-bottom:0;
}

.bottom_sb li {
	margin:0;
}

.bottom_sb ul {
	background: url('images/sb_repeat.png') repeat-y scroll top left;
	height:100%;
	padding:10px 10px 10px 30px;
	color:#ffffff;
	margin:0;
}

.bottom_sb a {
	color:#999999;
	font-size:13px;
}

/* Footer */

.footer {
	background: url(images/footer-bg-trans.png) no-repeat top left;
	height: 50px;
	width: 960px;
}

/* End Footer */

/* Sucker Fish Nav CSS */
#suckerfishnav {
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	font-size:14px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0 0 0 0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding:0px 0px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
	margin-left:0;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#3e6c9f;
    }
#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:#bf1d05;
    }
#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:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#000000;
    }
/* End Suckerfish Nav CSS */
