/*
Theme Name: TI World Conference
Theme URI: http://www.mediachrome.com
Description: TI three column theme
Version: 0.1
Author: James Bisset
Author URI: http://www.mediachrome.com

*/

@import url(css/reset.css);

/* Layout
----------------------------------------------------- */

body {
  margin: 0 0 20px 0;
	background-color: #efefef;
	color: #333;
	text-align: center;
	}
	
#container	{
	width: 960px;
	margin: 5px auto;
	}

#wrapper {
	margin: 0;
	padding: 0 10px;
	width: 940px;
	float: left;
	position: relative;
	background-color: #fff;
	text-align: left;
/*   background: #fff url(css/graphics/16-block-guides.png) repeat-y left top; */

	}
.clearfix:after, #wrapper:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, #wrapper {display:inline-block;}
* html .clearfix, * html #wrapper {height:1%;}
.clearfix, #wrapper {display:block;}
.clear {clear:both;}


	
#page { /* This is the wrapper for the three columns - sidebars and content */
	margin: 0;
	padding: 0;
	width: 940px;
	float: left;
	}


#content      { margin-left: 40px; } /* content indent */

#sidebar-left   { width: 240px; }
#sidebar-right  { width: 180px; }

body.sidebar-left #content  { width: 660px; }
body.sidebar-right #content { width: 720px; }
body.sidebars #content      { width: 480px; }

/*
#content        { background-color: #efefff; }
#sidebar-left   { background-color: #ffefef; }
#sidebar-right  { background-color: #efffef; }
*/

div.inner  { padding: 0 10px; }

#sidebar-left, #sidebar-right, #content {
  float: left;
	display: inline; /* hack for shitty IE */
  padding: 0;
  }

#content div.inner { padding: 0 10px 0 0; }
#sidebar-right div.inner { padding: 0 0 0 10px; }

/*  Header
----------------------------------------------------- */

#header {
	margin: 0 0 60px 0; /* Main menu is absolutely positioned, so we need to force a gap below the header */
	width: 940px;
  background: transparent url(css/graphics/centenary-frieze.jpg) repeat-x 800px bottom;
  padding: 10px 0 115px 0;
	float: left;
	text-align: left;
	}

#logo {
  margin: 0 0 0 40px;
  float: left;
  }
	
#header .textile-logo {
  margin: 60px 0 0 520px;
  float: left;
}


/*  Main menu
----------------------------------------------------- */

#main-menu  {
  position: absolute;
  top: 300px;
  left: 10px;
  border-top: 1px dotted #31a2cf;
  background-color: #241c1a;
  }

#main-menu ul {
  list-style-type: none;
  width: 890px; 
  margin: 0;
  float: left;
  padding: 0 40px 0 9px;
  border-left: 1px solid #555;
  }

#main-menu ul li  {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  border-right: 1px solid #555;
  }

#main-menu ul li a {
  float: left;
  margin: 0;
  padding: 5px 14px 5px 15px;
  font-size: 12px;
  text-decoration: none;
  color: #6bbbdc;
  background-color: #241c1a;
  }

#main-menu ul li a:hover {
  background-color: #483631;
  color: #acddf0;
  }
#main-menu li.current_page_item a,
#main-menu li.current_page_parent a, 
#main-menu li.current-cat a, 
#main-menu li.current_page_item a:hover,
#main-menu li.current_page_parent a:hover, 
#main-menu li.current-cat a:hover 
{
  background-color: #fff;
  color: #333;
}

/*  Sidebar
----------------------------------------------------- */
#conference-shout {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #f0efcf;
  border-right: 1px solid #f0efcf;
  background-color: #fefef3;
}

#conference-shout strong {
  font-size: 1.4em;
  font-weight: normal;
  }

#conference-shout p.boxed {
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 10px;
  border-bottom: 1px solid #c1c0a7;
  border-right: 1px solid #c1c0a7;
  background-color: #f0efcf;
}
#sub-menu ul li {
  border-bottom: 1px solid #fff;
}


#sub-menu ul li a {
  display: block;
  color: #241c1a;
  background-color: #6bbbdc;
  text-decoration: none;
  padding: 5px;
}

#sub-menu ul li a:hover {
  background-color: #483631;
  color: #acddf0;
}

#sidebar-right .widget {
  padding: 5px 10px;
  margin: 0 0 20px 0;
  border-right: 1px solid #ccd;
  border-bottom: 1px solid #ccd;  
  background-color: #e6f3f7;
}

#sidebar-right .widget h2 {
  text-align: center;
  font-size: 1.5em;
}

#sidebar-right .textwidget p {
  font-size: 85%;
  line-height: 1.5em;
  }

/*  Content
----------------------------------------------------- */


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #555;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.pagetitle { padding-bottom: 2px; border-bottom: 2px solid #ddd; }

