@charset "utf-8";
/* typography.css */
/* Rainy Days */


/* ------------------------------- */
/* COMMONS */
/* ------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	line-height: 16px; 
}
p { line-height:19px; }
a { text-decoration: none; color:ffffff; }
a:hover { text-decoration:underline; }

h2 {
	font-size:13px;
	line-height:19px;
	font-weight:bold;
}


/* ------------------------------- */
/* COLORS */
/* ------------------------------- */

.color_yellow { color: #fef300; }
.color_green { color: #2eb34d; }
.color_light_green { color: #9fce3d; }
.color_blue { color: #2095d9; }
.color_red { color: #e82b27; }
.color_pink { color: #e41270; }
.color_orange { color: #ef5d25; }
.color_gray { color: #94989e; }
.color_turquoise { color: #00978f; }




#languages p { color: #fff; font-weight: bold; }
#languages p span { color: #fff; font-weight: normal; }
#languages p a { color: #fff; font-weight: normal; }
#languages p a:hover { color: #fff; font-weight: normal; }

#archive p { color: #424242; }
#archive a { color: #424242; }
#archive a:hover { text-decoration:underline; }

#time_list p { color:#FFF; line-height:15px; }
#time_list a { color:#FFF; text-decoration:none; }