/* @override http://wjflynn.com/assets/templates/wjflynn/global.css */

/* @override http://localhost:8888/wjflynn/assets/templates/wjflynn/global.css */

/*  GLOBAL STUFF  */

#news-tags ul {
	text-transform: capitalize;
	list-style-type: none;
	padding: 5px;
	margin: 5px;
}

#news-tags {
	
}

body {
	background-image: url(img/grey_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat;
	color: #333333;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	margin: 15px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3E605F;
}

h6 {
	font-size: 13px;
}

hr {
	height: 1px;
	color: #999999;
}

img {
	border: 0;
}

ul {
	list-style-type: square;
}

acronym, abbr {
	border-bottom: #BBBBBB 1px dashed;
	cursor: help;
}

acronym:hover, abbr:hover {
	color: #000000;
}

/*  CLASSES  */

input.styled {
	border: #E5E5E5 solid 1px;
	background-color: #F3F3F3;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.underline {
	border-bottom: solid 1px;
}

.qoute {
	margin: 20px 50px;
	padding: 15px 25px;
	background: url(img/quote.png);
	border: #EEE solid 1px;
	font-size: 10px;
	line-height: 20px;
	display: block;
}

.box {
	padding: 7px 10px;
	background-color: #F9F9F9;
	display: block;
}

.zebra {
	background: url(img/zebra.png);
}

.story {
	padding-bottom: 12px;
	background: url(img/fade.png) bottom repeat-x;
	display: block;
}

.story .title {
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
	display: block;
}

.story .title a {
	border: none;
	color: #333333;
}

.story .title a:hover {
	color: #000000;
}

.story .date {
	margin: 0 5px;
	padding: 0 10px 5px 10px;
	border-bottom: #E5E5E5 solid 1px;
	color: #999999;
	font-size: 10px;
	display: block;
}

.story .text {
	padding: 5px 15px 10px 15px;
	display: block;
}

.story .bottom {
	font-size: 10px;
	text-align: right;
	display: block;
}

.story .bottom .element {
	padding: 0 15px 0 5px;
}

.story .bottom a {
	border: none;
	color: #333333;
}

.story .bottom a:hover {
	color: #FF9900;
}

.story .bottom a img {
	padding-right: 3px;
	vertical-align: middle;
}

.sidenotes {
	margin-top: -10px;
}

.sidenotes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.sidenotes ul a {
	border: none;
	color: #666666;
	display: block;
}

.sidenotes ul a:hover {
	color: #000000;
}

.sidenotes ul li {
	padding: 8px 5px 10px 5px;
	border-bottom: #DDDDDD solid 1px;
}

.sidenotes ul li .title {
	color: #333333;
	font-weight: bold;
	display: block;
}

.sidenotes ul li .date {
	color: #999999;
	font-size: 10px;
	display: block;
}

.sidenotes ul li .more {
	margin: -5px 0;
	font-size: 10px;
	text-align: right;
	display: block;
}

.sidenotes ul li .more a {
	color: #333333;
	display: inline;
}

.sidenotes ul li .more a:hover {
	color: #FF9900;
}

.sidenotes ul li .more a img {
	padding-left: 3px;
	vertical-align: baseline;
}

.login_text {
	color: #999999;
	font-size: 10px;
}

.login_text a {
	border: none;
	color: #999999;
}

.login_text a:hover {
	color: #FF9900;
}

/*  STRUCTURE (in order of appearance)  */

#bg {
	margin: 0 auto;
	width: 814px;
	background: url(img/bg1.png);
}

#bg_top {
	background: url(img/bg_top.png) top no-repeat;
}

#body {
	padding: 17px;
	background: url(img/bg_bottom.png) bottom no-repeat;
	text-align: left;
}

#header {
	margin: 0 auto;
	width: 814px;
	height: 270px;
	background: #F9F9F9;
	font-size: 40px;
}

