/*
Theme Name: Hainan2010
Theme URI: http://hainanrendezvous2010.com/
Description: The very first WordPress theme for HainanRendezVous based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Thierry Haffner
Author URI: http://zenzoo.fr/
Tags: pink, hainan

	Hainan v1.0
	 http://hainanrendezvous.com/

	This theme was designed by bluincmedia and built by Thierry Haffner

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #d5d6d7 url('images/hainanbgcolor.jpg');
	color: #FFF;
	text-align: center;
	
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	font-family: Helvetica, Arial, sans-serif;
	color:#ec0088;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	/*font-size: 1.3em;*/
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	/*text-decoration: none;*/
	color:#fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FFF;
	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, a:visited, a:hover {
color:#FFFFFF;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	/*text-decoration: none;*/
	}

a:hover {
	color: #eb008b;
	
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */







/*	Begin Headers */
@ {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}


img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

div.partner_box img.alignnone {
  padding: 0;
  margin: 0 0 10px 0;
}
div.partner_box img.sphmagazine {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	 
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*  Hainan Theme specific */




.barsep
{
position: absolute;
height: 5px;
left: 18px;

}


.textbar
{
background-color:#BAB9B9;
}

.space-left
{
padding-left: 5px;

}




#naviga {
	width: 195px;
	margin-left: 0px;
	float: left; /* -> 5 */
	background: #949599 url('images/border-left.png');
	border:dotted;
}



.partner_box
{
	width:600px;
	border-style:double;
	border-color:#CCCCCC;
	border-width:thick;
	padding: 3px;
	color:#333333;
	background-color:#BAB9B9;
	margin-bottom: 15px;
	position: relative; /* modified by fubupc@2010-2-25 */
}


.press_box
{
background-color:#BAB9B9;
width:700px;
padding: 3px;
margin-bottom:15px;
height: 75px;

}


h3
{
  text-decoration: underline;
color:#FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
}

.listclean
{
margin-top:15px;

color:#FFFFFF;
list-style-type:disc;

}


.listclean li
{
	margin-left: 10px;
	padding: 0 0 0 0px;
	list-style-type:disc
	padding-left: 10px;
	text-indent: 3px;
	font-size:12px;
	color:#FFFFFF;

}

/* End of Hainan Theme specific */



/**
 *  Redesigned by fubupc
 *  @ 2010-3-4 
**/

.aligncenter {
  margin: 10px auto;
}

.button {
  display: inline-block;
  _height: 1%; /* ie6 hack */
  padding: 3px 9px;
  background: #ec008c;
  color: white;
  border-right: 1px solid #b3006b;
  border-bottom: 1px solid #b3006b;
  border-left: 1px solid #ff0099;
  border-top: 1px solid #ff0099;
  font-size: 14px;
  text-decoration: none;
}
.button:hover {
  background: #ff0099;
  color: white;
}

h1.title {
  border-bottom: 1px solid #ffffff;
}
  h1.title a {
    text-decoration: none;
  }

h1.exhibitor {
  font-size: 14px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #ffffff;
}
  h1.exhibitor a {
    text-decoration: none;
  }

h2.title {
  font-size: 14px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ffffff;
}

h2.imagetitle, h2.imagetitle {
  margin-bottom: 10px;
  margin-top: 0px;
}

h3.title, h3.title {
  margin-top: 15px;
}

small {
  display: block;
  margin-bottom: 28px;
}

.entry h1 {
  font-size: 14px;
}

.entry p {
  text-align: justify;
  margin: 0 0 12px 0;
}

input.short {
  width: 80px;
}
  table.mediabadge select {
    width: 155px;
  }

/** layout section */
body {
  background: #000000;
  text-align: left;

}

#page {
  width: 976px;
  padding: 1px 17px;
  margin: 20px auto;
}

#header {
  height: 180px;
  position: relative;
  z-index: 2;
}

#main {
  margin-top: 10px;
  overflow: hidden;
  background: url('images/dot-vert.png') repeat-y 170px 0px;
  padding-bottom: 10px;
}
  .home #main {
    background: none;
  }

  #content {
    width: 746px;
    float: right;
    padding: 10px 20px 30px 40px;
  }
  #sidebar {
    width: 160px;
    float: left;
  }

#footer {
  text-align: right;
}

/** header section */

#language {
  height: 22px;
}
  #qtranslate-chooser, #qtrans_language_chooser {
    float: right;
  }
    #qtranslate-chooser li, #qtrans_language_chooser li {
      float: left;
      padding: 3px 5px;
    }
      #qtranslate-chooser a, #qtrans_language_chooser a {
        text-decoration: none;
      }

#header #logo {
  width: 155px;
  height: 155px;
  float: left;
}

#header .wrapper {
  width: 806px;
  float: right;
}

  #banner {
    height: 94px;
    overflow: hidden;
  }

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav {
  background: url('images/nav_bg.png') repeat-x;
  height: 58px;
}
  #nav a {
    color: #000000;
  }
  #nav li {
    float: left;
    position: relative;
  }
  #nav li ul li {
    float: none;
    display: block;
    position: static;
  }

