/*-----------------------------------------------------------------------------
Theme Name: Thayer.com
Theme URI: http://themepicker.com
Description: A Customized WP theme
Version: 0.1
Author: TCW Tech Team
Author URI: http://tcwebsite.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin-top: 1em;
  margin-bottom:  1em;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   padding-top: 5px;
   padding-bottom: 5px;
}

.wp-caption {
   text-align: center;
   font-style: italic;
   padding: 4px 0 0 0;
   margin: 0;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 5px 5px;
   margin: 0;
}

.video-caption {
   font-size: 11px;
   line-height: 17px;
   padding: 0 5px 5px;
   margin: 0;
   text-align: center;
   font-style: italic;
}

.alignleft {
   float: left;
   padding: 5px 10px 5px 0;
}

.alignright {
   float: right;
   padding: 5px 0 5px 10px;
}



/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
  font: 14px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  line-height: 20px;
  background: #fff;
  color: #333333;
}

blockquote {
	margin: 15px;
	padding:0 6px;
	border: 7px double  #D7DC76 ;
	border-width: 0 5px;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0;
}

.post h2, .post h2 a {
	font-size: 24px;
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-transform: none;
	font-weight: normal;
	line-height: 28px;
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #bd6533;
	text-decoration: none;
}

a:visited {
	color: #bd6533;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 900px;	
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/bg.png) repeat-y;
	border-bottom: 1px solid #999;
}

#masthead {
	background: #003366 url(images/banner.png) no-repeat bottom center;
	width: 900px;
	height: 210px;
	margin: 0 auto;
	}

ul#topnav {
	text-align: right;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	width: 700px;
	float: right;
}

#topnav li, #topnav li a {
	display: inline;
	padding: 0 4px;
	font-size: 14px;
	line-height: 14px;
	color: #ffffcc;
	text-transform: uppercase;
}

#topnav li {
	padding-left: 20px;
	background: url("images/arrows.gif") 0 -2px no-repeat;
	
}

form#searchform {
	width: 400px;
	margin: 5px 20px 0 0;
}

form#searchform label {
	display: inline;
	color: #bd6533;
	text-transform: uppercase;
	font-size: 12px;
}

form#searchform select{
	width:300px;
}

form#searchform #searchterms {
	width:295px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #cccccc;
	vertical-align: top;
}
div#search-box {
	position: relative;
	float: right;
	width: 250px;
	margin: 0px 20px 0 0;
	font-size:14px;
	padding:5px;
	text-transform:uppercase;
}


/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 685px;
	margin: 15px 0 0 0;
}

#primaryContent {
	position: relative;
	float: right;
	width: 445px;
	padding:4px 15px;
	font-size: 13px;
	margin: 0;
}

.post {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
clear: both;
overflow:hidden;
}

.postmetadata {
 clear: both; 
 margin-top: 2.5em;
}

.post ul {
    margin-left: 15px;
}


.entry {
	padding-bottom: 0;
	margin: 0;
}

.entry h2 {
	margin-top: 30px;
}

.entry p {
	
}

.entry ul {
	margin-left: 25px;
}

.entry ol {
	margin-left: 25px;
}

.entry li {
	padding-bottom: 5px;
}

.entry img {
	overflow: hidden;
}

.postmetadata {
	
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	margin: 10px 0;
	text-align: center;
}

/* @group Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 175px;
	margin: 15px 0 0 0;
	padding: 0 10px;
	font-size: 11px;
	overflow: hidden;
}

#sidebar h4 {
	border-top: 1px solid #999999;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar h3 {
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
}

#sidebar li ul {
	margin: 0; 
	padding: 0;			
}

#sidebar li ul li {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

#sidebar img {
	padding: 5px 0;
}

#sidebar h4 {
	color: #999;
	margin: 10px 0 0 0;
	padding: 0;
}

#leftsidebar {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
}

#leftsidebar h2 {
	color: #003366;
	font-family: "Geneva",arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

#leftsidebar h3 {
	color: #999999;
	font-family: Times,"Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 10px 0 0 0;
	padding: 4px 0 1px 0;
	
}

#leftsidebar h4 {
	color: #999;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-transform: uppercase; 
	font-family: Times,"Times New Roman", serif;
	font-weight: normal;
	font-size: 13px;
}

#leftsidebar li {
	list-style-type: none;
	margin: 2px 8px 0 10px;
	padding: 0 0 2px 0;
}

#leftsidebar li ul {
	margin: 5px 0 0 0;
	padding: 0 0 2px 0;		
	font-size: 13px;
	line-height: 14px;
}

#leftsidebar li ul li {
	margin: 2px 8px 0 15px;
	padding: 8px 0 0 0;		
	font-size: 13px;
	line-height: 14px;
}

#leftsidebar li ul li ul li {
	position: relative; 
	background: url(images/bullet.png) 0 6px no-repeat;
	padding: 4px 0 4px 10px;
	margin: 0;
}


ul.download {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999999;
}
#leftsidebar li ul.download li {
	margin: 0;
	padding: 0;
	
}

.download li a {
	background: url("images/pdficon_small.png") 0 0 no-repeat ;
	padding: 2px 0 2px 25px;
	line-height: 24px;
	margin: 0;
}

div.textwidget {
	margin: 0;
	padding: 0;
}

div.textwidget ul {
	margin: 0 0 0 0;
	padding: 0;
}

/* @end */

