/**
 * 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:
 */
#header {
    background-color: #4169e1;
}
#main {
	background-color: #fff;
	border-top: 4px solid #4169e1;
	border-bottom: 4px solid #4169e1;
	margin-top: 15px;
}

#header h1 {
	   background-color: #4169e1;
	margin: 0 auto;
}

#footer {
	background-color: #fff;
}

#navbar {

	border-bottom: 4px solid #4169e1;
}

#navbar a {
	font-size: 0.7em;
        font-weight: bold;
	letter-spacing: 0.05em;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.5em;
}

#breadcrumb a {
        color: #666;
}

#content {
	padding-top: 0.9em;
	border-top: 4px solid #4169e1;

}

#main {
	font-size: 1.2em;
        line-height: 110%;
        color: #111;
}

#main h2 {
	font-size: 1.2em;
        line-height: 110%;
}

a:link {
	color: #4169e1;
        text-decoration: none;
}

a:active {
	color: #4169e1;
        text-decoration: none;
}

a:visited {
	color: #4169e1;
        text-decoration: none;
}

a:hover {
	color: #4169e1;
	background: #fff;
        text-decoration: underline;
}

a.action {
    font-weight: bold;
    display: inline-block;
    background: #4169e1;
    color: #fff !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 3px;
}


input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-color: white;
	background-color: #4169e1;
        color: white;
	font-weight: bold;
	font-size: 1em;
}

input.defaultButton {
	background-color: #4169e1;
	font-weight: bold;
        color: white;
}