/*
Theme Name:     RIPE70
Theme URI:      http://www.ripe.net
Description:    Theme for the RIPE 70 Meeting site
Author:         RIPE NCC
Author URI:     http://www.ripe.net
Template:       ripe70
Version:        1.0.0
*/

/* Specific styling */

@import url("menu.css");
@import url("images.css");
@import url("tooltip.css");
@import url("table.css");
@import url("ui.tabs.css");
@import url("cookies.css");

/* Cutom CSS follows */

html, body {
    margin: 0px;
    padding: 0px;
}

html {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-color: #4F4F4F;
}

body {
  background-color:#f1f1f1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.centre, .center {
   text-align: center;
}

.clear {
   clear: both;
}

.larger {
  font-size: 1.4em;
}

ul, li {
  margin: 8px 0 8px 0;
  line-height: 1.4em;
}


#header {
  position: relative;
  width: 980px;
  height: 185px;
  max-height: 185px;
  margin: 0 auto;
  background: url(images/RIPE70_banner.png) center top #fff no-repeat;
}

#header img.top70 {
 margin-left: 27px;
 margin-top: 26px;
/* 
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 opacity: 0.5; */
}

#header h1 {
	font-size:36px;
	margin:35px 0 0 10px;
	letter-spacing: 0.1em;
	font-weight:450;
	text-shadow: 1px 1px 3px #12602c;
}

#header p {
	font-size:14px;
	margin:0 0 0 10px;
	font-weight:550;
	font-variant:caps;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 3px #12602c;
}

#header img, #header p, #header h1 {
	margin-left:10px;
	color: #fff;
}

#header img {
	margin-top:10px;
}

#header .toplogo img {
	position:absolute;
	top:15px;
	right:30px;
}

#header #slogan{
	color:#fff;
	text-align:right;
	/*font-weight:bold;*/
	width:550px;
	position:absolute;
	top:153px;
	right:25px;
	/*text-shadow: 1px 1px 3px #12602c;*/
	letter-spacing: 0.07em;
}

#searchform .screen-reader-text {
  display: none;
}

#searchform #s {
	background-color: #EFE3C2;
	border:1px inset #333;
	width:120px;
}

#searchform #s:hover {
	background-color:#eee;
	border:1px inset #33f;
	width:120px;
}

#searchform #searchsubmit {
	border:1px outset #333;
	width:45px;
}

#main-wrapper {
}

#main {
  clear: both;
  width: 980px;
  margin: 0 auto;
  background: #fff;
  border: none;
}

#container {
}

#leftcolumn {
  float: left;
  width: 200px;
  padding: 10px 0 10px 0;
}

#rightcolumn {
  border-left: 1px solid #ccc;
  margin-left: -1px;
  float: left;
  width: 200px;
  padding: 10px;
  text-align: center;
}

#rightcolumn ul , #rightcolumn ol {
  list-style: none;
  padding-left: 10px;
}

#rightcolumn img {
  border: 0;
}

#rightcolumn ol.tweets {
	margin:0;
	padding:0;
	text-align:left;
}

#rightcolumn ol.tweets img {
	float:left;
	margin: 0 3px 3px 0;
}

#rightcolumn ol.tweets .twit {
	display:none;
}

#rightcolumn ol.tweets div.info a {
	font-size:smaller;
	color:#DDD;
	text-align:right;
	font-weight:normal;
}

#rightcolumn ol.tweets li {
	margin:0;
	padding:0;
	border:0;
}

#rightcolumn ol.tweets li p.clearleft {
	display:none;
	border:0;
}

#content-wrapper,
#content-wrapper-fullwidth {
  background: #fff;
  padding: 10px 0;
}

#content-wrapper {
  float: left;
  width: 758px;
  border-right: 1px solid #ccc;
}

#content {
  padding: 0 30px;
  font-size: 1.2em;
}

#content ul {
}

a {
  color: #9F8C59;
  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 .boxright {
  border: 1px solid;
  margin: 0;
  padding: 10px;
  width: 200px;
  float: right;
}

#content a:hover {
  color: #5f5f5f;
  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;
}

#content .wp-caption {
  background-color: #fff;
}

#content .wp-caption p.wp-caption-text {
  color: #000;
}

#content .alignleft {
  margin-right: 14px;
}

#content .altlang {
  font-size: 80%;
}

h1 {
 color: #0f557f;
 font-size: 1.5em;
 line-height: 1.5em;
 margin-top: 10px;
}

h1.title {
  margin-top: 0;
}

h2 {
 color: #6F6F37;
 font-size: 1.3em;
 margin: 15px 0 5px;
 line-height: 1.5em;
}

h3 {
  color: #7F7F47;
  font-weight: normal;
  font-size: 1.2em;
  margin: 15px 0 5px;
}

h4 {
  color: #CFA126;
  font-weight: normal;
  font-size: 1.1em;
  margin: 15px 0 5px;
}

p {
  margin-top: 5px;
  line-height: 1.4em;
}


