/* -- Centre Layout --*/
body {
    font: 13px Verdana, Arial, Helvetica, "Trebuchet MS" Georgia, Serif;
	text-align: center;
	background-color: #FFF;
}

#container {
	margin: 0 auto;
	width: 745px;
	text-align: left;
}

li {
	margin: 10px;
}

/* -- Header Styles -- */

#topRow {
	width: 400px;
    height: 47px;
    background-color: #FFFFFF;
    background-image: url(../images/header_pic_top2.jpg);
    background-position:  bottom right;
    background-repeat: no-repeat;
}

#middleRow {
    font: 11px Arial;
    width: 745px;
	height: 85px;
}

#middleRow a {
	color: black;
}

#leftCol {
	float: left;
	width: 389px;
    height: 85px;
	background-color: #990200;
    background-image: url(../images/header_pic_bottom2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	border-left: solid #82282D 1px;
    padding: 0px;
}

#middleCol {
    float: left;
	width: 233px;
	height: 84px;
	background: #D6ECF5; 
    border-top: solid #82282D 1px;
    padding: 0px;
}

#middleCol .memberSummaryHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
}

#rightCol {
	float: left;
	width: 120px;
	height: 84px;
	background: #66AECC;
	border-top: solid #82282D 1px;
	border-right: solid #82282D 1px;
}

#globalnav {
    position: relative;
    top: 40px;
    height: 22px;
    margin: 0 0 0 1px;
    padding: 0px;
    list-style: none;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display: block;
	color: #444;
	text-decoration: none;
	font-weight: bold;
    background: #E3DAB5; 
	/* background: #E3D1B5; */
	padding: 3px 9px 4px 9px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
    color: #FFF;
	/* background: #978566; */
	background: #6B532E; 
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}


/*subnav*/

#subnav {
	position: absolute;
	left: -2px;
	top: 21px;
	/* background: #978566; */
    background: #6B532E; 
	width: 737px;
    height: 15px;
	margin: 0;
	padding: 2px 0px 2px 5px;
	list-style: none;
	border-top: 1px solid #fff;
    border-right: 1px solid #82282D;
    border-left: 1px solid #82282D;
}

#subnav LI {
	float:left;
	display:block;
	margin-top:1px;
}

#subnav A {
	background:#6B532E;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0px;
}

#subnav A:hover {
   color: #EDE8E1;
}

#subnav A:active,
#subnav A.here:link,
#subnav A.here:visited {
    background-image: url(../images/bullet_arrow.gif);
	background-position: center left;
    background-repeat: no-repeat;
	color: #EDE8E1;
}

/* -- Body Styles -- */

#pageBody {
	width: 722px;
    min-height: 650px;
    height: expression(this.scrollHeight < 650? "650px" : "auto" );
    background-color: #FFFFFF;
    padding-top: 28px;
    padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
    border-right: solid #82282D 1px;
    border-left: solid #82282D 1px;
    border-bottom: solid #82282D 1px;
	float: left;
}

h1 {
	color: #990200;
	font: normal 1.2em/1em arial, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

h2 {
	color: #82282D;
	font: normal 1.2em/1em arial, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

h3 {
	color: #82282D;
	font: normal 1.1em/1em arial, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#pageBody a {
	color: black;
}

/* -- Footer Styles -- */

#footer {
	font: 11px Arial;
	position: relative;
}

/* -- Input Forms -- */

#msg-error {
	padding: 4px 8px 8px;
    margin: auto;
	width: 396px;
}
.error,
.error label,
.error input,
.error select,
.error textarea,
#msg-error {
	background-color: #ffffcb;
}
#msg-error p {
	margin: 3px 0.5em 3px 2em;
    font-weight: bold;
}
#msg-error img {
	position: relative;
	float: left
}
#msg-error ul, #msg-error ol { 
	margin-bottom: 0.25em;
	margin-top: 0em;
}
#msg-error a, #msg-error a:visited, #msg-error a:hover { 
	color: #f00
}
#msg-error p, #msg-error ul, p.msg-error, div.msg-error, div.error p { 
	color: #CC0001
}

.required {
	color: #f00
}

