/*
 * screen.css
 * Rebecca Wilcox
 * rebecca-wilcox.com
 *
 * Created By: Jez McKean of jazzle.co.uk
 * Created On: 2008-04-0?
 * Last Mod On: 2009-10-29
 *
 * NB: To be used in conjuction with YUI's reset-fonts-grids (v2.5.1).
 *
 */
 

/* //// //// //// //// //// GENERAL RULES //// //// //// //// //// */

/* Everything */

html {
	background: white url(floral_tile.png);
}

body {
	max-width: 75em;
	margin: 0.5em auto;
	font-family: 'Segoe UI', sans-serif;
	color: #333333;
}

#doc4 {
}


/* Headers */

h1,
h2,
h3,
h4 {
	clear: both;
	color: #592b70;
	font-weight: bolder;
	margin: 0.5em 0 0.25em;
}

h1 a,
h2 a,
h3 a,
h4 a {
	color: #592b70 !important;
}


h1 {
	font: italic 200%/1.25 Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
}
h2 {
	font: italic 175%/1.25 Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
}
h3 {
	font: italic 150%/1.25 Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
}
h4 {
	font: italic 125%/1.25 Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
}


/* Generic Tags */

p {
	line-height: 1.5;
	text-align: justify;
	background-image: url(75pc.png);
	padding: 0.5em 0.5em 1em;
}

/*#front-page #content p:first-child,*/
p.highlight {
	font: italic 125%/1.25 Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
	background: white;
	padding: 0.75em;
	margin: 0 0 0.5em;
	border: 2px dotted #dddddd;
	text-align: center;
}

p.meta {
	xpadding-top: 0;
	padding-bottom: 0;
	font: italic 75%/0.75 sans-serif;
}

em,
.em {
	font-style: italic;
	background-color: #e9e6f2;
	padding: 0 0.25em 0 0.125em;
}

strong,
.strong {
	font-weight: bolder;
}
	
form {
	clear: both;
	margin-bottom: 1em;
}

input,
textarea {
	padding: 0.25em 0.125em;
	margin: 0.25em 0;
}
.datepicker,
.timeEntry {
	width: 6em;
	text-align: center;
}

table {
	background: url(75pc.png);
	border-collapse: separate;
	border-spacing: 0 1px;
	border: 0 solid #000000;
	border-width: 1px 0;
	clear: both;
}

th,
td {
	padding: 0.2em;
}

th {
	border: 0 solid white;
	border-width: 1px;
	background: #592b70;
	color: #ffffff;
	font-weight: bolder;
}
td {
	border: 0 solid #e9e6f2;
	border-width: 1px 0;
}

.row-odd {
	background: #e9e6f2 url(75pc.png);
}
.row-even {
}
.row-highlight {
	background-image: none;
	background-color: #e9e6f2;
}
	
hr {
	height: 1px;
	color: #555555;
	background-color: #555555;
	border: none;
}


/* Generic Styles */

.border-h {
	margin: 0;
	background: url('border_h_black_fadeout.png') center center no-repeat;
	height: 1px;
	overflow: hidden;
}

.border-top {
	background: url('border_h_black_fadeout.png') center top no-repeat;
}
.border-bottom {
	background: url('border_h_black_fadeout.png') center bottom no-repeat;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.float-left {
	float: left !important;;
}
.float-right {
	float: right !important;
}

.width100 {
	width: 100%;
}
.width95 {
	width: 95%;
}
.width50 {
	width: 50%;
}
.width33 {
	width: 33%;
}
.width25 {
	width: 25%;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

table.padding-0 {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
table.padding-0 td {
	padding: 0 0.2em;
	border-bottom: 1px solid #888;
}
table.padding-0 form,
table.padding-0 input {
	padding: 0;
}

.margin-0 {
	margin: 0 !important;
}

.padding-all {
	padding: 1em !important;
}

/* Admin Styles */

.result {
	background: #ffff88 url("../images/famfamfam/comment.png") no-repeat 5px 5px;
	border: 1px solid #888888;
	color: #000000;
	font-weight: bolder;
	letter-spacing: 0.0625em;
	margin: 0.5em;
	padding: 0.5em;
	padding-left: 26px;
	text-align: center;
}

.result.success {
	background: #88ff88 url("../images/famfamfam/accept.png") no-repeat 5px 0.5em;
	color: #008800;
}
.result.failure {
	background: #ff8888 url("../images/famfamfam/exclamation.png") no-repeat 5px 0.5em;
	color: #880000;
}


/* Supp Styles */


/* Anchors: LoVe HAte */

a,
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

.plainlinks a,
a.plainlinks {
	background-color: inherit;
	color: inherit;
	text-decoration: none;
}


/* //// //// //// //// //// LAYOUT RULES //// //// //// //// //// */

/* #strapline */

#strapline {
	width: 100%;
	text-align: center;
	height: 2em;
	font: italic 1em/2em Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
	background: url('bg_white_fadeout.png') center .5em no-repeat;
}


/* #hd */

#hd {
	text-align: center;
}
#hd h1 {
	letter-spacing: 0.125em;
	margin: 0.5em;
}
#hd a {
	text-decoration: none;
}

#ticker-wrapper {
	text-align: center;
	margin: 1em;
	height: 2.5em;
	xline-height: 1.5em;
	overflow: hidden;
}
#ticker {
	white-space: nowrap;
}
#ticker em {
	background-color: transparent;
}
	

/* #site-nav */

#site-nav,
#admin-nav {
	width: 100%;
	padding: 0;
	background: transparent url('bg_white_fadeout.png') center center no-repeat;
	height: 2em;
	line-height: 2em;
	color: black;
	text-align: center;
}

/* .nav */

.nav {
}
.nav li {
	display: inline;
	background: #ffffff;
	height: 2em;
	line-height: 2em;
}
.nav li a {
	height: 1.5em;
	line-height: 1.5em;
	padding: 0.25em 0.5em;
	color: black;
	text-decoration: none;
	border: 0 solid black;
	border-width: 0 1px;
	margin: 0 -1px -1px 0;
}
.nav li a:hover {
	background-color: #614a86;
	color: white;
}

.nav li.current a {
	background-color: #8f79b5;
	color: white;
}



/* #bd */

#bd {
	clear: both;
	margin: 1em 0;
	padding: 5px 40px;
}

#bd .yui-u .inner {
	padding: 1em;
	xmin-height: 500px;
}

#bd .second {
	border-left: 1px solid black;
}

#content {
}

#content ul {
	margin: 1em;
}

#content ul li {
	list-style-position: inside;
	list-style-type: disc !important;
}

#content .nobullets {
	list-style-type: none;
	margin: 0;
}

#content .nobullets li {
	margin-bottom: 1em;
}

#front-page-pic {
	min-height: 475px;
}

#front-page-pic li {
	width: 100%;
	text-align: center;
}

#gallery img {
	border: 1px solid #888;
	background-color: white;
	padding: 5px;
}


/* #ft */

#ft {
	width: 100%;
	text-align: left;
	height: 2em;
	font: italic 0.75em/2em Georgia, Utopia, Palatino, 'Palatino Linotype', serif !important;
	background: url('bg_white_fadeout.png') center -3em no-repeat;
}
#ft a {
	color: #555555;
}
#ft a:hover {
	background-color: inherit;
}

#copyright {
	margin-left: 150px;
}
#credit {
	float: right;
	margin-right: 150px;
	color: #aaaaaa;
}