/* Start of CMSMS style sheet 'womf_typography' */
/** 
 * Hand Made Ionize template CSS
 * Typography styles
 *
 * Design by : 	Partikule Studio, www.partikule.net 
 *
 * Text :		#
 * Titles :		#
 * Links :		link: 	color: #779e00
 *				hover : color: #ffffff
 *						background-color: #8CBE19
 *
 */


body {
	font-family: Tahoma, sans-serif;
	text-align: center;
}

/* Main links 
 * ---------------------------------- */

#main a, #main a:link {
	color: black;
	text-decoration: none;
}
#main a:hover {
	color: #fff;
	background-color:navy;
}


/* Sidebar
 * -------------------------------------------- */

.side-bloc h2
{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	color:#555;
	border-bottom: solid 1px #ddd;
}

.side-bloc h3
{
	font-size: 1em;
	font-weight: normal;
	margin-top:10px;
	padding:0;
}
.side-bloc p
{
	font-size: 0.75em;
	color:#555;
	padding:3px 0;
}


/* Date
 * -------------------------------------------- */

.date .day{
	font-size: 1.4em;
	line-height: 1.1em;
}
.date .month{
	font-size: 0.75em;
	line-height: 0.7em;
}
.date .year{
	font-size: 0.9em;
}

/* Text style
 * -------------------------------- */

.article h2,h3,h4 {
	color:#555;
}

.article h2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 1.1em;
	padding-bottom: 1px;
	border-bottom: solid 1px #e0d8d7;
}
.article h3 {
	color:#000;
	font-size: 1em;
	font-weight: normal;
	border-bottom: dotted 1px #e0d8d7;
	margin: 10px 0;
	
}
p.article-date {
	font-size: 0.75em !important;
	text-align:right;
	margin-top: -23px !important;
}


.article p, .article ul li {
	font-size: 0.8em;
	color:#555;
	line-height:1.4em;
	margin:0 0 5px 0;
}
.article a:link,
.article a:visited,
.article a:active {
	font-weight: normal;
	color: #e89513;
	text-decoration: underline;
	padding:2px;
}
.article a:hover {
	color: #fff;
	background-color:#e89513;
	background-color:navy;
	text-decoration: none;
}

.article .picture {
	border: solid 6px #000;
	display: block;
	float:left;
	margin:0 9px 9px 0;
	padding: 0 !important;
}
.article .pictures{
	overflow: auto;
}

.article ul {
	margin-top:10px;
}
.article li {
	list-style: none;
	padding-left: 1.2em;	
	background: url(../images/li.gif) no-repeat 0 6px;
}

/* Dev note paragraph */
p.note {
	border:dotted 1px #e0d8d7;
	background-color:#fffdef;
	padding:10px;
	margin: 10px 0 0 0;
}


/* End of 'womf_typography' */

