/*
	project: gentle wiki
	author: luka cvrk
*/

body { font: .74em Arial, Sans-Serif; background: #F0DAF2 url(images/bg.gif) repeat-x; color: #444; line-height: 1.6em; }
a { color: #752B7D; text-decoration: underline; }
a:hover { color: #808080; }
p  { margin: 5px 0 15px;}
h2 { background: url(images/bullet.gif) no-repeat left 6px; font-size: 1.4em; padding: 0 0 0 9px;margin:20px 0 5px 0px;}
h2 a { text-decoration: underline; }
h3 {font-size: 1.2em;margin:10px 0 -5px 0px;}
h1 { font: 2.4em Georgia; margin: 0 0 22px;color:#444; }
h1 a { color: #fff;text-decoration:none; }
h1 a:hover { color: #CFA5D3; }
.clear { clear: both; }
.wrap { margin: 25px auto; width: 880px; }

#options { float: right; color: #B565BE; font-weight: bold; }
	#options a { color: #B97AC0; padding: 0 0 0 8px; background: url(images/bullet.gif) no-repeat left 5px; margin: 0 0 0 10px; }
	#options a:hover { color: #E6E8B1; }

#header h1 {margin-bottom:0px;margin-top:-10px;}
#header h2 {color: #B565BE;font-size:14px;margin:0px;margin-bottom:14px;}

#nav { float: left; margin: -2px 0px 40px; }
#nav li { display: inline; }
#nav li a { float: left; padding: 8px 30px; margin: 0 1px 0 0; color: #EABBEF; background: #612168;text-decoration:none;  }
	#nav li a:hover, #nav li#active a { color: #fff; background: #9842A1; }

#left { float: left; width: 550px; margin: 0 0 40px; }
#right { float: right; width: 270px; margin: 0 0 40px; background: #fff; border: 1px solid #D1AFD5; padding: 1px; }
	.box { background: #E3C6E6; border-bottom: 1px solid #D1AFD5; border-right: 1px solid #D1AFD5; color: #739; padding: 15px; }
	.box h4 { margin: 10px 0 10px; }
	.box p { margin: 0; }
	.box li { margin-left: -15px; }

#footer { clear: both; border-top: 5px solid #323232; background: #393939 url(images/footerbg.gif) repeat-x bottom; color: #808080; padding: 10px 0; }
	#footer ul { float: left; width: 200px; }
	#footer li { padding: 5px 8px; background: url(images/dot.gif) repeat-x bottom; }
		#footer li a { color: #CB799F; }
		#footer li a:hover { color: #F5CFE1; }
	#copyright { background: url(images/dot.gif) repeat-x top; padding: 24px 0 0; font-size: .9em; }
#footer p {text-align:center;}
blockquote {font-style:italic;}


fieldset#contact-form {margin:20px 0px 20px 40px;padding:10px;color:#000;width:400px;background: #E3C6E6;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:14px;margin-bottom:15px;background: #fdf;}
fieldset#contact-form textarea {font-size:14px;margin-bottom:15px;background: #fdf;}
fieldset#contact-form #contact-button {font-size:13px;height:30px;margin-left:30px;}

li {margin-bottom:5px;}
