/*
Somery, a weblogging script by Robin de Graaf, copyright 2001-2006
Somery is distributed under the Artistic License (see LICENSE.txt)

STYLE.CSS > 08-03-2006
*/

/* changing */
input, textarea, select {
 border: 1px solid #336633;
 background-color: #66cc66;
 font-size: 12px;
 font-family: verdana;
 color: #000;
 margin-bottom: 1px;
}
a, a:active, a:visited { 
 color: #284359;
 text-decoration: none; 
}
a:hover { 
 color: #000000;
 text-decoration: none; 
}
h1 { 
 font-size: 16px;
 margin:0px;
 margin-bottom:5px;
} 
h2 { 
 margin-bottom: 10px;
 border-bottom: 1px solid #336633;
 margin-top: 0px;
 font-size: 14px;
} 
p { 
 text-align: justify;
 margin:0px;
 margin-bottom: 15px;
} 
body {

 text-align: justify;
 width: 300px;
 padding: 0px;
 margin: 0px;
 font-family: verdana;
 font-size: 12px;
 color: #000000;
}

/* setting */

#wrapper {
 position: absolute;
 left: 380px;
 top: 110px;
 padding: 0px;
 margin: 0px;
 width: 800px;
}
#content2 {
 position: absolute;
 width: 500px;
 padding: 10px;
 padding-bottom: 0px;
 margin-bottom: 20px;
}
#sidebar {
 position: absolute;
 left: 380px;
 width: 160px;
 top: 30px;
 background-color: #D3DFEB;
 border: 1px solid #769BC0;
 padding: 10px;
 padding-bottom: 0px;
 text-align: left;
}
#title {
 position: relative;
 width: 200px;
 margin-bottom: 12px;
}