﻿/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: layout_screen.css
 * 
 * Description:
 * Rules for the interior content for screen display only.
 * General display rules should appear in basesyles.css.
 *
 */
 
 
/* contentBounds */

#contentBounds, #sideColumn {
	font-size: 92%;
	}
	
#contentBounds a, #sideColumn a {
	color: #3f72ae;
	}
 
/* mainColumn */

#mainColumn {
	line-height: 1.6em;
	
	}
	
#mainColumn ul {
	margin-left: 1em;
	}

div.left {
	float: left;
	width: 40%;
	}
	
#mainColumn div.left ul {
	list-style: none;
	margin-left: 0;
	}


/* any tables?

table.stripe {
	border: 1px solid #ccc;
	width: 100%;
	}
	
table.stripe th {
	color: #fff;
	padding: 3px 5px;
	background: #a175aa url("../../dir_images/bg_th.gif") left bottom repeat-x;
	border: 1px solid #520063;
	border-left: none;
	font-size: 92%;
	line-height: 1.3em;
	}
	
table.stripe th.top {
	background: #763b83 url("../../dir_images/bg_th-top.gif") left bottom repeat-x;
	font-size: 100%;
	}
	
table.stripe td {
	border-right: 1px solid #ebebeb;
	text-align: center;
	}
	
table.stripe .last {
	border-right: none;
	}
	
table.stripe .first {
	border-left: 1px solid #520063;
	}
	
table.stripe tr.alt td {
	background: #f5f0f6;
	}
 
	
/* sideColumn 
------------------------------------ */

#sideColumn .img img {
	border-bottom: 2px solid #56595c;
	margin-bottom: 5px;
	}
	
#sideColumn .feature {
	margin-bottom: 2.75em;
	}
	
#sideColumn h2 {
	background: #eaebeb;
	border-bottom: 1px solid #85a3c7;
	color: #96afcd;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 127%;
	font-family: arial, helvetica, sans-serif;
	padding: 2px 0 2px 5px;
	}
	
#sideColumn h2 span {
	color: #3f72ae;
	}

#sideColumn a {
	}	

#sideColumn a.more {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 87%;
	font-style: oblique;
	color: #002d62;
	}

/* Homepage Overrides 
--------------------------------------- */

/* #home #contentBounds a {
	font-style: oblique;
	} */

#home a.more {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 87%;
	color: #002d62;
	}
	
#home #upper .feature.about {
	float:right;
	width: 290px;
}
#home #upper .feature.about p {
	font-size: 112%;
	margin-left:10px;
	
	}
	
#home #lower .feature ul {
	list-style: none;
	margin-left: 0;
	}
	
#home #lower .feature ul li {
	line-height: 1.4em;
	}
	
#home .feature h2 {
	background: #eaebeb;
	border-bottom: 1px solid #6b9629;
	color: #afc789;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 127%;
	font-family: arial, helvetica, sans-serif;
	padding: 2px 0 2px 5px;
	}

#home .feature h2 span {
	color: #6b9629;
	}

/* viewpoint */

#home .feature.viewpoint h2 {
	color: #96afcd;
	border-bottom: 1px solid #3f72ae;
	}
	
#home .feature.viewpoint h2 span {
	color: #3f72ae;
	}

#home .feature.viewpoint ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	}
	
#home .feature.viewpoint ul li.last {
	border-bottom: none;
	margin-bottom: none;
	}

#home .feature.viewpoint li img {
	float: left;
	}
	
#home .feature.viewpoint li p {
	margin-left: 40px;
	}

/* what's new */

#home .feature.new h2 {
	color: #8ca0b7;
	border-bottom: 1px solid #063062;
	}
	
#home .feature.new h2 span {
	color: #002d62;
	}
	
#home .feature.new ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	}
	
#home .feature.new ul li.last {
	border-bottom: none;
	margin-bottom: none;
	}

#home .feature.new li h3 {
	float: left;
	border-bottom: 0;
	margin: 0;
	color: #666;
	font-size: 97%;
	}
	
#home .feature.new li p {
	margin-left: 70px;
	}

	
/* Misc */

.popHide { display: none; }

.popShow { display: block; }

img.alignleft {
	float: left;
	margin: 6px 8px 8px 0;
	}
	
img.alignright {
	float: right;
	margin: 6px 0 8px 8px;
	}
	
img.aligncenter {
	display: block;
	margin: 0 auto 8px auto;
	}
