/*
Theme Name: shiftboard.com
Theme URI: http://www.shiftboard.com/
Author: Kim Carson
*/

/* updated 07_09 for new nav bar */

body {
	margin: 0;
	padding: 0;
	color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 900px;
	font-size: 100%;
	}
	
.onenav {
	background: #ebebeb url(images/bg_onenav.jpg) top left repeat-x;
	}
	
.aux {overflow: auto; padding:2px; width:400px; margin: 0px;border:black 1px solid;z-index:10;visibility:hidden;position:absolute;top:150px;background-color:white;}

	
	
/* header and nav */

#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	z-index: 99;	
	}
	
#logo {
	position: relative;
	float: left;
	width: 230px;
	height: 75px;
	padding: 25px 0 0 0;
	}
	
#signin {
	position: relative;
	float: right;
	width: 500px;
	text-align: left;
	padding-top: 7px;
	}

#nav {
	position: relative;	
	float: right;
	width: 98%;
	padding: 0 0 20px 0;
	}

/* #feedback {
	position: relative;
	float: right;
	text-align: right;
	font-size: .7em;
	width: 220px;
	padding-top: 4px;
	}
	
#feedback a:link {
	color: #e5e5e5;
	text-decoration: none;
	padding: 0 3px 2px 3px;
	font-weight: normal;
	}

#feedback a:visited {
	color: #e5e5e5;
	text-decoration: none;
	padding: 0 3px 2px 3px;
	font-weight: normal;
	}

#feedback a:hover {
	color: #fff;
	background-color: #fa6e14;
	text-decoration: none;
	padding: 0 3px 2px 3px;
	font-weight: normal;
	} */


/* content */

#page {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
    background-color: #fff;
	}

#content {
	padding: 0 0 20px 40px;
    background-color: #fff;
	}

.narrowcolumn {
   float: left;
	width: 500px;
	}

.widecolumn {
	width: 640px;
	} 

.entry {
	line-height: 1.1em;
    margin-top: 15px;
	}

.post {
	margin: 0;
    color: #616161;
	}

.post h2 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 30px;
    }

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
    display: block;
	background-color: #f1f1f1;
	padding: 10px;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: left;
	}

.widecolumn .postmetadata {
	display: block;
	background-color: #f1f1f1;
	padding: 10px;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: left;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
	
.respond {
	display: block;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}

	
/* footer */
/* float on footer div keeps blocks from breaking out of the background */
/* no float on footer-content div keeps it centered */

#footer {
	clear: both;
	position: relative;
	float: left;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: .75em;
	padding: 20px 0 35px 0;
	background-color: #4d4d4d;
	line-height: 1.4em;
	}
	
#footer-content {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	color: #999;
	}
	
#footer-block {
	position: relative;
	float: left;
	width: 220px;
	padding: 0 20px 20px 0;
	}
	
#footer-block-short {
	position: relative;
	float: left;
	width: 150px;
	padding: 0 20px 20px 0;
	}
	
#footer a:link {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}


	


/*general attributes */

h1 {
    font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000;
	font-size: 24px;
	}

h2 {
    font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	}

h2.pagetitle {
	font-size: 20px;
	}

h3 {
    font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	}

h3.comments {
	display: block;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}

p {
    font-size: 13px;
    }

a:link {
	color: #fa6e14;
	
	}
	
a:visited {
	color: #fa6e14;
	
	}
	
a:hover {
	color: #000;
	
	}



/* comments */

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 13px;
	}

.commentlist li {
	font-weight: bold;
    margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.1em;
	text-transform: none;
    margin: 10px 5px 10px 0;
	}

#commentform p {
    margin: 5px 0;
	}

.commentmetadata {
	font-weight: normal;
    margin: 0;
	display: block;
	}

.alt {
	margin: 0;
	padding: 10px;
	}
	
.thread-alt {
	background-color: #f1f1f1;
}

.thread-even {
	background-color: #fff;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* sidebar */

#sidebar{
	padding: 20px;
    margin-top: 0;
    margin-left: 580px;
	width: 210px;
    background-color: #fff;
    font-size: 13px;
	}

#sidebar h2 {
    margin: 10px 0 0 0;
	padding: 5px;
    font-size: 1em;
	}
	
#sidebar li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
    color: #000;
	list-style: none;
    }



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

label {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-top: 7px;
	margin-bottom: 2px;
	color: #000; 
	}

button {
	font-size: 1em;
	}

input {
	color: #333333;
	font-size: 12px;
	padding: 2px;
	}

select {
	font-size: 1em;
	color: #333333;
	}

textarea {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 2px;
	}
	
object {
	margin: 0;
	}
	
#signin form {
	margin-top: 0;
	margin-bottom: 0;
	}
	
#signin label {
	font-size: .75em;
	font-weight: normal;
	color: #545454;
	display: block;
	margin-top: 6px;
	margin-bottom: 3px;
	}
	
#signin input {
	color: #545454;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: .75em;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}


/* #searchform input{
	margin-bottom: 5px;
	} */

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */




/* calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}




/* misc */

.youarehere {
	color: #fa6e14;
	font-weight: bold;
	}

.accent {
	color: #fa6e14;
	font-weight: bold;
	}

.alt {
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.fineprint {
	font-size: 10px;
	font-weight: bold;
	}
	
.login {
	font-weight: normal;
	font-size: 12px;
	color: #616161;
	}

small {
	font-size: 11px;
	line-height: 1.5em;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
    cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
    font-size: 13px;
	height: 20px;
	}
	
#wp-calendar caption, cite {
	text-decoration: none;
	} 


