body {
        background-image: url(http://brokenflower.org/images/background.png);
        font-family: verdana,helvetica,arial;
        font-size: 10px;
        background-color: #222;
        color: #ddd;
        width: 100%;
        padding: 0px;
        margin: 0px;
}

body,html {
       min-width: 100%;
       width: 100%;
	   height: 100%;
}

* img {
	border: none;
}

* a {
	text-decoration: none;
	color: #5cc10d; 
}

* a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: #99C68E;
}

#topheader {
	background-color: #000;
	font-family: georgia,arial;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-left: 5px;
	height: 55px;
}

#topheader span.title,span.separator{
	font-size: 40px;
	font-weight: bold;
	padding-left: 5px;
}

#topheader span.separator {
	color: #ffc20e;
}

#topheader input  {
	border: 1px solid #ffc20e;
	background-color: #000;
	color: #fff;
}
#topheader span.date  {
	font-size: 12px;
	margin-left: -8px;
}

#topheader span.search {
	color: #fff;
	position: fixed;
	right: 0;
	top: 1;
	padding-right: 10px;
}

#content {
	margin-top: 40px;
	background-color: #030A21;
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#content span.menu {
	float: right;
}

#content span.menu img {
	vertical-align:bottom;
}

#content span.header,span.menu {
	font-family:georgia,arial;
	font-size: 16px;
}

#content span.header {
	font-weight: bold;
}

#content span.image {
	display: block;
}

#content .description p {
	font-family:verdana,arial;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#content span.rating,span.tags {
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	display: block;
}

#footer {
	height: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #030A21;
}
#footer .menu {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia,arial;
}
.clearfooter {
	height: 30px;
	clear: both;
	margin-top: 15px;
}


#container {
	min-height: 100%;
	margin-bottom: -30px;
	position: relative;
}

#browse ul {
	margin: 0;
}
#browse li {
        list-style-type: none;
	display: inline;
}
#browse {
        font-size: 20px;
        text-align: center;
        font-family: Georgia,arial,helvetica,verdana;
        padding: 10px;
        color: #FFF;
}

#browse .cloud-smallest {
        font-size: 12px;
}
#browse .cloud-smaller {
        font-size: 18px;
}
#browse .cloud-small {
        font-size: 24px;
}
#browse .cloud-medium {
        font-size: 32px;
}
#browse .cloud-big {
        font-size: 36px;
}
#browse .cloud-bigger {
        font-size: 40px;
}
#browse .cloud-biggest {
        font-size: 46px;
}

#thumbnails img {
	padding: 5px;
	border: 1px solid #000;
	-moz-opacity: 0.4;
}
#thumbnails img:hover {
	padding: 5px;
	border: 1px solid #eee;
	-moz-opacity: 1;
}
#thumbnails a:hover {
	border: none;
}


tr.list:hover {
        background-color: #fff;
}
table.list {
	border: none;
	font-size: 24px;
}
td {
        border: none;
}
tr.light {
	background-color: #030A21;
}
tr.light:hover {
        background-color: #555;
}
tr.dark {
	background-color: #030A1A;
}
tr.dark:hover {
        background-color: #555; 
}
