/* HTML BASIC ELEMENTS */
body {
	font-family: FreeSans, Helvetica, sans-serif;
	font-size: 0.92em;
	text-align: center;
}
a {
	color: #DD3300;
	outline: 0;
}
a:hover {color: #000000}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #FF3D00;
	margin-bottom: 0px;
	font-weight: normal;
	border-bottom: 2px solid;
}

/* BODY STRUCTURE */
body.sidebars, body.sidebar-left {
	min-width: 1000px;
	max-width: 1150px;
	margin: auto;
	text-align: left;
}

.bottom-message {
	text-align: center;
	font-size: 0.8em;
	color: #666 !important;
}
.bottom-message a {
	color: #093 !important;
}

#header-region {
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 10px;
}

#header-region #block-views-on_focus-block_1 {
	width: 65%;
	float: left;
}
#header-region #block-block-4 {
	width: 250px;
	height: 75px;
	float: right;
	margin: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#header-region #block-block-4 h2 {
	margin-top: 0px;
	font-size: 0.9em;
	text-align: left;
}
#header-region #block-block-4 p {
	text-align: center;
	margin: 10px 0px 0px !important;
}
#header-region #block-aggregator-feed-3 {
	clear: left;
	width: 60%;
}
#header-region #block-aggregator-feed-3 h2 {
	font-size: 0.9em;
	color: #039;
	text-align: left;
}
#header-region #block-aggregator-feed-3 ul {
	font-size: 0.8em;
	padding: 0px;
}
#header-region #block-aggregator-feed-3 ul li {
	list-style-type: none;
	margin: 0px;
	width: 31%;
	float: left;
	margin: 0 1%;
}
#header-region #block-aggregator-feed-3 .more-link {
	display: none;
}
#header-region #block-aggregator-feed-3 a {
	color: #039;
	text-decoration: none;
}

.view-on-focus .views-field-title {
	color: #009933;
	font-size: 2em;
	margin: 0px;
	font-weight: bold;
}
.view-on-focus p {
	font-size: 2em;
	color: #009933;
	margin: 0px;
}

#header-region {
	height: 157px;
	background-repeat: no-repeat;
}
#header-region.confe {background-image: url(images/conf_head.png);}
#header-region.compe {background-image: url(images/comp_head.png);}
#header-region.mindt {background-image: url(images/publ_head.png);}

#header .primary-links {
	float: right;
	background-color: #FF3300;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	padding: 8px 20px;
	width: 500px;
}
#header .primary-links li {
	padding: 0 1.1em;
}
#header .primary-links a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
}
#header .primary-links a:hover,
#header .primary-links a.active {
	color: #FF0000;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topright: 20px;
}
#header .secondary-links {
	clear: right;
        float: right;
        background-color: #FFF;
        padding: 5px;
        width: 400px;
}
#header .secondary-links a {
        color: #F30;
        font-size: 0.9em;
	text-transform: uppercase;
        text-decoration: none;

}
#header .secondary-links a:hover,
#header .secondary-links a.active {
        text-decoration: underline;
	color: #666;
}

#secondaryLinks.compe .secondary-links li {
	width: 400px;
	display: list-item;
}
#secondaryLinks.confe .secondary-links li {
        width: 180px !important;
        display: block;
	float: left;
}

#header #logo-floater {
	width: 50%;
	float: left;

}

.panel-col-last {

	display: none;

}

#logo-floater h1,
#logo-floater h1 a,
#logo-floater h1 a:hover,
#logo-floater h1 a:visited {
	color: #F30;
	text-decoration: none;
	font-size: 2em;
	margin: 0px;
	padding-left: 15px;
	float: left;
	display: none;
}
#logo-floater .slogan {
        color: #F30;
        font-style: italic;
        font-size: 1.4em;
        margin-right: 30px;
	float: right;
	clear: both;
	display: none;
}

#sidebar-left {

	width: 18%;
	float: left;

	/*overflow: hidden;*/

}

#sidebar-left h2 {

