/*

layout css for sunsierra.com, both timesheet app and admin side

*/

body{
  font:62.5% Helvetica, Arial, sans-serif;
  background:#fff;
  margin:0;
}
a{
}
a:link{
  color:#6B5000;
}
a:visited{
  color:#9E7700;
}
a:hover{
  color:#523D00;
}
a:active{
  color:#523D00;
}

input, textarea{
  border:1px inset #666;
  background:#fff;
}
span.fieldWithErrors input, span.fieldWithErrors textarea{
  border-color:red;
  background:#fff url(../images/icons/red/close.gif) no-repeat top right;
}
input[type=submit]{
  border:1px outset #444;
  background:#ccc;
}

#container{
  font-size:1.2em;
}
#header{
  background:#eee;
  padding:15px 10px 10px;
  overflow:hidden;
  border-bottom:1px solid #432;
}
#navigation{
  float:right;
  width:200px;
  margin:10px 0 10px;
  padding:10px;
  border-left:1px solid #aaa;
}
#content{
  padding:20px 10px 10px;
  margin-right:240px;
  margin-bottom:10px;
}
#footer{
  border-top:1px solid #aaa;
  padding:10px;
  clear:both;
}

#header *{
  margin:0;
  padding:0;
  font-weight:normal;
}
#header h1{
  float:left;
}
#header h1 a, #header h1 a:visited{
  text-decoration:none;
  color:#6B5000;
}
#header h2{
  float:right;
}

#navigation *{
  margin:0;
  padding:0;
}
#navigation ul{
  list-style:none;
}
#navigation ul li{
  display:inline;
}
#navigation ul li a{
  display:block;
  margin:10px 0;
  font-size:1.4em;
}