.button {
   background-color: #FFF;
   border: #615D55 solid 1px;
   color: #615D55;
   font: bold 11px Arial; 
   cursor: pointer;
}
.button:hover {
  background-color: #BFD7E4;
  cursor: hand;
  color: #FFF;
}
.buttonlink {
   background-color: #FFF;
   border: #615D55 solid 1px;
   color: #615D55;
   font: bold 11px Arial; 
   cursor: pointer;
   text-decoration: none;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 1px;
   padding-bottom: 1px;
}
.buttonlink:hover {
  background-color: #BFD7E4;
  cursor: hand;
  color: #FFF;
}

.formTitle {
	text-align: left;
}

.formInstructions {
	width: 500px;
    margin: auto;
}

.form {
	width: 480px;
    margin: auto;
	text-align: center;
}

.fieldset {
	text-align: left;
	border: solid 1px #BFD7E4;
	width: 480px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

legend {
	border: solid 1px #BFD7E4;
	background: #E3EDF3;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.fieldset label {
    vertical-align: top;
	text-align: right;
	width: 115px;
	float: left;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
	margin: 0px;
	margin-top: 0.3em;
    font-weight: bold;
    font-size: 12px;
}
.fieldset .nobr {
	display:none;
}  
.fieldset .textfield {
	margin:3px;
	height:15px;
	width:300px;
}
.fieldset .filefield {
	margin:3px;
	height:20px;
	width:300px;
}
.fieldset .textarea {
	margin:3px;
	height:100px;
	width:300px;
}
.fieldset .selectfield {
	margin:3px;
	height:19px;
	width:300px;
}
.fieldset .action {
  float: left;
  width: 306px;
  text-align: right;
}
.textfieldNotes {
	font: 11px Arial;
	margin-bottom: 5px;
	margin-left: 125px;
}

/* -- My Homes -- */

.home {
	width: 100%;
}


.homes {
	float:left;
	width: 100%;
	border-collapse: collapse;
	float: left;
}

.homestatus {
	margin-top: 1.0em;
	margin-bottom: .5em;
	float: left;
	width: 100%;
}

.homes .headerRow {
	background: #DAF7D4;
}

.homes td {
	border: 1px solid #77CC66;
	padding: 2px;
	padding-left: 5px;
}


.home .name {
	color: #82282D;
	font: normal 1.2em/1em arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #D7CED2;
	border-top: 1px solid #D7CED2;
	float: left;
	width: 85%;
	margin: 1em 0em 0em 0em;
	padding: 0.3em 0 0.3em 0;
}

.home .actions {
	font: normal 1.2em/1em arial, sans-serif;
	border-bottom: 1px solid #D7CED2;
	border-top: 1px solid #D7CED2;
	float: left;
	width: 15%;
	margin: 1em 0em 0em 0em;
	padding: 0.3em 0 0.3em 0;
}

.image {
	width:125px;
	height:125px;
	padding: 5px;
	border:1px solid #ddd;
	float: left;
	margin-top: 1em;
}

.home .details {
	float: left;
	font: small/1.7em verdana, sans-serif;
	font-size: 88%;
	padding-left: 15px;
	padding-right: 10px;
	width: 309px;
	vertical-align: top;
	margin-top: 1em;
}

.home .similarHomes {
	float: left;
	vertical-align: top;
	border-left: 1px solid #D7CED2;
	width: 250px;
    min-height: 175px;
    height: expression(this.scrollHeight < 175? "175px" : "auto" );
}

.home .similarHomes .header {
	background-color: #EAE4DB;
	width: 250px;
	font: arial, sans-serif;
	color: #786749;
}

.home .similarHomes .list {
	line-height: 24pt;
	padding-top: 5px;
	padding-left: 15px;
	font: 1em/1.5em 'Trebuchet MS', verdana, sans-serif;
}


/* -- My Projects -- */

.hiddenBox { display: none; }

.home .projects {
	float:left;
	width: 100%;
	border-collapse: collapse;
	float: left;
}

.home .projectstatus {
	margin-top: 1.0em;
	margin-bottom: .5em;
	float: left;
	width: 100%;
}

.home .projects .headerRow {
	background: #F7F0D4;
}

.home .projects td {
	border: 1px solid #E3D1B5;
	padding: 2px;
	padding-left: 5px;
}

.image_sm {
	width:57px;
	height:57px;
	padding: 1px;
	border:1px solid #ddd;
}

.image_border {
	padding: 1px;
	border:1px solid #ddd;
}

.listHeaderRow {
	font: .9em/2.0em 'Trebuchet MS', verdana, sans-serif;
	background-color: #F7F0D4;
	border-top: 1px solid #E3D1B5;
	padding-left: 2px;
}
.listFooterRow {
	font: .9em/2.0em 'Trebuchet MS', verdana, sans-serif;
	background-color: #F7F0D4;
	border-top: 1px solid #E3D1B5;
	border-bottom: 1px solid #E3D1B5;
	padding-left: 2px;
}
.listRow {
	font: .9em/2.0em 'Trebuchet MS', verdana, sans-serif;
	border-top: 1px solid #E3D1B5;
	padding-left: 2px;
}

/*-- PHP BB Styles -- */


/* General font families for common tags 
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #EFEFEF 0px; border-top-width: 1px;}
*/

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #FFFFFF solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #FFFFFF solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F5F5F5; }
td.row2	{ background-color: #F5F5F5; }
td.row3	{ background-color: #EFEFEF; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	border-top: 5px solid #66AECC;
	color: #000000; font-size: 12px; font-weight : bold;
	background-color: #D6ECF5; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#EFEFEF; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #EFEFEF; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */

.topictitle,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ color : #000000 }
a.postlink:visited { color : #5493B4; }
a.postlink:hover { color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #D6ECF5; border: #EFEFEF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #D6ECF5; border: #EFEFEF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

/* The buttons used for bbCode styling in message post */

/* The main submit button option */
input.mainoption {
   background-color: #FFF;
   border: #615D55 solid 1px;
   color: #615D55;
   font: bold 11px Arial; 
   cursor: pointer;
}
input.mainoption:hover {
  background-color: #BFD7E4;
  cursor: hand;
  color: #FFF;
}

/* None-bold submit button */
input.liteoption {
   background-color: #FFF;
   border: #615D55 solid 1px;
   color: #615D55;
   font: bold 11px Arial; 
   cursor: pointer;
}
input.liteoption:hover {
  background-color: #BFD7E4;
  cursor: hand;
  color: #FFF;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #F5F5F5; border-style: none; }

/* brown rounded box */
.roundbox_brown { background: url(/common/images/roundbox_brown_bg.gif) repeat; margin: auto;}
.roundbox_brown_top div { background: url(/common/images/roundbox_brown_corner1.gif) no-repeat top left; }
.roundbox_brown_top { background: url(/common/images/roundbox_brown_corner2.gif) no-repeat top right; }
.roundbox_brown_bottom div { background: url(/common/images/roundbox_brown_corner3.gif) no-repeat bottom left; }
.roundbox_brown_bottom { background: url(/common/images/roundbox_brown_corner4.gif) no-repeat bottom right; }
.roundbox_brown_top div, .roundbox_brown_top, .roundbox_brown_bottom div, .roundbox_brown_bottom {
	width: 100%;
	height: 18px;
	font-size: 1px;
}

/* white rounded box (on brown background) */
.roundbox_white { background: url(/common/images/roundbox_white_bg.gif) repeat; margin: auto;}
.roundbox_white_top div { background: url(/common/images/roundbox_white_corner1.gif) no-repeat top left; }
.roundbox_white_top { background: url(/common/images/roundbox_white_corner2.gif) no-repeat top right; }
.roundbox_white_bottom div { background: url(/common/images/roundbox_white_corner3.gif) no-repeat bottom left; }
.roundbox_white_bottom { background: url(/common/images/roundbox_white_corner4.gif) no-repeat bottom right; }
.roundbox_white_top div, .roundbox_white_top, .roundbox_white_bottom div, .roundbox_white_bottom {
	width: 100%;
	height: 18px;
	font-size: 1px;
}

/* most popular tags */
.tagsList {
	font-family: arial;
	font-size: 11px;
	margin: auto;
	font-weight: normal;
	line-height: 1.2em;
}
.tags {
	word-spacing: 5px;
}
.tag {
    word-spacing: 0px;
	color: blue;
}

/* ---------------------- Learning Centre Blog --------------------- */

.lcbody {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: left;
	}

.lcbody .headerTitle {
	color: #990200;
	font: 16px arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

.lcbody #page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.lcbody #header {
	background-color: #73a0c5;
	}

.lcbody #content {
	font-size: 1.2em
	}

.lcbody .widecolumn .entry p {
	font-size: 1.05em;
	}

.lcbody .narrowcolumn .entry, .lcbody .widecolumn .entry {
	line-height: 1.4em;
	}

.lcbody .widecolumn {
	line-height: 1.6em;
	}
	
.lcbody .narrowcolumn .postmetadata {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}


.lcbody .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.lcbody #footer {
	background-color: #eee;
	}

.lcbody small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.lcbody h1, .lcbody h2, .lcbody h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


.lcbody h1 {
	font-size: 4em;
	text-align: center;
	}

.lcbody #headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.lcbody h2 {
	font-size: 1.6em;
	}

.lcbody h2.pagetitle {
	font-size: 1.6em;
	}

.lcbody #sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.lcbody h3 {
	font-size: 1.3em;
	}

.lcbody h1, .lcbody h1 a, .lcbody h1 a:hover, .lcbody h1 a:visited, .lcbody #headerimg .description {
	text-decoration: none;
	color: white;
	}

.lcbody h2, .lcbody h2 a, .lcbody h2 a:visited, .lcbody h3, .lcbody h3 a, .lcbody h3 a:visited {
	color: #333;
	}

.lcbody h2, .lcbody h2 a, .lcbody h2 a:hover, .lcbody h2 a:visited, .lcbody h3, .lcbody h3 a, .lcbody h3 a:hover, .lcbody h3 a:visited, .lcbody #sidebar h2, .lcbody #wp-calendar caption, .lcbody cite {
	text-decoration: none;
	}

