body { 
  padding-top: 30px;
  background-color: #fff;
  background-image: url(/images/theme_images/style/dark_cyan/body-header-bg.png);
  background-position: left 30px;
  background-repeat: repeat-x;
  font-family: Georgia, serif;
}
.clear { clear: both; }

#body-inner {
  width: 1010px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}

header {
  height: 170px;
  width: 750px;
  position: relative;
  background: url(/images/theme_images/style/dark_cyan/header.png) 130px top no-repeat;
}

.subsite header { 
  width: 1010px; 
  background: none;
}
#slider {
  border: solid 1px #f68337;
}

#header-left {
  position: absolute;
  left: 0;
  top: -10px;
  width: 140px;
  height: 220px;
  background: url(/images/theme_images/style/header-left-bg.png) center top no-repeat;
  z-index: 2;
}
#header-left img {
  margin: 22px 10px 0 10px;
}
#header-left p {
  width: 120px;
  height: 50px;
  padding: 12px 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
}
nav {
  height: 30px;
}

nav #inner-nav {
  height: 30px;
  position: relative;
  margin: 0 auto;
  width: 1010px;
}
nav a#home-lnk {
  position: relative;
  left: -30px;
  display: block;
  height: 30px;
  width: 30px;
  background: url(/images/theme_images/style/home-lnk-bg.png) center center no-repeat;
}
nav a#home-lnk span { display: none; }
nav ul {
  position: absolute;
  top: 0;
  left: 140px;
  height: 30px; 
}
nav ul li {
  float: left;
  color: #fff;
  border-left: solid 1px #b3cccc;
}
nav ul li:first-child {
  border-left: 0;
}
nav ul li a {
  font-weight: normal;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
nav ul li.selected a, nav ul li a:hover {
  color: #669999;
  background: #fff;
}


#content {
  margin: 40px 310px 0 20px;
  width: 680px;
}
#content a { color: #94b8b8; text-decoration: none; }
#content a:hover { color: #f68337 }
/*************** SIDEBAR **********************/
#sidebar {
  float: right;
  /*min-height: 1000px;*/
  width: 270px;
}
#sidebar .sidebloc {
  position: relative;
  margin: 20px 10px;
  padding: 0 0 35px 0;
}
#sidebar .sidebloc ul { list-style-type: none; }
#sidebar .sidebloc h4, .edito h4, .newslist h4 {
  font-size: 13px;
  font-weight: normal;
  background: #669999;
  display:inline-block;
  position: relative;
  padding: 5px 15px;
  left: -10px;
  color: #fff;
  text-transform: uppercase;
  height: 15px;
  line-height: 15px;
}
#sidebar .sidebloc .outertri, .edito .outertri, .newslist .outertri {
  width: 10px;
  height: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/images/theme_images/style/outertri-bg.png);
  position: absolute;
  top: 25px;
  left: -10px;
}
#sidebar .sidebloc .outertri.bottom {
  bottom: 25px;
  right: -10px;
  top: auto;
  left: auto;
  background-position: -10px 0;
}
#sidebar .sidebloc a.blnk {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  right: -10px;
  bottom: 0;
  background: #669999;
  text-decoration:none;
  height: 15px;
  line-height: 15px;
}
#sidebar .sidebloc a.blnk:hover {
  background: #b33819;
  color: #fff;
}
#sidebar #events {
  background: #afbac9;
}

#sidebar #events li {
  padding: 15px;
  min-height: 55px;
}
#sidebar #events li div.event_date {
  background: #fff;
  width: 49px;
  height: 49px;
  padding: 3px;
  box-shadow: 1px 4px 10px #555;
  color: #1a345b;
  text-align:center;
  float: left;
  margin-right: 10px;
}
#sidebar #events li a {
  color: #1a345b;
  text-decoration: none;
  font-size: 13px;
}
#sidebar #events li a .event_title { font-weight: bold; }
#sidebar #events li a:hover .event_title { color: #fff; }
#sidebar #events li div.event_date span { display: block; }
#sidebar #events li div.event_date .day { font-size: 20px; }
#sidebar #events li div.event_date .month { font-size: 15px; }
#sidebar #events li div.event_date .year { font-size: 13px; }

#sidebar #ad_jobs {
  background: #b3cccc;
}