//	display: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #000;
	width: 80%;

}

#sidebar-left ul {

	padding: 3px 3px 3px 0;

	font-size: 15px;
	font-weight: bold;

}

#sidebar-left ul a {

	text-decoration: none;

}

#sidebar-left ul li {

	list-style: none;
	margin: 0;

}

#sidebar-left ul li ul {

	padding: 3px 3px 3px 13px;	

	font-size: 14px;
	font-weight: normal;

}

#sidebar-left ul li ul li ul {

	/*font-size: 12px;*/

}

#center {
	width: 58%;
	float: left;
	padding: 2px 1% 1% 1%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	background-color: #F7F7F7;
	min-height: 600px;
}
#center.no-left {
	width: 76%;
}
#center.no-right {
        width: 78%;
}


#sidebar-right {
	width: 20%;
	padding-left: 1%;
	padding-top: 10px;
	float: left;
	/*border: 5px solid #CCCCCC;*/
	border-right: 0px;
	/*background-color: #eee;*/
   /*     -moz-border-radius-topleft: 30px;
        -moz-border-radius-bottomleft: 30px;*/
	text-align: left;
}
#sidebar-right a {
	color: #333;
	text-decoration: none;
}
#sidebar-right a:hover {
	color: #000000
}
#sidebar-right h2 {
	/*background-color: #333;*/
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	/*border-top: 4px solid #093;*/
	border-bottom: 2px solid #FF3D00;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-right: 10px;
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;*/
	text-align: right;
}
#sidebar-right .block {
	margin-bottom: 30px;
}
#sidebar-right .block .content {
	padding-right: 10px;
}
#sidebar-right .block-aggregator ul {
	margin: 0px;
	padding: 5px;
}
#sidebar-right .block-aggregator ul li{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0;
}
#sidebar-right .block p#follow_mindtrek img {
	float: right;
	margin-bottom: 6px;
	padding-right: 10px;
}

#footer {
	background-color: #FFF;
	margin: 15px;
}
#footer a {color: #ffffff}
#footer a:hover {color: #000000}
#footer h2 {
	color: #ffffff;
	background-color: #FF3300;
	margin: 0 0 10px 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 3px solid #666;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
}
#footer .content {
	width: 90%;
	margin: auto;
}
#footer img {
	vertical-align: middle;
	margin: 0 10px 0 10px;
}

#footer .partner_logos {

	width: 100%;

	clear: both;

	text-align: center;

	line-height: 50px;

}

#footer .logo_separator {

	width: 30%;
	height: 1px;

	margin: 10pt auto;
	color: #FFFFFF;

	background-color: #FF3300;
}

/* OTHER CUSTOMIZATIONS */
.quote {
	border: 2px dotted #FF3300;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
	padding: 5px;
}
p.quote_text {
	font-style: italic;
	margin:0px;
}
p.quote_author {
	text-align: right;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}



#center .views-field-created,
.submitted {
	font-size: 0.85em;
}
#center .views-field-created,
.submitted,
.submitted a,
.submitted a:hover,
.submitted a:visited {
	color: #aaa;
}
#center .panel-flexible .views-field-title {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FF3D00;
	border-bottom: 2px solid;
	padding-top: 8px;
	clear: both;
}
#center .views-field-title  a {
	text-decoration: none;
}
#center .views-field-body {
	//padding-bottom: 10px;
}
#center .views-field-body p {
	margin-bottom: 0px;
}
#center .views-field-view-node {
	float: right;
}

.block-simplenews input {
	float: right;

}
.block-simplenews label {
	margin-right: 0.2em;
	display: inline;
}
.block-simplenews .form-item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}
.block-simplenews .issues-link {
        margin-top: 0.5em;
	clear: both;
}

div#block-aggregator-feed-1 {

	overflow: hidden;

}

/*to get the speaker scroller up*/
.panel-row-1 {

	padding: 0 !important;

}

p#random_img {

	margin: 0;
	text-align: center;

}

