/*
Theme Name:     d'Anvers Aux Abbesses
Description:    Thème "d'Anvers aux Abbesses"
Author:         monbouc
Author URI:     http: //www.monbouc.fr
Template:       twentyeleven
Version:        0.2.0
*/

@import url("../twentyeleven/style.css");

/*
Codes couleurs : 
	*	rouge : 		D7081C
	*	gris clair : 	E5E5E5
	*	gris foncé : 	888888
*/

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, serif;
	font-size: 12px;
	line-height: 155%;
	background: url(images/header_bg02.png) repeat-x;
}
h1, h2, h3, h4 {
	font-family: Arial, serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
}
p {
	padding: 0;
	margin: 0 0 .5em 0;
}
a {
	text-decoration: none;
	color: #D7081C;
}
a:hover {
	text-decoration: underline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignleft {
	margin: 0 auto;
}
img{
	border: 0 !important;
}
img.alignleft {
	margin-right: 5px;
	margin-bottom: 5px;
}
img.alignright {
	margin-left: 5px;
	margin-bottom: 5px;
}
hr {
	background-color: #e5e5e5;
	border: 0;
	height: 5px;
	margin: 1.625em auto;
	width: 100%;
}
input[type=button],
input[type=submit] {
	cursor: pointer !important;
	color: #000 !important;
	font-family: Arial, serif !important;
	font-size: 1em !important;
	font-weight: bold !important;
	line-height: 29px !important;
	padding: 0 10px !important;
	margin: 0 10px 0 0 !important;
	text-transform: capitalize !important;
	text-decoration: none !important;
	text-align: center !important;
	background: #e5e5e5 url(images/nav_onglet_off.png) left top repeat !important;
	border: 1px solid #e5e5e5 !important;
	border-width: 1px 0 1px 1px !important;
	-moz-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}
input[type=submit] {
	margin: 10px !important;
}
input[type=button]:hover,
input[type=submit]:hover {
	background: #D7081C !important;
	color: #fff !important;
}


/* =Structure
----------------------------------------------- */
#page {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	border: none;
	background: none;
	box-shadow: none;
}
header {
	max-width: 760px;
}
#access {
	margin: 0 -26.4% 0 0;
	padding: 3px 0 0 0;
	width: 67%;
	clear: both;
}
#access div {
	margin: 0px;
	clear: both;
}
#primary {
	width: 540px;
	margin: 0 0 2em 0;
}
.full-width {
	width: 760px !important;
}
#content {
	margin: 0 0 0 0px !important;
	padding: 0 !important;
	width: 100%;
}
#secondary {
	margin-right: 0px;
	margin-bottom: 2em;
	width: 200px;
	padding-top: 8px;
}
footer#colophon {
}
#branding {
	border-top: none;
	padding: 0;
}


/* =Header
----------------------------------------------- */
#branding {
	z-index: 98 !important;
}
#branding  img {
	z-index: 99 !important;
	margin: 0 auto 1em auto;
}
#aaa_connect {
	z-index: 999;
	float: right;
	padding: 10px 20px 0 0;
	height: 50px !important;
}
#aaa_connect a {
	background: url(images/aaa_connect.png) 0 0px no-repeat;
	color: #888888 !important;
	text-decoration: none;
	padding: 5px 0px 10px 25px;
}
#aaa_connect a:hover {
	color: #D7081C !important;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#access a {
	color: #000;
	font-family: Arial, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-align: left;
	width: 93px;
	height: 30px;
	background: #e5e5e5 url(images/nav_onglet_off.png) left top repeat;
	border: 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;
}
#access a:first-letter {
	text-transform: capitalize;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 600px;
}
#access li {
	float: left;
	position: relative;
	margin-bottom: 1px;
}
#access ul ul {
	margin: 0;
	top: 30px;
	width: 190px;
	background: transparent;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#access ul ul a {
	color: #000;
	padding: 5px 10px;
	background: #f2f2f2 !important;
	width: 170px;
	margin: 0 -15px 0 0;
}
#access ul ul a:hover {
	background: #D7081C !important;
	color: white;
}
#access li:hover > a,
#access a:focus {
	background: #D7081C !important;
	color: white;
}
#access li.current_page_item > a,
#access li.current_page_ancestor > a,
#access li.current-menu-ancestor > a {
	background: #D7081C;
	color: white;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background: #D7081C !important;
}
#access li ul li > a,
#access li ul li > a:hover {
	border-bottom: none;
	background: #fff;
}
#access  ul.sub-menu .current-menu-item > a  {
	border-bottom: none !important;
}