.lcbody .entry p a:visited {
	color: #b85b5a;
	}

.lcbody .commentlist li, .lcbody #commentform input, .lcbody #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.lcbody .commentlist li {
	font-weight: bold;
	}

.lcbody .commentlist cite, .lcbody .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.lcbody .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.lcbody #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.lcbody .commentmetadata {
	font-weight: normal;
	}

.lcbody #sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

.lcbody small, .lcbody #sidebar ul ul li, .lcbody #sidebar ul ol li, .lcbody .nocomments, .lcbody .postmetadata, .lcbody blockquote, .lcbody strike {
	color: #777;
	}
	
.lcbody code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.lcbody acronym, .lcbody abbr, .lcbody span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.lcbody a, .lcbody h2 a:hover, .lcbody h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

.lcbody a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.lcbody #wp-calendar #prev a {
	font-size: 9pt;
	}

.lcbody #wp-calendar a {
	text-decoration: none;
	}

.lcbody #wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

.lcbody #wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.lcbody body {
	margin: 0;
	padding: 0; 
	}
	
.lcbody .headerTitle {
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
}	

.lcbody #page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
.lcbody #header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

.lcbody #headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.lcbody .narrowcolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 428px;
	}

.lcbody .narrowcolumn p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.lcbody .widecolumn {
	float: left;	
	padding: 0px 0 0px 0;
	margin: 0px 0 0 5px;
	width: 490px;
	}
	
