/*
Theme Name: Work Comp
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: Envoca Design
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import "style/template_common.css";
@import "style/template_header.css";
@import "style/template_content.css";
@import "style/template_footer.css";
@import "style/template_chromestyle.css";
@import "style/template_bottom.css";
@import "style/template_copywrite.css";


#col_left ul.xoxo{
	list-style-type:none;
	margin:30px 0;
	padding:0;
}
#col_left ul.xoxo li{
	margin:5px 0 !important;
	padding:0;
}
#col_left ul.xoxo ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#col_left ul.xoxo ul li{
	padding-left:15px;
	background: url("images/bullet.jpg") no-repeat center left;
}
	#col_right .widget-title{
		font-weight: bold; 
		margin: 20px 0px 0px 0px;
		text-transform:uppercase;
		background: #e97f00 url('images/h4_title_bg.jpg') center right no-repeat;
		color:#FFFFFF;
		margin-top:2px;
		font-size:12px;
		line-height:14px;
		font-family: arial, helvetica, sans-serif; 
		padding:2px;
		width:200px !important;
	}
#col_left .post{
	margin:0 0 30px 0;
}