body {
	background:#305575;
}
#page {
	background: #e7e6e7;
	border:1px solid #aaa;
	margin:5px auto;
	width:960px;
}
/* # UI ##################################### */
.accessibility {
	left:-32000px;
	position:absolute;
}
.lofi {
	display:none;
}
.section-title,
.homepage .widget-title {
	background:#294a73 url(../images/section-title-gradient.gif) repeat-y right;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	margin-bottom:.5em;
}
.section-title span,
.homepage .widget-title span {
	background:url(../images/section-title-knockout.gif) no-repeat left bottom;
	display:block;
	padding:6px 10px 8px 15px;
}
.navigation {
	list-style:none;
	margin:0;
	overflow:hidden;
}
.navigation li {
	float:left;
	margin:0;
}
.navigation li a {
	display:block;
}
.tabs {
	background:#6384a5 url(../images/tabs-background.gif) repeat-y left 0;
	border-bottom:1px solid #c57b18;
	margin-bottom:1.5em;
	padding:0 7px;
}
.tabs li {
	padding-top:1px;
	padding-right:9px;
	padding-bottom: 6px;
}
.tabs li a,
.tabs li a:visited {
	color:#fff;
	font-size:11px;
	line-height:12px;
	padding:8px 5px 1px 14px;
	white-space:nowrap;
}
.tabs li.ui-tabs-selected {
	background: url(../images/tab-right.gif) no-repeat right 1px;
}
.tabs li.ui-tabs-selected a {
	background: url(../images/tab-left.gif) no-repeat left top;
}
.plain,
.plain li {
	display:inline;
	list-style:none;
	margin:0;
}
hr.plain {
	display:block;
}
.tight {
	margin-bottom:.5em;
}

.icon-key,
.icon-binoculars,
.icon-calendar {
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:12px 0 3px 32px;
}
.icon-key {
	background-image:url(../images/icons/key.gif);
}
.icon-binoculars {
	background-image:url(../images/icons/binoculars.gif);
}
.icon-calendar {
	background-image:url(../images/icons/calendar.gif);
}

.cfum-list-featured-editors,
.cfum-list-featured-editors li,
.cfum-list-featured-editors li div {
	display:inline;
	list-style:none;
	margin:0;
}
.cfum-list-featured-editors {
	float:right;
}
.cfum-list-featured-editors li,
.cfum-list-featured-editors li div {
	float:left;
}
.cfum-list-featured-editors li {
	margin-left:10px;
}

input.text,
input.password,
textarea {
	background:#eee;
	padding:2px;
}
input.placeholder {
	color:#777;
}
.readOnly{color: #777;}

/* #Login ######################################### */

#login-box {
	background:#f9f9f9;
	border:3px double #eee;
	border-color:#e5e5e5 #d5d5d5 #d5d5d5 #e5e5e5;
	margin:12px 40px;
	padding:20px;
}

#login-box .category-image img {
	background:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:12px;
	padding:10px;
}
#login-box label {
	display:inline-block;
	width:75px;
}
#login-box input.text,
#login-box input.password {
	width:200px;
}
#login_error {
	background:#F2A2A9;
	margin-bottom:12px;
	padding:4px 6px;
}
#login-error-snippet {
	margin-bottom:20px;
}


/* #Structure

10 columns
85 px column width
10 px column margins
10 px outer margins
http://gridr.atomeye.com/?c=10&cw=85&cm=10&om=10
#################################################
 */

.container-10 {
	margin:0 auto;
	padding-left:5px;
	padding-right:5px;
	width: 950px;
}
.module-1,
.module-2,
.module-3,
.module-4,
.module-5,
.module-6,
.module-7,
.module-8,
.module-9,
.module-10 {
	display: inline;
	float: left;
	margin-left:5px;
	margin-right:5px;
}
.module-1 {
	width: 85px;
}
.module-2 {
	width: 180px;
}
.module-3 {
	width: 275px;
}
.module-4 {
	width: 370px;
}
.module-5 {
	width: 465px;
}
.module-6 {
	width: 560px;
}
.module-7 {
	width: 655px;
}
.module-8 {
	width: 750px;
}
.module-9{
	width: 845px;
}
.module-10 {
	width: 940px;
}
/* Yes, inelegant, but it's the cleanest way to break out of the grid. */
.fullpage #content {
	width:630px;
}
.fullpage #sidebar {
	width:300px;
}

/* Grid: reset margins for elements inside of other module elements. Alpha = first element. Omega = last element. */
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid: clearing */
.section {
	overflow:hidden;
}
.clear {
	clear:both;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Grid: misc */
.box {
	background:#fff;
	border-top:10px solid #e7e6e7;
}
.inside {
	padding:10px;
}
.fullpage{
	background:url(../images/dash.gif) repeat-y center;
	margin-top:10px;
}
.fullpage .canvas{
	background: url(../images/page-top-border.gif) repeat-x top;
	border-bottom:10px solid #fff;
	padding-top:9px;
}
.homepage {
	background:url(../images/faux-columns.gif) repeat-y;
}

#header {
	background:#fff url(../images/header-stripe.gif) repeat-x bottom;
}
#header .inside {
	background:url(../images/header-background.gif) no-repeat left bottom;
	height:151px;
	padding:20px;
}
#header #logo {
	display:block;
	margin-top:30px;
}
#sub-header {
}
#navigation {
	background:#979797 url(../images/main-navigation-chrome-right.png) no-repeat right top;
	padding:0 20px 0 0;
}
#main-navigation {
	background: url(../images/main-navigation-chrome-left.png) no-repeat left top;
	padding-left:10px;
}
#main-navigation a,
#main-navigation a:visited{
	color:#000;
	padding:7px 10px;
}
#main-navigation a:hover {
	color:#555;
}
#sub-header #mtv-search {
	float:right;
	margin:3px 0;
}
#sub-header #mtv-search p {
	margin:0;
}
#main {
	margin-bottom:10px;
}
#footer {
	color:#777;
	padding: 10px 20px;
}
/* # Posts ##################################### */

