@charset "UTF-8";
body  {
	font: 100% Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #676767;
}
.glinting #container { 
	width: 80%;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.glinting #header { 
	background: #FFFFFF; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.glinting #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.glinting #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px; /* top and bottom padding create visual space within this div  */
}


.glinting #mainContent { 
	margin: 0 20px 0 15em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	list-style-image: url(img/bullet.gif);
	list-style-position: outside;
		} 
 
.glinting #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.glinting #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Navigation
-------------------------------------*/
#navlist
{
font: Gill Sans, Geneva, Arial, Helvetica, sans-serif;	
	padding: 0 0 20px 10px;
	text-align: right;
}

#navlist ul, #navlist li
{
font: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
margin: 0;
padding-bottom: 2px;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
font: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
float: left;
padding-bottom: 2px;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #ce3234;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
font: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 2px;
background: transparent;
color: #ce3234;
}

#navlist a:hover { 
color: #676767; 
}

/* Links
_______________________________*/

A:link 
{
color: #ce3234;
text-decoration: none;
}

A:visited 
{
color: #ce3234;
text-decoration: none;
}

A:active 
{
color: #ce3234;
text-decoration: none;
}

A:hover 
{
text-decoration: none; 
color: #676767;
}

/* Headings
----------------------------------------------- */

h1 {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
  letter-spacing:.2em;
  color:#ce3234;
}

h2 {
  font:18px; 
  font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
  text-transform: lowercase;
  letter-spacing:.2em;
  color:#ce3234;
  }
 
 h3 {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform:lowercase;
  letter-spacing:.2em;
  color:#ce3234;
} 

h4 {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:lowercase;
  letter-spacing:.2em;
  color:#ce3234;
}


.expanded {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

body {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.medium {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.big {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.justified {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
}

.red {
color: #ce3234;
}

.grey {
color: #676767;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #ce3234;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


/* Form styles 
_________________________________*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ce3234;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #ce3234;
	background: transparent;
	font-style: H3;
	font-weight: bold;
}

label {
	float: left;
	width: 90px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 200px;
	border-top: 1px solid #676767;
	border-left: 1px solid #676767;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
	padding: 1px;
	color: #676767;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #ce3234;
	padding: 2px 1em;
	background: #ce3234;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	font-family: Gill Sans, Geneva, Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus {
	background: #fff;
	color: #676767;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

/* -post and entries- */

.postdate {
	color: #676767;
	font-size: 10px;
	margin-top: 20px;
	text-transform: lowercase;
	}
.pagetitle {
	color: #ce3234;
	font-size: h1;
	margin-top: 20px;
	text-transform: lowercase;
	}
.posttitle {
	color: #ce3234;
	font-size: h2;
	text-transform: lowercase;
	}
.posttitle a {
	color: #ce3234;;
	}
.posttitle a:hover {
	color: #676767;
	}
.postmetadatabottom {
	background: #ffffff;
	padding: 3px;
	text-transform: lowercase;
	width: 100px;
	}
.postmetadatabottom a {
	color: #676767;
	}
.postmetadatabottom a:hover {
	color: #ce3234;
	}
.entry {
	border-bottom: 1px dotted #676767;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: #676767 url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 100px;
	}

/* -footer- */

#footer {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	}
#footer a {
	color: #ce3234;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: lowercase;
	}
.commentlist div.alt {
	background: #ffffff;
	color: #676767;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}
