/*
 * Style Variations 1
 * See General Options
 */

#content {
  background-color: #f6f6f3;
}

#main a,
#header .menu a,
#footer a,
.sidebar a,
.wp-polls .submit,
#main .list .news .title {
  color: #00bada;  /*aqua*/
}

.sidebar .tp1_widget_events .events .title {
  color: #333;
}

#navigation .menu a {
  color: #ff1a4a;
}

#navigation .menu a:hover,
#navigation .menu a.current {
  color: #fff;
  background-color: #ff1a4a;
}

.sidebar .tp1_widget_nav_submenu .menu li a:hover,
.sidebar .tp1_widget_nav_submenu .menu li a.current {
  text-decoration: underline;  
}

.sidebar .tp1_widget_events a:hover,
#main .list .news a:hover {
  color: #00bada;
  cursor: pointer;
  text-decoration: none;
}

.wp-polls .submit:hover,
.sidebar .archive li a:hover,
#main .list .news a:hover .title {
  color: #464646;
  cursor: pointer;
  text-decoration: underline;
}

#navigation #breadcrumbs { color: #959595; }
#navigation #breadcrumbs a {
  color: #00bada;
  text-decoration: none;
}

#main a.link:hover {
  background: url("images/arrow.png") no-repeat -530px 2px;
  color: #464646;
  text-decoration: underline;
}

.sidebar .tp1_widget_calendar .calendar .prev a {
  background: url("images/arrows-calendar.png") no-repeat 11px 6px;
}

.sidebar .tp1_widget_calendar .calendar .next a {
  background: url("images/arrows-calendar.png") no-repeat -95px 6px;
}

.sidebar .tp1_widget_calendar .calendar .prev a:hover {
  background: url("images/arrows-calendar.png") no-repeat 11px -34px;
}

.sidebar .tp1_widget_calendar .calendar .next a:hover {
  background: url("images/arrows-calendar.png") no-repeat -95px -34px;
}

.sidebar .tp1_widget_calendar .calendar .has-events {
  background-color: #00bada;
  color: #fff;
}

.sidebar .tp1_widget_calendar .calendar .has-events:hover {
  background-color: #464646;
} 

/*
 * Navigation
 */
#navigation .menu {
  border-bottom: 8px solid #ff1a4a;
  border-right: 1px solid #ff1a4a;
}

#navigation .menu li {
  border-left: 1px solid #ff1a4a;
}

#navigation .menu a {
  background-color:#F6F6F3;
}

/*
 * Titles
 */
.post h2 {
  color: #898989;
}

.post h3, .home .post h2 {
  color: #f61947;
}

.post h4, .home .post h3 {
  color: #7a7a7a;
}

.post h5, .home .post h4, .post h6 {
  color: #333;
}

#main .archive .title,
#main .calendrier .title,
#main .calendrier .title a {
  color: #f61947;
}

#main .archive .title a:hover {
  color:#464646;
  text-decoration: underline;
}

#main .event .title {
  color: #898989;
}


/*
 * Table
 */
.post table thead th {
  background-color: #e1ddd4;
  color: #464646;
}

.post table thead tr td {
  color: #464646;
}

.post table tr td {
  background-color: #ebe9e3;
}

/*
 * Quote
 */


/*
 * Snippets
 */
#main .children .title,
#main .children .title a {color: #f61947;}