#sidebar #ad_jobs li {
  color: #000;
  font-size: 13px;
  border-top: solid 1px #fff;
  padding: 7px 36px 7px 13px;
  text-transform: capitalize;
}
#sidebar #ad_jobs li a {
  text-decoration: none;
  color: #000;
}
#sidebar #ad_jobs li a:hover {
  color: #B33819;
}
#sidebar #ad_jobs li:first-child {
  border-top: 0;
}
#sidebar #ad_jobs li.row2 {
  background: #94b8b8;
}

#sidebar #clubs {
  background: #c3cbd6;
}
#sidebar #clubs ul {
  padding: 20px;
}
#sidebar #clubs ul li {
  line-height: 25px;
  list-style-image: url(/images/theme_images/style/club-arrow.png);
}
#sidebar #clubs ul li a { 
  color: #000;
  text-decoration: none;
}
#sidebar #clubs ul li a:hover { 
  color: #fff;
}
#header-right {
  background: transparent url(/images/theme_images/style/header-right-top-bg.png) center top no-repeat;
  min-height: 220px;
  z-index: 2;
  padding: 0 10px;
  position: relative;
  top: -10px;
}
.subsite #header-right { background: none; z-index: 0; }
.header-right-inner { 
  background: #f68337;
  padding: 10px 15px; 
  height: 100px;
}
#header-right h4, #subsite-header h4 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px #555;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  margin-bottom: 10px;
}
#header-right h4 span, #subsite-header h4 span { font-weight: bold; }
#subsite-header {
  position: absolute;
  top: 20px;
  left: 160px;
  height: 130px;
  width: 840px;
  -moz-box-shadow: 0px 0px 7px #191919;
  -webkit-box-shadow: 0px 0px 7px #191919;
  box-shadow: 0px 0px 7px #191919; 
}
.subsite #parent-site-link {
  position: absolute;
  top: 0;
  left: 160px;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  background: url(/images/theme_images/style/olive/main-link-arrow.png) left center no-repeat;
}
.subsite #parent-site-link:hover {
  color: #ee7a2e;
}
#subsite-header h4 {
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 7px;
}
#subsite-header-title {
  position: absolute;
  width: 589px;
  height: 130px;
  left: 0;
  top: 0;
  background: url(/images/theme_images/style/dark_cyan/header.png) left top no-repeat;
}
#subsite-header-title h2 {
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  bottom: 20px;
  left: 20px;
  font-family: 'Bitter', serif;
}
#subsite-member_access {
  background-color: #669999;
  position: absolute;
  left: 589px;
  top: 0;
  width: 231px;
  height: 118px;
  padding: 6px 10px;
  color: #fff;
}
#member_access {
  position: absolute;
}
#member_access p  {
  position: absolute;
  left: 0;
  height: 30px;
  width: 231px;
}
#member_access p:nth-child(2) { top: 0; }
#member_access p:nth-child(3) { top: 30px; }
#member_access label { 
  display: inline-block;
  color: #1a345b;
  font-size: 13px;
  width: 85px;
  height: 24px;
  line-height: 24px;
}
#member_access input[type="text"], #member_access input[type="password"] { 
  border: 0;
  background: #fff;
  width: 210px;
  padding: 2px;
  height: 20px;
  font-size: 14px;
  color: #1a345b;
  margin-bottom: 5px;
  position: absolute;
  right: 0;
}
#member_access input[type="password"] { width: 104px; right: 36px; }
#member_access input[type="text"] { width: 140px; }
#member_access #user_session_login.expanded, #member_access #user_session_login:focus { width: 227px; }
#member_access #user_session_password.expanded, #member_access #user_session_password:focus { width: 191px; }
#member_access button {
  border: 0;
  background: #b33319;
  color: #fff;
  font-weight: bold;
  height: 24px;
  vertical-align: top;
  width: 31px;
  padding: 0 6px;
  margin: 0;
  position: absolute;
  right: 0;
}
#member_access a {
  display: block;
  color: #1a345b;
  font-size: 12px;
}
#member_access .link_to_forgot_password {
  position: absolute;
  top: 60px;
  width: 231px;
  font-size: 10px;
  text-decoration:none;
}
#subsite-member_access #member_access a {
  color: #fff;
}
#header-right-bottom { 
  background: #fac19b; 
  /*min-height: 100px;*/
  height: 40px;
}
#header-right-bottom { position: relative; }
#subscibe-lnk, #contact-lnk {
  position: absolute;
  display: block;
  bottom: 15px;
  width: 100px;
}
#subscibe-lnk, #contact-lnk, a.button {
  background: #f68337;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  font-family: 'Bitter', serif;
}
#subsite-member_access #subscibe-lnk, #subsite-member_access #contact-lnk {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  bottom: 5px;
}
#contact-lnk {
  right: 15px;
}
#subscibe-lnk {
  background: #b33819;
  left: 15px;
}
#subsite-member_access #subscibe-lnk { left: 10px; }
#subsite-member_access #contact-lnk { right: 10px; }

