@import "style/base.css";

#header{
	background:url(images/bg-header-workers.png) no-repeat;
	}
#footer p {
	color: #555;
	padding: .2em 0;
	font-size: .9em;
}
#footerLinks {
	padding-bottom: .5em;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

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

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

.posttitle {
	font-size: 1.4em;
}

.entry p {
	padding-top:1em;
}
.entry li {
	margin-top: 1em;
	margin-left: 1.2em;
	padding-left: .4em;
}
.entry ul li {
	list-style: disc;
}
.postmetadata {
	padding-top: 2em;
	font-size: .9em;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 4em;
}
.widget {
	margin-top: 1em;
}
.hide {
	display: none;
}
.widget ul li, li#recent-posts ul li, li#rss-266953581 ul li {
	color: #7a2;
	list-style-type: disc;
	margin-left: 15px;
}
.widget li.cat-item {
list-style-type: none;
margin-left:0;
}
.wp-caption-text {
	text-align: center;
}