/*
Title: 
Description:	Global styles and page build
Author: Christine Harcinske / Twelve Horses
Last Updated:	
*/



/*****************************************************************************
RESETS
*****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset, img { 
	border: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
ol, ul {
	list-style: none;
}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
	
caption, th {
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

:focus {
	-moz-outline-style:none
}

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

html {
	font-size: 100%;
	text-align: center;
}

body {
	margin: 0;
	text-align: left;
	background: #004765;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  padding: 0 0 22px 0;
}

a, a:link {
  color: #0f75bc;
	text-decoration: none;
}

a:hover, a:visited:hover {
  color: #004765;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
  color: #286c9c;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

strong em {
  font-weight: bold;
}

#footer a {
  color: #fff;
}

#top_links li a {
  color: #6f4200;
}

h1, h2, h3, h4, h5, h6 {
  color: #6f4200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
  font-size: 26px;
	line-height: 28px;
	padding: 10px 0 0 0;
}

h2, h2 a:link, h2 a:visited {
  font-size: 24px;
	line-height: 26px;
	color: #6f4200;
	padding: 0 0 6px 0;
}

h2 a:hover {
  text-decoration: underline;
	color: #333;
	cursor: pointer;
}

.post_excerpt h2 {
  width: 334px;
}

h3 {
  font-size: 20px;
	line-height: 22px;
}

.related_articles h3 {
  color: #666;
}

h4 {
  font-size: 14px;
	line-height: 16px;
}

::-moz-selection { 
  background: #005a96; 
	color: #fff;
}

::selection { 
  background: #005a96;
	color: #fff;
}

#content_left ul, #content_left ol {
  margin: 10px 30px 30px 0;
	padding: 0;
	overflow: hidden;
}

#content_left ul li {
  list-style: disc;
	padding: 0 0 6px 0;
	margin: 0 0 0 40px;
	list-style-position: outside;
}

#content_left ol li {
  list-style: decimal;
	padding: 0 0 6px 0;
	margin: 0 0 0 40px;
	list-style-position: outside;
}

#footer li {
  float: left;
	margin-right: 8px;
}



/* FORM STYLES
----------------------------------------------------------------------*/

#top_links form {
  float: left;
	padding: 10px 0 0 0;
	margin: 0;
}

input {
  border: 1px solid #d4d7b9;
	background: url('/wp-content/themes/modern_workforce09/assets/images/textfield_bg.gif') top left repeat-x;
	padding: 2px 0 0 6px;
	height: 18px;
	color: #999;
}

input#search {
  border-right: none;
	vertical-align: top;
}

#btn_go {
  background: none;
	border: none;
	height: 20px;
	width: 30px;
	text-align: center;
	font-weight: bold;
	color: #0f75bc;
}

#btn_search {
  background: none;
	border: none;
  height: 22px;
	width: 28px;
	text-align: center;
	font-weight: bold;
	color: #00bb00;
	vertical-align: top;
	background: url('/wp-content/themes/modern_workforce09/assets/images/search_btn.gif') top  left no-repeat;
}


/* GENERAL STYLES
----------------------------------------------------------------------*/



/*****************************************************************************
SITE BUILD
*****************************************************************************/



#wrapper {
  width: 960px;
	margin: 0 auto;
}

#top_links {
  background: #f1f2e7;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 602px;
	height: 38px;
	padding: 0 14px;
	margin: 14px 28px 0 0;
	float: right;
	overflow: hidden;
}

#top_links ul {
  overflow: hidden;
	float: left;
	margin: 0;
}

#top_links li {
  float: left;
	padding: 14px 14px 0 0;
}

.top_subscribe {
  background: url('/wp-content/themes/modern_workforce09/assets/images/icon_rss.gif') 68px 7px no-repeat;
	width: 94px;
}

#white_container {
  background: #fff;
	padding: 4px 30px 30px 30px;
	clear: both;
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

#header {
	overflow: hidden;
	padding: 4px 0;
	height: 71px;
}

#logo {
  float: left;
}

#content_left {
  width: 614px;
	margin-right: 12px;
	padding: 12px 0 0 0;
	float: left;
	margin-top: 12px;
	border-top: 1px solid #e7e7e7;
}

#content_left_index {
  width: 614px;
	padding: 12px 12px 0 0;
	float: left;
}

#content_left img {
  background: #f1f2e7;
	border: 1px solid #cecece;
	padding: 4px;
}

