/*
	Dorothy house
	http://www.dorothyhouse.co.uk/
	
	Systemagic
	http://www.systemagic.co.uk/

*/

html {
	min-height: 100%;
	background: url(/theme/images/background.png) bottom repeat-x #f3f3f3;
}

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
	
}

:focus {
	outline: none;
}

address {
	color: #3b1e78;
	font-style: normal;
	text-decoration: none;
}

a[href] {
	color: #9e289b;
}

a[href]:hover {
	color: #3b1e78;
}

body {
	color: #5e5474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	padding-bottom: 30px;
}

button, a.button {
	float: left;
	border: 1px solid #CCC;
	line-height: 30px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	*border: none;
}

a.button {
	margin: 5px;
}

button em, a.button em {
	background: url(/theme/images/sub-menu-hover.png) left center;
	display: block;
	padding: 0px 10px;
	margin: -1px -3px;
	border: 1px solid #FFF;
	color: #3b1e78;
	line-height: 30px;
	*padding: 0px;
	*margin: 0px;
	position: relative;
	*top: -1px;
}

a.button em {
	margin: 0px;
}

button:hover em, a.button:hover em {
	border: 1px solid rgba(255,255,255,0.5);
	*border: 1px solid #FFF;
	color: #9e289b;
}

button:active em, a.button:active em {
	background-position: bottom;
	border: 1px solid #FFF;
	color: #3b1e78;
}

input {
	border: 1px solid #CCC;
	padding: 5px;
	color: #5e5474;
	z-index: 0;
}

textarea {
	border: 1px solid #CCC;
	padding: 5px;
	color: #5e5474;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style: none inside;
}

ol {
	list-style-position: inside;
}

/* End of 1. Tags */

/******# 2. Content & Positioning #******/

