/* copyright ©: Jon Pearson 2001-9 */


/* ============== general ============== */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: white; color: black;
	margin: 0;
}

p
{
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 1.2;
}

a
{
	color: #910; text-decoration: none 
}

a:hover	
{ 
	text-decoration: underline 
}

h1, h2, h3, h4 
{
	padding: 0;
	margin: 0;	
}

div.more
{
	font-size: 10px;
	text-align: right;
	margin-top: 3px;	
}

.tag
{
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	font-size: 10px; font-weight: bold;
	background: #ED3800; color: white;
	padding: 0px 2px;
	float: right; 
	margin-right: 0px; margin-left: 5px;
}

.tag a
{
	background: #ED3800; color: white;
	text-decoration: none; 
}
	

/* ============== banner ============== */

div#banner
{
	height: 90px;
	background: #910; color: white;
}

div#title
{
	padding: 10px 0px 10px 20px;
}

div#title h2
{
	font-weight: bold;
	font-size: 11px;
}
/*
#donation
{
	margin: 20px 5px 0 0;
	float: right;	
}
*/
#donation
{
}


#advert
{
	float: right;
	margin: 2px 10px;
}

#advert img
{
	border: 0;
}


/* ============== navbar ============== */

div#navbar
{
	display: block; width: 100%;
	height: 20px; 
	background: #fc7;
	padding: 5px 0;
}

form#search
{
	float: right;
	font-weight: normal;
	display: inline;
	margin: 2px 10px 0 0;
}

form#search div .sinput
{
	background: white; color: #888;
	border: 1px solid #910;
	width: 150px;
	font-size: 11px;
}

form#search div .ssubmit
{
	border: 1px solid #910;
	background: #fd9;
	width: 30px;
	font-size: 11px;
}

form#search .ssubmit:hover
{
	background: #d80;
}


/* ============== trail ============== */

div#trail
{
	width: 100%;
	background: #fd9;
	font-size: 10px;
	padding: 5px 0 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #910;
}

div#trail .left
{
	margin: 0px 0 5px 20px;	
}

div#trail .right
{
	float: right;
	clear: both;
	margin: 0px 15px 0 0;
}

div#trail a
{
	color: black;
}

/* ============== content ============== */

div#content 
{
	margin: 20px 290px 5px 15px;
	width: auto;
}

div#content h1
{
	font-size: 14px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #910;
	margin: 0 0 15px 0;
}

div#content h2
{
	font-size: 13px; font-weight: bold;
	margin: 0 0 3px 0;
	padding: 2px 0 0px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #910;
}

#content h3
{
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #910;
}

#list h3
{
	font-size: 11px; 
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #910;
}

div#content h4
{
	font-size: 11px; 
	font-weight: bold;
	margin: 0 0 5px 0;
}

#content .photo
{
	border: 1px solid black;
	position: relative;
	z-index: 900;
}

#content .caption
{
	 font-size: 10px; 
	 color: #444;
}

#content .report-ok
{
	background: #5ED517;
	padding: 4px;
	margin-bottom: 20px
}

#content .report-ok a, #content .report-error a
{
	color: white;
}

#content .report-error
{
	background: #D22306;
	color: white;
	padding: 4px;
	margin-bottom: 20px
}

#content .report-info
{
	background: #fc7;
	padding: 4px;
	margin-bottom: 20px
}




#content .section
{
	padding-bottom: 20px
}

#content .subsection
{
	padding-bottom: 10px;
}

#content .smalltext
{
	font-size: 10px;
}

#content #comments
{
	margin-bottom: 40px;
}

#content #comments h3
{
	border-style: dashed;
	margin-bottom: 2px;
}

#comments .section
{
	padding-bottom: 13px;
}

#comments .date
{
	font-weight: bold;
	font-size: 11px;	
}

#comments .time
{
	font-weight: normal;
	font-size: 11px;
}



.frontpage
{
	margin-bottom: 20px;	
}

#content .frontpage h2
{
	font-size: 12px;
	padding-bottom: 1px;
	border-width: 0 0 1px 0;
}

.plus, .minus
{
	float: right;
}

#content .icon
{
	margin: 2px 0px 0 0px;
	border: 0;	
	cursor: default;	
}

#content .icon:hover
{
	cursor: pointer	
}

/* ============== menu ============== */

#menu
{
	float: right;
	width: 260px;
	margin: 20px 10px 10px 10px;
	font-size: 11px;
}

#menu p
{
	padding-bottom: 4px;
}

#menu h1
{
	padding: 0 0 3px 0;
	font-size: 18px;
}

#menu h2
{
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #910;
	margin: 4px 0;
}

#menu h2 a
{
	padding: 1px 4px 0 1px;
	text-decoration: none;
}

#menu h2 a:hover
{
	background: #910; color: white;
}

#menu h2 .highlight
{
	background: #910; color: white;
	padding: 1px 4px 0 1px;
}

