/*
Theme Name: FS Thinktank
Theme URI: http://fsthinktank.com/
Description: Custom theme for FS Thinktank
Version: 1.0
Author: Grid Design

*/
body {
	background-color: #fff;
	color: #475460;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
p {
  font-size:1.2em;
	line-height:1.334em; /*16px*/
}

a, a:link {
	color: #475460;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #475460;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #475460/*!Important*/;
	text-decoration: underline!Important;
}
a:focus {
	color: #475460;
}
a:active {
	color: #475460;
}
#outer-wrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 955px;
}

/*----------------=p header--------------------*/

#header {
	margin: 0px;
	padding: 0px;
	width:955px;
}

#header .logo {
	float:left;
	display: inline;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width:340px;
}

#header .tagline {
	float:left;
	display: inline;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width:300px;
	color:#006bb3;
	font-size:1.5em;
	font-weight:bold;
}

#header .small-nav {
	float:right;
	display: inline;
	font-size:1.2em;
	color:#006bb1;
	padding:10px 0 0 0;
}

#header .small-nav li{
	float:left;
	display: inline;
	padding:0 5px 0 0;
}

#header .small-nav li a{
	color:#ccc;
}

#header .small-nav li a:hover{
	color:#666;
}

/*----------------=p top-navigation--------------------*/

#top-navigation {
  clear:both;
	padding:20px 0px 0px 0px;
	margin:0px;
	border-bottom:1px solid white;
}
ul#main-menu {
	width: 955px;
	list-style: none;
	margin: 0px;
	padding:0px;
	text-transform:uppercase;
	font-size:1.1em;
}
ul#main-menu li {
	display: inline;
}
ul#main-menu li a {
	display: block;
	float: left;
	display: inline;
	background-image: url(images/main-menu.gif);
	font-weight:bold;
	color:#fff!Important;
	text-decoration:none!Important;
	text-align:left;

	padding:3px 0 2px 10px;
}

/*
ul#main-menu li a.grey 		{width:  12px;	background-position: 0px 0px;	text-indent:-9999px;}
ul#main-menu li a.blue 		{width: 176px;	background-position: -22px 0px;}
ul#main-menu li a.violet 	{width: 178px;	background-position: -208px 0px;}
ul#main-menu li a.pink 		{width: 175px;	background-position: -396px 0px;}
ul#main-menu li a.red 		{width: 177px;	background-position: -581px 0px;}
ul#main-menu li a.orange 	{width: 177px; background-position: -768px 0px;}

ul#main-menu li a.grey:hover, ul#main-menu li a.grey:focus 			{background-position: 0px -44px;}
ul#main-menu li a.blue:hover, ul#main-menu li a.blue:focus 			 {background-position: -22px -44px;}
ul#main-menu li a.violet:hover, ul#main-menu li a.violet:focus 	 {background-position: -208px -44px;}
ul#main-menu li a.pink:hover, ul#main-menu li a.pink :focus 		 {background-position: -396px -44px;}
ul#main-menu li a.red:hover, ul#main-menu li a.red:focus				 {background-position: -581px -44px;}
ul#main-menu li a.orange:hover, ul#main-menu li a.orange:focus 	 {background-position: -768px -44px;}
*/

/*ul#main-menu li a.grey 		{width:  12px;	background-position: 0px 0px; text-indent:-9999px;}*/
ul#main-menu li a.blue 		{width: 151px;	background-position: -0px 0px;}
ul#main-menu li a.violet 	{width: 137px;	background-position: -162px 0px;}
ul#main-menu li a.pink 		{width: 150px;	background-position: -309px 0px;}
ul#main-menu li a.red 		{width: 160px;	background-position: -469px 0px;}
ul#main-menu li a.orange 	{width: 149px; background-position: -638px 0px;}
ul#main-menu li a.green 	{width: 140px; background-position: -797px 0px;}

