/* CSS Formatting Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	color: #4a1800;
	font-size: 0.9em;
}
/* 01. Headings */
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
h2 {
	margin: 0 auto;
    width: 60%;
    text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 7px;
}
h3 {
	margin-left: 20px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 7px;
}
h1.home {
	margin-top: 50px;
}
h1.guest {
	margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.2em;
    font-style: italic;
    text-align: center; 
}
/* 02. Paragraphs */
p {
	margin: 0 0 2em 0;
	padding: 0 20px;

}
p.red {
	color: red;
	font-weight: bold;
}
p.small {
	padding: 0 20%;
}
p.right_p {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 20px;
}
div.login p {
	margin: 0;
	padding: 0;
}
p.poster_name {
    font-style: italic;
    text-align: center; 
    margin-bottom: 10px;  
}
p.poster_msg {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
       margin-bottom: 10px;   
}
/* 03. Lists */
ul.menu {
	margin: 0;
	list-style: none;
	text-align: center;
	margin-top: 5px;
	padding: 23px 0;
	background: #eed7ab url(../i/kaval_hdr.jpg) no-repeat 50% 0;
}
ul.menu li{
	display: inline;
	margin-top: 0;
	padding: 0 10px;
	border-left: 2px solid #4a1800;
}
ul.no_style {
	margin: 0;
	list-style: none;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 60px;
}
ul.no_style li{
	font-weight: bold;
}
div.login ul {
	margin: 0;
	list-style: none;
	float: left;
}
div.login ul li{
	display: inline;
    float: left;
    margin-left: 5px;
}
ul.alphabet {
    margin: 20px 0 ;
    list-style: none;
    text-align: center;
}
ul.alphabet li{
    display: inline;
    margin-top: 0;
    padding: 0 5px 0 0;
}
div.noti dl {
    margin: 0 auto;
    padding: 5px 0;
    width: 50%;
    height: 1.2em;
    border-bottom: 1px double #4a1800; 
} 
 div.noti dl dd{
    float: left;
    margin-right: 30px; 
    margin-left: 0;
    clear: both;
} 
div.noti dl dt{ 
    float: right;
} 
 
/* 04. Semantic */

/* 05. Images */

/* 06. Links */
a:link, a:visited, a:hover, a:active {
	color: #4a1800;
	text-decoration: none;
}
a:hover {
	color: #f6f4de;
}
ul.menu li a:link,ul.menu li a:visited,ul.menu li a:hover,ul.menu li a:active {
	color: #4a1800;
	font-weight: bold;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #4a1800;
	font-weight: bold;
	text-decoration: none;
}
ul.alphabet li a:link,ul.alphabet li a:visited,ul.alphabet li a:hover,ul.alphabet li a:active {
    color: #4a1800;
    font-weight: bold;
    text-decoration: none;
}
ul.alphabet li a:hover {
    text-decoration: underline;
}
div.noti dl dt a:link,div.noti dl dt a:visited,div.noti dl dt a:hover,div.noti dl dt a:active {
    color: #4a1800;
    font-weight: bold;
    text-decoration: none;
}
div.noti dl dt a:hover {
    text-decoration: underline;
}
/* 07. Widgets */

div.login fieldset {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
div.login {
}

fieldset.guestbook, fieldset.link_form{
    background: none;
    display: block;
    border: none;
    width: 50%;
    margin: 30px auto;
}                       
fieldset.guestbook label, fieldset.link_form label{
    display: block;
    margin-bottom: 2px;
}
fieldset.guestbook input, fieldset.link_form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
fieldset.guestbook input.submit, fieldset.link_form input.submit {
    width: 100px;
}
fieldset.guestbook textarea, fieldset.link_form textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;    
}
 fieldset.search{
    background: none;
    display: block;
    border: none;
    width: 30%;
    margin: 30px auto;
    
} 
fieldset.search label{
    display: block;
    margin-bottom: 2px;
    width: 50%;
    float: left;
    margin-right: 10px;
}
fieldset.search input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
fieldset.search input.submit {
    width: 100px;
}