/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 0;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 100px !important;
}
#branding #s:focus {
	background-color: #f9f9f9;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 117px !important;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #E5E5E5;
	border-color: #bbb;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #fff;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Navigation
-------------------------------------------------------------- */

/* Singular navigation */
#nav-single	 {
	float: right;
	text-align: center;
	z-index: 2;
	width: 100%;
	padding: 0.25px !important;
	margin: 0 0 3em 0;
	background: #e5e5e5 url(images/nav_onglet_off.png) left top repeat !important;
	-moz-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	clear: both;
}
#nav-single .nav-previous,
#nav-single .nav-next,
#nav-single .nav-galerie {
	float: none;
	width: auto;
}
#nav-single .nav-galerie  a {
	padding: 5px 0 !important;
}


/* =Content
----------------------------------------------- */

article {
	border: 0 !important;
}
h1.entry-title,
h1.page-title {
	color: #D7081C;
	font-size: 250% !important;
	line-height: 150%;
}
.search_subtitle {
	color: #000 !important;
}
.entry-content {
	text-align: justify; 
	text-justify: newspaper;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 150% !important;
	text-transform: none;
	font-size: 200% !important;
	color: #888;
	margin-top: 1em;
}
.entry-content h1 {
	color: #D7081C !important;
}

.entry-content h1:first-child {
	margin-top: 0 !important;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: .75em;
	font-size: 150% !important;
	color: #D7081C;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	text-decoration: none;
}

#author-link {
	margin: 2em 0 0 0 !important;
}

/*	page Annonces	*/
.annonce_date_author {
	font-style: italic;
	margin: -0.5em 0 0.5em 0 !important;
}
a.list_post_excerpt {
	color: #000;
	text-decoration: none;
}
a.list_post_excerpt:hover {
	color: #888;
}

