/** SIDE BAR **/
div.blog_sidebar {
	float:right;
	width:221px;
}

div.blog_sidebar a {
	color:#666666;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

div.blog_sidebar a:hover {
	color:#999999;
	text-decoration:underline;
}

div.sidebar_separator {
	border-bottom: #666666 1px dashed;
	margin:5px 0;
	width:180px;
}

/** SIDE BAR - SEARCH BAR **/
div.blog_search_inputs {
	margin-bottom:10px;
	text-align:right;
	width:217px;
}

div.blog_search_inputs input[type="text"] {
	background:transparent url(/img/input_text.png) repeat scroll 0 0;
	border:medium none;
	height:18px;
	padding-left:3px;
	padding-top:3px;
	width:171px;
}

div.blog_search_inputs input[type="submit"] {
	background:transparent url(/img/input_search.png) repeat scroll 0 0;
	border:medium none;
	height:21px;
	width:27px;
	padding-top:9px;
}

/** SIDE BAR - RSS BOX **/
a.blog_rss_box {
	background:url('/img/rss_box.png');
	width:220px;
	height:84px;
	display:block;
}
/** SIDE BAR - CATEGORIES BOX **/
div.blog_categories_box {
	width:221px;
	background:transparent url(/img/sidebar_background.png) repeat-y scroll 5px 0;
}

div.blog_categories_box_title {
	background:url('/img/categories_box_title.png') top;
	width:221px;
	height:46px;
}

div.blog_categories_box_content {
	padding-bottom:10px;
	padding-left:20px;
	width:185px;
}

div.blog_categories_folder_icon {
	float:left;
	height:13px;
	width:16px;
	background: url('/img/folder_icon.png');
	margin-right:5px;
}

div.blog_categories_box a.categorySubLink2 {
	font-size:12px;
}

div.blog_categories_box div.categorySubLinkDash2 {
	float:left;
	font-size:12px;
	margin-left:25px;
	margin-right:5px;
}

div.blog_categories_box a.categorySubLink3 {
	font-size:12px;
	margin-left:50px;
}

div.blog_categories_box div.categorySubLinkDash3 {
	float:left;
	font-size:12px;
	margin-left:50px;
	margin-right:5px;
}

/** SIDE BAR - POPULAR BOX **/
div.blog_popular_box {
	width:221px;
	background:transparent url(/img/sidebar_background.png) repeat-y scroll 5px 0;
}

div.blog_popular_box_title {
	background:url('/img/popular_box_title.png') top;
	width:221px;
	height:54px;
}

div.blog_popular_box_content {
	padding-bottom:10px;
	padding-left:20px;
	width:185px;
}

/** SIDE BAR - AUTHOR BOX **/
div.blog_author_box {
	width:221px;
	background:transparent url('/img/sidebar_background.png') repeat-y scroll 5px 0;
}

div.blog_author_box_title {
	background:url('/img/author_box_title.png') top;
	width:221px;
	height:54px;
}

div.blog_author_box_content {
	padding-bottom:10px;
	padding-left:20px;
	width:185px;
}

/** SIDE BAR - SUBSCRIBE BOX **/
div.blog_subscribe_box {
	width:221px;
	background:transparent url(/img/sidebar_background.png) repeat-y scroll 5px 0;
}

div.blog_subscribe_box_title {
	background:url('/img/subscribe_box_title.png') top;
	width:221px;
	height:52px;
}

div.blog_subscribe_box_content {
	padding-bottom:10px;
	padding-left:20px;
	width:185px;
}

div.blog_subscribe_box div.rss_icon {
	height:16px;
	width:16px;
	background:url('/img/rss_icon.png');
	float:left;
	margin-right:5px;
}

div.blog_subscribe_box div.email_icon {
	height:11px;
	width:16px;
	background:url('/img/email_icon.png');
	float:left;
	margin-right:5px;
}


/** LIST **/
div.blog_list {
	width:750px;
	float:left;
}

div.blog_list p {
	line-height:1.6em;
}

div.blog_no_results {

}

div.blog_pagination_links {
	float:right;
	margin-bottom:15px;
	text-align:center;
	width:494px;
}

div.blog_pagination_links a {
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}

div.blog_pagination_links a:hover {
	color:#f2cb49;
	text-decoration:underline;
}

div.blog_pagination_links strong {
	color:#FF9900;
	font-weight:normal;
}

div.blog_entry {
	color:#333333;
	width:494px;
	float:right;
	margin-bottom:30px;
}

div.blog_title {
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.3em;
	color:#333333;
}

div.blog_title a {
	text-decoration:none;
	color:#333333;
}

div.blog_title a:hover {
	color:#666666;
	text-decoration:underline;
}

div.blog_author span {

}

div.blog_date {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
}

div.blog_category {
	color:#f2cb49;
	clear:left;
	margin-bottom:15px;
}

div.blog_category span {
	color:#333333;
}

div.blog_comment_bar {
	background:transparent url(/img/comment_bar.png) repeat-x scroll 0 0;
	color:white;
	font-weight:bold;
	height:37px;
	padding-top:8px;
	position:relative;
	width:494px;
}

div.blog_comment_bar span {
	margin-left: 10px;
}

div.blog_comment_bar a.right {
	text-decoration:none;
	margin-right:20px;
}

div.blog_comment_bar a.left {
	margin-left:10px;
	text-decoration:none;
}

div.blog_comment_bar a:hover {
	text-decoration:underline;
}

div.blog_comment_bar div.arrow {
	background:transparent url(/img/arrow.png) repeat scroll 0 0;
	height:18px;
	position:absolute;
	right:5px;
	top:8px;
	width:13px;
}

div.blog_image_wrapper {
	clear:both;
	float:left;
	margin-bottom:30px;
	width:227px;
}

a.blog_image {
	display:block;
	width:227px;
	height:189px;
	margin-bottom:10px;
	background-position: center center;
	background-repeat:no-repeat;
}

div.blog_image_buttons {
	width:227px;
}

div.blog_image_buttons li {
	float:left;
}

div.blog_image_buttons a {
}

span#sharethis_0 a { text-decoration:none; }

div.blog_image_buttons a:hover {
	background-position:-20px 0;
}

div.blog_image_buttons a img {
	height:20px;
	width:20px;
}

/** VIEW **/
hr.comments_divider {
	margin:25px auto;
	display:block;
	clear:both;
}

/** BLOG COMMENTS **/
/* BLOG LIST COMMENTS */
div.blog_list_entry div.no_comments {
	font-size: 10px;
}

div.blog_list_entry div.large_comment_count {
	background:url('../img/comment_icon_large.png') no-repeat center left;
	text-indent:35px;
	height:25px;
	padding-top:10px;
}

div.blog_comment, div.team_comment {
	clear:both;
	padding:15px 0 15px 85px;
	position:relative;
	min-height:75px;
}

div.team_comment {
	background:#eeeeee;
	margin-bottom:0;
}

hr.comment_separator {
	color:#cccccc;
	display:block;
	clear:both;
}

hr.team_separator_top {
	margin-top:15px;
}

hr.team_separator_bottom {
	margin-bottom:15px;
}

div.comment_img {
	background-color:#cccccc;
	background-position:center;
	background-repeat:no-repeat;
	height:74px;
	width:74px;
	position:absolute;
	left:0;
	top:15px;
}

div.team_comment_img {
	width:100px;
	height:73px;
	background: url('/img/team_comment.png');
	position:absolute;
	left:-26px;
	top:15px;
}

div.comment_heading {
	color:#999999;
}

div.comment_heading strong {
	color:#666666;
}

div.blog_comment div.comment_body {
	font-size:14px;
	color:#333333;
	clear:left;
	padding: 10px 0;
}

div.blog_comment div.comment_body p {
	margin:0;
}

/* BLOG VIEW PAGE */
div.blog_comment_form_wrapper {
	padding-bottom:15px
}

div.blog_view_entry {
	margin-bottom:15px;
}

div.blog_comment_form_title {
	font-size:14px;
	color:#FF9900;
	font-weight:bold;
	margin:0 0 15px 0;
}

div.blog_comment_form_labels {
	float:left;
	font-size:10px;
	margin-right:25px;
	width:30px;
}

div.blog_comment_form_inputs {
	float:left;
}

div.blog_comment_form_inputs div.textarea_wrapper {
	background:url('../img/text_area.png') no-repeat;
	width:308px;
	height:156px;
}

div.textarea_wrapper textarea {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	height:145px;
	margin:7px 0 0 10px;
	width:295px;
	font-family:Helvetica;
	font-size:14px;
	color:#333333;
}

a.comment_form_button {
	background:url('../img/leave_comment_button2.png') no-repeat top left;
	width:135px;
	height:34px;
	cursor:pointer;
	display:block;
}

a.comment_form_button:hover {
	background-position: -138px 0;
}

div.blog_comment_form_inputs div.text_field_wrapper {
	background:url('../img/text_field.png') no-repeat;
	width:308px;
	height:30px;
}

div.text_field_wrapper input.text_field {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	height:20px;
	margin:7px 0 0 10px;
	width:295px;
	font-family:Helvetica;
	font-size:14px;
	cursor:text;
}

div.blog_comment_form_inputs input, div.blog_comment_form_inputs select {
	color:#333333;
	color:#333333;
}

/** SEARCH **/
h1.blog_search_message {
	margin-bottom:25px;
	text-align:center;
}