#subscibe-lnk:hover, #contact-lnk:hover, a.button:hover {
  background: #1c3963;
}
/*************** /SIDEBAR **********************/

/*************** FOOTER **********************/
footer .footer-inner {
  width: 1010px;
  margin: 0 auto;
}
#footer1 { 
  background: #b3cccc;
  min-height: 210px; 
}
#footer2 { 
  background: #336666;
}

#footer1 .footer-inner { position: relative; }
#footer1-left {
  width: 690px;
  padding: 30px 0;
}
#footer1-left h4 {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
#footer1-left h4 .inner {
  display: inline-block;
  padding: 5px 15px;
  height: 15px;
  line-height: 15px;
  background: #669999;
}
#footer1-left h4 .intril, #footer1-left h4 .intrir {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/images/theme_images/style/header-right-top-bg.png);
  background-repeat: no-repeat;
  vertical-align: top;
}
#footer1-left h4 .intril{
  background-position: left top;
}
#footer1-left h4 .intrir {
  background-position: right top;
}
#footer1-left .social {
  float: left;
  width: 138px;
}
#footer1-right {
  position: absolute;
  width: 270px;
  right: 0;
  top: 0;
}
#footer1-right h4 {
  position: absolute;
  top: -10px;
  left: 0;
  background: transparent url(/images/theme_images/style/partner-title-bg.png) center top no-repeat;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
}
#footer1-right h4 span {
  background: #669999;
  padding: 5px 15px;
  height: 15px;
  line-height: 15px;
  width: 220px;
  display:block;
}
#footer1-right ul { list-style-type: none; padding: 30px 10px 10px 10px; }
#footer1-right li a {
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 250px;
  height: 160px;
}
#footer1-right li a:hover {
  background-position: -250px 0;
  
}
#footer2 .footer-inner { padding: 20px 0 40px 0; }
#footer2 ul {
  list-style-type: none;
  width: 210px;
  float: left;
}
#footer2 ul li {
  padding: 5px 0;
}
#footer2 ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer1-left .social a {
  display: block;
  width: 38px;
  height: 40px;
  background-image: url(/images/theme_images/style/socials-bg.png);
  background-repeat: none;
}
#footer1-left h3 { color: #fff; font-weight: normal; font-size: 18px; margin-bottom: 20px; }

#footer1-left .social .social-content {
  margin-top: 10px;
  font-size: 13px;
  color: #000;
  line-height: 15px;
}
#footer1-left #linkedin a { background-position: 0 0; }
#footer1-left #viadeo a { background-position: 0 -40px; }
#footer1-left #twitter a { background-position: 0 -80px; }
#footer1-left #facebook a { background-position: 0 -120px; }
#footer1-left #gplus a { background-position: 0 -160px; }
/*************** /FOOTER **********************/

/**** CONTENT ****/
a.button {
  display: inline-block;
  padding: 0 15px;
  margin: 10px 0;
  color: #fff;
}
#content a.button { color: #fff; }
.edito {
  position: relative;
  min-height: 150px;
  margin-bottom: 30px;
}
.edito h4 {
  width: 90px;
}
.edito img.edito-photo {
  position: absolute;
  top: 25px;
  left: 0;
}
.edito .edito-content {
  margin-left: 170px;
  font-size: 14px;
}
.edito .edito-content p {
  margin: 10px 0;
  line-height: auto;
}
.edito .outertri, .newslist .outertri { background-position: -40px 0; }

