/* Copyright (c) 2008 - 2010 Ron McElfresh, Honolulu, HI. All Rights Reserved. McSolo CSS version: 20100505.01 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #eee;
	background: #3F4D5A;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @group Basic HTML */

* {
	padding: 0;
	margin: 0;
}

/* HTML - adds full scroll bar for short content pages */

html {
	height: 100%;
	margin-bottom: 1px;
}

/* BODY - basic body text */

body {
	margin: 0px;
	color: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.7em;
	background: #3F4D5A;
}

/* LINKS - basic link format */

a img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
}

a {
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

a:link {
	padding: 0px 0px 2px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

a:visited {
	padding: 0px 0px 2px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

a:hover {
	padding: 0px 0px 2px 0px;
	color: #fff;
	background-color: #36424d;
	border-bottom: 1px solid #cc99ff;
}

a:active {
	padding: 0px 0px 2px 0px;
	color: #eee;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

/* P - paragraph default styles */

p {
	margin: 2px 6px 12px 0px;
	padding: 0px;
}

/* @end Basic HTML*/

/* @group Text Format */

/* h1 - article title */

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 170% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#news h1 {
	color: #cc99ff;
}

#articles h1 {
	color: #cc99ff;
}


h1 a:link {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px solid #566471;
}

h1 a:visited {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px dotted #566471;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #36424d;
	border-bottom: 1px solid #cc99ff;
}

h1 a:active {
	color: #eaeaea;
	text-decoration: none;
	border-bottom: 1px dotted #566471;
}

body#information h1 {
	color: #cc99ff;
}

/* h2 - article small title */

h2 {
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-decoration: none;
	font: normal normal normal 130% Verdana, Arial, Helvetica, "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
}

h2 a {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

h2 a:link {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

h2 a:visited {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

h2 a:hover {
	color: #eee;
	text-decoration: none;
	background-color: #36424d;
	border-bottom: none;
}

h2 a:active {
	color: #eee;
	text-decoration: none;
	border-bottom: none;
}

/* h3 - heading within content */

h3 {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 0px 0px 40px 0px;
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

/* Date format for news links */

.frame_news .date {
	margin: 0px 0px 33px 0px;
	font-size: 92%;
	color: #878f97;
	text-transform: none;
	letter-spacing: 1px;
}

/* Date format for articles */

.frame_article .date {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 92%;
	color: #878f97;
}

#wrapper_articles .frame_article .date {
	padding: 0px 0px 0px 0px;
	font-size: 92%;
	color: #878f97;
}

ul, ol {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 180%;
	font-size: 96%;
	color: #bebebe;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin: 0px 0px 14px 0px;
	line-height: 140%;
}

hr {
	margin: 40px 0px 10px 0px;
	border: 0px;
	color: #cc99ff;
	background-color: #cc99ff;
	height: 1px;
	width: 100px;
	text-align: left;
}

/* Byline */

#region_left .byline {
	margin: 20px auto 34px auto;
	font-size: 85%;
	color: #878f97;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.read_more {
	margin: -14px 0px 0px 0px;
	padding: 2px 0px 3px 10px;
	text-align: left;
	font-size: 92%;
}

#region_main .read_more a {
	padding: 2px 0px 3px 0px;
}

/* Navcrumbs */

.navcrumbs {
	margin: -37px 0px 18px 0px;
	font-size: 92%;
	color: #bebebe;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navcrumbs a:link {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

.navcrumbs a:visited {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

.navcrumbs a:hover {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

.navcrumbs a:active {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

/* @end Text Format */

/* @group Region Header */

/* Header section of site */

#wrapper_header {
	margin: 0;
	width: 100%;
}

#region_header {
	margin: 0 auto;
	width: 980px;
	height: 110px;
	background: #36424d;
	border-left: 2px solid #cc99ff;
	border-bottom: 2px solid #cc99ff;
	border-right: 2px solid #cc99ff;
}

/* Logo */

#logo {
	margin: 0px 0px 0px 0px;
	padding: 23px 0px 0px 9px;
	width: 220px;
	height: 60px;
}

#logo img {
	border-width: 0px;
	border: 0px solid #36424d;
}

#logo img:hover {
	background-color: transparent;
	border: 1px solid #36424d;
}

#logo a {
	border-width: 0px;
	border: none;
}

#logo a:hover {
	background-color: #3F4D5A;
	border: none;
}

/* @end Region Header*/

/* @group Search */