#header_inside {
	margin: 0 auto;
	width: 814px;
	height: 150px;
	background: #F9F9F9;
	font-size: 40px;
}

#header .slogan {
	padding-left: 3px;
	font-size: 18px;
}

#side {
	margin: 0;
	width: 220px;
	line-height: 18px;
	font-size: 11px;
	border-right: #666666 solid 1px;
	float: left;
	display: block;
	position: relative;
	right: -1px;
}

.side-clear {
	height: 100%;
}

#sideRight {
	margin: 0;
	width: 120px;
	line-height: 18px;
	font-size: 11px;
	float: right;
	position: relative;
	left: -1px;
	border-left: 1px solid #666666;
}

#side .side_title {
	border-top: #666666 solid 1px;
	margin: 15px 0 10px 0;
	padding: 0 5px 5px 5px;
	border-bottom: #DDDDDD solid 1px;
	font-size: 20px;
	display: block;
}

#menu {
	
}

#menu ul {
	margin: 0;
	padding: 0;
	border-right: #DDDDDD solid 1px;
	list-style-type: none;
}

#menu li {
	border-top: #DDDDDD solid 1px;
}

#menu a:hover {
	background-color: #FCFCFC;
	color: #6EAB9B;
}

#menu a.pressed:hover {
	background-color: #F3F3F3;
}

#menu .pressed {
	width: 180px;
	padding: 10px;
	background-color: #F3F3F3;
	color: #000000;
	display: block;
}

#side_content {
	margin: 0 0 0 15px;
	line-height: 18px;
	float: left;
	font-size: 11px;
}

#content {
	width: 406px;
	margin: 0;
	line-height: 18px;
	font-size: 11px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#content_services {
	width: 700px;
	margin: 0 15px 0 15px;
	line-height: 18px;
	font-size: 11px;
	text-align: center;
}

#footer_clear {
	clear: both;
}

#footer {
	margin-top: 10px;
	padding: 8px;
	height: 14px;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	border-bottom-color: #000000;
}

#eventdatehidden {
	display: none;
}

/* Archive */

#reflect_example {
	width: 200px;
}

#reflect_example h3 {
	display: none;
}

#reflect_example ul {
	list-style: none;
}

.reflect_archive_list ul {
	list-style: none !important;
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}

.reflect_archive_list ul ul {
	margin-left: 0px;
}

.reflect_archive_list ul ul li {
	margin-top: -5px;
	margin-bottom: 0.8em;
}

.reflect_archive_list li a {
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 0 0 1px 0;
	background-color: #f6f6f6;
	border-right: 10px solid #fff;
	color: #666;
	text-decoration: none;
	border-left: 2px solid #ddd;
}

.reflect_archive_list li a:hover {
	background-color: #eee;
	color: #333;
	border-right: 10px solid #eee;
}

#news-tags h5.style3 {
	margin-bottom: 5px;
}

div.news-tag-listing {
	margin-bottom: 15px;
}

#content div.news-tag-listing h4 {
	margin-bottom: 5px;
}

#news-info h3 {
	margin-bottom: 5px;
}

#news-info p {
	font-style: italic;
	padding-left: 15px;
}

#content div.news-archive-listing h4 {
	margin-bottom: 5px;
}

div.archive-info {
	padding-left: 5px;
}

div.news-archive-listing {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content div.news-archive-listing div.archive-info p {
	margin-bottom: 0;
}

div.news_item {
	padding-top: 8px;
	padding-bottom: 8px;
}

#submenu h5 {
	text-align: center;
}

#submenu div.LCOS_box ul.LCOS_list li.LCOS_child a {
	list-style-type: none;
}

#submenu div.LCOS_box ul.LCOS_list li.LCOS_child {
	margin-left: 0;
	padding-left: 0;
	padding: 0;
	margin: 0;
	display: block;
}

#submenu div.LCOS_box ul.LCOS_list {
	padding-right: 5px;
	padding-left: 5px;
}