/*
Theme Name: CommunicationC
Theme URI: http://www.coutucom.com/
Description: Customized theme for communicationC.
Version: 0.1
Author: Coutu Communication
 
Creation Theme by Coutu Communication || http://www.coutucom.com
 
*/

body {
font-family: Arial, Helvetica, sans-serif;;
font-size: 12px;
background: #ffffff;
color: #000000;
}


#footer {
font-family: Arial, Helvetica, sans-serif;;
font-size: 11px;
background: #ffffff;
color: #BDA983;
}

#content h2 {
font-family: Arial, Helvetica, sans-serif;;
font-size: 14px;
color: #006600;
}

a:link {
	color: #006600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #BDA983;
}

.postmetadata {
	font-size: 0.8em;
	color: #006600;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #006600;
	vertical-align: baseline;
	margin-top: 5px;
}