.postmetadata {
	margin: 15px 0;
	padding-top: 5px;
  clear: left;
  color: #777;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

div.post small { color: #888; }

/* Images */


p img {
	padding: 0;
	max-width: 100%;
	}

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
	}



/* Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
.entry ul, .entry li {
padding-left: 0.8em;
}

/* sponsor lists */

#content ul.sponsor-list {
  margin: 1em 0 10px -10px;
  padding: 0;
  width: 480px;
  float: left;
  border-bottom: 5px solid #dfeff5;
/*   background-color: #aac; */
}

#content ul.sponsor-list li {
  list-style-type: none;
  float: left;
  width: 100px;
  height: 80px;
  margin: 0 0 5px 10px;
  padding: 7px 4px;
  border: 1px solid #efefef;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  overflow: hidden;
  background: #fffffb;
}

#content ul.sponsor-list li:hover {
  border: 1px solid #226;
  }


#content ul.sponsor-list li img{
  float: none;
  display: block;
  margin: 0 auto 10px;
  border: 0;
  width: 80px;
  }

#content ul.sponsor-list li a img {
  border: 0;
  }

#content ul.sponsor-list li a {
text-decoration: none;
color: #555
  }
  
#content ul.standard li {
  width: 100px;
  height: 100px;
  }
  
#content ul.standard li img {
  width: 80px;
  margin-bottom: 30px;
  }


#content ul.premium li {
  width: 140px;
  height: 140px;
  }
  
#content ul.premium li img {
  width: 105px;
  }
/* Comments*/

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
	

.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;
	}
	
#commentform p {
	margin: 5px 0;
	}


#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


/* Various Tags & Classes */


hr {
	height: 1px;
	margin: 1px 0 0 0;
	padding: 0;
	clear: both;
	border: 0;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*  Footer
----------------------------------------------------- */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/* Metasite */

#metasite {
  position: absolute;
  top: 0;
  left: 770px;
  width: 170px;
  }

#metasite ul  {
  float: left;
  border-left: 1px solid #90a0b7;
  }

#metasite ul li {
  float: left;
  list-style-type: none;
  border-right: 1px solid #90a0b7;
  color: #90a0b7;
  }

#metasite ul li a {
  text-decoration: none;
  padding: 0 5px;
  color: #90a0b7;
  }

#metasite ul li a:hover {
  text-decoration: underline;
  color: #000;
  }



/* Top search */

#topsearch {
  width: 170px;
	margin: 10px 0;
	text-align: left;
	font-size: 1em;
	line-height: 1em;
	}

#topsearch #tops {
  padding: 2px;
	width: 110px;
	background-color: #fff;
	border: 2px solid #ccc;
	}

#topsearch #topsearchsubmit {
  padding: 2px 4px;
  background-color: #192437;
  color: white;
  border: 2px solid #90a0b7;
  vertical-align: middle;
	}


#topsearch #topsearchsubmit:hover {
  background-color: #d2891e
	}

/* Accommodation form */

#content table.accommodation-form {
  float: left;
  position: relative;
  border: 2px solid #DDD;
  top: 0px;
  right: 0px;
  margin: 0 10px 10px 0;
  /*margin: auto;*/
  width: auto;
  border-collapse: collapse;
}
#content table.accommodation-form label {
  font-size: 90%;
}
#content table.accommodation-form input, #content table.accommodation-form select {
  font-size: 100%;
}
#content table.accommodation-form caption {
  background-color: #FFF;
  margin: auto;
  font-weight: bold;
  padding: 4px;
  font-size: 100%;
}
#content table.accommodation-form td {
  padding: 0.25em 0.5em;
  margin: 0;
  background-color: #EEE;
  border: 0;
  border-collapse: collapse;
}

#content table.accommodation-form td p {
  margin: 0;
}

/*  E Shop
----------------------------------------------------- */

#content .eshopshipping {
  display: none;
}

#content form.addtocart fieldset, #content form.eshop fieldset {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}

#content form.addtocart fieldset legend, #content form.eshop fieldset legend {
  text-align: left;
  font-weight: normal;
  border: 0;
  background-color: transparent;
}

#content form.addtocart fieldset.echeckbox {
  border: 0;
}

#content form.addtocart fieldset.echeckbox legend{
  font-size: 1em;
}

#content table.eshop, #content table.cart  {

}

#content table.eshop thead th, #content table.eshop td, #content table.cart thead th, #content table.cart #subtotal  {
  background-color: #e6f3f7;
  border-left: 1px solid #dde;
  border-top: 1px solid #dde;
}

#content table.eshop td {
  background-color: #fff;
}

#content table.eshop td.amts {
  background-color: #fefef3;
}

#content form.eshop fieldset {
  text-align: left;
}

#content form.eshop fieldset label, #content form.eshop fieldset input {
  text-align: left;
}

/* Presentations */

.presentation-credit {
font-style: italic;
color: #777;
}