* Taken from the butterfly.css of ElectraWomans great Butterfly template v1.0
 ***************************************************************************
 * created : 21st November, 2004.
 * copyright : GPL version 2
 * creator : ElectraWoman
 * email : netizenette@gmail.com
 * web : http://www.arach.net.au/~electrawoman
 *
 * Modified: 21st Januar, 2005
 * modified by Boris
 * email: (sirro@nurfuerspam.de)
 * for http://bilder.unchecker.de
 ***************************************************************************
 *
 * This template is free; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 ***************************************************************************
 */

/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
	font-family: Arial, Helvetica, sans-serif;
}

pre, tt, input, textarea {
	font-family: Courier, monospace;
}

body {
	background-color: #f2f2f2;
	width: 650px;
	margin: 0px auto;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* General link and text attributes. */
a {
	color: #000000;
	text-decoration: underline;
}
a:link, a:visited {
	color: navy;
	text-decoration: none
}
a:active, a:hover {
	color: blue;
	text-decoration: underline
}
h1 {
	padding-bottom: 5px;
	color: #000000;
	font-size: 12pt;
	line-height: 16pt;
}

h2 {
	padding-bottom: 5px;
	color: #000000;
	font-size: 12pt;
	line-height: 16pt;
}
blockquote {
	/*background: url(quote.gif) top left no-repeat;*/
	background-color: #ffffff;
}
/* The #page attribute controls the area where the content is held. */

#page {
	width: 650px;
	margin-top: 20px;
	background-color: #ffffff;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	text-align: center;
}
/* The #header attribute controls the top of the content. */

#header {
	width: auto;
	height: 120px;
	border: 10px solid #ffffff;
	background-color: #000000;
	background: url(galleryheader.jpg) no-repeat;
}

.headertext {
	float: right;
	width: 350px;
	padding-top: 35px;
	margin-right: 100px;
	text-align: right;
	color: white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
	font-weight: bold;
}

.headersubtext {
	float: right;
	width: 400px;
	padding-top: 10px;
	text-align: right;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
#menu {
	width: auto;
	border: 10px solid #ffffff;
	text-align: center;
}
#menu a {
	font-size: 12px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #cc0000;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}

#menu a:active {
	text-decoration: none;
}

#menu a:hover {
	background-color: #cc0000;
	color: #ffffff;
}
/* This section of the code controls the area where your entries will be displayed. The #left attribute defines the
area where the content will be held, ".category" refers to the area where your category information is shown,
".date" refers to the area where the date is shown, etc.*/
#left {
	width: 450px;
	border-left: 10px solid #ffffff;
	text-align: left;
}
#center {
	width: 450px;
	border-left: 10px solid #ffffff;
	text-align: left;
}


.category {
	background-color: #eeeeee;
	color: #666666;
	font-size: 7pt;
	text-transform: uppercase;
	padding: 5px;
}

.date {
	padding: 5px;
	background-color: #F3F3F3;
	font-size: 7pt;
	color: #cc0000;
	text-transform: uppercase;
}
.title {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.content {
	margin-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-right: 1px solid #eeeeee;
	color: #000000;
	font-size: 10pt;
	line-height: 16pt;
}
.entryfooter {
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}

/* This section of the code controls the area where the boxes will be displayed. The #right attribute defines the
area where the content will be held and ".rightcontent" is where the main text is shown.*/
#right {
	float: right;
	width: 160px;
	text-align: left;
	border-right: 10px solid #ffffff;
}

.rightcontent {
	margin-top: 15px;
	padding-bottom: 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 16pt;
}


/* The #footer" attribute, where the small print of the page is contained. */
#footer {
	margin: 10px;
	margin-top: 50px;
	text-align: center;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
}

/* The #footer2" attribute is an empty space beneathe the #page. */
#footer2 {
	width: 600px;
	height: 10px;
}


/* The table appearance */
/* Common attributes */
td.foldertext,td.folderthumbs,td.image,table.imagelinkslist, table.folderlinkslist {
	color: #000000;
	background: white;
	}

/* Folder table (text) */
td.foldertext {
	font-size: .95em;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

/* Folder table (thumbnails) */
td.folderthumbs {
	font-size: .81em;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

/* Image table */
td.image {
	font-size: .72em;
	text-align: center;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 8px;
}

/* The PageBlock in ImageTables */
td.pageblock {
	color: #000000;
	background: #f0f0f0;
	text-align: center;
	font-size: .7em;
}


/* The image appearance */
/* No border around image(s|links) */
img {
	border: 0;
}

/* For the valid and powered Images */
img.validpowered {
	width:  88px;
	height: 31px;
}

img.mainimage {
	margin-top: .8em;
	margin-bottom: .8em;
}

/* span and div styles */
.currentsitenumber,.youAreHere {
	font-weight: bold;
}

.youAreHere {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
	font-size: .8em;
}

.inactivelink {
	color: #999999;
}

.bulletindescription, .imagedescription {
	color: #333333;
	background-color: #f0f0f0;
}

.bulletindescription {
	font-size: 1.2em;
}

.imagedescription {
	font-size: 1em;
}

.backLink, .prevLink, .nextLink {
	font-size: 0.7em;
}