/* Default font style & size */
body {
        font: 9pt 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
        background: #A7A37E;
        background-attachment: fixed;
        color: #191919;
        margin: 0px;
        padding: 0px;
        border: 0px;
}

/* @group Layout */

#ivcfottawa-webpage {
	position: relative;
	background: white;
	width: 752px;
	margin: 0 auto;
	text-align: left;
	margin: 0px auto;
	padding: 0;
}

#container {
	background: white;
	position: absolute;
	top: 200px;
	width: 752px;
}

#content {
	font-size: 1.2em;
	background-color: #EFECCA;
	width: 500px;
	padding: 5px;
	left: 10px;
	float: left;
	margin-left: 13px;
}

#sidebar {
	background-color: #E6E2AF;
	width: 193px;
	padding: 5px;
	float: right;
	margin-right: 13px;
	font-size: 1.1em;
}

#sidebar form {
	margin: 0;
}

#siteinfo {
	background: white;
	position: relative;
	border: none;
	padding: 5px 13px 0 0;
	margin: 0 auto;
	text-align: right;
	clear: both;
}

/* @end */

/* @group Header */

#branding {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 752px;
	background: #FFF url(./images/logo.jpg) no-repeat;
}

#branding h1 {
        display: none;
}

/* @end

*/

/* @group Navigation */

#menu {
	position: absolute;
	top: 150px;
	right: 13px;
	height: 30px;
}
#menu ul {
	font-size: small;
	margin: 0;
	padding: 0;
	clear: both;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#submenu {
	position: absolute;
	top: 170px;
	right: 13px;
	height: 30px;
        background: white;
}
#submenu ul.submenu {
        font-size: small;
        margin: 0;
        padding: 0;
        clear: both;
}
#submenu ul.submenu li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
        list-style: none;
}

#menu a:link, #menu a:visited,
#submenu a:link, #submenu a:visited {
	float: left;
	font-size: 85%;
	line-height: 25px;
	font-weight: bold;
	margin: 0px 10px 0 10px;
	text-decoration: none;
	border: none;
	color: #046380;
	text-shadow: #EFECCA 0px 5px 10px;
}

.home a#home, .events a#events, .groups a#groups, .scratchboard a#scratchboard, .about a#about, .links a#links, #menu a:hover {
	color: #002F2F;
	text-shadow: #E6E2AF 0px 5px 5px;
}

.home a#home, .events a#events, .groups a#groups, .scratchboard a#scratchboard, .about a#about, .links a#links {
	cursor: default;
}

/*

@end */

/* @group Text */

a {
	text-decoration: none;
}

a:link {
	color: #046380;
}

a:visited {
	color: #8D1233;
}

a:hover {
	text-decoration: underline;
	border: 0;
	color: #4D480A;
}

a:active {
	color: #072934;
}

p {
	margin: 1em 0 1em;
	padding: 0;
}

p.linkbar a.active {
	color: #8D1233;
}
p.linkbar a {
        color: #046380;
}        

h1, h2, h3, h4, h5, h6, dt {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #002F2F;
}

