/**
 * common.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id:
 */

/**
 * Common HTML elements
 */
a{
    text-decoration: none;
}

a:link {
	color: #335;
}

a:active {
	color: #253;
}

a:visited {
	color: #335;
}




/**
 * Main layout elements
 */

#header {
	background-color: rgb(0,152,153);
}

#footer {
	background-color: #CAA;
}

#main {
	width: 80%;
	margin: 0 auto;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px solid rgb(0,152,153);
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid rgb(0,152,153);
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid rgb(0,152,153);
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top; 
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}


/**
 * Organizing Team Lists
 */

ol.organizingTeam {
}

ol.organizingTeam li {
	list-style: none;
}

ol.organizingTeam, ol.organizingTeam li {
	margin-left: 0;
	padding-left: 0;
}


/**
 * Additional text styles
 */

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.listing {
	border-collapse: collapse;
}

table.listing tr.data td {
	border-top: 1px solid rgb(0,152,153);
	border-bottom: 1px solid rgb(0,152,153);
}

table.listing tr.data td.drag {
	cursor: move;
}


/**
 * Other organizational elements
 */


/**
 * Drag and drop styles
 */
.draggable {
	position: relative;
	cursor: move;
}

.borderBox {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.floatLeft {
	float: left;
}

/**
 * Scheduler styles
 */
.scrollContainer {
	overflow: auto;
}

.scheduleTable {
	min-width: 100%;
}

.schedulerEvent {
	color: #880000;
	background-color: #FBFBF3;
}

.schedulerPresentation {
	color: #008800;
	background-color: #FBFBF3;
}

.schedulerEventHeader {
	color: #FBFBF3;
	background-color: #880000;
}

.schedulerPresentationHeader {
	color: #FBFBF3;
	background-color: #008800;
}


td.hole {
	background-color: #777777;
}

td.timeRowLabel {
	border-style: solid none none none;
	border-width: 1px;
}

.droppable {
}

td.notificationContent {
	padding-left: 5px;
	padding-right: 5px;
}

td.notificationFunction {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

/* @group Font Sizer */

.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}

a.smallFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	color: none;
}

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;

}

a.defaultFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	color: none;
}

.largeFont {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
}

a.largeFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	color: none;
}

#sidebarDevelopedBy{
    display: none;
}
ul li a{
    text-decoration: none;
}
ul li a:hover{
    margin-left: 5px;
    transition: 0.1s;
}
.menu a:hover{
    margin-left: 0;
	background: rgb(0,152,153);
    color: white;
    box-shadow: 2px 2px rgb(0, 102, 102);
}
#conference h4{
    text-decoration: none;
}
#conference h4:hover{
    text-decoration: underline;
}
.action{
    display: inline-block;
    padding: 5px;
    background: rgb(0,152,153);
    font-weight: 600;
    border-radius: 3px;
    margin-top: 3px;
}
.action:hover{
    color: white;
}
#signinForm a:hover, #content > a:hover, #conference .info tr:first-child a:hover{
    margin-left: 5px;
    transition: 0.1s;
}
.info td[align=right] a:hover {
    margin-left: 0 !important;
}
#plugins a:hover{
    margin-left: 0;
}
#register{
    display: inline-block;
    margin-left: -100px;
}
#sidebarHelp{
    display: inline-block;
    margin-top: 2px;
    width: 250px;
    float: left;
    text-transform: uppercase;
}
#sidebarHelp a{
    display: inline-block;
    font-size: 1em;
    color: #111;
    padding: 3px;
    letter-spacing: 1px;
    margin-left: -3px;
}
#sidebarHelp a:hover{
    background: rgb(0,152,153);
    border-radius: 3px;
}
.drag a, .data a{
    background: none;
    padding: 0;
}
.drag a:hover, .data a:hover{
    color: #111;
}
.steplist a{
    padding: 3px;
}
.steplist a:hover{
    margin-left: 0;
    background: rgb(0,152,153);
    color: white;
}
.block{
    display: inline-block;
    width: 250px;
    min-height: inherit;
    background: rgb(0,152,153);
    margin-top: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
#footer{
    position: static;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,152,153);
    overflow: hidden;
}
#footer a{
    color: #111;
}
#footer p{
    font-size: 14px;
    margin-top: 10px;
}
#main{
    min-height: 1000px\9; /*For IE9 and less */
    min-height: 95vh;
}
#cont ul{
    list-style: none;
    width: 90%;
    margin: auto;
    min-width: 750px;
}
#cont ul li{
    display: inline-block;
    width: 24%;
    text-align: center;
    min-width: 170px;
}
#cont ul li a{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
h1 img{
    max-width: 60px;
    max-height: 60px;
    margin: 0;
    float: left;
    padding-right: 10px;
}
@-moz-document url-prefix() {   /* footer's height for mozilla only */
    #footer {
        min-height: 35px;
        overflow: hidden;
    }
    #footer #cont{
        display: inline-block;
        width: 100%;
        min-height: 20px;
        margin-top: 5px;
    }
    #footer p{
        margin-top: 4px;
    }
}