/*  This file is part of Mura CMS (www.getmura.com).

    Mura CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Mura CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/*
	typography.css
	These styles control type styles on the front-end of a site as well as in the editor on the back-end,
	allowing consistent typographic display in both places and elimintaing the need to edit 2 stylesheets.

	If you prefer to have a single .css file (and not use this file),
	just comment out or remove the '@import url(typography.css);' line in style.css
	and add your type styles into your preferred stylesheet (usually 'site.css').
*/

/*	Some styles, ideas, and concepts derived from:

	Eric Meyer Reset - http://meyerweb.com/eric/tools/css/reset/index.html
	BlueprintCSS - http://code.google.com/p/blueprintcss/
	YUI - http://developer.yahoo.com/yui/
*/



/* @group General Text Elements
===================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.5em;
}

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

img {
	bordernone;
}

p, table, blockquote {
	margin-bottom: 1em;
	}

p, li, dt, dd, table { 
	/* font-size: 1.2em; */
	}
li {
	margin-bottom: 0;
	}



li *, dt *, dd *, td *, th * { font-size: 1em; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end General Text Elements
-------------------------------- */
/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 0px;
	}

th {
	border: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px;
	padding:0px;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */
/* @group Globals - Forms
===================================== */

.content form {
	padding: 0;
	margin:0;
	overflow: hidden;
	max-width: 504px; /*width of #primary in three column layout*/
	}
.content form li {
	margin-bottom:0px;
}

.content #svSearchResults form {
	max-width: 100%;
}

.content fieldset {
	border: none;
	padding: 0;
	margin:0;
}


.content legend {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content label {
	line-height: 1.5;
	text-align:left;
	}
.content input {
	margin-bottom: 5px;

	}
.submit, .buttons input {
	float: left;
	height: 2em;
	margin:10px 0 5px;
	line-height: 2;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #2e7aa7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	background-color:#0081AB;
}

.content form p.note {
	font-size:11px;
	clear:both;
	
}
/* @group Globals - Forms - Search
===================================== */



/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 1.9em;
	color: #0081ab;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 a {
	display: block;
	}

h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	}

h2 {
	font-size: 1.1em;
	color: #0081ab;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

	



.threeColumn h2.pageTitle {
	font-size: 3em;
	}

h3 {
	font-size: 15px;
	color: #0081ab;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.sidebar h3 {
	margin-bottom: .5em;
	font-size: 1.4em;
	color: #0c2846;
	}

h4 {
	margin: 0 0 .35em;
	font-size: 1.8em;
	}

.sidebar h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.4em;
	}

.sidebar h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1.2em;
	}

.sidebar h6 {
	font-size: 1.1em;
	}


/* @end Headings (H1-H6)
-------------------------------- */

/* Links */
a:link {
	color: #0081ab;
	text-decoration: underline
}
a:visited {
	color: #0081ab
}
a:hover {
	color: #333
}
a:active {
	color: #333
}

/* Custom classes */
.content {
	width: 435px;
}

p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}
.factlist {
	background: url(../images/layout/target_grey.gif) no-repeat 0px 2px;
	padding-left: 10px;
	display:block;
	padding-bottom:3px;
}
a.pdf {
	background: url(../images/icon_pdf.png) no-repeat 0px 5px;
	padding: 0 0 4px 15px;
	display:block;
}

/* EOF */