#menu h2 span
{
	padding: 1px 0px 0 1px;
}

#menu h4
{
	padding: 0 0 5px 0;
	font-size: 11px;
}

#menu .n, #content .n 
{
	float: right;
	margin-right: 1px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

#menu .section
{
	margin-bottom: 15px;
}

#menu img.thumbnail
{
	margin: 0; 
	padding: 0;
	border: 1px solid #910; 
}

#menu img.thumbnail-highlight
{
	border: 1px solid #910; 
}

#menu .newstuff p
{
	padding: 0;
	margin: 0;	
}

#menu .icon
{
	position: relative; bottom: -2px;
	margin: 0 2px 0 0;
	border: 0;	
}


/* problem menu - gradevote */

#gradevote-detail
{
	margin: 8px 0 10px 0;
}

#gradevote-detail img
{
	position: absolute;
	margin-left: 50px;
	width: 200px;
	height: 12px;
}

#gradevote-detail span
{
	margin-left: 10px;
}

/* problem menu - tick */

#tick-detail
{
	margin-bottom: 10px;
}

.tick-date
{
	float: left; margin-left: 10px
}

.tick-name
{
	margin-left: 90px
}

/* ============== tables ============== */

div.left-cell
{
	float: left;
	margin-top: 4px;
}

.table-header
{
	background: #ddd; color: black;
	font-weight: bold;
	padding: 1px;
	margin-bottom: 8px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #910;
}

.table-cell
{
	padding-left: 1px;
}

.table-row-highlight 
{
}

.table-row-highlight:hover
{
	background: #fd9;	
}

/* ============== item ============== */

.item-no-photo
{
	margin-bottom: 5px;
}

.item
{
	height: 88px;
}

.item-no-photo .thumbnail, .item .thumbnail
{
	 float: left;
}

.item-no-photo .info, .item .info
{
	margin-left: 90px;
}

.item-no-photo .number, .item .number 
{
	font-weight: bold; 
	font-size: 11px; 
}

.item-no-photo .area, .item .area
{
	color: #444; 
	background: white;
}

.thumbnail-block img
{
	border: 1px solid #910;
	margin: 1px;
}

img.thumbnail
{
	border: 1px solid #910;
	margin: 1px;
}

.item-thumb
{
	float:left;	
}

.item-text
{
	padding-bottom: 5px;	
}

#item-txt
{
	text-align: center;
	margin-top: 5px;
}

#item-caption
{
	 font-size: 10px; 
	 color: #444;
}

.comment-blocked
{
	color: #777;
}

.comment-ok
{
	color: black;
}


/* ============== map ============== */

.map
{
	background: #ddd;
	font-weight: bold;
	text-align: center;
}

.map-wait 
{
	background: #ddd;
	border: 1px #910 solid;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

#map-description
{
	padding: 8px 0 8px 0;
}

.map-copyright
{
	font-size: 10px;
	color: #666
}

.map-copyright a 
{
	color: #666;	
}

/* ============== forms ============== */

.button
{
	border: 1px solid #910;
	background: #fd9; color: black;
	font-weight: bold;
	text-align: center;
	margin: 1px;
}

.button a
{
	padding: 2px 2px 2px 2px;
	display: block;
	text-decoration: none;
	color: black;
}

.button a:hover
{
	text-decoration: none;
	background: #910; color: black;
}

.input 
{
	border: 1px solid #910;
	background: #fd9; color: black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

.input-submit
{
	border: 1px solid #910;
	margin-top: 5px;
	background: #fd9; color: black;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100px; height: 25px;
}

.input-submit:hover
{
	background:#d80; color: black;
}

.input-submit-small
{
	border: 1px solid #910;
	font-size: 0.7em;
	font-family: verdana, sans-serif;
	font-weight: bold;
	background: #fd9; color: black;
}

.input-submit-small:hover
{
	background:#dd8800; color: black;
}


/* ============== footer ============== */

div#footer
{
	margin: 45px 0 0 0;
	padding: 10px 20px 50px 15px;
	height: 30px;
	clear: both;
	border-top: 1px solid #910;
	color: #666;
	font-size: 9px;
}

#footer p
{
	padding-bottom: 2px;
}

/* ============== editor ============== */

#edit-notice
{
	float: right;
	border: 1px solid black;
	padding: 5px 5px;
	margin: 15px 10px;
	font-weight: bold;
	font-size: 16px;
	background: #fd9; color: black;
	cursor: default;
}

#edit-notice:hover
{
	background: #d80; color: black;
	cursor: pointer;
}


.editable
{
}

.ajax-button
{
	border: 1px solid #910;
	background: #fd9; color: black;
	font-weight: bold;
	text-align: center;
	cursor: default;
	margin: 0 0px;
	padding: 0 6px;
}

.ajax-button:hover
{
	text-decoration: none;
	background: #d80; color: black;
	cursor: pointer;
}


