/* yaean: base.css */

/* the following lines attempt to clear the css palette */

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	color: #522A65;
	background-color: transparent;
	border-collapse: collapse;
}

q:before, q:after {
	content: "";
}

/* standard HTML tags */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(../img/bg.gif) repeat;
	line-height: 16px;
}

h1 {
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 24px;
}

h1.headline{
	margin-top: 0;
}

h2 {
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 20px;
}

h2.headline{
	margin-top: 0;
}

h3 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 18px;
}

h3.headline{
	margin-top: 0;
}

h4 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 16px;
}

h4.headline{
	margin-top: 0;
}

h5 {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 14px;
}

h5.headline{
	margin-top: 0;
}

h6 {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

h6.headline{
	margin-top: 0;
}

a{
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 12px;
}

blockquote {
	margin-bottom: 12px;
	margin-left: 20px;
	font-style: italic;
}


ol {
	margin-left: 30px;
	margin-bottom: 12px;
}

ol li{
	list-style-type: decimal;
	list-style-position: outside;
}

ul {
	margin-bottom: 12px;
}

ul li{

}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input{
	background-color: white;
	color: black;
}

textarea{
	background-color: white;
	color: black;
}

select{
	background-color: white;
}

/* attribute selectors do not work on IE6 */

input[type="text"] {
	border: 1px black solid;
}

input[type="password"] {
	border: 1px black solid;
}

/* this is a fix for IE6 see above, put input[type=text] in this class */

input.tinput {
	border: 1px black solid;
}

textarea {
	border: 1px black solid;
}

select {
	border: 1px black solid;
}

button {
	padding: 2px 4px;
	border: 1px solid gray;
	background: white url(../img/button_bg.gif) repeat-x;
}

button:hover {
	color: blue;
	border-color: black;
}

button:active {
	border-color: #591266;
	color: #591266;
	background: url(../img/button_bg_active.gif) repeat-x;
}

/* handy classes */

.hidden {
	display: none;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.right{
	text-align: right;
}

.base {
	clear: both;
}

.red{
	color: red;
}

.comment{
	background-color: #fcffb4;
}

/* site specific stuff below */

/* menu */
#bar{
	width: 100%;
	height: 63px;
	background: #591266 url(../img/bar.gif) repeat-x;
	padding-top: 6px;
}

#menu{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}

#menu a#logo{
	display: block;
	width: 94px;
	height: 57px;
	float: left;
}

#menu ul{
}

#menu ul li{
	display: inline;
	float: left;
}

#menu ul#sections{
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	position: relative; /* fix for < IE8 */
}

#menu ul#languages{
	float: right;
	padding-top: 20px;
}

#menu ul#sections li.back{
	background-color: #8B62A3;
	height: 27px;
	z-index: 8;
	position: absolute;
}

#menu ul#sections li.back div.padder{
	height: 17px;
}

#menu ul#sections li a{
	display: block;
	color: white;
	z-index: 10;
	position: relative;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
}

#menu ul#sections li a:hover{
	text-decoration: none;
}


#menu ul#languages li a{
	color: white;
}

/* content */

#container{
	width: 800px;
	background-color: white;
	padding: 10px;
	clear: both;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* language selection */
ul#languages{
	
}

ul#languages li{
	list-style-type: none;
	margin: 0;
}

.crumbs{
	font-size: 80%;
}

.recently {
	font-size: 80%;
}

/* object edit */

table.objedit {
	border-collapse: collapse;
}

table.objedit tr th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

table.objedit tr th label.required_field_label{
	font-weight: bold;
}

table.objedit tr th label.field_label{
	font-weight: normal;
	font-style: normal;
}

table.objedit tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.objedit tr td {
	width: 310px;
}

table.objedit tr td input{
	width: 300px;
}

table.objedit tr td input[type="checkbox"] {
	width: auto;
}

table.objedit tr td select {
	width: 300px;
}

/* form errors */
ul.errorlist{
	
}

ul.errorlist li{
	color: red;
}

td.field_errors{
	color: red;
	font-weight: bold;
}

td.error_field input{
	background-color: #fcffb4;
}

td.error_field textarea{
	background-color: #fcffb4;
}

td.error_field select{
	background-color: #fcffb4;
}

td.error_field li{
	background-color: #fcffb4;
}

#footer{
	background-color: whitesmoke;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	margin-bottom: 10px;
}

p#copy{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.crumbs{
	margin-top: 10px;
	margin-bottom: 10px;
}

.crumbs p{
	color: #BFB7DB;
	margin: 0;
}

.crumbs a{
	color: #BFB7DB;
}

/* the tags */
ul.tags{
	float: left;
}

ul.tags li{
	display: inline;
}

ul.tags li a{
	font-weight: normal;
	font-style: normal;
}

ul.tags li a:hover{
	text-decoration: none;
}

ul.tags li.tag01 a{
	color: #77625E;
	font-size: 12px;
}

ul.tags li.tag01 a:hover{
	background-color: #77625E;
	color: white;
}

ul.tags li.tag02 a{
	color: #E13728;
	font-size: 14px;
}

ul.tags li.tag02 a:hover{
	background-color: #E13728;
	color: white;
}

ul.tags li.tag03 a{
	color: #B46A47;
	font-size: 16px;
}

ul.tags li.tag03 a:hover{
	background-color: #B46A47;
	color: white;
}

ul.tags li.tag04 a{
	color: #C4876A;
	font-size: 18px;
}

ul.tags li.tag04 a:hover{
	background-color: #C4876A;
	color: white;
}

ul.tags li.tag05 a{
	color: #B9251A;
	font-size: 20px;
}

ul.tags li.tag05 a:hover{
	background-color: #B9251A;
	color: white;
}

ul.tags li.tag06 a{
	color: #804D40;
	font-size: 22px;
}

ul.tags li.tag06 a:hover{
	background-color: #804D40;
	color: white;
}

ul.tags li.tag07 a{
	color: #7f3041;
	font-size: 24px;
}

ul.tags li.tag07 a:hover{
	background-color: #7f3041;
	color: white;
}

ul.tags li.tag08 a{
	color: #7f2a4f;
	font-size: 26px;
}

ul.tags li.tag08 a:hover{
	background-color: #7f2a4f;
	color: white;
}

ul.tags li.tag09 a{
	color: #713473;
	font-size: 28px;
}

ul.tags li.tag09 a:hover{
	background-color: #713473;
	color: white;
}

ul.tags li.tag10 a{
	color: #5a0d74;
	font-size: 30px;
}

ul.tags li.tag10 a:hover{
	background-color: #5a0d74;
	color: white;
}

/* date block */

.dateblock{
	float: left;
	position: relative;
	width: 110px;
	margin: 0;
	overflow: hidden;
	display: block;
	height: 50px;
	font-size: 24px;
	line-height: 24px;
}

.dateblock a{
	display: block;
	width: 110px;
	height: 50px;
}

.dateblock a:hover{
	text-decoration: none;
	background-color: #E5E2EF;
}

.dateblock span.day{
	font-size: 50px;
	display: block;
	line-height: 48px;
}

.dateblock span.month{
	display: block;
	position: absolute;
	top: 4px;
	left: 50px;
}

.dateblock span.year{
	display: block;
	position: absolute;
	top: 20px;
	left: 50px;
}

/* twitter */
a.twitter{
	font-size: medium;
	color: #61c5eb;
}

