*{
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

/*
===== 3: html and body =====
*/

html{
	min-width:770px;
}

/*
===== 4: typography =====
*/

/* Solmenuler */

a, :hover#foot a{
	color:#990000;
	text-decoration:none
}

body         { color: #990000; font-size: 10pt }
#foot a{
	color:#CCC;
}



#main-content h2 a{
	color:#0000CC;
	text-decoration:none;
	background:;
}




#sub-content a{
	color:#0066FF;
}

.invite{
	color:#59600E;
	font-size:100%;
}

.invite a{
	text-decoration:none;	
	padding-left:16px;
	padding-right:16px;
	font-weight:bold;
	background:transparent url(images/bullet.gif) 0 60% no-repeat;
}

.invite a:hover{
	background:#F0F3B1 url(images/invite.gif) -288px 60% no-repeat !important;
}

.menu_header {		
	font-size:110%;
	color:#C84A26;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;	
}

/* general params */

h2,
h3,
h4,
h5,

p{
	margin:0.6em 0;
}

cite{
	font-style:normal;
}

blockquote{
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #F0F3B1;
}

.small{
	font-size:95%;
	margin:0;
	padding:0;
	color:#999;
}

/*
===== 7: images and gravatars =====
*/

#main-content .excerpt img,
#main-content .excerpt .floatleft{
/* don't display article images on the front page */
	display:none;
}

#main-content img{
	padding:5px;
	border:1px solid #F8F9DB;
	background:white;
}

.floatleft{
	float:left;
	margin:10px 15px 0 5px;
}

.grav{
	width:30px;
	height:30px;
	float:right;
}

.grav img{
	padding:0 !important;
	border:0 !important;
}


/*
===== forms =====
*/
/* comment form */

#commentform fieldset{
	border-top:1px solid #F0F3B1;
	padding-top:20px;
	position:relative;
}

#commentform legend{
	font-size:105%;
	font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}

.input input,
textarea{
	width:200px;
	background:transparent url(images/input_back.png) 0 0 no-repeat;
	border:1px solid #AFCD56;
	padding:4px 2px 4px 5px;
	color:#666;
	margin:5px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
	width:200px !important;
	height:50px !important;
	overflow:auto;
}

.prefs{
	width:352px;
	border-top:1px solid #AFCD56;
	padding-top:8px;
	margin-top:10px;
}

.buttons{
	margin:10px 0;
}