/*ul#main-menu li a.grey:hover, ul#main-menu li a.grey:focus		{background-position: 0px -44px;}*/
ul#main-menu li a.blue:hover, ul#main-menu li a.blue:focus		{background-position: -0px -44px;}
ul#main-menu li a.violet:hover, ul#main-menu li a.violet:focus	{background-position: -162px -44px;}
ul#main-menu li a.pink:hover, ul#main-menu li a.pink :focus		{background-position: -309px -44px;}
ul#main-menu li a.red:hover, ul#main-menu li a.red:focus		{background-position: -469px -44px;}
ul#main-menu li a.orange:hover, ul#main-menu li a.orange:focus	{background-position: -638px -44px;}
ul#main-menu li a.green:hover, ul#main-menu li a.green:focus	{background-position: -797px -44px;}

a {
	outline: none;
}

#sub-header {
	width:955px;
	height:250px;
}

#sub-header .left {
	float:left;
	display: inline;
	background:url(images/flash-placeholder.jpg) no-repeat 0 0;
	height:250px;
	width:768px;
	margin:0;
	padding:0;

}

#sub-header .right {
	background:url(images/sub-header-right-bg.jpg) no-repeat 0 0;
	float:right;
	display: inline;
	height:250px;
	width:187px;
	margin:0;
	padding:0;
}

/*----------------=p left-column--------------------*/

#left-column {
	background:#ccc url(images/left-column-bottom.gif) no-repeat 0 bottom;
	float: left;
	display: inline;
	width: 182px;
	color:#666;
	padding:0 0 3px 0;
}

#left-column h2{
	font-size:1.4em;
	font-weight:bold;
	padding:13px 0 0 0;
}

#left-column h3{
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0 0 0;
}

#left-column ul li{
	padding:5px 0 0 0;
}

#left-column p{
	font-size:1.2em;
}

#left-column p a{
	color:#666;
}

.featured-video-container {
	padding:5px 0;
}

.featured-download-image-container {
	padding:5px 0;
	text-align:center;
}

#left-column ul li a{
	color:#666;
	font-size:1.2em;
	padding:3px 0 0 40px;
	background:url(images/left-column-blue-arrow.gif) no-repeat 0 0;
	display:block;
}

.left-column-sub-section {
	border-top:1px solid white;
	padding:0px 10px 5px 10px;
}

input.left-column-search-field {
	color:#666;
	float:left;
	display: inline;
	width:130px;
	height:15px;
}

.left-column-search-btn{
	float:right;
	display: inline;
}

/*----------------=p right-column--------------------*/

#right-column {
	float:right;
	display:inline;
	width:187px;
	padding:0;
	margin:0;
}

#right-column  h2{
	font-size:1.4em;
	font-weight:bold;
	padding:13px 0 20px 0;
	color:#999;
}

.right-column-sub-section {
	display:block;
	padding:0px 0 5px 10px;
	margin:0 0 10px 0;
}

.right-column-sponsored-section {
	background:#d1ecf8 url(images/sponsored-section-top.gif) no-repeat 0 0;
	padding:10px 0px 0 10px;
	color:#253a7f;
}

.right-column-sponsored-section p{
	padding: 0 0 10px 0;
}

.right-column-sponsored-section h3{
	font-size:1.4em;
	font-weight:bold;
	color:#337ea1;
	padding:0 0 10px 0;
}

.right-column-sub-section form p label {
	font-size: 100%;
}

.right-column-sub-section form p input {
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
}

#rememberme {
	margin-left: 5px;
}

.right-column-sponsored-section p a, .right-column-sponsored-section p a:hover{
	color:#253a7f!Important;
}

.right-column-sponsored-section-bottom {
	background:url(images/sponsored-section-bottom.gif) no-repeat 0 0;
	height:18px;
}

.sponsor-logos {
	padding:0 10px 0 0;
	text-align:center;
}

.sponsor-logos img{
	text-align:center;
	padding:10px 0 0px 0;
}