/* Search Box */

.search_box {
	margin: 30px 0px 30px 0px;
	font-size: 10px;
	text-align: center;
	color: #eee;
	border: none;
}

.search_box #keywords {
	margin: 4px 8px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: 18px;
	color: #eee;
	border: 1px solid #cc99ff;
	background: #36424d;
}

.search_box #gobutton {
	color: #3F4D5A;
	width: 70px;
}

.search_box textfield {
	margin: 0px;
	color: #eee;
	float: left;
	border: none;
}

/* @end Search */

/* @group Region Left */

/* Wrapper Middle - middle section of site */

#wrapper_middle {
	margin: 0px auto;
	width: 960px;
	overflow: hidden;
}

/* Region Left - left column layout */

#region_left {
	width: 200px;
	float: left;
	display: inline;
}

#region_left .region_pad {
	margin: 0px 20px 0px 20px;
}

#region_left .region_pad p {
	margin: 12px 0px 12px 0px;
	color: #fff;
	text-align: center;
}

/* @end Region Left*/

/* @group Navigation */

#navmenu {
	margin: -1px 0px -1px -10px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}

.buttons li {
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;
	list-style-type: none;
}

.buttons li a {
	margin: 1px 0px -1px 0px;
	padding: 4px 0px 4px 0px;
	color: #bebebe;
	background-color: #36424d;
	display: block;
	border-right: 1px solid #cc99ff;
	border-left: 1px solid #cc99ff;
	border-bottom: 1px solid #36424d;
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.buttons li a:hover {
	margin-top: 0px;
	border-top: 1px solid #cc99ff;
	border-right: 1px solid #cc99ff;
	border-bottom: 1px solid #cc99ff;
	border-left: 1px solid #cc99ff;
	background: #cc99ff;
	text-decoration: none;
	color: #36424d;
	text-transform: uppercase;
}

li.active a {
	color: #cc99ff;
	border-right: 1px solid #cc99ff;
	border-left: 1px solid #cc99ff;
	border-bottom: 1px solid #36424d;
}

li.lastitem a {
	border-bottom: 1px solid #cc99ff;
	border-right: 1px solid #cc99ff;
	border-left: 1px solid #cc99ff;
}

/* @end

Navigation */

/* @group Region Main */

/* Region Main layout */

#region_main {
	width: 558px;
	float: left;
	display: inline;
	position: relative;
	border-left: 0px solid #566471;
	border-right: 0px solid #566471;
}

#region_main .region_pad {
	margin: 60px 0px 0px 0px;
	padding: 0px 54px 30px 34px;
}

/* News home page frame */

#region_main .frame_news {
	margin: 0px 0px 50px 0px;
	padding: 1px 0px 0px 0px;
}

#newslinks .frame_news {
	margin: 0px 0px 50px 0px;
	padding: 1px 0px 0px 0px;
	min-height: 400px;
}

#region_main .frame_news p {
	margin: 10px 0px 14px 0px;
}

.frame_news dt a {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	font: normal normal normal 130% "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.frame_news dd a {
	margin: 0px;
	padding: 2px 0px 3px 0px;
}

.frame_news dt a:link {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px solid #667a85;
}

.frame_news dt a:visited {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #667a85;
}

.frame_news dt a:hover {
	margin: 0px;
	color: #fff;
	border-bottom: 1px solid #cc99ff;
}

.frame_news dt a:active {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #667a85;
}

.frame_news dt a.permalink {
	margin: 0px 0px 0px 12px;
	font-family: Lucida, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #63727f;
	border-bottom: 1px solid #3F4D5A;
}

dt:hover a.permalink, a:hover {
	padding: 0px 0px 2px 0px;
	color: #fff;
}

dt.permalink_pad, a:link {
	padding: 1px 0px 0px 0px;
}

.frame_news dd {
	margin: 0px 0px 0px 12px;
}

.frame_news blockquote {
	margin: 0px 0px 0px 12px;
	padding: 0px 40px 0px 14px;
	border-left: 1px solid #667a85;
	color: #bebebe;
}

.frame_news blockquote a {
	padding: 2px 0px 3px 0px;
}

.frame_news blockquote a:link {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px solid #667a85
}

.frame_news blockquote a:visited {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #667a85;
}

.frame_news blockquote a:hover {
	margin: 0px;
	color: #fff;
	border-bottom: 1px solid #cc99ff;
}

