/*
Theme Name:     RIPE61 Theme Legacy
Theme URI:      http://www.ripe.net
Description:    Theme for the RIPE61 Meeting in Rome, 2010
Author:         RIPE NCC
Author URI:     http://www.ripe.net
Template:       ripe61legacy
Version:        1.0.0
*/

/* Specific styling */

@import url("menu.css");
@import url("images.css");
@import url("table.css");
@import url("ui.tabs.css");

/* Cutom CSS follows */

html, body {
    margin: 0px;
    padding: 0px;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #fff url(images/body-gradient.jpg) repeat-x;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.larger {
  font-size: 1.4em;
}

ul, li {
  margin: 5px 0px 5px 0px;
}

#main-wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#main {
  background: white;
  border: 1px solid #8fc2c7;
}

#container {
}

#content {
  clear: both;
  position: relative;
  padding: 0px 50px 30px 40px;
}

a {
  color: #006068;
  font-weight: bold;
  text-decoration: none;
}

.linkimg, .linkimg img {
  border: 0;
  outline: none;
}

hr {
  background-color: #cccccc;
  color: #cccccc;
  height: 1px;
  border: none;
}

#content .frameimg {
  background: url(images/frame.gif) no-repeat top left;
}

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

#content a img {
  border: none;
}

#content div.mapright {
  margin-left: 20px;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  outline: none;
}

#content div.mapright a {
  font-weight: normal;
  text-decoration: none;
  outline: none;
}

h1.title {
  margin-top: 0;
}


/* Today Links */

#today-links {
  position: absolute;
  top: 133px;
  right: 14px;
  font-weight: bold;
  color: white;
}

#today-links ul li, #today-links a {
  color: #55afd7; 
  font-weight: normal;
}

#today-links a:hover {
  color: white;
}

#today-links-text {
  float: left;
}

#today-links-container {
  float: right;
}

#today-links-list {
  list-style: none;
  padding-left: 10px;
}

#today-links-list li {
  margin-top: -5px;
}


/* Social Media Links */

#social-media-wrapper {
  position: absolute;
  height: 43px;
  top: 110px;
  right: 200px;
}

#social-media-wrapper img {
  float: left;
}

#social-media {
  height: 31px;
  width: 305px;
  margin: 0;
  display: inline-block;
}

#social-media ul {
  font-weight: bold;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#social-media ul li {
  float: left;
  margin: 0;
  padding: 1px 9px 0;
  white-space: nowrap;
  outline: none;
}

#social-media ul li a {
  display: block;
  width: 17px;
  height: 17px;
  color: white;
  outline: none;
  text-indent: -99999px;
}

#social-media ul li span.sm-text {
  color: white;
  position: relative;
  font-size: 1.1em;
  top: 2px;
}

#social-media ul li a.sm-twitter {
  background: url(images/sm_twitter.jpg);
}

#social-media ul li a.sm-twitter:hover {
  background: url(images/sm_twitter_sel.jpg);
}

#social-media ul li a.sm-facebook {
  background: url(images/sm_facebook.jpg);
}

#social-media ul li a.sm-facebook:hover {
  background: url(images/sm_facebook_sel.jpg);
}

#social-media ul li a.sm-linkedin {
  background: url(images/sm_linkedin.jpg);
}

#social-media ul li a.sm-linkedin:hover {
  background: url(images/sm_linkedin_sel.jpg);
}


/* Top Menu */

#topmenu-wrapper {
  position: absolute;
  height: 43px;
  top: 0px;
  right: 204px;
}

#topmenu-wrapper img {
  float: left;
}

#topmenu {
  background: url(images/topmenu_bg.png);
  padding-top: 14px;
  height: 29px;
  width: 230px;
  margin: 0;
  float: left;
  display: inline-block;
}

#topmenu ul {
  font-size: 0.9em;
  font-weight: bold;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#topmenu ul li {
  float: left;
  margin: 0;
  padding: 1px 9px 0;
  white-space: nowrap;
  outline: none;
}

#topmenu ul li a {
  color: white;
  outline: none;
}


/* Main Menu */

#menubar {
  position: relative;
  top: -56px;
  left: 5px;
}

#menubar ul {
  font-weight: normal;
  font-size: 1.1em;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-transform: none;
}

#menubar ul li {
  float: left;
  margin: 0;
  padding: 5px 15px 0;
  white-space: nowrap;
  outline: none;
}

#menubar ul li a {
  outline: none;
}


/* Search box */

#searchbox {
  position: absolute;
  top: 28px;
  right: 10px;
}

#searchbox input#s {
  background: #ffffff url(images/searchbox_bg.gif);
  background-repeat: repeat-x; 
  width: 150px;
  height: 20px;
  border: 0px;
}

#searchbox .screen-reader-text {
  display: none;
}

#searchbox input#searchsubmit {
  background: #ffffff url(images/searchbox_button.jpg) top left no-repeat;
  width: 16px;
  height: 22px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  margin-left: 10px;
  outline: none;
}

#searchbox input#searchsubmit:hover {
}


/* Front Page */

#carousel-container, #webcast-container {
  width: 450px;
  height: 230px;
  float: left;
}

#carousel, #webcast {
  position: relative;
  top: 18px;
  left: 47px;
  width: 370px;
  height: 195px;
  overflow: hidden;
}

#carousel ul li {
  margin: 0px;
}

#carousel-list {
  list-style: none;
  padding-left: 0px;
}

.tab {
  width: 210px;
  margin: 5px 5px 5px 50px;
  float: left;
}

.tab ul {
  list-style: none;
}

.tab ul li {
  margin-top: 15px;
  padding: 0px;
}


/* Sidebar */

.sidebar, .sidebar-large, .sidebar-small {
  float: right;
  font-size: 0.9em;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin: 0 0 20px 10px;
  padding: 0 0 0 20px;
}

.sidebar {
  width: 250px;
}

.sidebar-large {
  width: 350px;
}

.sidebar-small {
  width: 150px;
  border: none;
}

.sidebar-small p {
  margin: 0;
  padding: 0;
}


/* Sponsor Logos (front-page) */

#sponsor-logos {
  /* background: #fff; */
  position: relative;
}

#sponsor-logos a img {
  border: none;
}

#sponsor-logos .aligncenter {
  display: block;
  margin: 0px 0px 0px 20px;
}

#content #sponsor-logos .alignleft {
  float: left;
  margin: 0px 10px 10px 10px;
}

#content #sponsor-logos .alignright {
  float: right;
  margin: 0px 10px 10px 10px;
}

#sponsor-logos .smalltext {
  font-size: 0.8em;
}


/* Colophon */

#colophon {
  margin-left: 20px;
  padding-bottom: 20px;
}

#colophon ul {
  display: inline;
}

#colophon ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
  padding: 0;
}

#colophon a {
  font-weight: normal;
  font-size: 0.9em;
}

#colophon a:hover {
  color: #000;
  text-decoration: underline;
}

#colophon .nolink a, #colophon .nolink a:hover {
  color: #000;
  text-decoration: none;
  cursor: default;
  outline: none;
}