/*----------------=p content--------------------*/

#content {
	float:left;
	display:inline;
	padding:20px 20px 20px 20px!Important;
	width:540px!Important;
}

#posts {
	float:left;
	display: inline;
	padding:15px 0px 20px 10px!Important;
	width:565px!Important;
}

#blog{
	float:left;
	display: inline;
	padding:15px 0px 20px 20px!Important;
	width:565px!Important;
}

#posts h2, .post h2, .articles h2, #blog h2 {
	padding:0 0 0 0;
	color:#999;
	font-size:1.4em!important;
	font-weight:bold
}

/*-------------------=p story-summary------------------------*/

.story-summary, .frontpage-summary {
	border-bottom:1px solid #ccc;
	overflow:auto;
	padding:0 20px 0 0;
	margin-bottom:20px;
}

.story-summary img, .frontpage-summary img {
  padding:0 20px 20px 0;
	float:left;
	display: inline;
}

h2.pagetitle {
  padding:0 0 1em 0;
}

.story-summary h2{
	padding:0 0 1em 0!important;
	font-size: 1.5em!important;
}

.frontpage-summary h2 {
	padding:0 0 0 0;
	font-size: 1.5em!important;
}

.story-summary h2 a, .frontpage-summary h2 a {
	font-size:1.0em;
	color:#008ccc/*!Important*/;
	text-transform:uppercase;
}

.story-summary h2 a:hover, .frontpage-summary h2 a:hover{
	color:#008ccc/*!Important*/;
}


.story-summary p{
	font-weight:bold;
	padding:0 0 .75em 0;
}

.story-summary p + p{
	font-weight:normal!important;
}

.story-summary a, .file-summary a, frontpage-summary a {
	font-size: 1.2em;
}

.frontpage-summary {
	width: 415px;
}

/* FILE SUMMARY */

.file-summary {
	border-bottom:1px solid #ccc;
	overflow:auto;
	padding:0 0 0 0;
	margin-bottom:20px;
}

.file-summary h2 a {
	font-size: 0.9em;
}


/*-------------------=p full-story------------------------*/

.full-story{
	border-bottom:1px solid #ccc;
	overflow:auto;
	padding:0 20px 0 0;
	margin-bottom:.75em;
}

.full-story p img{
  padding:0 20px 20px 0;
	float:left;
	display: inline;
}

.full-story h2{
	padding:0 0 1em 0;
	font-size:1.6em!Important;
	color:#008ccc/*!Important*/;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1em;
}

.full-story p{
	font-weight:bold;
	padding:0 0 .75em 0;
}

.full-story p + p{
	font-weight:normal;
}

.full-story-tags{
  border-top:1px solid #ccc;
	padding:.75em 0 0 0;
}

.postmetadata {
  margin:0 0 0 0;
}

.read-more a{
	text-transform:uppercase;
	float:right;
	display: inline;
	color:#008ccc;
	display:block;
	padding:0 10px 5px 0;
}

/*--------------------=p post-----------------------*/

.post {
	margin:0 0 10px 0!Important;
}

.post-content {
	float:right;
	display: inline;
	width:432px;
	padding:0 20px 0 15px;
	border-bottom:1px solid #ccc;
}

.post-author-pic {
	width:98px;
	float:left;
	display: inline;
	text-align:center;
	padding:10px 0 0 0;
}

.post-content h3{
	padding:0 0 1em 0;
}

.post h3 a{
	font-size:1.6em;
	color:#008ccc;
}

.post h3 a:hover{
	color:#008ccc;
}

.post p{
	padding:0 0 .75em 0;
}

.date-and-author {
  padding:0 .6em 0 0!Important;
	float:left;
}

.date, .author {
	font-weight:bold;
}

.comments {
	float:left;
	display: inline;
}

/*--------------------=p featured-post-----------------------*/

.featured-post {
	margin:5px 0 10px 0!Important;
 	background:url(images/featured-post-bg.gif) repeat-y right 0!Important;
}