/*Speakerlist info*/
div.pane-speakers {
	height: 240px;
	overflow: hidden;
	position: relative;
}

div.pane-speakers h2.pane-title {
	padding-top: 0;
	margin-bottom: 20px;
}

div.pane-speakers h2.pane-title a {
	text-decoration: none;
}

div.pane-speakers div.pane-content {
	height: 150px;
	width: 8000px;
	position: absolute;
	left: 33px;
	top: 50px;
	z-index: 10;
}

div.pane-speakers div.views-row {
	width: 145px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

div.pane-speakers div.views-field-field-speaker-image-fid {
	height: 105px;
}

div.pane-speakers div.views-field-title, div.pane-speakers div.views-field-title a {
	border-bottom: none !important;
	color: #000000 !important;
	text-transform: none !important;
	font-size: 14px;
	padding-top: 0 !important;
}

div.pane-speakers div.more-link {
	position: absolute;
	bottom: 0;
	right: 0;
}

div.views-field-field-speaker-title-value, div.views-field-field-speaker-organization-value {
	float: left;
}

div.view-display-id-page_1 div.views-row {
	padding-top: 10px;
	clear: both;
}

img.speaker_arrow_left {
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 20;
}

img.speaker_arrow_right {
	position: absolute;
	top: 55px;
	right: 0px;
	z-index: 20;
}

/**Speaker-page***/
div#speaker_page_image {
	width: 80px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #000000;
	float: left;
	margin: 0 8px 8px 0;
}

p.speaker_backlink {
	text-align: right;
}

p.speaker_info {
	font-weight: bold;
}

p.presentation_info {
	clear: both;
}

p#speaker_page_bio {
	clear: both;
}

a.speaker_show_info {

	text-decoration: none;
	color: #000000;
	font-weight: bold;	

}

div.speakerlist_info {

	display: none;

	padding: 5px;
	border: 1px solid #000000;
	background-color: #CCCCCC;

	float: left;

	margin-bottom: 5px;

}

div.speakerlist_info img {

	float: right;
	margin-left: 10px;

}

div.speakerlist_info h5 {
        font-size: 1em;
        font-weight: bold;
        line-height: 1em;
        margin: 0px;
        margin-top: 15px;
}
div.speakerlist_info h6 {
        font-size: 1em;
        line-height: 1em;
        margin: 0px;
        margin-top: 15px;
}
div.speakerlist_info p {
        margin-top: 10px;
        margin-bottom: 0px;
}

/**Index-link**/
div#block-block-6 div.content {
	width: 720px;
	height: 157px;
}

div#block-block-6 a {
	display: block;
	width: 100%;
	height: 100%;
}

/**Logo-carousel**/

.slideshow_image {

	display: none;

	text-align: center;
	height: 65px;

	padding-top: 10px;

}

.slideshow_image img {

	vertical-align: middle;

}



/* allow text to surround images
   in normal content pages */
img.text_around {
	float: left;
	padding-right: 5px;
}

/* hide 'search this site' label */
#block-search-0 label {
	display: none;
}
#block-search-0 form {
	float: right;
}

/*Restaurant-style (Venue->Restaurants)*/
div.restaurant_logo {

	float: left;
	width: 30%;

}

div.restaurant_info {

	float: left;
	width: 70%;

}

/* Better page format for Twitter, Jaiku and Qaiku pages */
#aggregator .feed-description,
#aggregator .feed-url,
#aggregator .feed-icon img,
#aggregator .feed-image,
#aggregator .feed-updated {
	display: none;
}
#aggregator .feed-item-body {
	display: none;
}
#aggregator .feed-item-title {
	font-size: 1.0em;
	font-weight: normal;
}
#aggregator .feed-item-title a {
	color: #000;
	text-decoration: none;
}
#aggregator .feed-item-date {
	font-size: 0.9em;
	margin-left:10px;
	color: #999;
}

/*News archive*/
div.view-conference {
	margin-top: 10px;
}

div.view-conference span.news_archive {
	border: none !important;
	font-size: 12px !important;
}
