/* 	::::: TYPOGRAPHY :::::
	Fonts, colors and formatting defined here for text, links, etc
	
	::::: Optimal font family sets :::::
	Sans-serif			Arial, Helvetica, sans-serif
						Verdana, sans-serif
	Serif				Georgia, "Times New Roman", Times,serif
						Georgia, serif
	Monospace			Monaco, "Lucida Console", "Courier New", Courier, mono-space, monospace
	x-browser Lucida	"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif (for body)
						"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif (for strong, em, b, i)
*/

body {
	font-size: 62.5%; 						/* For use with em units */
	line-height: 1.5;
	color: #424236;
}

#header,
#footer,
#content,
#sidebar {
	font-size: 1.3em;
	line-height: 20px;
}

body,
input, textarea, select, option, button {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #778f39;
	text-decoration: none;
}
a:visited {
	color: #5C751C;
	text-decoration: none;
}
a:hover {
	color: #5C751C;
	text-decoration: underline;
}
a:active {
	color: #778f39;
	text-decoration: none;
}

p a {
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	text-decoration: underline !important;
}


/* 	::::: Content Type :::::
	with vertical rhythm
*/

#content p,
#sidebar p {
	margin: 0 0 1.5384em;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1.0714em;
	font-family: Georgia, "Times New Roman", Times,serif;
	letter-spacing: 0;
}

h2 strong {
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #000;
}

.article h3,
#eventDisplayDiv_content h3 {
	font-size: 1.0714em;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #000;
}

.news_summary h3 {
	font-size: 1.0769em;
	line-height: 20px;
}
.home .news_summary h3 a { color: #000; }

.news_meta {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times,serif;
}

.media_summary h3 {
	font-size: 0.9230em;
	line-height: 1.3333;
}

.media_summary h3 a { text-decoration: underline; }

.media_meta {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times,serif;
}

code {
	font-family: Monaco, "Lucida Console", "Courier New", Courier, mono-space, monospace;
}

.alignleft,
.alignright,
.alignnone {
	padding: 9px;
	border: 1px solid #C4CFBA;
	background: #fff;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.article ul,
.article ol {
	margin: 0 0 1.5384em 25px;
	font-family: Georgia, "Times New Roman", Times,serif;
}
.article ul { list-style: disc; }
.article ol { list-style: decimal; }

.article p strong { color: #000; }



/* 	::::: About COMA :::::
*/

#table-services {
	margin: 0 0 20px;
	width: 100%;
	border-collapse: collapse;
}

#table-services td {
	font-size: 1.0666em;
	line-height: 1.5625;
	color: #555;
}


/* 	::::: Miscellaneous :::::
*/

.highlight {
margin: 0 -0.2em; padding: 0 0.2em 0;
background-color: #fcf6bd;
border-bottom: 1px solid #f0f099;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
white-space: nowrap; }






/* TEMP STYLES */

.articles-list {
	margin: 0 0 20px 20px;
	list-style-position: inside;
}

.articles-list li {
	list-style: disc;
}