/*
Theme Name: Gentle Wiki
Theme URI: http://www.gupse.com/tema/gentle-wiki/
Description: Gentle Wiki WordPress theme.
Version: 0.9
Author: Gupse
Author URI: http://www.gupse.com
Tags: purple, dark grey, fixed width, two columns, widgets ready

	CSS Design by Luka Cvrk
	http://www.solucija.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* global reset */
:link,:visited { text-decoration:none } :focus, :active { outline: 0 } ul,ol,li { 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 { font: .74em Arial, Sans-Serif; background: #F0DAF2 url('images/bg.gif') repeat-x; color: #333; line-height: 1.6em; }
a { color: #752B7D; text-decoration: underline; }
a:hover { color: #612168; }
p  { margin: 5px 0 15px;}
h2 { font-size: 1.2em; }
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; }

/************************************************
*	Search Form									*
************************************************/

#topsearch { float: right; color: #B565BE; font-weight: bold; height: 20px; }
#topsearch #searchbox { float:left; width: 180px; height: 19px; margin: 0 5px 0 0; border: 0; padding: 3px 0 0 3px; background: url('images/searchbox_bg.gif');}
#topsearch input.searchbutton { float:left; width:40px; height:22px;  margin: 0; border: 0; background: url('images/search_button.gif'); cursor: pointer; }

.description { display: none; }

#menu { float: left; margin: 0 0 20px; display: inline; }
#menu li { display: inline; }
#menu li a { float: left; padding: 8px 30px; margin: 0 1px 0 0; color: #EABBEF; background: #612168;  }
	#menu li a:hover { color: #fff; background: #9842A1; }

#left { float: left; width: 600px; margin: 0 0 40px; }
#sidebar { float: right; width: 270px; margin: 0 0 40px; padding: 1px; }
	.box { background: #E3C6E6; border: 1px solid #D1AFD5; color: #9C5CA3; padding: 10px; margin-bottom: 10px; }
	.box li { margin-left: 4px; padding-left: 10px; background: url('images/bullet.gif') no-repeat left; }
	.box h3 { margin: 0 0 4px; }
	.box p { margin: 0; }

#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; }
	#footer #col { float: right; width: 600px;   }
	#copyright { background: url('images/dot.gif') repeat-x top; padding: 24px 0 0; font-size: .9em; }
	#copyright a { color: #8b8b8b; text-decoration: underline; }

.postmetadata { font-size: 11px; }
.alt { background: #e3c6e6; border: 1px solid #d1afd5; padding: 5px; }

/* Yorumlar */


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 5px;
	margin: 5px 0;
	background: #e0b8e4; border: 1px solid #cfa0d5;
}

.commentlist li.alt { background: #e3c6e6; border: 1px solid #d1afd5; padding: 5px; }

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

