/*
Theme Name:     RIPE62
Theme URI:      http://www.ripe.net
Description:    Theme for the RIPE 62 Meeting site
Author:         RIPE NCC
Author URI:     http://www.ripe.net
Template:       ripe62
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;
}

body {
  background-color:#f1f1f1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
   clear: both;
}

.larger {
  font-size: 1.4em;
}

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


#header {
  position: relative;
  width: 980px;
	height:185px;
	max-height:185px;
  margin: 0 auto;
  background: url(images/top-tulips.jpg) center top #fff no-repeat;

}

#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:1px;
	right:20px;
}

#header #slogan{
	color:#fff;
	text-align:right;
	font-weight:bold;
	width:550px;
	position:absolute;
	top:150px;
	right:20px;
	text-shadow: 1px 1px 3px #12602c;
}

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

#searchform #s {
	background-color:#9ccccc;
	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: url(images/menu-tulips.jpg) #fff no-repeat;
  border: none;
}

#container {
}

#leftcolumn {
  float: left;
  width: 200px;
  padding: 10px 0 10px 0;
}

#rightcolumn {
  float: right;
  width: 200px;
  padding: 10px;
  text-align: center;
  border-left:1px solid #ccc;
}

#rightcolumn ul {
  list-style: none;
  padding-left: 10px;
}

#rightcolumn img {
  border: 0;
}

#content-wrapper,
#content-wrapper-fullwidth {
  background: #fff;
  padding: 10px 0;
}

#content-wrapper {
  width: 759px;
  border-right: 1px solid #ccc;
}

#content {
  padding: 0 30px;
  font-size: 1.2em;
}

#content ul {
}

a {
  color: #164294;
  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;
}

#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: #12602c;
 font-size: 1.5em;
 margin-top: 10px;
}

h1.title {
  margin-top: 0;
}

h2 {
 color: #69bdab;
 font-size: 1.2em;
 margin-top: 5px;
}


/* 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;
/*  margin-top: 10px;
  margin-left: 20px; */
  padding-bottom: 25px;
  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 {
  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;
}



/* ***************** */
/*   for home only   */
/* ***************** */

#content-wrapper.home, #content.home {
margin:0;
padding:0;
background-color:#f1f1f1;
}

#leftcolumn {
margin:0;
padding:0;
}

#rightcolumn {
/* display:none; */
float:right;
}

#leftcol {
float:left;
width:495px;
background:#fff;
padding: 10px 10px 0 30px;
}

#rightcol {
/* border:1px solid red; */
float:right;
width:200px;
margin:0;
padding: 15px 10px 0 2px;
background-color:#f1f1f1;
}