.lcbody .post {
	margin: 0 0 20px;
	text-align: justify;
	}

.lcbody .post .postheader {
	margin-top: 1px; 
	margin-bottom: 1px; 
	padding-left: 0px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
}

.lcbody .widecolumn .post {
	margin: 0px;
	padding: 0px;
	}

.lcbody .narrowcolumn .postmetadata {
	padding-top: 2px;
	text-decoration: none;
	}
	
.lcbody .narrowcolumn .postmetadata a {
	text-decoration: none;
	} 
		
.lcbody .narrowcolumn .postmetadata a:hover {
	text-decoration: underline;
	}	

.lcbody .widecolumn .postmetadata {
	margin: 30px 0;
	}

.lcbody .widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.lcbody .widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.lcbody .postmetadata {
	clear: left;
}

.lcbody #footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

.lcbody #footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
.lcbody h1 {
	padding-top: 70px;
	margin: 0;
	}

.lcbody h2 {
	margin: 10px 0 0;
	}
	
.lcbody .widecolumn h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}	
	
.lcbody .post .postheader h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.lcbody h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.lcbody #sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

.lcbody h3 {
	padding: 0;
	margin: 30px 0 0;
	text-align: left;
	}

.lcbody h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
.lcbody p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
.lcbody img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.lcbody img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.lcbody img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.lcbody .alignright {
	float: right;
	}
	
