@charset "UTF-8";

/* ------------------
	General Styles
   ------------------   */

body {
    margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	background-color: #eee;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	margin-bottom: 0;
	clear: left;
}

a {
	color: #1D75B2;
	text-decoration: none;
}

a:hover {
    color: #e15821;
    text-decoration: underline;
}

.clear {
    clear: both;
}

p.error {
	color: red;
}

p.success {
	color: green;
}

/* ------------------
	Layout Styles
   ------------------   */

#header {
	background:#21499B;
	line-height:24px;
    width: 800px;
    margin: 0 auto;
    padding:20px 15px 5px;
}

#header #header-title {
	color:#fff;
	font-size: 24px;
	letter-spacing: .10em;
	text-decoration:none;
}

#header #header-title:hover {
	color:#e15821;
}

#header #profile-logout-links {
	float: right;
	color: #ccc;
}

#header #profile-logout-links a {
	color: #fff;
}

#header #profile-logout-links a:hover {
	color: #e15821;
}

#sidebar {
	float:left;
	width:250px;
	margin:0 0 0 15px;
	padding:0 10px 70px 10px;
	background-color:#eee;
	border:3px solid #ddd;
}

#content {
    clear: both;
	width: 800px;
	margin: 0 auto 2em auto;
    min-height: 400px;
	padding: 15px;
	background-color: #fff;
}

h2.ministry-title {
    margin-top: 0;
}

.spacer {
    display: block;
    height: 7px;
    background-color: #ccc;
    margin-bottom: 10px;
}

table.volunteers {
    margin-bottom:20px;
}

/* ------------------
  Text Styles
  ------------------- */
#auth-page h1, #not-logged-in h1 {
    font-size: 24px;
}

#auth-page h2, #not-logged-in h2 {
    font-size: 20px;
}

#content h1 {
    font-size: 24px;
    margin: 0 0 10px;
}

.ui-widget-content h2 {
    font-size: 24px;
    margin: 0;
}

.ui-widget-content a.link {
	color: #21759b;
	text-decoration: none;
}

.ui-widget-content a.link:hover {
    color: #e15821;
    text-decoration: underline;
}

/* ------------------
	Form Styles
   ------------------   */

.zend_form {
	margin: 0;
	padding: 0;
}

.zend_form dt {
	width: 9em;
	float: left;
	margin: 0;
	padding: .5em;
	border-top: 1px solid #ccc;
}

.zend_form dd {
	margin-left: 10em;
	padding: .5em;
	border-top: 1px solid #ccc;
}

/* ------------------
	Table Styles
   ------------------   */

table {
    width: 100%;
	background: #fff;
	border:1px solid #bbb;
	border-collapse:collapse;
	font-size: 90%;
}

tr {
    border:1px solid #bbb;
}

td, th {
	color: #363636;
	padding: 0.5em 1em;
	text-align: left;
    vertical-align:top;
}

th {
    background:#ddd;
    color:#000;
    font-weight: normal;
}

tr.alt td {
    background: #eee;
}

tbody tr:hover td {
    background: #FBFFD0;
}

table#ministry-resources {
    margin-bottom: 15px;
}


/* ------------------
	Specific Styles
   ------------------   */

div.ministry {
    border-bottom: 1px dotted #999;
	margin: 0;
	padding: 0;
}

.action-links {
    float: left;
    margin: 0 0 1em;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.action-links li {
    display: inline;
	margin: 0;
	padding: 0;
}

