/*   
Theme Name: Wages Theme
Theme URI: http://wageswages.com
Description: A custom Theme Developed for the Band Wages, based upon Simon Urbina's Framework http://simonwebdesign.com</a>.
Author: Alex Hornbake
Author URI: http://hornbake.com
Version: 1.1.6
Tags: light, one-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

html, body {
height: 100%;
}

#container {
	min-height: 100%;
	margin-bottom: -380px;
	position: relative;
}

#content-footer-clear {
	height: 380px; 
	clear: both;
}

/* header */
.header {
        padding: 0px 0px 0px 0px;
		width: 623px;
		height: 88px;
				margin-left:auto;
		margin-right:auto;
}
#header-wrap h1 {
        width: 623px;
        padding: 0px;
        margin: 0px;
        float: left;
}
#header-wrap .description {
        clear: both;

}
#search-bar {
        width: 400px;
        float: right;
}


/* links */
a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
        /*border-bottom: solid 1px #ccc;*/
	width: 623px;
	height: 26px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	}
	
#navbar-left {
	width: 200px;
	/*width:623px;*/
	height: 26px;
	float: left;
	/*margin-left:auto; 
	margin-right:auto;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;  
	
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
        font-weight: bold;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* header */

#social-links {
	position:absolute;
	top:0px;
	left:0px;

	clear:both;
	/*margin-left:auto; 
	margin-right:auto;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
		background-image: url('images/footer_bg.jpg');
		position: relative;
		height: 380px;
		width:100%

}
#footer_img {

	width: 623px;
	background-image: url('/images/footer_center.jpg');
	background-repeat:no-repeat;
	  margin-left: auto ;
	margin-right: auto ;

}

#footer_text {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */

div.storytitle{
	border-width:1px;
	border-bottom-style:dotted;
	margin: 0px 0px 20px 0px;
}

.meta {
}
/* COmments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}

#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #ccc;
        border-bottom: solid 1px #ccc;
}

#post-entries {
        padding: 0px 0px 0px 0px;
        margin: 20px 0px 0px 0px;
        border-bottom: solid 0px #ccc
}
