/*** all color definitions shown here for easy editing ***/

/* description with originally set color as comment after each entry */
body {
	background-color: white; 			/* color of frame around page:	#000000 (black) */ 
	color: black;						/* main text color:				#FFFFFF (white) */
}
#pageFrame{
	background-color: white;
}
#topContent{
	background-color: white;
}
/* this let's you accentuate some text that should appear differently */
.accent, a.accent{
	color: #57a43c;		/* - PEALKIRJA VÄRV alt. text color, e.g. used for blog title:	#BDD32E (lime) */	
}
a{
	color: black;						/* text color of links:			#FFFFFF (white) */
}
a:hover, #navBar a:hover{
	color: #57a43c;						/* link color (hovering):		#BDD32E (lime) */
}
#header{
	background-color: white;			/* background color of header:	#271329 (aubergine) */
	border-bottom: 1px solid #cccccc;	/* line below header:			#BDD32E (lime) */ 
}
#navBar li.page_item {
	border-left: 1px dotted #cccccc	; /* separator btw main nav entires:	#BDD32E (lime) */ 
}
#footer{
	color: #cccccc;
	background-color: white;			/* background color of footer:	#271329 (aubergine) */
	border-top: 1px solid #cccccc;		/* line above footer:			#BDD32E (lime) */ 
}
#footer a{
	color: #a6a6a6;
	font-weight: regular;
}
#footer a:hover{
	color: #858585;
}
.postTitle{
	color: black;
	/* background-image: url("http://www.tplusm.net/muster_2.png"); */
	 background-color: #dfddd5; /* background color of post/page titles:	#414621 (army green) */
	border-bottom: 0px solid #cccccc;
	padding-left: 10px;
	text-align:center;
	font-style: normal;
	text-transform:uppercase;
}
.bottomContent{
	border-top: 1px solid #cccccc;		/* line below post titles:		#BDD32E (lime) */
}
h3{
	border-bottom: 0px solid #cccccc; /* line below secondary headings:	#BDD32E (lime) */
}
.thumbnail img{
	border: 1px solid #666;	/* border around thumbnails:			#000000 (black) */
}
.thumbnail a:hover img{
	border: 1px solid #cccccc;	/* border around thumbs (hovering):		#BDD32E (lime) */
}
input, textarea{
	background-color: #f3f3f3;	/* background color of form elements:	#090909 (black matte) */
	color: black;				/* text color of form elements:			#FFFFFF (white) */
	border: 1px solid #666;	/* border around form elements:			#414621 (army green) */
}

/* info blogi nime taga - tagline of the blog */
#tagline{ 
	color: #999999;	

}

#tag_cloud a{
font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #cccccc;	
}
#tag_cloud a:hover{
font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #67ca45;	/* heledam roheline, tumedam - 57a43c | sinep - 8aa43c* /
}

#topContent{
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: cccccc;	
}
	
#topContent a:hover{
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: green;	
}
#joon {
	border:0;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	color:#666666; font-size:10px;
}

/*** end color definitions ***/