.featured-post .post-content {
	float:right;
	display:inline;
	width:432px;
	background:url(images/featured-post-top.gif) no-repeat 0 0;
	padding:9px 20px 0 30px!Important;
	border:0;
}

.featured-post-bg-bottom {
 	background:url(images/featured-post-bg-bottom.gif) no-repeat right bottom!Important;
	height:10px;
}

.featured-post .post-author-pic {
	width:50px!Important;
}

/*-------------------=p posts-colors--------------------------*/


/*---=p orange-----------------------*/

.orange h3, .orange h4{
	color:#ed811f !Important;
}

.orange h3 a{
	color:#ed811f!Important;
}

.orange h3 a:hover {
	color:#ed811f!Important;
}

.orange .read-more a, .orange .read-more a:hover {
	color:#ed811f!Important;
}

.orange .comments a, .orange .comments a:hover {
	color:#ed811f!Important;
	background:url(images/orange-comment-icon.gif) no-repeat 0 0;
	display:block;
	padding:2px 0 2px 30px;
}

/*---=p red-----------------------*/
.red h3, .red h4{
	color:#ef1925 !Important;
}

.red h3 a{
	color:#ef1925!Important;
}

.red h3 a:hover {
	color:#ef1925!Important;
}

.red .read-more a, .red .read-more a:hover {
	color:#ef1925!Important;
}

.red .comments a, .red .comments a:hover {
	color:#ef1925!Important;
	background:url(images/red-comment-icon.gif) no-repeat 0 0;
	display:block;
	padding:2px 0 2px 30px;
}

/*---=p blue-----------------------*/
.blue h3, .blue h4{
	color:#008ccb !Important;
}

.blue h3 a{
	color:#008ccb!Important;
}

.blue h3 a:hover {
	color:#008ccb!Important;
}

.blue .read-more a, .blue .read-more a:hover {
	color:#008ccb!Important;
}

.blue .comments a, .blue .comments a:hover {
	color:#008ccb!Important;
	background:url(images/blue-comment-icon.gif) no-repeat 0 0;
	display:block;
	padding:2px 0 2px 30px;
}

/*---=p pink-----------------------*/

.pink h3, .pink h4{
	color:#F067A5 !Important;
}

.pink h3 a{
	color:#F067A5 !Important;
}

.pink h3 a:hover {
	color:#F067A5 !Important;
}

.pink .read-more a, .pink .read-more a:hover {
	color:#F067A5 !Important;
}

.pink .comments a, .pink .comments a:hover {
	color:#F067A5 !Important;
	background:url(images/pink-comment-icon.gif) no-repeat 0 0;
	display:block;
	padding:2px 0 2px 30px;
}

.pink .submit-comment div input.submit-button {
	color:#F067A5;
}

/*--------------------=p featured-post-----------------------*/

.blog-container {
  margin:5px 0 10px 0!Important;
}

.blog-container {
	float:right;
	display: inline;
	/*width:434px;*/
	padding:9px 20px 0 0!Important;
	border:0;
}

.blog-content{
	float:right;
	display: inline;
	/*width:434px;*/
	padding:9px 0px 0 0!Important;
	border:0;
}

.blog-content img{
  padding:0 20px 20px 0;
}


.blog-container h3 {
	font-size:1.6em;
	font-weight:bold;
}

.blog-container h4 {
	font-size:1.2em;
	font-weight:bold;
}

.blog-container h5 {
	font-size:1.4em;
	padding:0 0 5px 0;
	font-weight:bold;
}

.submit-comment {
  border-top:1px solid #ccc;
	padding:.75em 0 0 0;
}

.submit-comment div{
	clear:both;
	padding:0 0 5px 0;
	overflow:auto;
	width:434px;
}

.submit-comment div input {
	float:left;
	display: inline;
	border:1px solid #ccc;
	width:208px;
	color: #475460;
}

