/*
 * The Gathering 2008
 * Copyright (c) 1996-2007 KANDU and contributors
 */


body { 
	
        background:#000 url(http://www.gathering.org/tg08/files/images/newbg2.jpg) no-repeat; background-position: center 0;
	width:100%;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", "Verdana", "Arial", "Sans-Serif";
	font-size: 0.72em;
	min-height: 100%;
	height: 100%;
	}

h1, h2, h3, h4, h5 { font-family: Georgia, times; }
h1 {}
h2 { font-size: 1.4em; margin-bottom: 12px; margin-top: 0px; }
h3 { font-size: 1.5em; margin-bottom: 7px; font-weight: normal; }
h4 { font-weight: bold; font-size: 1.1em; margin-bottom: 1em; margin-top: 1em;}
h5 { font-weight: bold; }

a { color: #004276; text-decoration:none; }
a:hover { color: #9d1802; text-decoration: underline; }

ul { margin-left: 30px; margin-bottom: 1em; list-style-type: square; }
ol { margin-left: 30px; margin-bottom: 1em; }
#nav ol { margin-left: 0; }

strong { font-weight: bold; }
em { font-style: italic; }
p { line-height: 1.4em; margin-bottom: 10px; }



/* Top */
#top {
	display: none;
}

#top a, #bottom a{
	visibility:hidden;
}

/* Content */
#middle {
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	*text-align: left; /* ie hack for centering */
	position: relative;
}

/* Header */
#hd {
	width:100%;
	overflow:hidden;
}

/* Hides the actual text and places an image in its place. */
#hd h1 {
	color:#fefefe;
	text-align:left;
	margin:0px;
	padding-top:160px;
	padding-left:70px;
	width: 970px; 
	background: url(http://www.gathering.org/tg08/files/images/header_notext.jpg) no-repeat 0px 0px; 
	font-size: 200%;
	height:40px;
	font-weight:bold;
	}

#hd h1 a {
	color: #fff;
	text-decoration: none;
}

#hd h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#hd h1 span{
	font-size:60%;
}

/* Body */
#bd {
	width: 970px;
	text-align:left;
	position: relative;
}

/* Footer */
#ft {
	text-align: center;
	height: 100%;
	padding-top: 10px;
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	*text-align: left; /* ie hack for centering */
	position: relative;

}

#ft p { text-align: center; }

/* Bottom */
#bottom {
	display: none;
}

/* menu */

#nav { float: left; padding: 10px; padding-right: 5px; width: 90px; }
#nav a.top { text-transform: uppercase; font-size: 0.9em; }
#nav ul { margin-left: 0; list-style-type: none; font-size: 0.8em; margin-bottom: 5px; }
#nav ul a { color: #777; }
#nav a:hover { color: #004276; text-decoration: underline; }

li#navPress { padding-bottom: 0.5em; border-bottom: 1px solid #ccc; }
li#navContactUs { font-size: 0.8em; margin-top: 1em; }
ol#navLowerMenu { font-size: 0.8em; margin-top: 1em; padding-top: 1em; border-top: 1px solid #ccc; }
ol#navLowerMenu a { color: #777; }
li#navKANDU a, li#navContactUs a { color: #777; }


#right { position: absolute; top: 10px; right: 10px; width: 120px; }

ul#quilt li { position: relative; display: block; height: 133px; width: 200px; overflow: hidden; }

ul#quilt li img { position: relative; }

#sponsorpage { text-align: center; }

#sponsorpage ul, #sponsorpage li { margin: 0; padding: 0; }
#sponsorpage h3 { display: block; width: 100%; margin-top: 10px; }
#sponsorpage ul { display: block; }
#sponsorpage li { display: inline; margin: 3px; }
#sponsorpage li a { width: 134px; height: 42px; }


/* 
 * Single
 * Pages with a single post.
 */