.newslist {
  position: relative;
}
.newslist li {
  list-style-type: none;
  padding: 15px;
  min-height: 80px;
  border-top: solid 1px #94b8b8;
}
.newslist li .cat {
  float: left;
  width: 100px;
  height: 80px;
  background-image: url(/images/theme_images/style/news-cat-bg.png);
  background-repeat: none;
}
.newslist li .cat1 { background-position: 0 0 ; }
.newslist li .cat2 { background-position: 0 -80px ; }
.newslist li .cat3 { background-position: 0 -160px ; }
.newslist li .cat4 { background-position: 0 -240px ; }
.newslist li .content {
  color: #393939;
  font-size: 14px;
  margin-left: 170px;
}
.newslist li .content .title { font-weight: bold; }
.newslist li .news-links {
  margin-left: 170px;
  margin-top: 10px;
}
.newslist li .more-lnk {
  font-size: 13px;
  color: #94b8b8;
  text-decoration: none;
}

.slider { position: relative; height: 341px; margin: 0 0 30px 0; }

.slider .nivo-controlNav {
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: transparent;
  font-size: 0;
  z-index: 11;
}
.slider .nivo-controlNav a {
  display:block;
  width: 12px;
  height: 12px;
  background: #1a345a;
  float: left;
  border-radius: 6px 6px 6px 6px;
  margin: 5px;
}
.slider .nivo-controlNav a.active {
  background: #f68337;
}

.cms-content h2.bloc-title {
  font-size: 24px;
  color: #1a345a;
  text-transform: uppercase;
  padding: 5px 0 7px 20px;
  border-bottom: solid 1px #94b8b8;
  font-family: 'Bitter', serif;
  font-weight: normal;
  position: relative;
}
.cms-content h2.bloc-title .intril { 
  display: inline-block; 
  width: 10px; 
  height: 10px; 
  background: blue; 
  position: absolute; 
  bottom: 0;
  left: 0;
  background: url(/images/theme_images/style/header-right-top-bg.png) top left no-repeat;
}

.cms-content ul.submenu { list-style-type: none; width: 120px; float: left; }
.cms-content ul.submenu li {
  border-bottom: solid 1px #fff;
}
#content .cms-content ul.submenu li a {
  display:block;
  padding: 5px 0 7px 3px;
  background: #94b8b8;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.cms-content ul.submenu li a:hover, .cms-content ul.submenu li.selected a {
  background: #b33819;
}
.cms-content section { 
  padding: 20px 0 20px 50px; 
  color: #555;
  font-size: 13px;
}
.cms-content section.with-submenu {
  margin-left: 120px;
}
.cms-content section h1, .cms-content section h2 {
  font-family: 'Bitter', serif;
  font-size: 14px;
  color: #669999;
  margin: 10px 0;
}
.cms-content section h3 {
  font-family: 'Bitter', serif;
  font-weight: normal;
  font-size: 13px;
  color: #94b8b8;
}
.cms-content section p {
  margin: 10px 0;
  color: #555;
  font-size: 13px;
  line-height: 15px;
}
.cms-content section ul {
  margin-left: 20px;
}
.cms-content section a:not(.button) {
  color: #F68337;
}
#blog_posts_page section { padding: 0 0 20px 0;  }
#blog_posts_page .newslist ul li:first-child { border-top: 0; }
#blog_posts_page .newslist ul { margin-left: 0; }
#blog_post_page .blog_post_title { font-style: italic; margin-bottom: 20px; }

#inquiries_table {
    margin: 20px 0;
    width: 700px;
}
form label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}
#inquiries_table td {
    vertical-align: top;
}
#inquiries_table td .field { margin-bottom: 10px;}
#inquiries_table input[type="text"] {
    padding: 5px;
    width: 300px;
}
#new_inquiry .actions {
    text-align: right;
}
input[type="submit"] {
    background: #F68337;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 11px;
}
input[type="text"], input[type="password"], textarea {
    border: 1px solid #94b8b8;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 3px;
    width: 98%;
}
#address_box { color: #555; padding: 10px; }
#address_box h3 { text-transform: uppercase; }
#address_box p { margin: 5px 0 15px; color: #555; }

.flash.flash_error {
    background: none repeat scroll 0 0 #DA3E33;
}
.flash.flash_notice {
    background: #B8C201;
}
.flash {
    color: #fff;
    padding: 10px;
    margin: 10px 0;
}
form .field_with_errors input, form .field_with_errors textarea {
    border-color: red;
}
form .field_with_errors label {
    color: red;
}
form.custom_form_form fieldset p {
  margin: 0 0 10px 0;
}
form.custom_form_form fieldset p input[type='text']{ width: 300px; padding: 5px;}
#subscriptions_page .intro { margin: 10px 0; font-size: 14px; color: #555; }