.submit-comment div textarea {
	border:1px solid #ccc;
	width:430px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.225em;
	color: #475460;
}

.submit-comment div label {
	float:right;
	display: inline;
	text-align:left;
	clear:left;
	font-size:1.2em;
	font-weight:bold;
	width:216px;
}

.submit-comment div input.submit-button {
	background:none;
	font-weight:bold;
	text-align:left;
	border:0;
	cursor:pointer;
}

.blog-container p{
	padding:0 0 .75em 0;
}

.commenter-info{
  padding:10px 0 0 0;
}

.commenter-info img{
  float:left;
  display: inline;
	padding:0 10px 10px 0;
}

.commenter-details {
	float:left;
	display: inline;
}

.commenter-info .comment{
  clear:both;
}

.read-more a:hover{
	color:#008ccc!Important;
}

.clear-floats {
	clear: both;
	display: block;
}

.float-left {
  float:left;
}

.remember-me {
 padding:0 0 5px 0;
}

.register-link{
  float:right;
	padding:5px 8px 0 0;
}

.register-link a{
	display:block;
	text-decoration:underline;
}

/*----------------=p footer--------------------*/

#footer {
	padding: 10px 0px;
	color:#666;
}

#footer a{
	color:#666;
}

div.content h2 {
	font-size: 1em;
}


/* ----------------------------------------------- */


.alignleft {
	float: left;
	display: inline;
}
.alignright {
	float: right;
	display: inline;
}

.sidebar-right {
	padding-bottom: 1em!important;
}

/*#content h2 {
	font-size: 1.2em;
}*/

/*.bookmark-list-item a,*/

#account-block {
	background: #ddd url(images/account-block-bottom.gif) no-repeat scroll 0 bottom;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	width: 167px!important;
}

#account-block a {
	font-size: 110%!important;
}

#account-block-top {
	padding-top: 10px;
}

#account-block h2 {
	padding-top: 0;
	color: #666;
}

#log, #pwd {
	width: 155px;
}

/* DIV wrapper around featured post author thumbnail on frontpage */
div.featured-post-author-thumbnail {

}

/* DIV wrapper around recent posts author thumbnails on frontpage */
div.recent-posts-author-thumbnail {
	margin-left: 20px;
}

p.file-tag-list {
	margin-top: 10px;
	float: left;
	clear: left;
}

div.frontpage-summary-links {
	margin-top: 10px;
}

a.comment-link {
	font-size: 1.2em;
}

a.read-more {
	font-size: 1.2em;
}

a.tag-link {
	font-size: 1em;
}

span.post-info {
	font-size: 1.2em;
	font-weight: bold;
	float:left;
	line-height:1.334em;
	padding:0 .6em 0 0;
}

.prev-next-link {
}

#s {
	width: 148px;
	margin-right: 0;
	float:left;
}

.right-column-search-button {
	float: right;
	display: inline;
	padding-top: 2px;
}

.float-right {
  float:right;
}

.float-left {
  float:left;
}

.submit-comment h4{
 font-size:1.2em;
 letter-spacing:1px;
}

.blog-title a{
  color:#999;
}

.blog-title a:hover{
  color:#999;
	text-decoration:none!Important;
}

.comment-author{
padding:0 0 0 0;
margin:0;
}

.comment-author img{
padding:0 .75em 0 0;
margin:0;
float:left;
}

.comment-author cite a{
font-size:1.4em;
font-weight:bold;
}

.comment-author .says{
font-size:1.2em;
font-weight:normal;
}

.comment-meta a {
font-size:1.2em;
font-weight:normal;
padding:0 0 .75em 0!Important;
display:block;
}

p.document-link {
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 5px 25px 2px 0;
	background: #fff url(images/right-column-blue-arrow.gif) no-repeat bottom right;
}

.link-blue {
	color: #008ccb;
}

.document-thumbnail {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.link-pagination {
 	font-size: 1.3em;
}