/* styles.css for Platform theme. Copyright (c) 2009, Platform Associates LLC. */

body {
	margin:  0px 0px 0px 0px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color:  #333;
}

#tag {
	border-bottom: solid 1px #666;
}

h1 {
	font-size:  1.7em;
	margin-bottom:  6px;
}

h2 {
	font-size:  1.4em;
	border-bottom: solid 1px #333;
}

h3 {
	color: #787800;
	font-size:  1.2em;
	line-height: 0.9em;
	margin:  0px 0px 4px 0px;
}

ul {
	list-style-type: square;
	font-size: 0.9em;
	line-height: 1.4em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #00006A;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

#descrip {
	margin: 6px 0px 0px 0px;
	font-size:  0.9em;
}

#news p {
	font-size:  0.8em;
	line-height: 140%;
}

#news .story {
	margin-bottom: 24px;
}

.post_meta {
	margin-left: 2px;
	font-size:  0.65em;
	color:  #666;
}

.story_meta {
	color:  #999;
	font-size:  0.75em;
}

#products p {
	font-size:  0.8em;
	font-weight: normal;
}

#ftr {
	margin-top:  48px;
	background-image: url(../img/ftr.png);
	height: 48px;
	text-align: center;
	padding-top: 12px;
	color:  #FFF;
}

#ftr a {
	color: #FFFFFF;
}

#ftr a:hover {
	text-decoration: underline;
}

#ftr img {
	border: none;
}

.num {
	font-size: 12px;
	text-align: center;
}

.content-list {
	clear: both;
	width: 100%;
}

table.content-list td {
	padding: 5px 10px;
}

table.content-list tr:hover {
	background: #FFFFCC;
}

.frmrow label {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	width: 12em;  
	float: left;  
	text-align: right;  
	margin-right: 0.5em;  
	display: block;
}

.frmrow {
	margin-bottom: 12px;
}

.frmbox {
	margin: 12px auto 36px auto;
	width: 550px;
	background-color: #F8F8F8;
	padding: 36px 12px 36px 12px;
	border: solid 1px #999999;
}

#question_submit {
	margin-top:  8px;
}

#question_prev input {
	width:  140px;
	float:  left;
}

#question_submit input {
	width:  140px;
	margin-left: 270px;
}

.question_box {
	margin: 12px auto 18px auto;
	width: 700px;
	background-color: #F8F8F8;
	padding: 24px 12px 12px 12px;
	border: solid 1px #999999;
}

.question_row {
	margin-bottom: 16px;
}

input {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: solid 1px #999999;
	width: 300px;
}

.question_row input {
	width:  20px;
}

.question_row label {
	font-size: 1.1em;
}

.frmsubmit {
	height: 48px;
	padding-top: 18px;
	display: block;
	text-align: center;
}

.frmsubmit a {
	color: #333;
	height: 48px;
	background-color: #F8F8F8;
	border-top: solid 1px #CCC;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	border-left: solid 1px #CCC;
	padding: 8px;
	text-decoration: none;
}

.frmsubmit a:hover {
	color: #FFF;
	background-color: #999;
}