#events_page .an_event {
  border: solid 1px #94b8b8;
  margin: 20px 0;
}
#events_page .an_event .an_event_content {
  padding: 15px;
}
#events_page .an_event .event_title, #event_page .event_title {
  color: #669999;
  font-family: 'Bitter', serif;
  font-size: 14px;
}
#events_page .an_event .event_date {
  color: #f68337;
}
#events_page .an_event .event_content {
  margin-top: 10px;
  line-height: 15px;
}
#events_page .an_event .event_read_more { text-align: right; padding: 5px; }
.map_event {
  border:4px solid #fff;
  width:250px;
  height:250px;
  -moz-box-shadow: 0px 0px 7px #191919;
  -webkit-box-shadow: 0px 0px 7px #191919;
  box-shadow: 0px 0px 7px #191919; 
}

table.an_event_table td.td_infos { width: 422px; }
table.an_event_table td.td_map_event { width: 258px; }

#event_page section, #events_page section { padding: 20px 0; }
#events_page .events_detailed_list .an_event { border: 0; border-bottom: solid 1px #ccc ; padding: 15px 0; }
#events_page .events_detailed_list .an_event:last-child { border: 0; }
table.an_event_table td { 
  padding: 7px 5px 7px 0;
  vertical-align: top; 
}

table.an_event_table label {
  display: block;
  color: #333;
}
table.an_event_table .event_place { margin-bottom: 10px;  line-height: 16px; }
table.an_event_table .event_content { margin-bottom: 10px; line-height: 16px; }
#event_page .back_to_events { padding: 5px; text-align: right; }
#calendar .fc-content { clear: none; }
/* POPIN */
h1.popin_title {
  color: #fff;
  background: #e67200;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px;
}
#popin_login {
  color: #000;
  padding: 10px;
  background: #FCDAC3;
}
#popin_login form {
  margin-top: 5px;
}
#popin_login form input {
  border: 0;
  background: #fff;
  padding: 5px;
  color: #000;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 0;
}
#popin_login form input[type="submit"] {
  margin: 0;
  background: #b33819;
  text-transform: uppercase;
  height: 27px;
  line-height: 27px;
  border: solid 1px #b33819;
  color: #fff;
  text-align: left;
  width: 160px;
}
#custom_form_page #the_content { 
  padding: 20px 0; 
  font-size: 14px;
  color: #555;
}
#custom_form_page #the_content .custom_form_intro { margin: 15px 0; }

#blog_post_page section { padding-left: 0; margin-left: 130px; }

#footer-coordinates, #footer-sitemap {
  font-size: 14px;
  width: 330px;
  padding: 5px;
  float: left;
}
#footer-sitemap ul li { list-style-type: none; line-height: 24px; float: left; width: 45%; }
#footer-sitemap ul li a { text-decoration: none; color: #1A345B; }
#footer-sitemap ul li a:hover { text-decoration: none; color: #F68337; }
.cubic { font-family: 'Bitter', serif; text-transform: uppercase; }
.cubic_gray, .cubic > div:nth-child(2) > div:nth-child(1), .cubic > div:nth-child(2) > div:nth-child(3) { opacity: 0.3; }
.cubic { letter-spacing: -3px; font-size: 19px; color: #ffffff; font-weight: 700; line-height:auto; width: 130px; height: 80px; overflow: hidden; display: block; font-family: 'Bitter';}
.cubic > div:nth-child(2) > div:nth-child(1), .cubic > div:nth-child(2) > div:nth-child(3) { height: 20px; overflow: hidden; }
.cubic > div:nth-child(2) > div:nth-child(2) { height: 40px; width: 110px; overflow: hidden; }
.cubic > div:nth-child(1) { width:100px; height: 80px; position: absolute; background: #9ba9bb; margin-left: 5px; }
.cubic > div:nth-child(2) { position: relative; }

.cubic > div.bg1 { background-color: #669999; }
.cubic > div.bg2 { background-color: #b3cccc; }
.cubic > div.bg3 { background-color: #669999; }
.cubic > div.bg4 { background-color: #b3cccc; }

#clubs-list h2 { margin-bottom: 15px; }
.cms-content ul.clubs {
  float: left;
  width: 226px;
}
.cms-content ul.clubs li {
  list-style-image: url(/images/theme_images/style/olive/main-link-arrow.png);
  list-style-position:outside;
  margin-left: 15px;
  height: 30px;
}