.lcbody .alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.lcbody html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

.lcbody html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.lcbody .entry ul li:before, .lcbody #contentHeader ul li:before, .lcbody #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.lcbody .narrowcolumn ul {
	padding-left: 5px;
	margin-left: 5px;
	list-style: none;
}

.lcbody .entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.lcbody .entry ol li {
	margin: 0;
	padding: 0;
	}

.lcbody .postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.lcbody #sidebar ul, .lcbody #sidebar ul, .lcbody #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.lcbody #contentHeader ul, .lcbody #contentHeader ul, .lcbody #contentHeader ul ol {
	margin: 0;
	padding: 0;
	}

.lcbody #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
.lcbody #contentHeader ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	}	

.lcbody #sidebar ul p, .lcbody #sidebar ul select{
	margin: 5px 0 8px;
	}

.lcbody #sidebar ul ul, .lcbody #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.lcbody #sidebar ul ul ul, .lcbody #sidebar ul ol{
	margin: 0 0 0 10px;
	}

.lcbody ol li, .lcbody #sidebar ul ol li {
	list-style: decimal outside;
	}

.lcbody #sidebar ul ul li, .lcbody #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.lcbody #searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.lcbody #sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

.lcbody #sidebar #searchsubmit {
	padding: 1px;
	}

.lcbody .entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.lcbody select {
	width: 130px;
	}

.lcbody #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

.lcbody #commentform textarea {
	width: 100%;
	padding: 2px;
	}

.lcbody #commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.lcbody .alt {
	margin: 0;
	padding: 10px;
	}

.lcbody .commentlist {
	padding: 0;
	text-align: justify;
	}

.lcbody .commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.lcbody .commentlist p {
	margin: 10px 5px 10px 0;
	}

.lcbody #commentform p {
	margin: 5px 0;
	}

.lcbody .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.lcbody .commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.lcbody #sidebar
{
	padding: 0px 0 0px 0;
	margin-left: 525px;
	width: 190px;
	}

.lcbody #sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
.lcbody #wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

.lcbody #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

.lcbody #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

.lcbody #wp-calendar a {
	display: block;
	}

.lcbody #wp-calendar caption {
	text-align: center;
	width: 100%;
	}

.lcbody #wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

.lcbody #wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
.lcbody acronym, .lcbody abbr, .lcbody span.caps {
	cursor: help;
	}

.lcbody acronym, .lcbody abbr {
	border-bottom: 1px dashed #999;
	}

.lcbody blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.lcbody blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.lcbody .center {
	text-align: center;
	}

.lcbody hr {
	display: none;
	}

.lcbody a img {
	border: none;
	}

.lcbody .navigation {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #777;
	}
	
.lcbody .navigation a {
	text-decoration: none;
	} 
		
.lcbody .navigation a:hover {
	text-decoration: underline;
	}		

/* End Various Tags & Classes*/

/* Seasonal Content */

.lcbody .seasonalcontent {
	border-top: 1px solid #66AECC; 
	width: 100%; 
	padding-top: 5px;
	float: left; 
}

.lcbody .seasonalcontent .seasonbox {
	width: 21%; 
	text-align: left; 
	padding-left: 15px; 
	padding-right: 10px; 
	padding-top: 3px;
	border-right: 1px solid #66AECC; 
	float: left;
}

.lcbody .news {
	float: left;
    width: 100%;
  	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px;
	border-left: 1px solid #66AECC; 
	border-bottom: 1px solid #66AECC; 
	border-right: 1px solid #66AECC;
}

.lcbody .news a {
	text-decoration: none;
}

.lcbody .news a:hover {
	text-decoration: underline;
}

.lcbody .breadcrumb a {
	text-decoration: none;
}