/* 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 {
  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: 0 8px;
  white-space: nowrap;
  outline: none;
border:0;
}

#social-media ul li a {
  margin-top:0;
  padding-top:0;
  display: block;
  width: 24px;
  height: 24px;
  color: white;
  outline: none;
  text-indent: -99999px;
}

#social-media ul li a.sm-twitter {
  background: url(images/sm_twitter.png);
}

#social-media ul li a.sm-twitter:hover {
  background: url(images/sm_twitter_sel.png);
}

#social-media ul li a.sm-facebook {
  background: url(images/sm_facebook.png);
}

#social-media ul li a.sm-facebook:hover {
  background: url(images/sm_facebook_sel.png);
}

#social-media ul li a.sm-linkedin {
  background: url(images/sm_linkedin.png);
}

#social-media ul li a.sm-linkedin:hover {
  background: url(images/sm_linkedin_sel.png);
}


/* 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;
}

ul.xoxo li {
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dotted #12602c;
}

/* 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 {
  clear: both;
  padding-bottom: 90px;
  text-align: center;
  border-top: 1px solid #ccc;
}

#colophon ul {
  width: 512px;
  margin-left: auto;
  margin-right: auto;
}

#colophon ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
  padding: 0;
}

#colophon a {
  color: grey;
  font-weight: normal;
  font-size: 0.9em;
}

#colophon a:hover {
  color: #ED1C24;
  text-decoration: underline;
}

#colophon .nolink a, #colophon .nolink a:hover {
  color: #000;
  text-decoration: none;
  cursor: default;
  outline: none;
}



/* ***************** */
/*   for home only   */
/* ***************** */

#content-wrapper.home, #content.home {
margin:0;
padding:0;
background-color:#f1f1f1;
}

#leftcolumn {
margin:0;
padding:0;
}

#leftcol {
float:left;
width:495px;
background:#fff;
padding: 10px 10px 0 30px;
min-height: 680px;
}

#rightcol {
/* border:1px solid red; */
float:right;
width:200px;
margin:0;
padding: 2px 6px 0 2px;
background-color:#f1f1f1;
}

#rightcol ul {
  margin: 0;
  padding: 0;
}

.toside {
  border:1px solid #ff6319;
  -moz-border-radius: 5px;
  background-image:url('/wp-content/themes/ripe70/images/yellow_grad.jpg');
}

.tomain {
  border: 1px solid #76a91d;
  -moz-border-radius: 5px;
  background-image:url('/wp-content/themes/ripe70/images/green_grad.jpg');
}

.tomain, .toside {
  padding: 8px;
  width: 19em;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  -o-background-size: 100% 100%, auto;
  -moz-background-size: 100% 100%, auto;
  -webkit-background-size: 100% 100%, auto;
  background-size: 100% 100%, auto;
}

/* Sponsor blurbs */

.blurb {
  margin-left: 150px;
  line-height: 1.4em;
}


/* Basic table */

dl {
  width: 430px;
  overflow: hidden;
}

dt {
  float: left;
  width: 95px;
}

dd {
  float: left;
  width: 330px;
  margin-left: 5px;
}


/* Excursions */

div#excursions .block {
  height: 150px;
  position: relative;
}

div#excursions .block .link-bottom {
  position: absolute;
  bottom: 25px;
  left: 200px;
}

/* Social Media Links */

#box_twitter, #box_twitter_index {
    background-color: #F7F7FF;
    float: right;
    font-size: 11px;
    height: 620px;
    margin-left: 10px;
    overflow: auto;
    width: 220px;
}

#box_twitter_index {
    background-color: transparent;
    margin-left: 0;
    width: 210px;
    height: 680px;
    padding-top: 0px;
}


#box_twitter h2, #box_twitter_index h2 {
    border-bottom: 1px dotted #DDDDDD;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0px 10px 5px;
}

#box_twitter ul, #rightcol #box_twitter_index ul {
  padding-left: 5px;
}


#social-media {
  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: 0 8px;
  white-space: nowrap;
  outline: none;
border:0;
}

#social-media ul li a {
  margin-top:0;
  padding-top:0;
  display: block;
  width: 24px;
  height: 24px;
  color: white;
  outline: none;
  text-indent: -99999px;
}


#social-media ul li a.sm-twitter {
  background: url(images/sm_twitter.png);
}

#social-media ul li a.sm-twitter:hover {
  background: url(images/sm_twitter_sel.png);
}

#social-media ul li a.sm-facebook {
  background: url(images/sm_facebook.png);
}

#social-media ul li a.sm-facebook:hover {
  background: url(images/sm_facebook_sel.png);
}

#social-media ul li a.sm-linkedin {
  background: url(images/sm_linkedin.png);
}

#social-media ul li a.sm-linkedin:hover {
  background: url(images/sm_linkedin_sel.png);
}

.signed_in_message {
  margin: 10px;
}

.img_caption {
float: right;
font-size: 11px;
font-style: italic;
}

.button {
    background-color: rgba(255, 132, 0, 1);
    border-radius: 3px 3px 3px 3px;
    box-shadow: -2px 2px 2px #DDDDDD;
    display: inline-block;
    font-size: 15px;
    line-height: 10px;
    margin-top: 2px;
    padding: 10px;
}

.button:hover {
background-color: rgba(207, 118, 0, 1);
}

.button a {
    color: #fff;
}

#content .button a:hover {
    color: #fff;
    text-decoration: none;
}


