html{
background-color: #5C2312;
font-family: "Helvetica", "Arial", "";
}

#header{
	background-repeat: no-repeat;
	margin:auto;
	text-align: center;
}

#container{
	width: 900px;
	margin:auto;
}

#ut{
float:right;
background-color:#000;
background-color:rgba(0,0,0,.5);
padding:.5em;
}

#ut span, #ut a{
padding:0 .5em 0 .5em;
color:#fff;
}

#nav{
text-align:center;
padding: 0em .25em .25em 0;
font-size:1.3em;
font-weight: bold;
}

#nav li{
	list-style-type: none;
	display: inline;
}

#nav ul{
padding:0;
margin:0;
}

#nav li a{
padding:.2em .5em .3em .5em;
text-decoration: none;
color: #e94;
margin-right: .5em;
}

#content img{
background-color: #9cb38a;
}

#nav li a:hover{
color: #fb7;
}

#nav li.selected a{
color: #a61;
}

a{
color:#fd3;
}

#content{
padding: 3em 2em .75em 2.2em;
line-height:1.5em;
color: #1c1e48;
background-color: #ffd699;
}

#content a{
color: #a60
}

p{
margin-top:0;
margin-bottom: 1em;
}

h1{
margin-top:0;
font-size:1.4em;
}

h2{
font-size:1.2em;
}

h3{
font-size:1.1em;
}

#loginlink a{
color: #5C2312;
}

#login{
text-align: center;
padding:5em 0 5em 0;
}

#login input{
font-size:1.4em;
margin: .5em;
}

#footer{
margin-top:1em;
color: #b72;
text-align: center;
clear:both;
}

div.edit label{
width:10em;
float:left;
}

div.edit textarea{
width:99%;
height:20em;
}

div.edit input{
font-size: 1.2em;
width:50%;
}

/* **************** */

.left{
float:left;
margin-right:.5em;
}

.right{
float:right;
margin-left:.5em;
}

.clear{
clear:both;
}

/* **************** */

.thumb{
/*Inline Block Crap*/
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
/*End Inline Block */
padding: .5em;
width:360px;
}


.figure{
font-size:.9em;
padding-left: 1.5em;
}

.thumb img{
box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
-webkit-box-shadow: 0px 0px 4px #666;
}

.thumb input, .thumb span{
font-size:.9em;
color:#5C2312;
text-align: center;
background:none;
border:none;
width:250px;
}

#gallery{
text-align:center;
}

#user table{
width:99%;
}