body > div {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

/* End of 2. Content & Positioning */

/******# 3. Header #******/

.header {
	width: 960px;
	height: 118px;
	background: url(/theme/images/header.png) no-repeat;
}

.header > a {
	float: left;
	margin: 23px 0px 0px 34px;
}

.header > ul {
	float: right;
	width: 735px;
	height: 40px;
	margin-top: 20px;
}

.header > ul > li {
	float: left;
}

.header > ul > li > a {
	font-size: 1.1em;
	padding: 12px 10px;
	color: #FFF;
}

.header > ul > li > a:hover {
	color: #fdc0c8;
}

.header > ul > li > a:active {
	position: relative;
	top: 1px;
}

.header > div {
	float: right;
	margin: 10px 20px;
}

.header > div > ul > li {
	float: left;
	position: relative;
	margin: 0px 5px;
}

.header > div > ul > li > a {
	line-height: 37px;
	padding: 0px 10px;
	display: block;
	color: #FFF;
}

.header > div > ul > li:hover > a {
	color: #fdc0c8;
}

.header > div .donate {
	background: url(/theme/images/dropdown.png) center right no-repeat;
}

.header > div .donate > a {
	background: url(/theme/images/dropdown.png) bottom left no-repeat;
	padding-right: 30px;
	color: #3b1e78;
}

.header > div .donate:hover > a {
	color: #9e289b;
}

.header > div .donate > a:active {
	color: #3b1e78;
}

.header > div .list {
	background: url(/theme/images/dropdown.png) top right no-repeat;
}

.header > div .list > a {
	background: url(/theme/images/dropdown.png) top left no-repeat;
	padding-right: 25px;
}

.header > div .list:hover {
	background: url(/theme/images/dropdown.png) bottom right no-repeat;
}

.header > div .list:hover > a {
	background: url(/theme/images/dropdown.png) bottom left no-repeat;
	color: #3b1e78;
}

.header > div > ul > li > ul {
	list-style-position: outside;
	width: 150px;
	display: none;
	background: #FFF;
	border: 1px solid #462781;
	border-top: 5px solid #462781;
	position: absolute;
	top: 37px;
	left: -1px;
	z-index: 999999;
}

.header > div > ul > li:hover > ul {
	display: block;
}

.header > div > ul > li > ul a {
	display: block;
	padding: 10px;
}

.inline {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.inline:hover {
	font-weight: bold;
}

li:hover .inline, li:hover li:hover .inline {
	display: inline;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}

.header > div > ul > li > ul li:hover a {
	background: #fee9ee;
	color: #9e289b;
}

/* End of 3. Header */

/******# 4. Footer #******/

.footer > div {
	width: 921px;
	background: url(/theme/images/footer.png);
	overflow: hidden;
	padding: 0px 20px;
	z-index: 1;
}

.footer > img {
	display: block;
}

.footer > div > address {
	float: right;
	text-align: right;
	color: #FFF;
	line-height: 20px;
}

.footer > div > address > a {
	color: #fabec8;
}

.footer > div > address > a:hover {
	color: #FFF;
}

.footer > div > div {
	float: left;
	color: #FFF;
	line-height: 20px;
}

.footer > div > div > p {
	float: left;
	color: #9c8cbf;
}

.footer > div > div > p img {
	vertical-align: middle;
}

/* End of 4. Footer */

/******# 5. Content #******/

.content {
	width: 940px;
	background: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 auto;
	padding: 10px 0px;
	z-index: 500;
}

.center {
	margin: 0 auto;
	padding: 50px 0px;
	text-align: center;
}

.sub-border {
	background: url(/theme/images/sub-border.png) repeat-y #FFF;
}

.double-border {
	background: url(/theme/images/double-border.png) repeat-y #FFF;
}

.sub-menu {
	float: left;
	width: 205px;
	list-style-position: outside;
	z-index: 99999;
	zoom: 1;
}

.sub-menu > li {
	margin: 0px 10px;
	border: none;
	border-bottom: 1px solid #e2dfe9;
	position: relative;
}

.sub-menu > .title, .sub-menu > .title:hover {
	padding: 8px 5px;
	margin: 0px 10px;
	border: none;
	border-bottom: 1px solid #e2dfe9;
	position: relative;
	font-weight: bold;
	color: #9e289b;
}

.sub-menu > li > a {
	padding: 7px 5px;
	color: #3b1e78;
	display: block;
}

.sub-menu > li > a > small {
	color: #9e289b;
}

.sub-menu > li:hover {
	margin: -1px -1px 0px -11px;
	border: 1px solid #d0c9d9;
	*padding: 0px;
	*margin: -1px 0px 0px 0px;
	*border: none;
	*border-bottom: 1px solid #e2dfe9;
	*border-top: 1px solid #e2dfe9;
}

.sub-menu > li:hover > a {
	margin: 0px 0px 0px 0px;
	padding: 6px 14px 6px 24px;
	border: 1px solid #FFF;
	*padding: 8px 15px;
	*margin: 0px;
	*border: none;
	color: #9e289b;
}

.sub-menu > li:hover > a {
	background: url(/theme/images/sub-menu-hover.png) left center;
}

.sub-menu > li > ul {
	background: #FFF;
	border: 5px solid #755aa3;
	position: absolute;
	display: none;
	left: 215px;
	*left: 205px;
	top: 0px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	list-style-position: outside;
}

.sub-menu > li:hover > ul {
	display: block;
}

.sub-menu > li > ul > li {
	width: 200px;
}

.sub-menu > li > ul > li > a {
	display: block;
	padding: 10px;
}

.sub-menu > li > ul > li:hover > a {
	background: #fee9ee;
	color: #9e289b;
}

.sub-menu > li > ul > li > h1 {
	display: block;
	padding: 5px 10px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	background: #fee9ee;
}

.text {
	float: right;
	width: 734px;
	color: #5e5474;
}

.text > h1 {
	font-weight: normal;
	font-size: 1.8em;
	color: #971c97;
	line-height: 50px;
	padding: 0px 0px 10px 20px;
	margin-bottom: 10px;
	width: 714px;
	border-bottom: 1px solid #e2dfe9;
	background: url(/theme/images/heading.png) repeat-x top;
}

.text > h1 > small {
	font-size: 1.2em;
	margin-right: 5px;
}

.body {
	padding: 10px 20px;
}

.body img {
	max-width: 694px;
}

.body a {
	text-decoration: underline;
}

.body ul {
	list-style: inside;
}

.body ul li {
	margin: 5px 0px;
}

.body ul ul {
	margin: 10px 0px 10px 30px;
}

.body p {
	margin: 10px 0px 20px 0px;
	text-align: justify;
}

.body h1, .body h2, .body h3, .body h4, .body h5, .body h6, .body span {
	color: #971c97;
	font-weight: normal;
}

.body span {
	font-size: 1em;
}

.body table {
	margin-top: 10px;
	border: 1px solid #EEE;
}

.body table td {
	padding: 10px;
	margin: 0px;
	border: 1px solid #CCC;
}

.body td p {
	margin: 0px;
}

.body .header {
	background:none;
}

.body blockquote {
	margin: 20px;
	padding: 10px;
	border: 1px solid #DDD;
}

span.highlight{
	font-size: 1em;
	background: #FF3;
	color: #3b1e78;
	padding: 2px;
}

.home {
	background: url(/theme/images/home.png) repeat-y #FFF;
}

.home > div {
	float: left;
}

.home > div > img {
	*margin-bottom: -3px;
}

.home > div > h1, .middle > h1 {
	font-weight: normal;
	font-size: 1.1em;
	color: #971c97;
	background: url(images/title.png) repeat-x;
	height: 35px;
	line-height: 40px;
	padding: 0px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 520px;
	position: relative;
}

.middle > h1 {
	width: 508px;
}

.home > div > h1 > .read-more, .middle > h1 .read-more {
	position: absolute;
	right: 10px;
	top: -1px;
}

.quicklinks {
	float: right;
	width: 360px;
	padding: 20px;
}

.quicklinks > li {
	height: 140px;
	width: 110px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 6px;
}

.quicklinks > li > div {
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.quicklinks > li > div > img {
	width: auto;
	height: auto;
	max-height: 110px;
}

.quicklinks > li > a {
	display: block;
	height: 30px;
	width: 110px;
	padding-top: 110px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/theme/images/quicklinks.png) no-repeat;
}


.middle {
	float: left;
	width: 528px;
	color: #5e5474;
	margin: 0px 1px;
}

.right {
	float: right;
	width: 205px;
	overflow: hidden;
	background: #FFF;
}

.right img {
	max-width: 205px;
}

.right div {
	padding: 0px 10px;
}

.right div img {
	max-width: 185px;
}

.news-post {
	width: 510px;
	border-bottom: 1px solid #CCC;
	overflow: visible;
	position: relative;
	display: block;
	padding: 15px;
}

.news-post p {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	overflow: auto;
}

.news-post div {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 60px;
	width: 60px;
	overflow: hidden;
}

.news-post .news-thumb {
	height: 60px;
	width: auto;
}

.news-post .news-mask{
	position: absolute;
	top: 0px;
	left: 0px;
}

.news-post h1 {
	font-weight: normal;
	font-size: 2em;
	color: #391c76;
}

.news-post h1 a {
	color: #9e289b;
}

.news-link h1 {
	font-size: 1.5em;
}

div.news-post h2 {
	font-weight: normal;
	font-size: 1em;
	color: #9966cc;
}

.news {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	position: relative;
	display: block;
	min-height: 30px;
	width: 520px;
}

.middle .news {
	width: 508px;
}

.news h1 {
	font-weight: normal;
	font-size: 2em;
	color: #391c76;
}

.news h1 a {
	color: #9e289b;
}

.news-link h1 {
	font-size: 1.5em;
}

div.news h2 {
	font-weight: normal;
	font-size: 1em;
	color: #9966cc;
}

.news > img {
	width: auto;
	height: 59px;
}

.text > .news {
	width: 694px;
}

.news > div {
	position: absolute;
	top: 10px;
	padding: 10px 0px 10px 77px;
	*left:10px;
	*top: 10px;
	*z-index: 99;
	background: url(/theme/images/news-cover.png) no-repeat;
}

.news > div[class] {
	position: relative;
	top: 0px;
	padding: 0px;
	left: 0px;
	background: none;
}

div.news-nav {
	padding: 0px 10px 10px 10px;
}

.page-title {
	font-weight: normal;
	font-size: 1.8em;
	color: #971c97;
	line-height: 50px;
	padding: 0px 0px 10px 20px;
	margin-bottom: 10px;
	width: 508px;
	border-bottom: 1px solid #e2dfe9;
	background: url(/theme/images/heading.png) repeat-x top;
}

.manage {
	margin-left: 20px;
}

.directory {
	padding: 20px;
}

.directory li {
	width: 20px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	text-align: center;
}

.directory a {
	display: block;
	padding: 5px;
	margin: 1px;
	font-weight: bold;
}

.directory a[href]:hover {
	background: #fabec8;
}

.feedback {
	width: 470px;
	margin: 0 auto;
	border: 1px solid #EEE;
	padding: 10px;
}

.feedback li {
	overflow: hidden;
	margin-bottom: 5px;
}

.feedback label {
	width: 120px;
	text-align: right;
	margin-right:10px;
	float: left;
}

.feedback input[type="text"], .feedback textarea {
	width: 300px;
	float: left;
}

.feedback textarea {
	height: 200px;
}

.feedback button {
	margin-left: 130px;
}

.recaptcha_widget_div {
	margin-left: 125px;
}

div.content.video div.area {
	margin: 0px auto;
	width: 930px;
	height: 451px;
	background: url(/theme/images/video-background.jpg) repeat-x;
	position: relative;
}

div.content.video img.left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 26px;
}

div.content.video img.right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 26px;
}