.single { width: 570px; float: left; padding: 0px; padding-top: 2em; border-left: 1px solid #ccc; border-right: 1px solid #ccc;  }
.single_large { width: 710px; }
.single p { font-size: 1.1em; }

#related { padding: 10px; width: 300px; float: left;  }
#related h3 { font-size: 1.2em; border-bottom: 1px solid #ccc; }
#related ul { margin-left: 1.2em; }

.single_right { width: 290px; float: left;  }
.single_right_small { width: 150px; float: left; }
.single_right h2 { padding-left: 10px; padding-top: 10px; font-size: 1.2em; }
.single_right ul { margin-left: 40px; }


.news { /* margin-left: 110px; used only when #nav is fixed */ width: 538px; float: left; padding-top: 10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; height: 100%; }
.news h2 { font-size: 1em; }
.news .post { margin-bottom: 2em; }
.post .meta { font-size: 0.8em; margin-top: 1em; }
.post.notice { background-color: #ffccff; }

.posts { }

.post { padding-left: 10px; padding-right: 10px; }
.post h2 { margin-bottom: 0; font-size: 2em; } /* for pages with a single post */
.post h3 { padding-bottom: 0; font-size: 1.1em; font-family: Georgia, times; font-weight: bold; margin-bottom: 0; }
.post h3 a {  }
.post h3 a:hover { text-decoration: underline; }
.post .author { color: #777; font-size: 0.8em; padding-top: 0.2em; padding-bottom: 0.6em; }
.post .author strong { text-transform: uppercase; }
.post .author .date { color: #900; }
.post .teaser { }
.post .tags { font-size: 0.8em; color: #777; margin-bottom: 2em; }
.post h3 .category { float: right; font-size: 0.6em; margin-top: -20px; }
.single .post h3 { font-size: 1.4em; padding-bottom: 0.812em; }

hr { width: 53%;  color: #cccccc; border: 0em solid #fff; border-bottom: 0.07em solid #cccccc; }

#map { float: left; width: 550px; height: 450px; border: 1px solid #ccc; border-top: 0;}



#bigColumn { width: 304px; float: left; border-right: 1px solid #ccc; }

#features { padding-top: 10px; }
.feature { border-bottom: 1px solid #ccc; }
.feature h2 { padding: 4px; font-size: 1.8em; margin-bottom: 0; }
.feature .teaser { padding: 8px; }
.feature_img {  }
.feature .meta { margin-bottom: 0; font-size: 0.8em; padding: 4px; border-top: 1px solid #eee; }

#tab_control { margin-top: 2px; padding-left: 10px; padding-right: 10px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#tab_control h4 { float: left; font-family: "Lucida Grande", Verdana; font-size: 1em; }
#tab_control ul { margin-left: 0;}
#tab_control ul li { list-style-type: none; display: inline; float: left; }

#player { border-bottom: 1px solid #ccc;}
#player h3 { font-size: 1.2em; padding-left: 10px; }
#player h3 .author { font-size: 0.7em; color: #900; } 
#player2 { padding-left: 10px; }


#my_gathering { float: left; width: 388px; margin-left: -1px; padding-left: 10px; padding-right: 10px; margin-top: 2px; margin-bottom: 2px; border: 1px solid #900;  }

#my_gathering h4 { font-size: 1em; }
#my_gathering { font-size: 0.9em; }

#my_gathering ul#pictures, #my_gathering ul#videos { margin-left: 0; }
#my_gathering ul#pictures li, #my_gathering ul#videos li { display: inline; }

#my_gathering ul li em { font-size: 0.8em; }
#my_gathering .logout { float: right; margin-top: -30px; }

#my_gathering table#profile {}
#my_gathering table#profile tr {}
#my_gathering table#profile td { padding: 3px; }


#my_gathering_login { float: left; width: 388px; padding-left: 10px; padding-right: 10px; margin-top: 2px; margin-bottom: 2px; border: 1px solid #ccc; border-left: 0; }
#my_gathering_login_table { text-align: center; }
#my_gathering_login_table td { padding: 4px; }
#my_gathering_login input { font-size: 1.5em; font-weight: bold; border: 1px solid #ccc; padding: 3px;}

input#submit { font-size: 1.2em; text-align: right;}


#comingup { float: left; padding: 10px; width: 284px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 0px solid #ccc; }
#comingup_table { padding: 10px; width: 100%; }
#comingup_table tr {}
#comingup_table tr.odd {}
#comingup_table tr.even {}
#comingup_table tr.past { background-color: #eee; color: #000; text-decoration: line-through; }
#comingup_table tr.present { background-color: #ffffcc; }
#comingup_table tr.present td { background-color: #ffffcc; }
#comingup_table tr.last td { border-bottom: 1px solid #ccc; }
#comingup_table tr:hover { background-color: #ffc;; }
#comingup_table tr:hover th { background-color: #fff }
#comingup_table th { font-size: 0.8em; }
#comingup_table td { padding: 3px; color: #777; border-left: 1px solid #ccc; border-top: 1px solid #ccc; }
#comingup_table td.last { border-right: 1px solid #ccc; }


#join { 
	float: left; 
	padding: 10px; 
	width: 284px; 
	border-right: 1px solid #ccc; 
	
}

#lan {
	padding: 0px;;
	padding-bottom: 0px;
	border: 0px;
	text-align: left;
}

.lan_li { display: inline;  }
#lan_ol { text-align: left; padding-top: 1em; }

.lan_ol { padding: 0px; }


#feedback { border: 1px solid #999; padding: 5px; background: #eee; }

#feedback p { font-size: .9em; margin: 0; padding: 0; text-align: center; }

#scoreboard { position: absolute; top: 45px; right: 40px; width: 200px; font-size: 0.9em; line-height: 0px; font-family: sans-serif;}



#event { font-size: .9em; margin-bottom: 10px;  }
#event th { color: #628215; padding-top: 10px; padding-left: 3px; vertical-align: top; padding-right: 25px; }
#event td { padding-top: 10px; padding-left: 10px; vertical-align: top; padding-right: 0;}
#event a { text-decoration: underline; color: #627215; font-weight: bold; }
#event td.invitation { text-align: center; }

#events { font-size: .9em; margin-bottom: 10px;  }
#events th { font-size: 1.2em; color: #628215; padding-left: 5px; vertical-align: top; padding-right: 25px; }
#events td { padding: 5px; }
#events a { text-decoration: underline; color: #627215;  }
#eventsTiny { font-size: .9em; margin-bottom: 5px;  }
#eventsTiny th { font-size: 1.2em; color: #628215; vertical-align: top; padding-right: 3px; }
#eventsTiny td { padding: 2px; }
#eventsTiny a { text-decoration: underline; color: #627215;  }


table#events .when {  }
table#events .where { }
table#events .what { }
table#events .odd { background-color: #eee; }
table#events tr:hover { background-color: #e1e1e1; }
table#events .now { color: #900; }
table#events .now a { color: #900; }

#eventsTiny .when {  }
#eventsTiny .where { }
#eventsTiny .what { }
#eventsTiny .odd { background-color: #eee; }
#eventsTiny tr:hover { background-color: #e1e1e1; }
#eventsTiny .now { color: #900; }
#eventsTiny .now a { color: #900; }

table#showEvent { margin-bottom: 20px; }
table#showEvent th { color: #628215; font-weight: bold; text-align: right; padding-right: 5px; }
table#showEvent td { padding: 4px; }
table#showEvent a { text-decoration: underline; color: #627215; font-weight: bold;  }
table#showEvent td.what { font-weight: bold; font-size: 1em; }

table#cs-servers { width: 100%; }
#cs-servers .odd { background-color: #eee; }
#cs-servers tr:hover { background-color: #e1e1e1; }
#cs-servers td { padding: 2px; }

#navSchedule a span { color: #900; }






#organiser { margin-top: 1em; border-top: 1px solid #ccc; }
#organiser h3 { text-align: center; margin-top: 10px; margin-bottom: 10px; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; }
#organiser p { text-align: center; }




.entries ul, .entries ol { margin-left: 28px; margin-bottom: 10px; }
.entries ul li { list-style-type: disc; line-height: 1.5em; margin-left: 15px; }
.entries ol li { list-style-type: decimal;}

.entry img { padding: 6px; border: 1px solid #999; margin: 4px; }
img.left { float: left; padding: 5px; border: 1px solid #999; margin: 5px; }
img.right { float: right; padding: 5px; border: 1px solid #999; margin: 5px; }

.entry span.sticky { margin-left: 7px; }
.entry span.sticky img { margin: 0; border: 0; padding: 0; }

#sponsors { opacity: 1; text-align: center;  visibility: visible; }
#sponsors ul { margin-left: 0; margin-top: 1em; }
#sponsors ul li { list-style-type: none; display: inline; margin: 4px; }

#single_sponsors { float: left; width: 288px; text-align: center; }


#tag-cloud {
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
float:left;
padding:10px;
width:284px;
}

#images {
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
float:left;
padding:8px;
width:288px;
}

/*.yui-main { border-left: 1px solid #ccc; }*/


.not_found h2 { text-align: center; font-size: 5em; }
.not_found p { text-align: center; font-size: 4em; }


ul.tag-cloud, .tag-cloud li { margin:0; padding: 0; }
ul.tag-cloud {
        text-align: center;
list-style: none !important;
}
.tag-cloud li {
        list-style: none !important;
        display: inline !important;
        line-height: 18px;
}
li.tag-cloud-1 { font-size: 0.8em; opacity: 0.6; font-weight: bold; }
li.tag-cloud-2 { font-size: 0.9em; opacity: 0.7; }
li.tag-cloud-3 { font-size: 1.0em; opacity: 0.8; }
li.tag-cloud-4 { font-size: 1.1em; opacity: 0.9; }
li.tag-cloud-5 { font-size: 1.2em; opacity: 0.9; }
li.tag-cloud-6 { font-size: 1.3em; opacity: 1.0; }

#video {
  float: left;
  width: 302px;
  padding-bottom: 10px;
}

#video a {
  display: block;
  font-size: 11px;
  color: #555;
  width: 288px;
}

#video a:hover {
  text-decoration: none;
}

.video {
 margin-top: 10px;
 margin-bottom: 10px;
}

ul.image-list {
  text-align: center;
  margin: 0 auto;
}

ul.image-list, ul.image-list li {
  list-style: none;
  margin: 1px;
  display: block;
}

ul.image-list img {
}

ul.image-list li {
  display: block;
  width: auto !important;
  position: relative;
  width: 91px !important;
  height: 45px !important;
  border: 1px solid #000;
  overflow: hidden;
  float: left;
}

ul.image-list a {
  display: inline !important;
  overflow: hidden;
  position: relative;
  display: inline !important;
}

#etoNotice { display: none; }

.read_more { font-weight: bold !important; }