img#main_img {
  background: #f1f2e7;
	border: 1px solid #cecece;
	padding: 8px;
}

.article {
  border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 8px 0 0 0;
	margin: 6px 0 0 0;
}

.article p {
  padding: 0 0 22px 0;
}

.article span {
  font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #2f2f2f;
}

.article_title {
  font-size: 14px;
}

.thumb_img {
  float: left;
	margin: 0 16px 0 0;
	width: 100px;
	height: 50px;
}

.article_text {
  width: 470px;
	float: left;
}

#sidebar {
  width: 246px;
	margin: 12px 0 0 0;
	padding: 6px 12px;
	float: left;
	background: #f8f8f3;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

#sidebar p {
  padding: 6px 0;
}

#tweets {
  background: url('/wp-content/themes/modern_workforce09/assets/images/tweets_bg.gif') top right no-repeat;
	padding: 30px 0 0 0;
	margin: 14px 0 20px 0;
	position: relative;
}

#follow_link {
  position:absolute;
	right:0;
	top:0;
}

.btm_dashed, #twitter_update_list li {
  border-bottom: 1px solid #e7e7e7;
	padding: 4px 0;
}

#side_cats {
  width: 120px;
	float: left;
	padding: 0 6px 0 0;
	margin: 0;
}
#side_cats ul {
  margin: 4px 0 14px 0;
}

#side_cats li {
  border-bottom: 1px solid #e7e7e7;
	padding: 4px 0;
}

#cList {
  margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

#cList li {
  float: left;
	text-align: center;
	margin: 0 8px 6px 0;
	border-bottom: none;
}

#footer {
  margin: 10px 0 0 0;
	padding: 6px 0 20px 0;
	overflow: hidden;
}

#footer p {
  clear: both;
	color: #bbbcbc;
}

/* SUBPAGE STYLES
----------------------------------------------------------------------*/

#intro {
  background: url('/wp-content/themes/modern_workforce09/assets/images/bdr_double.gif') bottom left repeat-x;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

.post {
  border-bottom: 1px solid #e7e7e7;
	padding: 8px 0 0 0;
	overflow: hidden;
}

.articleIntro_img {
  float: left;
	margin-right: 20px;
	width: 196px;
	height: 145px;
}

.post_excerpt {
  width: 380px;
	float: left;
	position: relative;
}

.post_intro {
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 0;
	margin: 0;
}



/* NAVIGATION STYLES
----------------------------------------------------------------------*/

#main_nav {
  float: right;
	margin: 50px 0 0 0;
}

#main_nav li {
  padding: 0 0 0 30px;
	float: left;
}

#main_nav li a {
  color: #0f75bc;
	font: 17px/20px Verdana, Arial, Helvetica, sans-serif;
}

#main_nav li a:hover, #main_nav li a.on {
  color: #002241;
}

/* BLOG STYLES
----------------------------------------------------------------------*/

.alignright {
  float: right;
	margin: 6px 0 6px 6px;
}

.alignleft {
  float: right;
	margin: 6px 6px 6px 0;
}

.aligncenter {
  margin: 10px auto 0 auto;
	display: block;
}

.related {
  overflow: hidden;
	padding: 0;
	margin: 10px 0;
}

.related li {
  float: left;
	list-style: none;
	border-right: 1px solid #e7e7e7;
	width: 170px;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	min-height: 50px;
}

.comments {
  position: absolute;
	top: 0;
	right: 0;
	background: url('/wp-content/themes/modern_workforce09/assets/images/comment_bg.gif') top left no-repeat;
	height: 35px;
	width: 36px;
	padding: 4px 0 0 0;
	text-align: center;
	font-weight: bold;
}

.related_articles {
  background: #f1f2e7;
	border: 1px solid #cecece;
	padding: 6px;
	margin: 20px 0;
}

#content_left .related_articles ul{
  margin: 10px 0;
}

#content_left .related_articles li {
  float: left;
	list-style: none;
	border-right: 1px solid #cecece;
	width: 170px;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	min-height: 50px;
}

.post_end {
  background: url('/wp-content/themes/modern_workforce09/assets/images/bdr_double.gif') bottom left repeat-x;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#content_left .commentlist li {
  list-style: none;
	border-bottom: 1px solid #e7e7e7;
	margin: 20px 0;
}

#content_left .commentlist li p {
  margin: 12px 0;
}
