﻿@charset "utf-8";

/* CSS Document */

.widget
{
	background: url("../img/style/box_side_blue.gif") no-repeat top left;
	margin: 20px auto;
	font-size: 100%;
	overflow:hidden;
	padding: 0;
}

.widgetright
{
	background: url("../img/style/box_side_blue.gif") no-repeat top right;
}

.widget ul
{
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0 5px 0 5px;
}

#widget ul li:before {
	content: "\00BB \0020";
}	

.widget h2
{
	background: url("../img/style/box_top_right_blue.gif") no-repeat top right;
	color: #fff;
	font-size: 110%;
	padding: 4px 5px;
	margin: 0;
}

.widgettopleft
{
	background: url("../img/style/box_top_left_blue.gif") no-repeat top left;
}

.widgettopleft a
{
	color: MintCream; /*Title Link Colour*/
}


a.active
{
	color: #a8dafa;/*LightSkyBlue;*/
	
}

a.inactive
{
	color: white;
}

.widget .bottom-corners
{
	margin: 0;
	padding: 0;
	height: 11px;
	overflow: hidden;
	background: url("../img/style/box_bottom_left_blue.gif") no-repeat top left;
}

.widget .bottom-corners div
{
	margin: 0;
	padding: 0;
	height: 11px;
	background: url("../img/style/box_bottom_right_blue.gif") no-repeat top right;
}

.widget .top-corners
{
	margin: 0;
	padding: 0;
	height: 6px;
	overflow: hidden;
	background: url("../img/style/box_top_left_inner_blue.gif") no-repeat top left;
}

.widget .top-corners div
{
	margin: 0;
	padding: 0;
	height: 6px;
	background: url("../img/style/box_top_right_inner_blue.gif") no-repeat top right;
}

.widget .widget-content
{
	margin: 0;
	padding: 0;
	background: url("../img/style/box_side_blue.gif") repeat-y left top;
}

.widget .widget-content-2
{
	margin: 0;
	padding: 0 12px;
	background: url("../img/style/box_side_blue.gif") repeat-y right top;
}

.widget .widget-bottom
{
	clear: both;
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.widget .widget-content-3
{
	width: 100%;
}

.widget .category
{
	width:20%;	
	float:left;	
	position:relative;
}

.widget .date
{
	width:20%;	
	float: left;
	left: 22%;		
	position:relative;		

}

.widget .content
{
	width:40%;	
	left: 44%;	
	float:left;	
	position:relative;		
				
}

.entry
{
	margin: 0;
	padding: 0;
}

.entry .info
{
	color: #663399;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.updateSig, .actions{
	border-top:2px solid #467bb7;
	margin: 5px 0px 0px 0px; 
	padding: 3px 0px 0px 0px;
	font-weight:bold;
	text-align: right;
}


.field 
{
	margin: 5px 5px 0px 0px; 
}



