
/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body
{
	min-width: 760px;
	padding-bottom: 25px;
	background-color: #800605;
	background-image: url(../images/header_fill.gif);
	background-repeat: repeat-x;
	color: #000000;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: left;
}

* html body
{
	width: expression(document.documentElement.clientWidth < 760 ? "760px" : "auto");
}

a
{
	color: #0066CC;
	text-decoration: underline;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: hand;
	c\ursor: pointer;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* HEADER ------------------------------------------------------------------- */

#header
{
	position: relative;
	max-width: 1091px;
	height: 192px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#logo
{
	position: absolute;
	left: 41px;
	top: 25px;
}

#newSite
{
  position: absolute;
  right: 25px;
  top: 50px;
  font-size: 125%;
}

#newSite a
{
  color: #FFFFFF;
}

#header form
{
	position: absolute;
	right: 25px;
	top: 24px;
}

#header form h2
{
	display: inline;
	float: left;
	padding: 0 14px 0 0;
	font-size: 100%;
	line-height: 77px;
}

#header form h2 a
{
	margin-right: 0.5em;
	color: #FFFFFF;
	text-transform: uppercase;
}

#header form h2 strong
{
	margin-left: 0.5em;
	text-transform: uppercase;
}

#header fieldset
{
	display: inline;
	float: left;
}

* html #header fieldset
{
	height: 77px;
}

#header form ol
{
	min-height: 76px;
	padding: 1px 0 0 30px;
	list-style: none;
	background-image: url(../images/login_bracket.gif);
	background-repeat: no-repeat;
}

#header form li
{
	clear: left;
	padding: 0 0 0.3em 5.5em;
}

#header label
{
	display: inline;
	position: relative;
	left: -5.5em;
	float: left;
	width: 4.5em;
	margin-right: -4.5em;
	line-height: 1.9em;
	text-align: right;
}

#header input.text, #header input.password
{
	width: 8em;
}

#header form li.submit
{
	width: 13.5em;
	padding: 0 0 0 4px;
	text-align: right;
}

#header input.submit
{
	padding: 0.1em 0.5em 0.1em 0.5em;
}

#loginDetails
{
	top: 35px !important;
}

#loginDetails fieldset
{
	display: block;
	float: none;
}

#header form p
{
	margin-bottom: 0.7em;
	text-align: right;
}

#loginDetails a
{
	color: #FFFFFF;
}

#loginDetails input.submit
{
	margin-left: 0.5em;
}

#menu
{
	padding: 147px 0 0 41px;
	list-style: none;
}

#menu li
{
	display: inline;
	float: left;
	height: 45px;
}

#menu #menuFirst
{
	padding: 0 0 0 5px;
	background-image: url(../images/menu_left.jpg);
	background-repeat: no-repeat;
}

#menu #menuFirst.on
{
	background-image: url(../images/menu_left_on.jpg);
}

#menu #menuLast
{
	padding: 0 5px 0 0;
	background-image: url(../images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#menu #menuLast.on
{
	background-image: url(../images/menu_right_on.gif);
}

#menu li span
{
	display: inline;
	float: left;
	height: 44px;
	border-top: 1px solid #777777;
	border-right: 1px solid #000000;
	border-left: 1px solid #777777;
	background-color: #000000;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
}

#menu li.on span
{
	border-top-color: #999999;
	border-right-color: #333333;
	background-image: url(../images/menu_on.jpg);
}

#menu #menuFirst span
{
	border-left: 0 none #FFFFFF;
}

#menu #menuLast span
{
	border-right: 0 none #FFFFFF;
}

#menu a
{
	display: block;
	position: relative;
	z-index: 1000;
	padding: 0 10px;
	color: #FFFFFF;
	font-size: 110%;
	line-height: 44px;
	text-decoration: none;
}

#menu #menuFirst a
{
	padding-left: 7px;
}

#menu #menuLast a
{
	padding-right: 7px;
}

#menu a:hover
{
	text-decoration: underline;
}

#grit
{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 128px;
	width: 100%;
	height: 69px;
	background-image: url(../images/grit.gif);
	background-repeat: no-repeat;
}




/* CONTENT ------------------------------------------------------------------ */

#main
{
	padding: 0 0 0 41px;
	background-color: #cc1800;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 -197px;
}

* html #main
{
	height: 1px;
}

#mainInner
{
	position: relative;
	overflow: hidden;
	padding: 1px 25px 50px 25px;
	background-color: #FFFFFF;
	background-image: url(../images/main_corner.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

* html #mainInner
{
	overflow: visible;
	height: 1px;
}

/* Default margin on regularly used elements */
#main dl, #main form, #main h3, #main h4, #main ol, #main p, #main ul
{
	margin-top: 1.4em;
}

#main ul
{
	margin-left: 1.7em;
}

#main ul ul
{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

#main h2
{
	clear: both;
	overflow: hidden;
	margin: 25px 0 -1em 0;
	font-size: 100%;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height: 2em;
}

* html #main h2
{
	overflow: visible;
	height: 1px;
}

#main h2 span
{
	display: inline;
	float: left;
	padding: 0 13px 0 0;
	background-image: url(../images/heading_dot.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
	vertical-align: bottom;
	line-height: 1em;
}

h3
{
	margin-bottom: -1.4em;
	font-size: 100%;
}

h3 a, h3 a:visited
{
	color: #000000;
}

#content
{
	display: inline;
	position: relative;
	float: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 -255px 0 0;
}

.singleContent #content
{
	display: block;
	float: none;
	margin-right: 0;
}

#contentInner
{
	padding: 0 280px 0 0;
}

.singleContent #contentInner
{
	padding-right: 0;
}

h1
{
	margin: 25px 0 0 0;
	color: #998866;
	font-size: 165%;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

.introduction
{
	margin: 25px 0 0 0 !important;
	color: #998866;
	font-size: 165%;
	font-family: Georgia, "Times New Roman", serif;
}

.secondaryNav
{
	height: 2.3em;
	margin-left: 0 !important;
	padding: 0 0 1px 0;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

.secondaryNav li
{
	display: inline;
	float: left;
	height: 2em;
	margin: 0 0.25em 0 0;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../images/tab.gif);
	background-repeat: repeat-x;
}

.secondaryNav li.on
{
	height: 2.3em;
	background-image: none;
}

.secondaryNav a
{
	display: block;
	padding: 0.25em 1em 0.25em 1em;
	color: #7F7F7F;
	text-decoration: none;
	line-height: 2em;
}

.secondaryNav li.on a, .secondaryNav a:hover
{
	color: #000000;
}

.errorExplanation
{
	min-height: 25px;
	margin-top: 1.4em;
	border-top: 1px solid #ccb87a;
	border-bottom: 1px solid #ccb87a;
	padding: 10px 10px 10px 50px;
	background-color: #FFFF99;
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

* html .errorExplanation
{
	height: 25px;
}

.errorExplanation h2
{
	margin-top: 0 !important;
}

.errorExplanation ul
{
	margin-top: 0 !important;
	font-weight: bold;
}

.success
{
	margin: 1.4em 0 5px 0;
	border-top: 1px solid #59b359;
	border-bottom: 1px solid #59b359;
	padding: 10px 10px 7px 50px;
	background-color: #c6fb98;
	background-image: url(../images/icon_success.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	font-weight: bold;
}

#content .linearForm fieldset
{
	display: inline;
}

#content form ol
{
	margin: 0;
	list-style: none;
}

#content form li
{
	overflow: hidden;
	padding: 0 0 0.5em 9em;
}

* html #content form li
{
	overflow: visible;
	height: 1px;
}

#content form.singleField li
{
	padding-bottom: 1.4em;
	padding-left: 0;
}

#content #contactForm li
{
	padding-left: 6em;
}

#content form label
{
	display: inline;
	position: relative;
	left: -9em;
	float: left;
	margin: 0 -8em 0 0;
	width: 8em;
	padding-top: 0.3em;
	line-height: 1.2;
	text-align: right;
}

#content .singleField label
{
	display: block;
	position: static;
	float: none;
	width: auto;
	margin: 0 0 0.7em 0;
	text-align: left;
}

#content .emailReplyForm label
{
	display: inline;
}

#content .linearForm label
{
	display: inline;
	left: 0;
	float: none;
	margin: 0 1em 0 0;
	width: auto;
	text-align: left;
	font-weight: bold;
}

#content label.checkbox
{
	display: inline;
}

#content #contactForm label
{
	left: -6em;
	margin-right: -5em;
	width: 5em;
}

#content form input.text
{
	width: 15em;
}

#content form textarea
{
	width: 98%;
	height: 20em;
}

#content form fieldset.submit
{
	padding-left: 9em;
}

#content .linearForm fieldset.submit
{
	padding-left: 1em;
}

#content form input.submit
{
	margin-right: 2em;
}

#loginRegister form, #content #login
{
	display: inline;
	float: left;
	margin-top: 0;
}

#loginRegister fieldset, #content #login fieldset
{
	margin-top: 0.5em;
	padding: 1em;
	background-color: #ebe7e0;
}

#loginRegister input.text, #loginRegister input.password, #loginRegister select, #content #login input.text, #content #login input.password, #content #login select
{
	width: 10em !important;
}

#content .singleField fieldset.submit
{
	margin-top: 0.7em;
	padding-left: 0;
}

#loginRegister fieldset.submit, #content #login fieldset.submit
{
	margin-top: -0.5em;
	padding-top: 0;
	text-align: right;
}

#loginRegister fieldset.submit input.submit, #content #login fieldset.submit input.submit
{
	margin-right: 0;
}

#loginRegisterOr
{
	display: inline;
	float: left;
	width: 4em;
	margin: 25px 0 0 0 !important;
	color: #000000;
	font-size: 165%;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	text-align: center;
}

#manageProjectsList
{
	margin-top: 0.35em !important;
	margin-left: 0 !important;
	list-style: none;
}

* html #manageProjectsList
{
	height: 1px;
}

#manageProjectsList li
{
	margin-top: 1.4em;
}

#manageProjectsList .projectItem
{
	position: relative;
	border: 1px solid #beb29d;
	border-bottom: 0 none #FFFFFF;
	background-color: #e3ddd4;
}

#manageProjectsList h3
{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #beb29d;
	padding: 0.5em 23em 0.5em 1em;
	background-color: #f0ebe4;
}

#manageProjectsList h3 .print
{
	margin-left: 0.5em;
}

#manageProjectsList h3 .print img
{
	position: relative;
	top: 2px;
}

.statusBar
{
	position: absolute;
	right: 3.5em;
	top: 0.65em;
	width: 18.5em;
	margin: 0 !important;
	text-align: left;
}

.statusBar span
{
	position: absolute;
	right: 0;
	top: 50%;
	width: 10em;
	height: 16px;
	margin: -11px 0 0 0;
	border: 1px solid #c2b7a3;
	padding: 1px;
}

.statusBar span span
{
	display: block;
	position: static;
	float: none;
	width: 10em;
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
	background-color: #c2b7a3;
	background-image: url(../images/status_bar_bg.gif);
	background-repeat: repeat-x;
}

.statusBar span span span
{
	background-color: #45ac18;
	background-image: url(../images/status_bar.gif);
}

.deleteProject
{
	position: absolute;
	right: 0.5em;
	top: 0.65em;
	width: 15px;
	height: 15px;
	margin: 0 !important;
}

#manageProjectsList .incompleteSteps
{
	position: relative;
	overflow: hidden;
	margin: 0.6em 0 0 0;
	color: #54504a;
	font-size: 100%;
	border-bottom: 1px solid #beb29d;
	padding: 0 1em 0.5em 1em;
}

#manageProjectsList h4
{
	position: absolute;
	margin: 0.6em 0 0 1em;
	color: #94908a;
	font-size: 100%;
}

.projectSection
{
	position: relative;
	overflow: hidden;
	margin-top: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #beb29d;
	padding: 0 1em 0.5em 8em;
}

* html .projectSection
{
	overflow: visible;
	height: 1px;
}

#manageProjectsList ul
{
	display: inline;
	position: relative;
	float: left;
	width: 33%;
	margin-top: 0;
	margin-left: 0;
	list-style: none;
}

#manageProjectsList ul li
{
	position: relative;
	min-height: 1px;
	border: 0 none #FFFFFF;
	margin: 0.5em 1em 0 0;
}

* html #manageProjectsList ul li
{
	height: 1px;
}

#manageProjectsList ul li a
{
	display: block;
	padding: 0 0 0 20px;
}

#manageProjectsList ul li em
{
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	margin: 1px 0 0 0;
	background-image: url(../images/icon_status_incomplete.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#manageProjectsList ul li em.complete
{
	background-image: url(../images/icon_status_complete.gif);
}

#manageProjectsList ul li em.link
{
	margin-top: 4px;
	height: 7px;
	background-image: url(../images/icon_status_link.gif);
}

.button
{
	overflow: hidden;
}

* html .button
{
	overflow: visible;
	height: 1px;
}

.button a, .button a:visited
{
	display: inline;
	float: right;
	height: 28px;
	overflow: hidden;
	padding: 0 10px 0 35px;
	background-color: #998866;
	background-image: url(../images/button_add.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

.buttonTop
{
	position: relative;
	top: -0.7em;
	margin: 0 0 -30px 0 !important;
}

.button a:hover
{
	text-decoration: underline;
}

#projectPhotoList
{
	overflow: hidden;
	margin-left: 0 !important;
	list-style: none;
}
 
#projectPhotoList li
{
	display: inline;
	float: left;
	margin-right: 1em;
}

#projectPhotoList li.empty
{
	width: 100px;
	height: 75px;
	background-color: #CCCCCC;
}

#projectPhotoList p
{
	width: 100px;
	margin-top: 0;
	text-align: center;
}

#awardCategories li
{
	position: relative;
	margin-bottom: 0.7em;
	padding-left: 2em !important;
}

#awardCategories input.radio
{
	position: absolute;
	left: 0;
	top: 0;
}

#content #awardCategories label
{
	display: block;
	position: static;
	float: none;
	width: auto;
	text-align: left;
}

#content #awardCategories p
{
	margin-top: 0;
	color: #998866;
}

#content #awardCategories fieldset.submit
{
	padding-left: 2em;
}

#projectSummary h2
{
	clear: none;
}

#projectImage
{
	display: inline;
	position: relative;
	float: left;
	left: -19px;
	top: -13px;
	width: 265px;
	height: 207px;
	padding: 13px 0 0 19px;
	background-image: url(../images/project_images_bg.gif);
	background-repeat: no-repeat;
}

#projectImage a
{
	display: inline;
	float: left;
}

#projectImage img
{
	display: inline;
	float: left;
}

.mediaCentre
{
	margin: 1.4em 0 0 0 !important;
}

.mediaCentre li
{
	overflow: hidden;
	background-color: #ebe7e0;
	background-image: url(../images/px_ffffff.gif);
	background-repeat: repeat-x;
}

* html .mediaCentre li
{
	height: 1px;
	overflow: visible;
}

.mediaCentre li ul
{
	margin: 0 !important;
}

.mediaCentre li li
{
	display: inline;
	position: relative;
	float: left;
	width: 49.8%;
	height: auto;
	min-height: 75px;
	overflow: visible;
	padding: 15px 0 15px 0;
	background-color: transparent;
	background-image: none;
}

* html .mediaCentre li li
{
	height: 75px;
}

.mediaCentre img
{
	position: absolute;
	left: 15px;
	top: 15px;
}

.mediaCentre .audioPlayer
{
	position: absolute;
	left: 15px;
	top: 15px;
}

.mediaCentre h3, .mediaCentre p
{
	margin: 0 15px 0 130px !important;
}

#submissionsLinksWinners
{
  text-align: center;
}

#submissionsLinks
{
	margin-left: 0 !important;
	list-style: none;
	text-align: center;
}

#submissionsLinks ul
{
	display: inline;
}

#submissionsLinks li
{
	float: left;
}

#submissionsLinksWinners
{
	display: inline;
	float: left;
}

#submissionsLinksAward
{
	display: inline;
	float: right;
	margin: 0 0 5px 5px;
}

#submissionsLinksCouncil, #submissionsLinksAtoz
{
  margin: 0 15px;
}

#content .submissionsList
{
	display: inline;
	float: left;
	width: 49.9%;
	margin-top: 0;
	list-style: none;
}

#content .submissionsList li
{
	min-height: 1px;
	margin-right: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

* html #content .submissionsList li
{
	height: 1px;
}

#content .submissionsList h2
{
	margin-bottom: -1.3em;
	line-height: 1;
}

#content .submissionsList ol
{
	list-style: none;
}

#content.submissionsList li li
{
	margin-right: 0;
}

.tableOfContents
{
	margin-left: 0 !important;
	list-style: none;
}

.tableOfContents li
{
	text-transform: uppercase;
	font-weight: bold;
}

.tableOfContents li li
{
	text-transform: none;
	font-weight: normal;
}

.president
{
	display: inline;
	float: left;
	width: 49.8%
}

.president img
{
	display: inline;
	float: left;
	margin: 0 1em 0.5em 0;
}

#recaptcha_response_field
{
	display: block;
}

.discussions
{
	width: 100%;
	margin-right: -50px;
	margin-top: 2.8em;
	border: 1px solid #beb29d;
	border-bottom: 0 none #FFFFFF;
}

.discussions thead
{
	background-color: #e3ddd4;
}

.discussions thead th
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #beb29d;
	padding: 0.5em 1em 0.5em 1em;
	vertical-align: top;
	white-space: nowrap;
}

.discussions tbody td
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #beb29d;
	padding: 0.5em 1em 0.5em 1em;
	vertical-align: top;
}

.discussions .col1
{
	width: 60%;
}

.discussions tbody .col2, .discussions tbody .col4
{
	background-color: #f0f0f0;
}

.discussions .col3
{
	text-align: center;
}

.discussions h3
{
	margin: 0 !important;
}

.discussions h3 a
{
	color: #0066CC;
}

.discussions p
{
	margin: 0 !important;
}

.author
{
	margin-top: 0.7em !important;
	color: #80786a;
}

.discussions .author
{
	font-size: 85%;
}

.discussions em
{
	white-space: nowrap;
}

.replies
{
	border-bottom: 1px solid #ebe7e0;
}

.replies li
{
	padding: 0.5em 0 1em 0;
	list-style-position: inside;
	border-top: 1px solid #ebe7e0;
}

.replies .author
{
	display: inline;
}

.hartnettWinner
{
  min-height: 0 !important;
  padding-left: 20px !important;
}


/* BOOKING FORM      -------------------------------------------------------- */

#content .awardsBooking fieldset {
  margin: 1em 0;
  border: 1px solid #998866;
  border-left: none;
  border-right: none;
  padding: 0.8em 1em;
  background-color: #f3ede2;
}
#content .awardsBooking fieldset legend {
  background-color: transparent;
  padding: 0 0.2em;
  font-weight: bold;
  color: #998866;
}
#content .awardsBooking fieldset p {
  margin: -0.5em 0 0.5em 0;
  font-style: italic;
}

#content .awardsBooking .tickets li {
  width: 40em;
  padding-left: 9em;
}

#content .awardsBooking .tickets label {
  left: 0;
  float: left;
	width: auto;
  padding-left: 0.5em;
}

#content .awardsBooking .tickets input {
	float: left;
}

#content .awardsBooking .parking li {
  float: left;
  clear: none;
  width: 15em;
}
#content .awardsBooking .parking li input {
  width: 14em;
}
#content .awardsBooking .parking .registration label {
  width: 10em;
}
#content .awardsBooking .parking .registration input {
  width: 9em;
}

#content .awardsBooking li {
  clear: left;
}

#content .awardsBooking li.title {
  float: left;
  clear: none;
  width: 5em;
}
#content .awardsBooking li.title input {
  width: 4em;
}
#content .awardsBooking li.firstName, #content .awardsBooking li.surname {
  float: left;
  clear: none;
  width: 12em;
  padding-left: 7em;
}
#content .awardsBooking li.firstName input, #content .awardsBooking li.surname input {
  width: 11em;
}
#content .awardsBooking li.firstName label, #content .awardsBooking li.surname label {
  left: -6em;
  width: 5em;
  margin-right: -6em;
}

