/***********************************************/
/* Web Site: Blanchardstown CIC               */
/*                                             */
/* Media: Print                                */
/*                                             */
/* Author: Silvia Pilotto                        */
/*                                             */
/* Created: May 2010                     */
/***********************************************/

/* ----- BASIC HTML ---------------------------------------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 190%;
	line-height: 170%;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 190%;
	padding: 0;
	margin: 1em 0 0 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	line-height: 190%;
	padding: 0;
	margin: 1em 0 0 0;
}

p {
	font-weight: normal;
	font-size: 100%;
	line-height: 190%;
	padding: 0;
	margin: 0.2em 0 0.8em 0;
}

ul {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	padding: 0;
	margin: 0.2em 0em 0.8em 1.5em;
}

ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 0.6em 0;
	padding: 0;
}

ul ul {
	margin: 0.5em 0 0.6em 0.6em; /* Required for cross-browser list indentation */
	padding: 0 0 0 0.6em; /* Required for cross-browser list indentation */
}

ul ul li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 0.6em 0;
	padding: 0;
}

ol {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	padding: 0;
	margin: 0.2em 0em 0.8em 2.5em;
}

ol li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 0.3em 0;
	padding: 0;
}

ol ol {
	margin: 0.5em 0 0.6em 0.8em; /* Required for cross-browser list indentation */
	padding: 0 0 0 0.8em; /* Required for cross-browser list indentation */
}

ol li li {
	font-weight: normal;
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 0.3em 0;
	padding: 0;
}

a {
	text-decoration: none;
	padding: 2px 0 3px 0;
}

a:hover {
	text-decoration: underline;
	background: #f0f7e5;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #bbb;
	margin: 7px 0;
}

/* ----- STRUCTURE ----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.spacer_image {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#wrapper {
	width: auto;
	height: auto;
}

#main {
	width: auto;
	height: auto;
	background: #fff;
}

#canvas {
	width: auto;
	height: auto;
	padding: 25px 40px 20px 40px;
}

#header {
	width: auto;
	height: auto;
}

#banner {
	width: auto;
	height: auto;
}

#title {
	width: auto;
	height: auto;
	margin-bottom: 4px;
}

#subtitle {
	width: auto;
	height: auto;
}

#content {
	width: auto;
	height: auto;
}

#section {
	width: auto;
	height: auto;
}

#copy {
	width: auto;
	height: auto;
	padding-top: 15px;
}

.hide,
#primary_logo,
#secondary_logo,
#page_actions,
#prop,
#nav,
#nav_border,
#nav_feature,
#breadcrumbs,
#footer,
#base  {
	display: none;
}

/* ----- GLOBAL NAVIGATION --------------------------------*/

/* hidden above */

/* ----- HOMEPAGE -----------------------------------------*/

.alignright, .alignleft {
	float: right;
	clear: right;
	margin: 19px 0 6px 10px;
}

#section p a, .highlightgrey a, .highlight a {
	font-weight: bold;
}

#section p a:hover, .highlightgrey a:hover, .highlight a:visited:hover {
	background: #f0f7e5;
	padding: 2px 0 3px 0;
	color: #6d9c16;
	text-decoration: underline;
}

.highlightgrey, .highlight {
	clear:both;
	margin: 0;
	padding: 10px;
	border: 1px solid #d0e5ac;
	font-size: 0.90em;
	line-height: 1.7em;
}

.highlight br, .highlightgrey br {
	line-height: 0.5em;
}

table {
	margin: 10px 0;
}

td {
	padding: 5px;
}

.smalltext {
	font-size: 90%;
}


/* ----- 7. POPUPS -------------------------------------------*/



/* ----- 8. FORMS --------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-size: 90%;
	color: #333;
}

fieldset h3 {
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
}

fieldset p {
	clear: both;
	font-size: 1em;
}

fieldset fieldset {
	margin: 5px 0 0 0;
	border: none;
}

fieldset legend {
	padding: 0 5px 10px 5px;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #111;
}

fieldset .error {
	background:#faeaea;
}

fieldset ul {
	margin-left: 3em;
	font-size: 1em;
}

fieldset label {
	width: 160px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset legend {
	width: 110px;
	margin: 0;
	padding: 0 10px 5px 0;
	font-weight: bold;
	text-align: right;
}

fieldset fieldset label {
	width: 120px;
	padding: 3px 10px 0 0;
	font-weight: normal;
}

fieldset label {
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

fieldset input, fieldset select, fieldset .right {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}

fieldset textarea {
	display: block;
	float: left;
	width: 225px;
	height: 160px;
	margin: 0 0 5px 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
}

.fullwidth {
	display: inline;
	width: 300px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: left;
}

.inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

.indent {
	display: inline;
	margin: 3px 0 0 170px;
}

fieldset br {
	clear: both;
	word-spacing: 0;
}

fieldset .submit {
	margin: 0 0 0 170px;
}

#formbutton {
	display: inline;
	margin: 0 0 0 170px;
}

.multioptions label {
	font-weight: normal;
}