.alert {
	margin:  14px auto 6px auto;
	border: solid 1px #999999;
	width: 860px;
	background-color: #FFFFCC;
	padding: 8px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

textarea {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.crumb {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 12px;
}

.pagination {
	margin: 24px 0px 16px 0px;
	font-size: 0.8em;
	text-align: right;
}

.pagination a {
	border: 1px solid #ccc;
	font-weight: normal;
}

.pagination a:hover {
	border: 1px solid #999;
}

.pagination span, .pagination a {
	padding: 6px;
}

#thread {
	list-style: none;
	margin: 0 0 0 188px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

.post {
	padding-left: 6px;
	overflow: hidden;
}

.post_author {
	margin-left: -200px;
	margin-top:  4px;
	overflow: hidden;
	position: absolute;
	width: 180px;
}

.post_author img {
	float: left;
	margin-right: 5px;
	border: solid 3px #F8F8F8;
}

.alt_post {
	background-color: #F8F8F8;
}

.post_meta a {
	color: #666666;	
}

#navlist {
	margin-top: 12px;
}

#navlist ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li { margin: 0; }

#navlist a {
	display: block;
	color: #000;
	background-color: #FFD344;
	width: 12em;
	padding: 3px 12px 3px 8px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#navlist a:hover
{
	background-color: #FFE9A1;
	color: #000;
}

#navlist li li a
{
	display: block;
	color: #000;
	background-color: #FFFBA1;
	width: 12em;
	padding: 3px 3px 3px 17px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

/* Ideas and Voting */

.idea {
	margin-bottom: 24px;
}

.votebox {
	border: 1px solid #b9b9b9;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 8px;
	width: 48px;
}

.vote-num {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}

.votes {
	font-size:  0.7em;
	color:  #B9B9B9;
	line-height: 0.9em;
	margin-bottom: 4px;
}

.vote-button {
	font-size:  0.7em;
	background-color: #b9b9b9;
}

.vote-button:hover {
	background-color: #0000CC;
	color: #FFFFFF;
}

.vote-button a {
	display: block;
	text-decoration: none;
}

.vote-button a:link {
	color:  #0000CC;	
}

.vote-button a:hover {
	color: #FFFFFF;
}

.vote-button a:visited {
	color: #FFFFFF;
}

.idea-content {

}

.idea-title {
	font-size: 1.3em;
	font-weight: bold;
	margin-left:  54px;
	color:  #333;
}

.idea-description {
	margin-left: 62px;
	color: #666;
	font-size:  0.8em;
	margin-bottom: 6px;
}

.idea-meta {
	margin-left: 62px;
	color: #999;
	font-size:  0.7em;
	margin-bottom: 6px;
}

.idea-meta a {
	color: #666;
}

#menu {
	border-bottom: 5px solid #E9E9E9;
	height: 21px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
}

#menu #last a {
	border-right: none;
	font-weight: bold;
}

#menu a {
	border-right: 1px solid #ccc;
	color: #000;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}

#menu a:hover, #menu #current, #menu li.current_page_item a, #menu li.current_page_parent a {
	background: #e9e9e9;
	color: #333;
}

.client_logo {
	text-align: center;
}

.practice {
	margin-bottom: 24px;
	border-bottom: solid 1px #999999;
	padding-bottom: 12px;
}

/* Ideas and Voting */

.idea {
	margin-bottom: 24px;
	clear: both;
}

.votebox {
	border: 1px solid #b9b9b9;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 8px;
	width: 48px;
}

.vote-num {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}

.votes {
	font-size:  0.7em;
	color:  #B9B9B9;
	line-height: 0.9em;
	margin-bottom: 4px;
}

.vote-button {
	font-size:  0.7em;
	background-color: #b9b9b9;
}

.vote-button:hover {
	background-color: #0000CC;
	color: #FFFFFF;
}

.vote-button a {
	display: block;
	text-decoration: none;
}

.vote-button a:link {
	color:  #0000CC;	
}

.vote-button a:hover {
	color: #FFFFFF;
}

.vote-button a:visited {
	color: #FFFFFF;
}

.idea-content {

}

.idea-title {
	font-size: 1.3em;
	font-weight: bold;
	margin-left:  54px;
	color:  #333;
}

.idea-description {
	margin-left: 62px;
	color: #666;
	font-size:  0.8em;
	margin-bottom: 6px;
}

.idea-meta {
	margin-left: 62px;
	color: #999;
	font-size:  0.7em;
	margin-bottom: 6px;
}

.idea-meta a {
	color: #666;
}

.status {
	color: #333;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	background-color: #FFFFCC;
}

.content-list .status {
	color: #333;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	padding: 1px 3px 1px 3px;
	font-size: 0.6em;
	font-weight: bold;
	background-color: #FFFFCC;
}

.metric {
	font-size: 0.9em;
	border-bottom: solid 1px #DDD;
	margin-bottom: 6px;
}

.metric_sub {
	font-size: 0.9em;
	margin-bottom: 6px;
	padding-left: 8px;
	border-bottom: solid 1px #DDD;
}

.feed_item {
	border: solid 1px #999;
	margin-bottom: 32px;
	padding: 4px;
}

.feed_ctl {
	margin: 12px 0px 24px 0px;
}

.feed_ctl a {
	color: #333;
	height: 48px;
	background-color: #F8F8F8;
	border-top: solid 1px #CCC;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	border-left: solid 1px #CCC;
	padding: 8px;
	text-decoration: none;
}

.feed_ctl a:hover {
	color: #FFF;
	background-color: #999;
}