div.video div.left {
	position: absolute;
	top: 25px;
	left: 25px;
}

div.video h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #971c97;
	width: 630px;
	font-weight: normal;
}

div.video h1 small {
	font-size: 1em;
	color: #b49ce4;
}

div.video div.display {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 640px;
	height: 360px;
}

div.video div.right {
	position: absolute;
	top: 20px;
	right: 25px;
	bottom: 25px;
	width: 228px;
	background: none;
}

div.video div.item {
	height: 50px;
	width: 208px;
	position: relative;
	background: url(/theme/images/video-item.png);
	margin-bottom: 1px;
	position: relative;
	border-radius: 5px;
}

div.video div.item img {
	position: absolute;
	top: 3px;
	left: 3px;
}

div.video div.item a {
	position: absolute;
	top: 11px;
	left: 55px;
	right: 20px;
	font-size: 0.9em;
}

div.video div.item a:hover {
	text-decoration: none;
}

div.video div.item.two-lines a {
	top: 5px;
}

div.video div.item small {
	position: absolute;
	top: 26px;
	left: 55px;
}

div.video div.item.two-lines small {
	top: 33px;
}

body.javascript div.video div.item:hover, div.video div.item.selected {
	background: url(/theme/images/video-hover.png);
}

body.javascript div.video div.item {
	cursor: pointer;
}

body.javascript div.video div.item:hover a {
	color: #3b1e78;
}

div.videofile {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

div.videofile.selected {
	display: block;
}
