/*-----------------------------------------------------------------------------
lu
-----------------------------------------------------------------------------*/

/* =general
-----------------------------------------------------------------------------*/


/* remove all padding and margin */
* {
  margin: 0;
	padding: 0;
	
}

/* and back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

body {
	background:#000000;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


 img {
	border: 0px solid #333333;
}


/* =typography
-----------------------------------------------------------------------------*/

body {
  font: 14px/16px verdana;
text-align:center;
}



/* =positioning
-----------------------------------------------------------------------------*/




#topbar {
	border-bottom: 1px solid #333333;
	background: #000000;
	width:100%;
	height:104px;
	position:absolute;
}

#bottombarwrap {
	width:100%;
	position:absolute;
	margin-top:105px
}

#bottombar {
	border-top: 1px solid #333333;
	background: #000000;
	width:100%;
	height:101px;
	position:relative;
}

#center {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	min-height:100%;
	max-height:auto;
	left:0px;
	right:0px;
	padding:0px;
	text-align:left;
}

#left {
	padding-right:40%;
	padding-left:30px;
	font-size:40px;
	position:absolute;
	top:93px;
	color:#000000;
}

#right {
	padding-right:30px;
	padding-left:40%;
	font-size:40px;
	position:absolute;
	top:93px;
	right:0px;
	color:#000000;
}


#pic, #archives {
	line-height:0px;
}

#stats {
	padding-bottom:20px;
}

#nav {

}

#nav div {
	background-color: #000000;
	border-right: 1px solid #333333;
	float: left; 
	display:inline;
	padding:10px;
	padding-top:74px;
	height:20px;
	color:#555555;
	border-bottom: 1px solid #333333;
}

#nav #lastmenu {
	border-right: 1px solid #333333;
}

#nav #title {
	background-color: #000000;
	border-right: 0px solid #333333;
	border-left: 0px solid #333333;
	float: right; 
	display:inline;
	padding:10px;
	padding-top:74px;
	height:20px;
	padding-left:auto;
	text-align:right;
}

#nav div:hover {
	background:#222222;
	color:#ffffff;
}

#nav #blue:hover {
	background:#2E6099;
	color:#ffffff;
}
#nav #red:hover {
	background:#992E2E;
	color:#ffffff;
}
#nav #yellow:hover {
	background:#99702E;
	color:#ffffff;
}
#nav #purple:hover {
	background:#7B2E99;
	color:#ffffff;
}
#nav #green:hover {
	background:#4E992E;
	color:#ffffff;
}

#nav #lastmenu:hover {
	background:#992E6E;
	color:#ffffff;
}

#about {
	height:100%;
width:auto;
position:relative;
color:#aaaaaa;
padding:10px;
font-size:12px;
}

#about p {
padding-left:20px;
padding-right:20px;
}

#info {
	background-color: #000000;
	padding:10px;
	height:87px;
	position:relative;
	top: 0px;
	color:#555555;
	font-size:12px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#comments {
	background-color: #000000;
	padding:10px;
	height:auto;
	position:relative;
	top: 0px;
	color:#555555;
	font-size:12px;
}
#comments ul {
	list-style: none;
}
#comments li {
	padding:10px;
}

#comment_form {
	font-size:10px;
}

#exif {
	padding:0px;	
	font-size:10px;
	float:right;
}

#date {
	padding-bottom:10px;
	font-size:14px;
	float:left;
	color:#aaaaaa;
}

#info:hover {
	background:#333333;
	color:#ffffff;
}


#left:hover {
	background:#000000;
	color:#ffffff;
}

#right:hover {
	background:#000000;
	color:#ffffff;
}
#comments:hover {
	background:#333333;
	color:#ffffff;
}

/* =links
-----------------------------------------------------------------------------*/

a {
	color:#555555;
	text-decoration:none;
}

#info:hover a {
	color:#ffffff;
}

#comments:hover a {
	color:#ffffff;
}

#commentlink {
	position:absolute;
	right:10px;
	text-decoration:none;
	bottom:5px;
}


#commentlink:hover {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#title a {
	color:#aaaaaa;
	text-decoration:none;
}

#title a:hover {
	color:#ffffff;
}

a:focus
{
  outline-style: none;
}


/* =tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 2px;
	border-collapse: separate;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =forms
-----------------------------------------------------------------------------*/

input, textarea  { 
	border: 1px solid #333333; 
	font:12px/14px verdana;
}
input.formbutton {
	padding:3px;
	font-size:12px;
}
