﻿/*------------------------------
		COLOR CODES
	Light Grey/Blue =	#E3E7EB
	Medium Grey/Blue =	#A5ACB5
	Dark Grey =		#8E8D90
	Muted Teal =	#6D98A8
	Yellow =		#F6B829
	Orange =		#EE913C
	Dark Blue =		#1D355B
-------------------------------*/
.styleDateLink {
	color: #000000;
	text-decoration: none;
}
td {
	font-family: Times, serif;
	font-size: 10pt;
}
td a {
	font-family: Times;
	font-size: 12pt;
	text-decoration: none;
	color: #0033CC;
}
tr {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12pt;
}
table {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12pt;
}
textarea {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12pt;
}
body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12pt;
	margin:0 auto;
	width:95%;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(224,224,224,0.5) 73%, rgba(255,255,255,0.5) 83%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(73%,rgba(224,224,224,0.5)), color-stop(83%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#80ffffff',GradientType=0 ); /* IE6-8 */
background-repeat:no-repeat

}
h1 {
	font-size:14pt;
	letter-spacing:1px;
}
h2 {
	font-size:12pt;
}
ul li {
	padding-bottom: 1px;
	padding-top: 1px;
}
ul li a {
	font-family: Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #3366CC;
}
a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #2A5DB0;
	display: inline-table;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	color: #808080;
}
img {
	border:none;
}

/*----------------------------
	Headlines 
----------------------------*/
.HeadlinesHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.Headlines {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;
}


.Headlines a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #2A5DB0;
	display: inline-table;

}
.Headlines a:hover {
	color: #0000FF;
}
.Headlines a:visited {
	color: #808080;
}


/*----------------------------
	History 
----------------------------*/
.History td a {
	font-family: Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #2200CC;
}
.History td a:hover {
	font-family: Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #0000FF;
}

/*----------------------------
	Weather 
----------------------------*/
.nwsstyle1 {
	font-size: xx-small;
}
.nwsstyle2 {
	text-align: center;
}
.nwsstyle3 {
	border: 1px solid #000000;
}
.nwsstyle5 {
	background-color: #D7D7D7;
	text-align: left;
}
.nwsstyle6 {
	font-size: x-small;
}
.nwsstyle7 {
	vertical-align: middle;
}
.nwsstyle8 {
	background-color: #FFFFFF;
	text-align: left;
}

/*----------------------------
	Resume 
----------------------------*/
#resume td {
	font-family: Times, serif;
	font-size: 12pt;
}
#resume td a {
	font-family: Times;
	font-size: 12pt;
	text-decoration: underline;
	color: #666666;
}
#resume a:hover {
	font-family: Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #0000FF;
}
#resume tr {
	font-family: Times, serif;
	font-size: 12pt;

}
#resume table {
	text-align:left;
	font-family: Times, serif;
	font-size: 12pt;
}
#resume td .leftcolumnresume {
	color: white;
	font-family: Times, serif;
	font-size: 14pt;
	font-weight: bold;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(224,224,224,0.5) 73%, rgba(255,255,255,0.5) 83%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(73%,rgba(224,224,224,0.5)), color-stop(83%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(224,224,224,0.5) 73%,rgba(255,255,255,0.5) 83%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#80ffffff',GradientType=0 ); /* IE6-8 */

}

/*----------------------------
	Header
----------------------------*/
#header {
	border:1px solid #8E8D90;
	padding:1px;
	margin-bottom:5px;
	margin-top:10px;
	background-color:white;
	background-image:url(img/contentbg.png);
	background-position:left top;
	background-repeat:repeat-x;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	box-shadow:0 0 15px #A5ACB5;
	-moz-box-shadow:0 0 15px #A5ACB5;
	-webkit-box-shadow:0 0 15px #A5ACB5;
	text-align:center;
}
#header p {
	font-size:32pt;
	font-weight:bold;
	margin:0;
	letter-spacing:4px;
}
#header span {
	font-size:13pt;
	font-weight:bold;
	letter-spacing:2px;
	color:#4c6a75;
	margin:0;
}
#header a {
	text-decoration:none;
	color:#1D355B;
}

/*----------------------------
	Menu
----------------------------*/
#menu {
	background: black;
	border: 1px solid #8E8D90;
	padding: 1px;
	margin-bottom: 5px;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	box-shadow: 0 0 15px #A5ACB5;
	-moz-box-shadow: 0 0 15px #A5ACB5;
	-webkit-box-shadow: 0 0 15px #A5ACB5;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a.apmlfilter {
	padding-left:15px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
}
#menu ul li {
	display: inline;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 26px;
}
#menu ul li img {
	vertical-align: middle;
}

#menu ul li a {
	padding: 0px 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	outline-color: #000000;
}

/*----------------------------
	Posts
----------------------------*/
.mceContentBody {
	border:1px solid #8E8D90;
	padding:3px 10px;
	margin-bottom:20px;
	background-color:white;
	background-image:url(img/contentbg.png);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:110%;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	box-shadow:0 0 15px #A5ACB5;
	-moz-box-shadow:0 0 15px #A5ACB5;
	-webkit-box-shadow:0 0 15px #A5ACB5;
}
div.post {
	border:1px solid #8E8D90;
	padding:3px 10px;
	margin-bottom:5px;
	background-color:white;
	background-image:url(img/contentbg.png);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:110%;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	box-shadow:0 0 15px #A5ACB5;
	-moz-box-shadow:0 0 15px #A5ACB5;
	-webkit-box-shadow:0 0 15px #A5ACB5;
}
.mceContentBody h1 {
	margin:5px 0 0;
}
div.post h1 {
	margin:5px 0 0;
}
div.post .text {
	margin-top:30px;
}
div.post .text h2 {
	margin-bottom:-10px;
}
div.post .text h3 {
	font-size:11pt;
	margin-bottom:-10px;
	padding:0;
}
/*----------------------------
	Page
----------------------------*/
#page {
	border:1px solid #8E8D90;
	padding:3px 10px;
	margin-bottom:20px;
	background-color:white;
	background-image:url(img/contentbg.png);
	background-position:left top;
	background-repeat:repeat-x;
	line-height:110%;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	box-shadow:0 0 15px #A5ACB5;
	-moz-box-shadow:0 0 15px #A5ACB5;
	-webkit-box-shadow:0 0 15px #A5ACB5;
}
#page h1 {
	margin:3px 0 3px;
}
#page #admin {
	border-top:1px solid #8E8D90;
	margin-top:10px;
	padding:5px 0;
}
