/*



	project: gentle wiki

	author: luka cvrk



*/



/* global reset */

:link,:visited { text-decoration:none } :focus, :active { outline: 0 } ul,ol { list-style:none } h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } a img,:link img,:visited img { border:none } address { font-style:normal }

body {
	color: #333;
	line-height: 19px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.border {
	background-color: #04404a;
	height: 60px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #66CC33;
}
a {
	color: #04404a;
	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.2em; padding: 0 0 0 9px; }

h2 a { text-decoration: underline; }

h1 { font: 2.3em Georgia; margin: 0 0 22px; }

h1 a { color: #fff; }

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; }



#menu {
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu li { display: inline; }

#menu li a {
	float: left;
	color: #333333;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

	



#left {
	float: left;
	width: 600px;
	margin: 0 0 40px;
	text-align: justify;
}

#right {
	float: right;
	width: 270px;
	margin: 0 0 40px;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

	.box {
	padding: 15px;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

	.box h3 { margin: 0 0 10px; }

	.box p { margin: 0; }



#footer { clear: both; border-top: 5px solid #66CC33; background: #04404a ; 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; }

	#footer #col { float: right; width: 600px;   }

	#copyright { background: url(../images/dot.gif) repeat-x top; padding: 24px 0 0; font-size: .9em; }

