/*-------------------------------------------------------------------

	Starlight

	Colours Stylesheet for
		Laitaine.Net
	http://www.laitaine.net/

	Copyright © Laura Watkins 1999-2006
	Email: laura@laitaine.net
	Site: http://www.laitaine.net/

-------------------------------------------------------------------*/


/* layout */

body
{
	background: #000000 url('http://peacerose.laitaine.net/image/stars_back.gif') repeat fixed;
	color: #6ABD6F;
	font-family: 'verdana', sans-serif;
	margin: 16px;
	line-height: 1.43;
	overflow: auto;
}


/* ids */

#layout
{
	background: transparent url('image/peacerose.jpg') no-repeat scroll top center;
	border: 0px;
	padding-top: 216px;
	padding-left: 152px;
}

#main
{
	background-color: transparent;
	font-size: 10px;
	padding: 0px 16px 0px 16px;
	overflow: hidden;
}

#menu
{
	background: transparent;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 256px;
	left: 16px;
	width: 136px;
	z-index: 1;
	border: 0px;
	padding: 0px 0px 9px 0px;
	overflow: hidden;
}

#counter
{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 6px 20px 6px 20px;
	padding: 6px;
	color: #D87093;
	border: 1px solid #D87093;
	background-color: #000000;
}

/* classes */

.menubox
{
	background-color: transparent;
	font-size: 10px;
	position: relative;
	margin-bottom: 16px;
	padding: 4px;
}

.menusite
{
	text-align: center;
	line-height: 1.23;
}

.menuhead
{
	background-color: #FFF4FB;
	color: #D87093;
	text-align: right;
	margin-bottom: -10px;
	padding: 2px;
}

.divider
{
	background-color: #FFFF84;
	height: 1px;
	width: 100%;
}

/* borders, colors & fonts */

#main, .formbutton
{
	border: 1px solid #FFFF84;
}

.menubox, #counter, .formbox
{
	border: 1px solid #B13054;
}

.menuhead, .formbutton, .formbox, .counter
{
	background-color: #000000;
}

.formbox
{
	color: #6ABD6F;
}

.formbutton, .quote
{
	color: #FFFF84;
}

.highlight, .boldhighlight, #counter, .speaker, .episode, .menuhead
{
	color: #B13054;
}

/*-----------------------------------------------------------------*/

/* links */

a
{
	font-weight: bold;
}

a:link
{
	color: #4F80DB;
}

a:visited
{
	color: #74AFDC;
}

a:hover
{
	color: #FFFF84;
}

a:active
{
	color: #B13054;
}


/*-----------------------------------------------------------------*/

/* headings */

h1, h2
{
	font-family: 'verdana', sans-serif;
	line-height: 1.36;
	text-align: right;
	padding: 4px;
	font-weight: bold;
	color: #FFFF84;
	background-color: #000000;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

/*-----------------------------------------------------------------*/

/* images */

img
{
	border: 0px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
}

#main img
{
	margin: 6px;
}

/*-----------------------------------------------------------------*/

/* tables */

table, tr, td
{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

table.list
{
	margin-left: 136px;
	border: 0px;
	padding: 0px;
}

td.picinfo
{
	font-size: 10px;
	text-align: justify;
	padding-left: 16px;
	width: 100%;
}

/*-----------------------------------------------------------------*/

/* custom classes */

.boldhighlight
{
	font-weight: bold;
}

.sitenav
{
	text-align: left;
	line-height: 1.36;
}

.textlinks
{
	margin-left: 16px;
	line-height: 1.65;
	text-align: justify;
}

.title
{
	font-size: 13px;
	font-weight: bold;
}

.speaker
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.episode
{
	text-align: left;
}

/*-----------------------------------------------------------------*/

/* form elements */

.formbox, .formbutton
{
	font-size: 10px;
	font-family: 'verdana', sans-serif;
}

.formbox
{
	padding: 6px;
	height: 24px;
}

.formbutton
{
	padding: 3px;
}


/*-----------------------------------------------------------------*/
