/*

	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;
	color: #CCC;
} a img,:link img,:visited img {
	border:none;
	text-align: center;
} address { font-style:normal }
body {
	color: #0F0;
	line-height: 1.6em;
	font-family: Arial, Sans-Serif;
	font-size: 0.74em;
	background-color: #434343;
	background-image: url(../../images/images/bg6.png);
	background-repeat: repeat-x;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
}
p  { margin: 5px 0 15px;}
h2 {
	font-size: 1.2em;
	padding: 0 0 0 9px;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url(../../images/images/bullet.gif);
	color: #CCC;
}
h2 a {
	text-decoration: underline;
	color: #CCC;
}
h1 {
	font: 2.3em Arial;
	margin: 0 0 22px;
	text-align: left;
}
h1 a { color: #fff; }
h3 {
	color: #434343;
	font-weight: bold;
}
h4 {
	color: #434343;
	font-weight: normal;
}
.clear { clear: both; }
.wrap {
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#options { float: right; color: #B565BE; font-weight: bold; }
	#options a {
	color: #666;
	padding: 0 0 0 8px;
	background: url(../../images/images/bullet.gif) no-repeat left 5px;
	margin: 0 0 0 10px;
}
	#options a:hover {
	color: #9F9F9F;
}

#menu { float: left; margin: 0 0 40px; }
#menu li { display: inline; }
#menu li a {
	float: left;
	padding: 8px 10px;
	margin: 0 1px 0 0;
	color: #9F9F9F;
	background-color: #252525;
}
#menu li a.selected {
	float: left;
	padding: 8px 10px;
	margin: 0 1px 0 0;
	color: #FFF;
	background-color: #252525;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover.selected {
	float: left;
	padding: 8px 10px;
	margin: 0 1px 0 0;
	color: #F9F9F9;
	background-color: #252525;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	color: #181818;
	background-color: #9F9F9F;
}

#left {
	float: left;
	width: 650px;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 0;
	border-right-width: 20px;
}
#right {
	float: right;
	width: 270px;
	border: 1px solid #C7C7C7;
	padding: 1px;
	background-color: #454545;
	margin-bottom: 40px;
}
	.box {
	color: #000;
	background-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #252525;
	border-bottom-color: #252525;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
}
	.box h3 { margin: 0 0 10px; }
	.box p {
	margin: 0;
	background-color: #999;
}

#footer {
	clear: both;
	border-top: 5px solid #323232;
	color: #808080;
	padding: 10px 0;
	background-color: #383838;
	background-image: url(../../images/images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	#footer ul { float: left; width: 200px; }
	#footer li { padding: 5px 8px; background: url(../../images/images/dot.gif) repeat-x bottom; }
		#footer li a {
	color: #999;
}
		#footer li a:hover {
	color: #EBEBEB;
}
	#footer #col { float: right; width: 600px;   }
	#copyright { background: url(../../images/images/dot.gif) repeat-x top; padding: 24px 0 0; font-size: .9em; }
.wrap #left h3 strong {
	color: #000;
}
.wrap #left table tr td {
	color: #000;
}
.wrap #left {
	color: #000;
	font-size: 14px;
}