.entry-content {
	margin-top:1.5em;
	overflow:auto;
}

.page {
	padding-top:10px;
}

/* # Widgets ################################### */

.widget {
	background:#fff;
	margin:0 0 10px;
}
.homepage .widget {
	border-top:10px solid #e7e6e7;
	margin-bottom:0;
}
.fullpage .widget-title {
	background:url(../images/icons/key.gif) no-repeat left bottom;
	border-bottom:1px solid #c77a1c;
	font-family:georgia, garamond, baskerville, times, serif;
	font-weight:normal;
	padding:12px 0 3px 32px;
}

.widget-login .inside {
	background:url(../images/keys.jpg) no-repeat 10px 10px;
	padding-left:110px;
}
.widget-login .inside input.text,
.widget-login .inside input.password {
	width:172px;
}

/* # Misc ################################### */

/* jQuery UI tabs */
.ui-tabs-hide { display: none; }

#home-tabs .ui-tabs-panel {
	height:200px;
	overflow:auto;
}

/* Archives plugin */
#archives .month-link {
	margin-right:6px;
}
#archives .month-nolink {
	color:#fff;
	display: none;
}
#archives .year-link {
	font-size:16px;
	margin-right:6px;
}
#archives h2.monthhead {
	border-top:1px solid #ddd;
	padding:10px 0 0;
}
#archives ul {
	margin-bottom:3em;
	margin-top:1.5em;
}

/* Advanced search fieldset */

input.prime {
	font-size:1.16666667em;
	width:80%;
}
fieldset.group {
	border:1px double #ccc;
	margin-bottom:1.5em;
	padding:.75em .75em 0;
}
fieldset.group legend {
	font-family:Georgia, Times, 'Baskerville', serif;
	border:1px solid #ccc;
	padding:2px 5px;
}
fieldset.group label {
	float:left;
	width:100px;
}

/* Footer links */
#footer p#colophon {
	margin-bottom: .25em;
}
#footer .pipe {
	margin-bottom: .5em;
}
.pipe,
.pipe li {
	list-style:none;
	margin:0;
}
.pipe li {
	display:inline;
}

.cflk-list li {
	list-style:none;
}


ol.cf-ol {
	list-style:none;
	margin:0;
}
li.textonly {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin:0 0 0.5em;
}
#contact-form label,
ol.cf-ol label {
	display:block;
}
#contact-form input,
ol.cf-ol input {
	width:250px;
}
ol.cf-ol textarea {
	width:400px;
}
#contact-form input.send,
#sendbutton {
	width:100px;
}
.linklove,
span.reqtxt,
span.emailreqtxt {
	display:none;
}

/* AUTHOR'S PAGE */
#authors .cfum-list-authors {
	list-style: none outside;
	margin-right: 15px;
	border-top: 1px solid #CECECE;
	padding-top: 20px;
}
#authors .cfum-list-authors li {
	border-bottom: 1px solid #CECECE;
	margin-bottom: 20px;
}
#authors .authorimage {
	float: right;
	border: 1px solid gray;
	padding: 1px;
	margin: 0 0 15px 15px;
}
/* AUTHOR's ARCHIVE */
.author-archive {
	list-style-type:none;
	margin-top:20px;
}
.archive-date {
	font-style:italic;
	font-size: 12px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Non-post content
==================================== */

.service-heading {
	background:url(../images/rule-slit.gif) no-repeat center bottom;
	padding:1em 1.5em 0;
	overflow:hidden;
	position:relative;
}
.service-title {
	float:left;
	margin:0;
	padding:0 0 10px 0;
}
.service-title,
.service-title a,
.service-title a:visited {
	color:rgb(122, 20, 21);	
}
.service-navigation {
	position:absolute;
	clear:none;
	overflow: visible;
	bottom:0;
	right:15px;
}
.service-navigation li {
	background:url(../images/tab-slit.gif) no-repeat left bottom;
	margin-left:5px;
	padding-left:5px;
}
.service-navigation a {
	background:#eae4c5 url(../images/tab-slit-right.gif) no-repeat right bottom;
	font-size:12px;
	line-height:1;
	padding-right:13px;
}
.service-navigation a {
	padding:3px 9px 3px 3px;
}
.service-summary {
	margin:1.5em 1.5em 0;
}

/* Ad content
==================================== */

#ad-above-content .inside {
	padding:0;
	background-color: #294A73;
	/*border: 1px solid rgb(255, 255, 51);*/
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;	
}

#ad-above-content a {
	color: #FFF;
	text-shadow:0 1px 1px rgba(64, 64, 64, 0.13);
}
#ad-above-content a:hover {
	color:#FFF;
}

.below-nav-widget {
	margin-top:10px;
}
.home-services  img{
	width:104px;
	float:left;
}
.home-services-link {
display:block;
margin-bottom:20px;
margin-top:-20px;
text-align:right;
}