/*	page Artistes	*/
.page-artistes .entry-header {
	display: none;
}
.page-artistes .entry-content {
	width: 800px;
}
div#widgets * {
	margin: 0 !important;
	padding: 0 !important;
	
}
div#widgets {
	background: none;
	float: right;
	width: 200px;
	padding: 0 0 0 26px;
	margin: 64px 0 0 0;
	font-size: 11px;
	text-align: left;
}
div#widgets a {
	color: #000 !important;
	text-decoration: underline;
}
div#widgets ul.widgets_list {
	list-style-type: none;
}
div#widgets ul.widgets_list li {
	margin: 0 0 1em 0 !important;
}
div#widgets ul.widgets_list li .widget-title {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #CCCCCC solid 1px;
	color: #D7081C !important;
	margin: 0 0 0.2em 0 !important;
	padding: 0 0 0.5em 0 !important;
	text-transform: uppercase;
	font-size: 11px !important;
	line-height: 120%;
	word-wrap: normal;
}
.widget-title {
	word-wrap: normal;
}
div#widgets ul.widgets_list li .widget-title a {
	color: #D7081C !important;
	text-decoration: none;
}
div#widgets ul.widgets_list li .widget-title a:hover {
	text-decoration: none;
}
.dropdown {
	max-height: 76px;
	overflow: hidden;
}
.dropup {
	height: 100%;
}
div.dropdownlink {
	margin: 0 0 15px 0;
	width: 100%;
	text-align: right;
	clear: both;
}
div.dropdownlink:before {
	content: "➥ ";
}
div.dropdownlink a {
	color: #666 !important;
}
div.dropdownlink a:hover {
	color: #000 !important;
}
div.widgets #artiste_ID {
	margin-bottom: 1em !important;
}
div.widgets img#artiste_photo {
	border: 5px #888 solid !important;
	width: 100px;
	height: auto;
}
div.widgets .artiste_plan {
	float: right;
}
div.widgets .artiste_plan a {
	background: url(images/icone_loupe.png) left center no-repeat;
	padding: 0 0 0 1.5em !important;
	text-decoration: none;
}
.author #secondary  ul {
	list-style-type: none !important;
}
div.widgets #artiste_annonces p {
	line-height: 15px !important;
	margin: 5px 0 8px 0 !important;
}
div.widgets #artiste_annonces a {
	text-decoration: none;
	color: #D7081C !important;
}
div.widgets #artiste_annonces a:hover {
	color: #D7081C !important;
	text-decoration: underline !important;
}
div.widgets #artiste_annonces .artiste_annonces_date {
	line-height: normal !important;
	margin: 0px 0 0px 0 !important;
	color: #888;
	font-size : 10px;
}
div.widgets #artiste_annonces .artiste_annonces_titre {
	font-weight: bold;
}
div.widgets #artiste_annonces .artiste_annonces_toutes {
	margin: 1em 0 0 0 !important;
}
div.widgets #artiste_events p {
	line-height: 15px !important;
	margin: 5px 0 8px 0 !important;
}
.artiste_event {
	background: url(images/calendar-icon.png) 0 0px no-repeat; 
	padding: 0 0 3px 23px;
}
div.widgets #artiste_events a {
	text-decoration: none;
	color: #D7081C !important;
}
div.widgets #artiste_events a:hover {
	color: #D7081C !important;
}
div.widgets #artiste_events .artiste_events_date {
	line-height: normal !important;
	margin: 5px 0 0px 0 !important;
	color: #D7081C;
}
div.widgets #artiste_events .artiste_events_titre {
	font-weight: bold;
	color: #000;
}
div.widgets #artiste_events .artiste_events_tous {
	margin: 0.75em 0 0 0 !important;
	font-size: 12px !important;
}
div.widgets #artiste_events .artiste_events_tous a:hover {
	text-decoration: none !important;
}
div.widgets  .info_manquante {
	font-style: italic;
}
div.widgets  .flecheDroite {
	background: url(images/icone_fleche_droite.png) left 3px no-repeat;
	padding: 0 0 0 1.5em !important;
	color: #666 !important;
}
div.widgets  .flecheDroite:hover {
	background: url(images/icone_fleche_droite.png) left -13px no-repeat;
	color: #000 !important;
}
div.widgets .noSoulignement {
	text-decoration: none;
}
div.widgets li#artiste_meta {
	margin-top: 2em !important;
}

.author #access .aaa_menu_artistes a {
	background: #D7081C !important;
	color: #fff !important;
}

.expired_artist {
	padding: 2em;
	margin: 1em auto 5em auto;
	border: #D7081C 5px solid;
	clear: both;
	text-align: center;
	border-radius: 15px;
}

div#artiste_profil {
	float: left;
	width: 534px;
	padding: 0;
	margin: 1em 0 0 0;
}
div#artiste_profil a {
	color: #333;
	text-decoration: none;
}
div#artiste_profil a:hover ,
div#artiste_profil h1 {
	text-align: left;
	color: #000 !important;
}
div#artiste_profil h1.alkivia-title {
	color: #D7081C !important;
}
div#artiste_profil div.artiste_profil_photo {
	padding: 3px 0 0 0;
	text-align: center;
	background: #fff;
	-moz-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}