.frame_news blockquote a:active {
	margin: 0px;
	color: #bebebe;
	border-bottom: 1px dotted #667a85
}

/* Articles home page frame */

#region_main .frame_article {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
}

#region_main .frame_article p {
	margin: 0px 0px 20px 0px;
}

#region_main .frame_article a {
	padding: 2px 0px 3px 0px;
}

#region_main .frame_article h1 a {
	padding: 2px 0px 3px 0px;
}

#region_main h3 {
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: normal normal normal 120% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#region_main .frame_article blockquote {
	margin: 0px 0px 0px 12px;
	padding: 0px 40px 0px 14px;
	border-left: 1px solid #566471;
	color: #bebebe;
}

#region_main .frame_article blockquote a {
	padding: 2px 0px 3px 0px;
	color: #bebebe;
}

#region_main .puff {
	margin: 0px auto 0px auto;
	padding: 0px 0px 60px 0px;
	font-size: 14px;
	color: #566471;
	letter-spacing: 22px;
	text-align: center;
}

/* Paginate */

#region_main .wrapper_comments .paginate {
	margin: 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	position: relative;
	text-align: right;
	width: 100%;
	font-size: 92%;
}

#region_main .paginate a:link {
	padding: 2px 0px 3px 0px;
}

#region_main .paginate {
	margin: 0px 0px 0px;
	padding: 00px 0px 60px 0px;
	position: relative;
	text-align: right;
	width: 100%;
	font-size: 92%;
}

/* Paginate controls 'left' and 'right' links to next page */

.left {
	margin: 0px;
	padding-left: 4px;
	float: left;;
}

.right {
	margin: 0px;
	padding-right: 15px;
	position: absolute;
	right: 0px;
}

#region_main .previous_next {
	padding: 0px 0px 33px 20px;
}

#region_main .previous_next a {
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}

#region_main .previous_next p {
	margin: 12px 0px 12px 0px;
	text-align: left;
	font-size: 92%;
	line-height: 110%;
}

.backtotop {
	margin: 30px auto 30px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.backtotop a {
	font-size: 92%;
	padding: 2px 0px 3px 0px;
}

.backtotop a:hover {
	text-align: center;
	color: #fff;
	background: #36424d;
	border-bottom: 1px solid #cc99ff;
}

.logo_small {
	margin: 0px auto 0px auto;
	background: url(http://mcsolo.com.s3.amazonaws.com/logo_small.png) no-repeat;
	background-position: center;
	height: 36px;
	width: 36px;
}

/* Images Layout */

/* css inserted with uploaded images for left, center, right */

.image_left {
	margin: 0px 16px 16px 0px;
	padding: 4px;
	float: left;
	border: 1px solid #566471;
}

.image_right {
	margin: 0px 0px 16px 16px;
	padding: 3px;
	float: right;
	border: 1px solid #566471;
}

.image_center {
	margin: 0px auto 16px auto;
	padding: 4px;
	display: block;
	border: 1px solid #566471;
}

/* Thumbnails for EE and prettyPhoto pop up*/

.thumbrow {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	clear: both;
}

.thumbrow a {
	border: 0px;
}

.thumbrow a:hover {
	background: none;
	border: 0px;
}

.thumbrow img {
	margin: 4px 4px;
	padding: 4px;
	border: 1px solid #3a5f6b;
}

.thumbrow img:hover {
	background: none;
	border: 1px solid #00aabe;
}

.media {
	margin: 10px auto;
	border: 1px solid #163641;
}

/* Archive Layout */

.frame_archive {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

.frame_archive h1 {
	margin: 0px;
	padding: 0px 0px 34px 0px;
	color: #cc99ff;
	text-decoration: none;
	font: normal normal normal 160% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.frame_archive h2 {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	font-size: 14px;
}

.frame_archive h2 a:link {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px solid #566471;
}

.frame_archive h2 a:visited {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px dotted #566471;
}

.frame_archive h2 a:hover {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	background-color: #36424d;
	border-bottom: 1px solid #cc99ff;
}

.frame_archive h2 a:active {
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-bottom: 1px dotted #566471;
}

.frame_archive .date {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 92%;
	color: #878f97;
}

.frame_archive .date_year {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	color: #929292;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.frame_archive p {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

.article_footer {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 92%;
	color: #878f97;
}

.article_footer a {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 92%;
	color: #878f97;
}

.article_footer a:hover {
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 92%;
	color: #fff;
}

/* @end Region Middle*/

/* @group Region Right */

/* Region Right - right column layout */

#region_right {
	width: 200px;
	float: right;
	position: relative;
}

.clear {
	clear: both;
	background: none;
}

/* @end Region Right */

/* @group Region Copyright */

/* Copyright Region */

#wrapper_copyright {
	width: 100%;
}

#region_copyright {
	margin: 00px auto 0px auto;
	padding: 10px 0px 10px 0px;
	width: 960px;
	background: #36424d;
	border-top: 2px solid #cc99ff;
	border-left: 2px solid #cc99ff;
	border-right: 2px solid #cc99ff;
}

#region_copyright .region_pad p {
	margin: 0px;
	color: #bebebe;
	text-align: center;
	font-size: 92%;
	line-height: 200%;
}

#region_copyright .region_pad p a {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#region_copyright a:link {
	margin: 0px;
	color: #bebebe;
	text-decoration: none;
	border-bottom: 1px solid #667a85;
}

