/* tags */
body {
	background-color: rgb(147,187,241);
	color: rgb(55,55,55);
}
h2 {
	background-color: rgb(147,187,241);
	border-bottom: 1px solid rgb(48,94,157);
}
.article h3 {
	margin-top: 20px;
}
pre {
	border-left: 8px solid rgb(245,161,21);
	background-color: rgb(209,209,209);
	padding: 8px;
	color: black;
}

/* links */
a {
	color: rgb(48,94,157);
}
a:visited {
	color: rgb(148,148,148);
}
a:hover, a:active, a:focus {
	color: rgb(245,161,21);
}
h2 a:hover, h2 a:active, h2 a:focus {
	color: rgb(48,94,157);
}

/* sections */
#navigation {
	background: black url(../img/bg_nav.jpg) repeat-x;
}
#navigation a, #navigation a:visited {
	color: rgb(209,209,209);
}
#navigation .selected a, #navigation a:hover {
	color: white;
	background: rgb(48,94,157) url(../img/bg_nav_hover.jpg) repeat-x;
}

#header {
	background-color: rgb(48,94,157);
	border-bottom: 5px solid rgb(245,161,21);
	height: 130px;
}
#header div#logo {
	float: left;
	width: 274px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}
#header div#logo span {
	display: none;
}
#header h1 {
	color: rgb(240,240,240);/*rgb(209,209,209);*/
	float: right;
	position: absolute;
	bottom: 0px;
	right: 60px;
}

#header div.centred {
	height: 130px;
	background: url(../img/bg_plants.jpg) right bottom no-repeat;
	position: relative;
}

#outer {
	background: white url(../img/bg_fade.jpg) repeat-x;
}

#wrap {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background: white url(../img/bg_tree.gif) right bottom no-repeat;
}

#footer {
	border-top: 5px solid rgb(245,161,21);
	padding-bottom: 40px;
}
#footer a, #footer a:visited {
	color: black;
}
#footer a:hover {
	text-decoration: underline;
}
#footer address, #footer p {
	font-style: normal;
	font-size: 110%;
	margin: 10px 150px 0px 20px;
	line-height: 1.7em;
	padding: 0px;
}

.article img {
	border: 1px solid rgb(48,94,157);
}
.article .footer {
	border-top: 1px solid rgb(48,94,157);
}

#column div {
	border: 1px solid rgb(147,187,241);
	padding: 0px;
	width: 200px;
	background-color: white;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
#column div h3 {
	background-color: rgb(147,187,241);
	margin: 0px;
	padding: 2px 10px;
	-moz-border-radius: 0.5em 0.5em 0em 0em;
	-webkit-border-radius: 0.5em 0.5em 0em 0em;
}
#column div p, #column div ul {
	margin: 10px;
}

#pagination li span {
	color: rgb(148,148,148);
}
#pagination li a:visited {
	color: rgb(48,94,157);
}

#comments, form.comment {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-left: 15px;
}
.comment {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: rgb(209,209,209);
	border: 1px solid rgb(48,94,157);
}
.comment .comment {
	margin-top: 10px;
	margin-bottom: 5px;
	border-width: 0px;
	background-color: rgb(225,225,225);
}
.comment .comment .comment {
	background-color: rgb(209,209,209);
}

/* home page boxes */
.box {
	width: 241px;
	float: left;
	height: 202px;
	margin: 10px 1%;
	color: white;
	letter-spacing: 0.04em;
}
.box.blue {
	background: transparent url(../img/bg_homepage_blue.png) top left no-repeat;
}
.box.grey {
	background: transparent url(../img/bg_homepage_grey.png) top left no-repeat;
	color: rgb(209,209,209);
}
.box.orange {
	background: transparent url(../img/bg_homepage_orange.png) top left no-repeat;
}
.box.green {
	background: transparent url(../img/bg_homepage_green.png) top left no-repeat;
}
.box h3 {
	margin: 12px 6px 9px 6px;
	font-size: 120%;
}
.box a:visited, .box a {
	color: white;
	text-decoration: underline;
}
.box a:hover, .box a:active, .box a:focus {
	color: rgb(209,209,209);
}
.box p {
	margin: 6px;
	/*line-height: 150%;*/
	font-family: "Nimbus Sans L", tahoma, geneva, arial, sans-serif;
}
.box ul {
	list-style-type: none;
	padding: 0px;
	margin: 6px;
	font-size: 110%;
	line-height: 170%;
	font-family: "Nimbus Sans L", tahoma, geneva, arial, sans-serif;
}

/* admin tables */
table.admin {
	background-color: white;
	border: 1px solid rgb(48,94,157);
	border-collapse: collapse;
}
table.admin th {
	color: rgb(209,209,209);
	background-color: rgb(48,94,157);
	padding: 4px;
	font-size: 1.1em;
}
table.admin td {
	padding: 2px 2px 3px 2px;
}
table.admin tr.odd {
	background-color: rgb(209,209,209);
}

/* form stuff */
.error {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: #ffb5a9;
	border: 1px solid #8f1f19;
	color: #8f1f19;
	padding: 8px;
}
.error p {
	margin-top: 0px;
	line-height: 140%;
}
.error ul {
	list-style-type: none;
	font-size: 110%;
	line-height: 170%;
}
.article form button img {
	border: 0;
}
.info {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background-color: rgb(209,209,209);
	border: 1px solid rgb(48,94,157);
	padding: 8px;
}