div#artiste_profil img.artiste_profil_photo_image {
	margin: 0 auto 0 auto;
	max-width: 534px; 
	border: 1px #eee solid;
	clear: both;
}
div#artiste_profil span.artiste_profil_photo_titre {
	display: block;
	margin: .5em auto 2em auto;
	padding: 0;
	font-style: italic;
	text-align: center;
}
.archive #author-info {
	border-bottom: 0px solid #ddd;
}
.author .entry-header .entry-title {
	margin: 0 auto;
}
.author .aaa_artiste_portfolios {
	margin: 1em auto;
	color: #D7081C !important;
	font-size: 2.3em;
}
.author #author-info img {
	box-shadow: 5px 5px 8px #aaa !important;
}
div#artiste_profil #artiste_galerie {
	background: url(images/points_ligne_horizontale.png) repeat-x;
	padding: 2em 0 0 0;
}
div#artiste_profil div.artiste_cadre {
	float: left;
	width: 112px;
	padding: 0px;
	margin: 0 27px 27px 0;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	min-height: 112px;
	max-height: 112px;
}
div#artiste_profil div.artiste_cadre:hover {
	background-color: #fff;
}
div#artiste_profil div.artiste_cadre img {
	width: auto;
	margin: 0 auto 0 auto;
	min-width: 50px;
	min-height: 50px;
	max-width: 180px;
	max-height: 100px;
	background-color: #fff;
	border: 6px #888 solid !important;
	padding: 0;
	clear: both;
}
div#artiste_profil div.artiste_cadre img:hover {
	border: 6px #D7081C solid !important;
}
div#artiste_profil span.artiste_profil_vignette_titre {
	display: block;
	padding: 5px 0 0 0;
	font-style: italic;
	font-size: 90%;
}

div#artistes_galerie {
	float: left;
	width: 100%;
	padding: 0;
	margin: 1em 0 0 0;
}
div#artistes_galerie a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
div#artistes_galerie a:hover {
	color: #000;
}
div#artistes_galerie div.artiste_cadre {
	float: left;
	width: 112px;
	padding: 0px;
	margin: 0 17px 10px 0;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	min-height: 156px;
	max-height: 156px;
}
body.home div#artistes_galerie div.artiste_cadre {
	margin: 0 28px 10px 0;
}
div#artistes_galerie div.artiste_cadre:hover {
	background-color: #fff;
}
div#artistes_galerie div.artiste_cadre img.artiste_vignette {
	width: auto;
	margin: 0 auto 0 auto;
	min-width: 50px;
	min-height: 50px;
	max-width: 180px;
	max-height: 100px;
	background-color: #fff;
	border: 6px #fff solid !important;
	padding: 0;
	clear: both;
}
div#artistes_galerie div.artiste_cadre img.artiste_vignette:hover {
	border: 6px #D7081C solid !important;
}
div#artistes_galerie div.artiste_cadre span.artiste_nom {
	display: block;
}


div.no_right_margin {
	margin-right: 0 !important;
}


/* =Comments
----------------------------------------------- */
#comments {
	display: none;
}


/* =Sidebar
----------------------------------------------- */
#secondary {
	padding-top: 30px;
}
#secondary .widget-title {
	background: url(images/sidebar_title_guillemets.png) top left no-repeat;
	padding: 0 0 0.5em 20px !important;
	min-height: 35px;
	color: #999;
	font-size: 20px;
	text-transform: none;
	line-height: 130%;
	margin: 0 0 0em 0 !important;
	text-transform: none !important;
	width: 150px;
	word-wrap: normal;
	overflow-wrap: normal;
	hyphens: none;
}
#secondary .widget-title:first-line {
	color: #000 !important;
	font-size: 150%;
	letter-spacing: -1px;
}
#secondary .widget-title a {
	font-weight: normal !important;
}
#secondary .widget-see-all {
	background: url(images/widget-see-all-arrow.png) 2px 5px no-repeat;
	margin: -.5em 0 2em 0; 
	padding: 0 0 0 46px;
}
#secondary .widget-see-all-ai1ec {
	background: url(images/widget-see-all-arrow.png) 2px 5px no-repeat;
	margin: -1.5em 0 2em 0px; 
	padding: 0 0 0 53px;
}
#secondary .widget-see-all a,
#secondary .widget-see-all-ai1ec a {
	font-weight: normal !important;
	color: #999 !important; 
}

