/* @override http://wp.simonwheatley.co.uk/conference/wp-content/themes/twentyten-conference/style.css */

/*
Theme Name:     TwentyTen IS2012
Theme URI:      http://www.ulusiada.pt/is2012
Description:    A child theme for TwentyTen
Author:         Nuno Beirao
Author URI:     http://www.ulusiada.pt/is2012
Template:       twentyten
Version:        1.0
*/

@import url( "../twentyten/style.css" );

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/* @group Speakers */

ul.participants {
	list-style: none;
	margin: 0;
}

ul.participants .participant {
	float: left;
	height: 320px;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 165px;
}

#content ul.participants h2.participant-title {
	font-size: 	16px;
	margin-bottom: 5px;
}

ul.participants .participant-title a,
.single-participant a {
	text-decoration: none;
}

ul.participants .participant-title a span.fn,
.single-participant a span.fn {
	text-decoration: underline;
}

#content table.schedule .attachment-participant-schedule-thumb,
ul.participants .participant-title .attachment-participant-lineup,
.single-participant .attachment-participant {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 4px;
}

ul.participants .participant-title .attachment-participant-lineup img,
.single-participant .attachment-participant img {
	margin: 5px 5px 0;
}

.single-participant .attachment-participant {
	float: right;
	margin-left: 15px;
}

.single-participant #content .entry-title,
.single-participant .entry-content {
	clear: none !important;
}

/* @end */

/* @group Schedule */

#content table.schedule {
	width: 100%;
}

#content tfoot tr th,
#content tbody tr th {
	border-top: 1px solid #E7E7E7;
	padding: 6px 24px;
}

#content tbody tr th {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color: #000;
}

#content table.schedule tr td,
#content table.schedule tr th {
	vertical-align: top;
}

#content table.schedule tr td.column-session-time,
#content table.schedule tr th.column-session-time {
	width: 100px;
}

#content .column-session-with {
	width: 200px;
}

#content table.schedule .session-time {
	white-space: nowrap;
}

#content table.schedule h2.session-title {
	margin-top: 0;
}

#content table.schedule .with {
	clear: both;
	font-weight: 500;
}

#content table.schedule .attachment-participant-schedule-thumb {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

/* @end */

/* @group Sessions */

.tax-locations .one-column #content,
.post-type-archive-session .one-column #content {
	margin: 0 20px;
	width: auto;
}

/* @end */

#wrapper {
	padding: 0;
	margin-top: -32px;
}

#header {
	position: absolute;
	left: 0;
	height: 210px;
	width: 100%;
	background-color: #1e1919;
}

#header-logo {
	height: 190px;
	background-image: url('http://www.ulusiada.pt/is2012/wp-content/themes/twentyten-is2012/images/header.png');
	background-repeat: no-repeat;
	background-position: 535px 15px;
}

#header-photo {
	float: left;
	width: 500px;
	height: 210px;
	background-image: url('http://www.ulusiada.pt/is2012/wp-content/uploads/2011/10/is_2012_04.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#masthead {
	position: relative;
	top: 0px;
	width: 940px;
	margin: 0 auto;
}

#container {
	margin-top: 260px;
	min-height: 400px;

}

#primary {
	margin-top: 260px;
}

#footer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e1919;
}

#colophon {
	border: 0;
}

#access {
	background-color: #007cc3;
}

#access a {
	font-size: 90%;
        color: #ddd;
        display: block;
        line-height: 32px;
	text-transform:uppercase
}
#access ul ul {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        display: none;
        position: absolute;
        top: 32px;
        left: 0;
        float: left;
        width: 180px;
        z-index: 99999;
}
#access ul ul li {
        min-width: 180px;
}
#access ul ul ul {
        left: 100%;
        top: 0;
}
#access ul ul a {
        background-color: #007cc3;
/*        background: #333;*/
        line-height: 1em;
        padding: 10px;
        width: 160px;
        height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
        background: #75c5f0;
        color: #fff;
}
#access ul li:hover > ul {
        display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	font-weight: bold;
}

.comments-link, .cat-links, .meta-sep {
	display: none;
}

.cform ol.cf-ol li.cf-box-group input {
	clear:both;
}
.cform ol.cf-ol li.cf-box-group label {
	display: inline-block;
	width: 390px;
}
.cform ol.cf-ol label.cf-after span {
	width: 390px;
}
.cform ol.cf-ol li.cf-box-group label.cf-after span {
	width: 390px;
}
.cform ol.cf-ol li.textonly {
	padding:0 24px;
	text-align: justify;
	font-family: Georgia, 'Bitstream Charter', serif;
}