#region_copyright a:visited {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #bebebe;
	text-decoration: none;
	border-bottom: 1px dotted #667a85;
}

#region_copyright a:hover {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #fff;
	text-decoration: none;
	background-color: #3f4d5a;
	border-bottom: 1px solid #cc99ff;
}

#region_copyright a:active {
	padding: 0px 0px 3px 0px;
	color: #bebebe;
	text-decoration: none;
	border-bottom: 1px dotted #667a85;
}

/* @end Region Copyright */

/* @group Comments */

/* Comments */

.wrapper_comments {
	margin: 0px 0px 20px 0px;
}

.wrapper_comments p {
	margin: 12px 0px 12px 0px;
	line-height: 1.6em;
}

.frame_comments {
	margin: 6px 0px 40px 0px;
	padding: 13px 20px 6px 20px;
	border: 1px solid #566471;
	background-color: #36424d;
}

.frame_comments_one {
	margin: 6px 0px 24px 0px;
	padding: 2px 20px 12px 20px;
	border: 1px solid #566471;
	background-color: #36424d;
}

.frame_comments_two {
	margin: 6px 0px 24px 0px;
	padding: 2px 20px 12px 20px;
	border: 1px solid #566471;
	background-color: #4a5a69;
}

.frame_comments p {
	margin: 2px 0px 6px 0px;
	padding: 0px;
}

.frame_comments p input {
	margin: 0px;
}

.frame_comments_one .frame_comments_two, .posted {
	color: #d4d4d4;
	margin-bottom: 2px;
	text-align: right;
	font-size: 94%;
}

.frame_comments input#name, input#email, input#location, input#url, input#captcha {
	margin: 0px 0px 14px 0px;
	padding: 4px;
	color: #f4f4f4;
	border: 1px solid #566471;
	background-color: #4a5a69;
}

.frame_comments input#post, input#preview {
	margin: 8px 0px 14px 0px;
	padding: 4px;
}

.frame_comments textarea {
	margin: 0px 0px 12px 0px;
	padding: 4px;
	color: #f4f4f4;
	border: 1px solid #566471;
	background-color: #4a5a69;
	font: 12px/1.6em Arial, Verdana, Helvetica, sans-serif;
}

/* @end Comments */

/* @group Twitter */

.twtr-doc {
	margin: 0px auto 0px auto;
}

.twtr-tweet-text p {
	color: #bebebe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
}

.twtr-doc a {
	line-height: 1.75em;
	border-bottom: none;
}

div#tweet-id-5.twtr-tweet, div#tweet-id-4.twtr-tweet, div#tweet-id-3.twtr-tweet, div#tweet-id-2.twtr-tweet, div#tweet-id-1.twtr-tweet{
	border-bottom: 1px solid #566471;
}
/* @end Twitter*/

/* @group AdManager Zones */

.Leaderboard-Top-728x90 {
	margin: 10px 10px 10px 10px;
	width: 728px;
	float: right;
}

.Sidebar-Square-125x125 {
	margin: 20px auto 20px auto;
	width: 125px;
}

.Sidebar-Skyscraper-160x600 {
	margin: 20px auto 20px auto;
	width: 160px;
}

#Feature-Rectangle {
	margin: 30px auto 30px auto;
	background: url(http://mcsolo.com.s3.amazonaws.com/Feature-Rectangle-400x400.png) no-repeat;
	width: 400px;
	height: 400px;
}

.Feature-Rectangle-336x280 {
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
	width: 336px;
}
/* @end Ad Manager Zones*/