/* Blog Styles */
/* blog styles for portal pages */
.blogHead {
	padding: 0px;
	margin: 0px;
	width: 545px;
	height:35px;
	background-image: url(/images/website/title_bg.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.blogHead a {
	text-decoration:none;
	font-weight:bold;
}

.blogHead img {
	width:15px;
	height:44px;
	float:left;
}

.blogHeadText {
	padding: 2px 2px 2px 20px;
	margin: 0px;
	height:40px;
	color: #3f3f3f;
	background-color: #e0e0e0;
	font-size:1.1em;
	font-weight: bold;
}

.blogText {
	padding:5px;
}
.blogImage {
	width:100%;
	margin:0px;
	padding: 0px;
}

/* Blog styles for normal listing */
.byline, .entryfooter, .trackbackfooter {
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
	background-color:#CCCCCC;
}


.blogFooter {
	clear:both;
}

.byline{
	background-image: url(/images/SiteGraphics/weblog/DotHorizontal.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding:5px 5px 5px 5px;
}

.commentBody {
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentbyline {
	border-bottom: 1px dotted #cccccc; 
	font-weight: bold
}

/* #blogText {
	padding:0 2px 0 2px;
	background-color: #efefef;
	text-align:left;
}*/

.autoImage {
	padding: 5px 5px 5px 0;
	float: left;
	clear:both;
}

#blogTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height:normal;
	padding:0 2px 0 2px;
}

.blogCat {
	padding: 2px 5px 2px 5px;
	margin-top: 5px;
	color:white;
}

.blogCat a, .blogCat a:visited, .blogCat a:hover, .blogCat a:active, .blogCat a:link {
	text-decoration:none;
	font-weight:bold;
	color: white;
}

.blogCategoryList {
	padding:5px;
	font-size:1.1em;
}

.blogCategoryList ul {
	margin:0;
	padding:0;
	margin-bottom:5px;
}

.blogCategoryList ul li {
	margin-top: 5px;
	float:left;
	clear:both;
	list-style:none;
}

.bloghomeimage {
	padding:5px 6px 10px 6px;
}

.entry {
	padding:0px;
	margin: 0px -15px 0px -10px;
}

.entryLast {
	padding:0px;
	margin: 0px -15px 0px -10px;
}
/* End Blog Styles */

/* Must fix on the home page - just here for pure unadulterated laziness */
#weblogTitles {
	padding-left:5px;
	padding-right:7px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	vertical-align:top;
	color: #3F3F3F;
	background-color: #e0e0e0;
}

/* Specific blog theme styles */
.bylinefoodnutrition, .bylineurbanfarming {
	background-color:#ffe0cc;
}

.bylineecodesignchallenge,.bylineenergyenvironment, .bylinelow-carb-lane {
	background-color:#cfeddb;
}

.bylinesustainabletourism {
	background-color: #cceefb;
}

.bylineevents, .bylinedott07festival, .bylineexplorersclub {
	background-color: #fbd2d3;
}

.bylinehealthwellbeing {
	background-color: #fbd2e9;
}

.bylineschoolcommunity, .bylineournewschool, .bylinegeneral {
	background-color: #e4d6e9;
}

.bylinemovement {
	background-color: #fef8cc;
}



/* Calendar styles */
#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.center{
	text-align:center;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	text-align: center;
	font-weight: bold;
}