#nav li ul {
  visibility: hidden;
  position: absolute;
  background: white;
  width: 170px;
  z-index: 1000;
  border-top: 1px solid #73737B;
}
  #nav li ul li {
    float: none;
  }
  #nav li a {
    display: block;
    width: 134px;
    height: 57px;
    text-decoration: none;
  }
  #nav li ul li a {
    width: 150px;
    height: auto;
    padding: 5px 10px;
  }

#nav li:hover ul, #nav a:hover ul {
  visibility: visible;
}

#nav a:hover, #nav li ul li:hover a {
  background: #ec008c;
  color: #ffffff;
}


#nav li:hover > a {
  background: #ec008c;
  color: #ffffff;
}

#nav table {position:absolute; top:58px; left:0; border-collapse:collapse;}


/** main section */


#linear-1, #linear-2, #linear-3, #linear-4 {
  padding-bottom: 15px;
  background: url('images/horizontal-dot.png') left bottom no-repeat;
  overflow: hidden;
  position: relative;
}
#linear-3 {
  padding-bottom: 30px;
  position: relative;
}
  #linear-3 .book-now {
    position: absolute;
    top: 60px;
    left: 250px;
  }

#linear-4 {
  background: none;
  padding-bottom: 0;
}

.col-left {
  width: 439px;
  float: left;
  padding: 15px 0 0 14px;
  position: relative;
}

.col-right {
  width: 439px;
  float: right;
  padding: 15px 14px 0 0;
  position: relative;
}

.listclean {
  list-style: outside disc;
  margin: 0;
  padding: 10px 0 10px 65px;
}
  .listclean li {
    padding: 0;
    margin: 0;
  }

#linear-1 {
  padding: 5px 0 25px 0;
}
  #videoBox {
    width: 340px;
    height: 270px;
    float: left;
    overflow: hidden;
  }
  #ladyBox {
    width: 324px;
    height: 270px;
    float: left;
    margin-left: 6px;
    overflow: hidden;
  }
  #hainanBox {
    width: 290px;
    height: 260px;
    padding: 5px;
    float: right;
    background: #BAB9B9;
    overflow: hidden;
    position: relative;
  }
    #hainanBox .read-more {
      position: absolute;
      right: 5px;
      bottom: 5px;
    }


#content {}
  
  .post {
    font-size: 12px;
    margin-top: 10px;
  }
    .archive .post, .category .post {
      margin-bottom: 40px;
    }
 
  .post table.mediaBadge td {
    vertical-align: baseline;
  }

  .entry {
    overflow: hidden;
  }
    .single .entry {
      margin-top: 30px;
    }
    
    .maintitle, .photo {
      margin-right: 5px;
      margin-bottom: 5px;
    }
    .exhibitor {
      width: 300px;
      height: 100px;
      overflow: hidden;
      margin-right: 5px;
      margin-bottom: 5px;
      text-align: center;
    }
      .exhibitor img {
        line-height: 100px;
        vertical-align: middle;
      }
    .single .maintitle, .single .photo {
      margin: 0 0 10px 10px;
    }
    .archive .maintitle {
      width: 300px;
      height: 100px;
      text-align: center;
      line-height: 100px;
    }
      .archive .maintitle img {
        vertical-align: middle;
      }

/* main end */

/** footer */

#footer {
  margin-top: 20px;
  padding: 1px;
  background: url('images/horizontal-dot.png') no-repeat left top;
}

  #footer p {
    font-size: 10px;
    font-family: Helvetica, sans-serif;
    margin: 12px 0;
  }

/* footer end */

/* Hides from IE5-mac \*/
* html div {zoom: 1;}
* html li {zoom: 1;}
* html a {zoom: 1;}
/* End hide from IE5-mac */ 

/* added end */

#exhibitors-list {
  width: 99%;
}

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

table {
  text-align: left;
}

table select {
  width: 165px;
  font-family: Arial, sans-serif;
}

#maparea {
  position: relative;
}

#maparea #mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 746px;
  height: 426px;
  display: block;
  z-index: 7;
}

#maparea a {
  position: absolute;
  display: block;
  text-indent: -999px;
  z-index: 8;
  background: url('images/zoom.png') 50% 50% no-repeat;
}

a#es {
  width: 203px;
  height: 203px;
  left: 65px;
  top: 162px;
}

a#tt {
  width: 86px;
  height: 83px;
  left: 280px;
  top: 264px;
}

a#pr {
  width: 264px;
  height: 93px;
  left: 371px;
  top: 255px;
}

a#ed {
  width: 746px;
  height: 40px;
  left: 0px;
  top: 350px;
}

a#media-partners {
  background: url('images/media-partners.png') no-repeat;
  text-indent: -999px;
  display: block;
  width: 106px;
  height: 30px;
  text-decoration: none;
  margin-top: 8px;
}

input#searchsubmit {
  background: url('images/search-submit.png') no-repeat;
  display: block;
  text-indent: -999px;
  width: 61px;
  height: 20px;
  border: 0;
  color: white;
  cursor: pointer;
}