/* Standard Tags  ****************************************************/

body {
	font-family: pt-sans, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
}

h1 {
	font-size: 28px;
	padding-bottom:20px;
	font-weight: 700;
	color: #555555;
}

h2 {
	font-size: 24px;
	padding-bottom:20px;
	line-height: 1.5em;
	font-weight: 700;
	color: #555555;
}

h3 {
	font-size: 19px;
	padding-bottom:20px;
	line-height: 1.5em;
	font-weight: 700;
	color: #555555;
}

h4 {
	font-size: 15px;
	padding-top: 15px;
	line-height: 1.5em;
	font-weight: 700;
	color: #555555;
}

p {
	line-height: 1.5em;
	padding-bottom: 20px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}	

/* Standard Link Settings  ****************************************************/

a {
	text-decoration: none;
	color: #6ba73c;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #6ba73c;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #6ba73c;
	font-weight: bold;
}

a:focus {
	color: #4b4b4d;
}

a:hover {
	color: #4b4b4d;
}

a:active {
	color: #4b4b4d;
}

/* Footer Link Settings  ****************************************************/

#wrapper-footer a {
	text-decoration: none;
	color: #b4d994;
}

#wrapper-footer a:link {

}

#wrapper-footer a:visited {

}

#wrapper-footer a:focus {

}

#wrapper-footer a:hover {
	color: #e5f8d5;
}

#wrapper-footer a:active {

}

/* Sidebar Settings  ****************************************************/

#sidebar h2 {
	font-size: 15px;
	color: #555555;
}

.list-title-sidebar {
	font-size: 15px;
	color: #6f9a4d;
}

.list-date-sidebar {
	font-size: 14px;
	color: #828282;
}

/* Footer Settings  ****************************************************/

#wrapper-footer h3 {
	font-size: 23px;
	padding-bottom: 15px;
	color: #ffffff;
}