/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

Body{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	/*line-height:1.5px;*/
}

.dropdown ul li{
	font-family: "Open Sans", sans-serif;
	font-size:12px;
	font-weight:bold;
}

#topnav .dropdown ul li a {
	color: #EE2270 !important;
	padding: 8px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

.colart h3 a{
	font-family: "Open Sans", sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}

.post h1 a {
	font-size: 28px;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
}

.post h2 a {
	font-size: 20px;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
}

#panes h2 a {
	color: black;
	font-family: "Open Sans", sans-serif;
	font-size:22px;
	line-height: 1.2;
}

p {
	font-size: 14px;
}