@import "/css/toppage.css";

body {
/*background: url("/images/bg.jpg");*/
background-repeat:no-repeat;
background-position:0 0;
text-align:center;
font:0.8em Verdana,Helvetica,sans-serif;

}
#wrap{
width:960px;
margin:0 auto 25px;
background:#000 url('http://www.tenman.info/images/width/images/kubrickbgwide.png'); 
border:0px solid #ccc;
}   
#common{
	width:900px;
	margin:0 30px;
	border:0px solid #ccc; 	
	text-align:left;

    }
#header{
height:120px;

padding:80px 0 0 100px;
background:#eee url('http://www.tenman.info/images/width/images/header-img.php?upper=003366&lower=eeeeee') no-repeat top center;background-repeat:no-repeat;
}

code {
font-size:1.2em;
}

div#rightcol {
padding-left:32em;
}

fieldset {
display:block;
margin:0.5em 0;
padding:1em;
border:solid #7284AB 2px;
}

h1 {
font-size:32px;
color:#0099CC;


}
h1 a{
color:#0099CC;
font-weight:bold;
text-decoration:none;
}
h1 a:hover{
color:red;
font-weight:bold;
background:none;
}


small {
font-size:0.7em;
}

fieldset#field_input {
float:left;
margin:0 0.5em 1em 0;
}

fieldset#options,fieldset#code_layout {
width:31em;
}

input#submit {
clear:both;
display:block;
margin:1em;
}

select {
margin:2px 0 0;
}

label.block {
display:block;
}

legend {
background:#c4E1C3;
padding:2px 4px;
border:dashed 1px;
}

span.at {
color:darkblue;
}

span.format {
color:gray;
}

span.property {
color:green;
}

span.selector {
color:blue;
}

span.value {
color:red;
}

span.comment {
color:orange;
}

textarea#css_text {
width:27em;
height:370px;
display:block;
margin-right:1em;
}

.help {
cursor:help;
}

p.important {
border:solid 1px red;
font-weight:bold;
padding:1em;
background:white;
}

p {
margin:1em 0;
}

dl {
padding-left:0.5em;
}

dt {
font-weight:bold;
margin:0;
float:left;
clear:both;
height:1.5em;
}

dd {
margin:0 0 0 4em;
height:1.5em;
}

fieldset#messages {
background:white;
padding:0 0 0 1em;
}

fieldset#messages div {
height:10em;
overflow:auto;
}

dd.Warning {
color:orange;
}

dd.Information {
color:green;
}

#breadcrumb{

margin:0;
color:#555;
}
#breadcrumb a{

color:#336699
}