/* =Footer
----------------------------------------------- */
#colophon {
	background: #fff url(images/footer_bg01.png) left top repeat-x;
	height: 90px;
	width: 100%;
	position: relative;
	bottom: 0;
	padding: 0 0 0 0;
	text-align: center;
}
#supplementary  {
	padding: 0;
	border: 0;
	width: 760px;
	margin: 0 auto;
}
#supplementary .widget_nav_menu ul#menu-footer {
	list-style-type: none;
	text-align: left;
}
#supplementary .widget_nav_menu ul#menu-footer li {
	float: left;
	display: inline !important;
	margin: 0 1em 0 0;
}
#supplementary .widget_nav_menu ul#menu-footer li a {
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
}
#supplementary .widget_nav_menu ul#menu-footer li:last-child a {
	color: #888;
}

#site-generator {
	display: none;
}







/* =Plugins
----------------------------------------------- */

/*	All in One Event Calendar */
.page-agenda .entry-content {
}
#ai1ec-container, #ai1ec-container p, .ai1ec-container, .timely {
	font-family: Arial !important;
}
/* View tabs */
.ai1ec-view-tabs {
	text-transform: capitalize;
}
.ai1ec-calendar-toolbar {
	padding-top: 1.5em !important;
}
.ai1ec-calendar-title {
	color: #D7081C !important;
}
ul.ai1ec-view-tabs {
	margin: 0 0 0.2em !important;
	padding: 0 !important;
	display: inline-block;
}
.ai1ec-view-tabs li {
	list-style: none !important;
	float: left;
	margin: 0.1em 0 !important;
	padding: 0 !important;
}
.ai1ec-view-tabs a {
	line-height: 25px !important;
	padding: 0.2em 0.5em;
}
.ai1ec-view-tabs a img {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	position: static !important;
	vertical-align: middle;
	background: none !important;
}
.ai1ec-single-event {
}
.ai1ec-full-event th {
	background-image: none !important;
	background-color: #fff !important;
}
.ai1ec-button {
	-webkit-box-shadow: none !important;
	background: #e5e5e5 url(images/nav_onglet_off.png) left top repeat !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer !important;
	display: block !important;
	float: right !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	height: 14px !important;
	line-height: 14px !important;
	margin: 0 2px !important;
	padding: 5px 6px !important;
	text-align: center !important;
	text-decoration: none !important;
	vertical-align: baseline !important;
	white-space: nowrap !important;
	outline: none !important;
	text-shadow: none !important;
	-moz-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	-moz-box-shadow: 1px 1px #ccc !important;
	-webkit-box-shadow: 1px 1px #ccc !important;
	box-shadow: 1px 1px #ccc !important;
	height: auto !important;
}
.ai1ec-button:hover {
	background: #D7081C !important;
	color: #fff !important;
}
.ai1ec-event  {
	background: #fff !important;
}
.ai1ec-date {
	background: #E8E8E8 !important;
}
.ai1ec-month {
	background: #D7081C !important;
}
.ai1ec-agenda-view h3.ai1ec-date-title {
	border-color: #D7081C !important;
}
.ai1ec-agenda-view .ai1ec-allday .ai1ec-event-click {
	border-color: #D7081C !important;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event,
.ai1ec-1day-view .ai1ec-allday .ai1ec-event,
.ai1ec-week-view .ai1ec-allday .ai1ec-event {
	background-color: #D7081C !important;
}
.ai1ec-agenda-view .ai1ec-allday .ai1ec-event-click {
	background-color: #D7081C !important;
}
.ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a {
	background-color: #D7081C !important;
}
.ai1ec-month-view .ai1ec-event-popup,
.ai1ec-month-view .ai1ec-event-summary,
.ai1ec-1day-view .ai1ec-event-popup,
.ai1ec-1day-view .ai1ec-event-summary,
.ai1ec-week-view .ai1ec-event-popup,
.ai1ec-week-view .ai1ec-event-summary {
	border-color: #E5E5E5 !important;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
	border-color: #E5E5E5 !important;
}
.ai1ec-agenda-view  .ai1ec-date {
	background: none !important;
	border-top: none !important;
}
.ai1ec-agenda-view  #ai1ec-print-button {
	display: none !important;
}
.ai1ec-filters-container {
	display: none !important;
}
#secondary .ai1ec-calendar-link {
	display: block !important;
	margin-top: 10px !important;
	float: left !important;
}
#secondary .ai1ec-date {
	background-color: transparent !important;
	border-top: 0px !important;
	margin-left: 0 !important;
}
.ai1ec-allday-badge {
	background-color: #E5E5E5 !important;
	color: #999999 !important;
}
#secondary .ai1ec-date-events,
#secondary .ai1ec-event,
#secondary .ai1ec-allday {
	background-color: transparent !important;
}
#secondary .ai1ec-event a {
	border: none !important;
}
#secondary .ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a {
	background-color: transparent !important;
	font-family: Arial !important;
}
#secondary .ai1ec-event-title {
	color: #D7081C !important;
	font-weight: bold;
}
#secondary .ai1ec-event-title:hover {
	text-decoration: underline !important;
}
#secondary .ai1ec-event-time {
	color: #888888 !important;
	display: block !important;
	font-weight: normal !important;
	clear: right !important;
}
#secondary .ai1ec-agenda-widget-view h3.ai1ec-date-title {
	border-color: #E5E5E5 !important;
}
#secondary .ai1ec-category-colors {
	display: none !important;
}
.widget_ai1ec_agenda_widget .ai1ec-popup-excerpt {
	display: none !important;
}

