/*  
Theme Name: TSW PNCS Blog
Theme URI: http://www.thesystemworks.com.au
Description: TSW Design for Police and Nurses Credit Union Blog
Author: The System Works
Author URI: http://www.thesystemworks.com.au
*/


/* Default fonts, colours, etc. */

body {
	color: #000;
  	margin: 0px;
  	padding: 0px;
  	background: #f4f4f4;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
    }

a {
	color: #4e8fe7;
}
a:hover {
	text-decoration: underline;
}
a :visited {
	color: #4e8fe7;
}

img {
	border: 0;
}

ul {
	list-style-image: url(images/bullet_red.gif);
	margin-left: 15px;
	padding-left: 0px;
}

.wp-caption {
	font-size: smaller;
	color: #939393;
	padding: 5px 8px 0px 0px;
	text-align: center;
}

.pagetitle {
	color: #595859;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	text-decoration: none;
}


/* Layout */

#page {
	background: #fff;
    border: none;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 713px;
}
	
#content {
	font-size: 0.7em;
	width: 448px;
	margin-bottom: 30px;
}

#sidebar {
	float: left;
	width:226px;
	margin-left: 11px;
}

#footer {
	width: 693px;
	font-family: Verdana, Arial, Sans-Serif;
	clear: both;
	font-size: 0.75em;
	color: #595859;
	border-top: 3px solid #d12d36;
	background: #f4f4f4;
	padding-left: 20px;
}
	
.narrowcolumn {
	float: left;
	padding-left: 20px; 
	padding-right: 8px;
	padding-top: 10px;
	display: inline;
}

.alignleft { 
	float: left;
	margin: 3px 3px 0px 0;
}

.alignright { 
	 float: right;
	 margin: 0 3px 0px 3px;
}


/* Header */

.header-title {
	background: url(images/top_grey_bar_tile.gif);
	color: #595859;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 0.8em;
	padding: 8px 0px 6px 23px;
}
.header-title a {
	color: #595859;
	text-decoration: none;
}


/* Sidebar  */

.sidebar {
	background: #2b62ae;
	margin-top: 2px;
}

.sidebar ul {
	list-style-image: url(images/bullet_blue.gif);
	font-size: 0.7em;
	margin-left: 10px;
}

.sidebar ul li {
	line-height: 1.5em;
	margin-left: 15px;
}

.sidebar a {
	color: #f4f4f4;
	text-decoration: underline;
}
.sidebar a:visited {
	color: #939393;
}

.sidebar .menuheader {
	background: url(images/nav_blue_tile.gif);
	height: 30px;
	padding-left: 10px;
}
.sidebar .menuheader .menuheadertext{
	display: inline;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #f4f4f4;
	vertical-align: top;
	position: relative;
	top: 7px;
}
.sidebar .menufeedheader {
	background: url(images/nav_black_tile.gif);
	height: 38px;
	padding-left: 10px;
}
.sidebar .menufeedheader a {
	text-decoration: none;
}

.sidebar .menufeedheader .menuheadertext{
	display: inline;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #f4f4f4;
	vertical-align: top;
	position: relative;
	top: 11px;
}

.searchform {
	padding-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

/* Dates */

.date {
	background: url(images/date_img.gif) no-repeat;
	height: 50px;
	margin-bottom: 0px;
	width: 35px;
	text-align: center;
	float: left;
	margin-top: 0px;
	padding-right: 5px;
	margin-right: 8px;
}
.date .day {
	display: block;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
	margin-top: 4px;
}
.date .month {
	display: block;
	color: #595859;
	padding: 2px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 8px;
	margin-bottom: 3px;
}

/* Posts */

.post {
	text-align: left;	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	padding-bottom: 20px;
	margin-top: 20px;
}

.post h2 {
	color: #4e8fe7;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	text-decoration: none;
	font-weight: normal;
}
.post h2 a {
	color: #4e8fe7;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}

.subheading {
	font-size: 0.6em;
	color: #939393;
	margin-top: 5px;
	padding-bottom: 9px;
	border-bottom: 1px solid #939393;
	margin-left: 48px;
}