/*issue dropdown, etc */

.issue{
	margin:5px 0 0 10px;
	width:100%;
	padding: 0 0 2px 0;
	font-size:13px;
	line-height:14px;
}

.change_issue_button{
	margin:5px 0 0 10px;
}


/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 900px;
	padding: 20px 0;
	margin: 0 auto;
}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 900px;
	color: #000;
	font-size: 10px;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
form {
	margin:0; padding: 0 5px;
	background: #f7f7f7;
}

/*override dd form plugin */
.credits {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	border: 1px solid #dadada;
}

div.submit input, input#searchsubmit {
	background-color: #e7e6e6;
}


textarea {
	width:400px;
	padding:2px;
	font: normal 12px Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background-color: #e7e6e6;
	border: 1px solid #dadada;
}

input.change_issue_button {
	color: #000;
	background: orange;
	border: 1px solid #000;
	padding: 2px;
	margin:  0;
}

#searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	width: 190px;
}

#searchTerms {
	width: 295px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #bbbbbb;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	margin-top: 10px;
	padding: 2px 5px;
	vertical-align: top;
}

#comments-form {
	background-color: #f7f7f7;
	padding: 10px 10px 0px 10px;
}

p.comment-field {
	margin-top: 0px; 
	margin-bottom: 5px;
}

form#commentform {
	background-color: #f7f7f7;
}

#author {

}

#email {
	
}

#url {
	
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	clear: both;
}

ol#comments {
	
}

ol#comments li{
	margin-left: 7px;
}

.comments-header {
	margin-bottom: 10px;
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}



/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

/* @end */


/*	by cori, 2008-07-15	*/

ul.sub_cat_posts li {
	list-style: disc outside !important;
}

h2.widgettitle {
	display:none;
}

.download_li {
	list-style: outside url('http://thayer.1tcw.com/wp-content/themes/thayer2008/images/pdficon_small.png');
	position: relative;
	margin-left: 3px;
	padding-left: 3px;
}

.flat li.art { 
   margin-left:3em; 
}
 
.flat li ul li{
   margin-left:1em; 
   padding-left:0; 
}
 
.flat li li { 
   margin-left:0; 
}
span.blue {
	color: #999999;
}

.debug {
	display: none;
}

div.issue-desc {
	margin-bottom: 20px;
}

.alignright {
	float:right;
}

.aligncenter, .imagecaptioneasy_nter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

form#changeIssueForm {
	background-color: #f7f7f7;
}

select#changeIssueSelect {
	width: 75%;
	display: inline;
	margin-left: 3px;
}

.tips {
	font-size: smaller;
	font-style: italic;
	margin-left: 5px;
}

div.past-entry {
	float: left;
	margin: 0px 8px 0px 8px;
	text-align: center;
        width: 125px;
}

div.issue-row {
	margin: 20px auto 30px auto;
	display: block;
	clear: both;
}

div.issue-row:after {
clear:both;
content:" ";
display:block;
height:0pt;
visibility:hidden;
z-index:100;
}

h2.current_issue_name {
	text-align:center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

textarea#comment {
	margin-top: 5px;
	margin-left: 0px;
}

/* @Other
-----------------------------------------------------------------------------*/


#flickr {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 150px;
  text-align: center;
}

#flickr table tbody, #flickr table tr, #flickr table td, #flickr table img, #flickr table div  {
  margin: 0 auto !important;
  text-align: center;
  padding: 0 !important;
  border-collapse: collapse;
}

#flickr table {
  margin: 10px auto 0 !important;
  text-align: center;
}

#flickr table img {
  margin: 5px 0 !important;
}

#facebook, #youtube, #linkedin, #twitter, #thayer360 {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 150px;
  text-align: center;
}

#facebook h3, #youtube h3, #linkedin h3, #thayer360 h3 {
  margin-top: 4px;
  margin-bottom: 4px;
}

#twitter div.outer {
  margin-bottom: 10px;
  margin-top: 9px;
}

#twitter div.border {
  border: solid 1px #9AE4E8; 
  width: 128px; 
  margin: 0px auto;
}

#twitter div.link {
  margin:6px 4px 4px 4px;
  text-align:center;
}


.hentry {
 clear: both;
 margin-bottom: 25px;
}

iframe.fb_ltr {
 margin-bottom: 1.2em;
}

.tweet_button {
	float:right;
	margin-top: 10px;
}