#content .awardsBooking fieldset.submit {
  padding-top: 1em;
}

#content .awardsBooking textarea {
  width: 50%;
  height: 5em;
}

/* SECONDARY CONTENT -------------------------------------------------------- */

#secondaryContent
{
	display: inline;
	position: relative;
	float: left;
	width: 255px;
}

.module
{
	margin: 25px 0 0 0;
	background-color: #998866;
	background-image: url(../images/sidebar_module_top.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

* html .module
{
	height: 1px;
}

.moduleInner
{
	padding: 15px 15px 15px 15px;
	background-image: url(../images/sidebar_module_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

* html .moduleInner
{
	height: 1px;
}

#secondaryContent h2
{
	margin-top: 0;
	color: #FFFFFF;
}

#secondaryContent h2 span
{
	background-image: url(../images/heading_dot_white.gif) !important;
}

.module a, .module a:visited
{
	color: #FFFFFF;
}

#peoplesChoice
{
	overflow: hidden;
	margin: 1em 0 0 0;
}

#peoplesChoice h2
{
	display: inline;
	float: left;
	width: 112px;
	height: 73px;
}

#peoplesChoice form
{
	display: inline;
	float: left;
	margin: 0 0 0 13px;
}

#peoplesChoice p
{
	display: inline;
	float: left;
	margin: 3px 0 0 13px;
}

#heroSubmit a, #heroSubmit img
{
	display: block;
}

#blogModule ol
{
	margin-top: 2.1em;
	list-style: none;
}

#blogModule p.feed .feedsExplanation {
  position: relative;
  top: -0.28em;
  color: #ece2ce;
  text-decoration: none;
}

#blogModule p.feed .feedsExplanation:hover
{
  text-decoration: underline;
}

#blogModule p.feed
{
  position: absolute;
  left: 210px;
  margin: 0;
}

#projectModule
{
	margin-top: 0.7em !important;
}

#projectModule dl
{
	margin-top: 2.1em;
}

#projectModule dt
{
	font-weight: bold;
}

#projectModule dt
{
	margin: 1.4em 0 0 0;
}




/* FOOTER ------------------------------------------------------------------- */

#footer
{
	clear: both;
	height: 107px;
	background-color: #cc1800;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #FFFFFF;
}

#footer ul
{
	margin-top: 0;
	padding: 30px 0 0 66px;
}

#footer li
{
	display: inline;
	border-left: 1px solid #FFFFFF;
	margin-left: 1em;
	padding-left: 1em;
}

#footer li.first
{
	margin-left: 0;
	border-left: 0 none #FFFFFF;
	padding-left: 0;
}

#footer a
{
	color: #FFFFFF;
}

#footer .feedsExplanation
{
  color: #faa;
  text-decoration: none;
}
#footer .feedsExplanation:hover
{
  text-decoration: underline;
}