/* -- Mauve Theme -- */
h1 {
	color: #663399;
	text-transform: uppercase;
	padding: 0;
}

h2 {
	color: #663399;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 12px 0;
}


h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	padding: 12px 0;
}

h3.bordered {
	border: 1px solid #cacaca;
	padding: 2px 12px;
	margin: 40px 0 10px 0;
}

h4 {
	border-bottom: 1px solid #cacaca;
	color: #663399;
	font-size: 11px;
	padding: 2px 8px;
}

h5 {
	color: #663399;
	font-size: 12px;	
	font-weight: bold;
	padding: 3px 0;
	margin-top: 14px;
}

h6 {
	color: #666666;
	font-size: 12px;	
	font-weight: bold;
}
	

div#content a,
div#content a:link {
	color: #663399;
	text-decoration:none;
}

div#content a:visited {
	color: #663399;
}

div#content a:hover {
	color: #663399;
	text-decoration:underline;
}

div#main-wrapper {
	background: url('../images/violet-calendrier-default-bg.jpg') top right no-repeat;
}

div.colored-text {
	font-weight: bold;
	font-size: 14px;
	color: #663399;
}

ul#menu .active-section {
	background: transparent url('../images/violet-nav-bg.jpg') repeat-y top left;
}

ul#menu .active-section a {
	color: #663399;
}

ul#menu .active-section li.current-page-item,
ul#menu .active-section li.current-page-item a {
	font-size: 14px;
}

div.calendar-event {
	padding: 0;
	margin-bottom: 14px;
	border: 1px solid #cacaca;
}

div.calendar-event .subcontent {
	font-size: 10px;
	padding: 8px;
	margin: 0;
}

div.calendar-search {
	margin-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
}

div.calendar-search label {
	font-weight: bold;
} 

div.calendar-search input.submit {
	width: 110px;
	margin-left: 100px;
	margin-top: 5px;
}

div.calendar-search input, 
div.calendar-search select {
	width: 250px;
}

div.calendar-search label {
	display: inline-block;
	width: 100px;
}

div.calendar-search hr {
	width: 100%;
	border: 0;
	height: 1px;
	color: #cacaca;
	background-color: #cacaca;
	padding: 0;
	margin: 0 0 10px 0;	
}