/*	Download monitor	*/
.dwl_desc {
	color : #888888;
}
.dwl_date {
	font-size: 75%;
}

/*	WP Contact Form 7	*/
div.wpcf7 {
	padding-left: 2em !important;
	margin: 2em 0 !important;
	border-left: 0px #ddd dotted;
}
div.wpcf7 input[type=text] {
	width: 414px;
}
div.wpcf7 textarea {
	width: 414px !important;
	height: 50px !important;
}
div.wpcf7  input[type=submit] {
	padding: 2px 10px;
	margin: 2em 0 1em 0;
	width: 414px !important;
}
div.wpcf7  img.form_candidature_captchac {
	float: left;
}
div.wpcf7 input.form_candidature_captchar {
	width: 100px;
}

/*	jboxcolor	*/
#cboxContent {
	background: #fff !important;
}
#cboxLoadedContent {
	border: 6px #888 solid !important;
	background: #888 !important;
	padding: 0!important;
}
#cboxLoadedContent .cboxPhoto {
	border: 0 !important;
}
#cboxTitle {
	margin: 0 0 0px 20px !important;
	padding: 5px 10px 3px 10px !important;
	border: 6px #888 solid !important;
	border-bottom: 0 !important;
	background: #fff !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	border-top-left-radius: 5px 5px !important;
	border-top-right-radius: 5px 5px !important;
}

/*	WP list category posts	*/
.wp-cpl-sc-wrap h1 a,
.wp-cpl-sc-wrap h2 a,
.wp-cpl-sc-wrap h3 a,
.wp-cpl-sc-wrap h4 a,
.wp-cpl-sc-wrap h5 a,
.wp-cpl-sc-wrap h6 a {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000;
}
.wp-cpl-sc-wrap a:hover {
	color: #D7081C;
}
.wp-cpl-sc-wrap h2 {
	font-size: 16px !important;
}
.wp-cpl-sc-comment {
	display: none;
}
.wp-cpl-sc-wrap .clear {
	background-color: #e5e5e5;
	border: 0;
	height: 5px;
	margin: 1.625em auto;
	width: 100%;
}


/*
 *
 *	Social Hub
 *
 */
#sssb-social ul {
	margin-left: 0;
}
.heateor_sss_sharing_container {
	padding-bottom: 1em;
}


/*
 *
 *	User Access Manager
 *
 */
.aaa_restrictedAccess {
	margin: 2em auto;
	
}






/**
 * 14.3 - >= 970px
 */

@media screen and (max-width: 970px) {
	#branding #searchform,
	#aaa_connect {
		display: none;
	}
	#branding {
		min-height: 120px !important;
	}
	#page {
		padding: 0 1em;
	}
	.no_right_margin {
		margin-right: inherit !important;
	}
	footer {
		width: 100% !important;
	}
	
}






