/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}

#leavecomment {
	display: none;
}

.gfx {
	display: block; height: 185px;
	position: relative;
}

div.gfx div.name {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 720px; 
	align: center;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 139px; height: 18px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 139px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}

.title {
	font-size: 1.2em;
	font-weight: strong;
	padding-bottom: 0px !important;
	padding-bottom: 0px;
	background-color: #F5F5F5;
}

.content a {
	text-decoration: underline;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right; /*since ie STILL can't display .png transparency, this displays for them the less cool .gif version of the dropshadow*/
  margin: 10px 0 0 2px !important; /*firefox hack: pulls the text closer to the bottom of the picture*/
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 1px; /*the larger the "padding" value is, the larger the white frame is around the picture */
  }

.img-frame {
  margin: 10px 0 0 2px !important; /*firefox hack: pulls the text closer to the bottom of the picture*/
  margin: 10px 0 0 5px;
  }

.img-frame img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 1px; /*the larger the "padding" value is, the larger the white frame is around the picture */
  }