h2 {
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

img {
	border-style: none;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0;
	padding: 0 0 1em 10px;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}

/* @end */

/* @group Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.front {
	border: solid 4px black;
	text-align: center;
	width: 490px;
}

.right {
	float: right;
}

.left {
	float: left
}

/* @end */

/* @group Forms */

label {
	color: #4c4c4c;
	font-size: 0.7em;
}

/* @end */

/* @group Event Table */

table.event {
	font-weight: bold;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px dotted #191919;
	margin: 10px 0 10px 0;
}

table.event tr {
	width: 100%;
}

table.event th.eventcorner,
table.event th {
	text-align: right;
	white-space: nowrap;
	padding: 5px;
}

table.event td.name {
	width: 100%;
	text-align: left;
	color: #5d2226;
	font-weight: bold;
	padding: 5px;
}

table.event td {
	width: 100%;
	text-align: left;
	color: #002F2F;
	font-weight: bold;
	padding: 5px;
}

table.event td.desc {
	width: 100%;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

p.eventfooter {
	border: 2px solid #DDDDDD;
	text-align: left;
	padding: 5px;
}

/* @end */

/* @group Calendar */

table.calendar {
	width: 100%;
	speak-header: always;
	background-color: #A6D6FF;
}

table.calendar th {
	color: #FFFFFF;
	background-color: #7CA0BE;
        font-size: 0.8em;
}

table.calendar td {
	color: #A6D6FF;
	width: 14.28%;
	background-color: #FFFFFF;
}
table.calendar .top {
	background-color: #7CA0BE;
}

table.calendar .top .right {
	text-align: right;
}

table.calendar .title {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	color: #FFFFFF;
}

table.calendar td.today {
	background-color: #CCCCCC;
}
table.calendar td.bordermonth {
        background-color: #DDDDDD;
}

table.calendar div.content {
	height: 8em;
	text-align: left;
        font-size: 0.7em;
	color: #CC7700;
	background-color: inherit;
	overflow: auto;
	margin: 1px;
}

table.calendar div.header {
	height: 1.5em;
	text-align: right;
        font-size: 0.8em;
	color: #333333;
	background-color: #A6D6FF;
}

table.calendar div.content a {
	color: #000000;
	border-bottom: 1px dotted;
}

span.help {
	float: right;
	border: 0px;
}

/* @end */

/* @group CMS Messages */

div.error {
        color: #F92020;
        background: #FFEEEE;
        text-align: left;
        font-weight: bold;
        border: 1px solid #F92020;
        margin-bottom: 4px;
}
.error {
        color: #F92020;
        font-weight: bold;
        text-align: center;
}
div.info {
        color: #2626BF;
        background: #EEEEFF;
        text-align: left;
        font-weight: bold;
        border: 1px solid #2626BF;
        margin-bottom: 4px;
}
.info {
        color: #2626BF;
        font-weight: bold;
        text-align: center;
}
div.debug {
        border: 1px dotted #999999;
        padding: 5px;
        margin: 1px auto;
        background: #EEEEEE;
}
div.debug h1 {
        color: #AA0000;
        font-size: 150%;
}
div.debug li {
        padding: 0px;
        margin: 0px;
}

/* @end */

/* @group Form Properties */

fieldset.form {
        border: 1px dotted #999999;
        padding: 5px;
        margin: 1px auto;
        background: #EEEEEE;
        min-width: 370px;
}
fieldset.wide {
        border: 1px dotted #999999;
        padding: 5px;
        margin: 1px auto;
        background: #EEEEEE;
        min-width: 350px;
}
fieldset legend {
        border-left: 1px dotted #999999;
        border-right: 1px dotted #999999;
        background: #FFFFFF;
        padding: 1px 10px;
        color: #AA0000;
        font-size: 16px;
}
fieldset div.row {
        clear: both;
        padding-top: 10px;
}
fieldset #webpage_row {
        display: none;
}
fieldset label {
        display: block;
        float: left;
        width: 150px;
        text-align: right;
        padding: 1px 3px;
}
fieldset p.desc {
        padding-left: 150px;
        margin: 0px;
}
fieldset input {
        width: auto;
        margin-bottom: 5px;
}
fieldset select {
        width: auto;
        margin-bottom: 5px;
}
fieldset option {
        width: auto;
        margin-bottom: 5px;
}
fieldset .submit {
        float: none;
        display: block;
        clear: both;
        margin-left: auto;
        margin-right: auto;
}
fieldset div.submit {
        padding-top: 10px;
}
fieldset input.text {
        width: 200px;
}
fieldset .ro {
        background-color: #DDDDDD;
}
fieldset textarea {
        height: 200px;
        width: 485px;
        margin-bottom: 5px;
}
fieldset textarea.small {
        height: 50px;
        width: 28em;
        margin-bottom: 5px;
}
fieldset.form textarea.wide {
        float: none;
        width: 100%;
}
fieldset.checks label {
        width: 95%;
        padding-bottom: 5px;
}
fieldset label.hidden {
        color: #0000AA;
}

fieldset.form table {
        width: 100%;
}
fieldset.form thead {
        color: navy;
}
fieldset tbody tr:hover {
        background: #EEEEAA;
}
fieldset tbody tr.active {
        background: #BBFFBB;
}
fieldset div.toolbar tr:hover {
        background: inherit;
}

fieldset.install {
        border: 1px dotted #999999;
        padding: 5px;
        margin: 10px auto;
        background: #EEEEEE;
}

fieldset.dialog {
        border: 1px dotted #999999;
        padding: 5px;
        margin: 1px auto;
        background: #EEEEEE;
        min-width: 200px;
}
fieldset.dialog input.submit {
        float: right;
        clear: none;
}
fieldset h2 {
        text-align: left;
        font-size: 150%;
        margin: 0px;
}                

/* @end */

/* @group Content Blocks */

div.contentblock {
    margin-bottom: 5px;
}
div.contentblock div.header {
    text-align: center;
    border: 1px dotted white;
}

/* @end */
