/* =ORDER
 1. display
 2. float and position
 3. width and height
 4. Specific element properties
 5. margin
 6. border
 7. padding
 8. background
 9. color
10. font related properties
----------------------------------------------- */

/* =MAIN
----------------------------------------------- */
body, td, input, select, textarea, a {
  font: 13px/1.25em "Helvetica Neue", arial, helvetica, verdana, sans-serif;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}
li, li a {
  line-height: 1em;
}
li, dd, blockquote {
  margin-left: 1em;
}
img, table {
  border-width: 0;
}
hr {
  display: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  font-weight: bold;
}
p, ul, dl, ol, blockquote, pre, td, th {
	font-size: 1em;
	margin-bottom: 1em;
}
table {
	margin: 0;
}
table td {
  vertical-align: top;
}

/* =COLORS
----------------------------------------------- */
body {
  color: #242424;
}
a {
  font-size: 100%;
  text-decoration: none;
}
a:link {
  color: #064f9f;
}
a:visited {
  color: #5383b7;
}
a:hover {
  text-decoration: underline;
}

/* =CLEAR FLOATS
----------------------------------------------- */
/* clear float */
.clr:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clr {display: inline-block;}
/* Hides from IE-mac \*/
* html .clr {height: 1%;}
.clr {display: block;}
/* End hide from IE-mac */


/* =COMMON
----------------------------------------------- */
.vtop {
  vertical-align: top;
}
.vmid {
  vertical-align: middle;
}
.vbot {
  vertical-align: bottom;
}

/* =LAYOUT
----------------------------------------------- */
body {
  background-color: #fff;
}
#wrapper {
  width: 888px;
  margin: 0 auto;
  background-color: #fff;
}

/* =HEADER
----------------------------------------------- */
#top_links {
  background-color: #f6f8fb;
  border-left: 1px solid #e2e7ec;
  border-right: 1px solid #e2e7ec;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
  font-size: 85%;
}
#top_links a {
  margin: 0 3px;
  text-decoration: underline;
}
#top_links .archives {
  float: left;
  margin-left: 6px;
}
#top_links .about {
  float: right;
  margin-right: 6px;
}

#nav {
  list-style: none;
  background: #264c77 url("../images/tab_fade.gif") repeat-x;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  margin: 0;
}
#nav li {
  float: left;
  margin: 0;
  font-size: 88%;
  font-weight: bold;
}
#nav li a {
  display: block;
  float: left;
  padding: 4px 8px 4px 7px;
  color: #fff;
  border: 1px solid #4b6585;
  border-left: 0;
}
#nav li a:hover,
#nav li.sel a {
  text-decoration: none;
  background-color: #fafafb;
  color: #000;
  border-top: 1px solid #fff;
  border-right: 1px solid #fafafb;
  border-bottom: 1px solid #fafafb;
  border-left: 1px solid #fff;
}
#nav li a:hover {
  background-color: #eaeaea;
  border: 0;
  border: 1px solid #eaeaea;
  border-left: 0;
}
#nav li.sel a:hover {
  border-left: 1px solid #fff;
}

#search_date {
  border: 1px solid #cbcbcb;
  border-top: 0;
  background-color: #fafafb;
}
#search_date_in {
  border: 1px solid #fff;
  border-top: 0;
  padding: 5px 7px 4px 7px;
}
#search_date .current_date {
  float: left;
  padding-top: 5px;
  font-size: 95%;
  line-height: 1em;
  color: #459645;
}
#search_date #search {
  float: right;
}
#search_date #search {
  margin: 0;
}
#search_date #search input {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#search_date #search input.text {
  width: 250px;
  border: 1px solid #cbcbcb;
}

/* =FOOTER
----------------------------------------------- */
#footer {
  background-color: #f6f8fb;
  border: 1px solid #cbcbcb;
  border-top: 0;
  font-size: 90%;
  line-height: 1em;
}
#footer_in {
  border: 1px solid #fff;
  border-top: 1px dotted #cbcbcb;
  padding: 6px 7px;
}
#footer a {
  margin: 0 3px;
  text-decoration: underline;
  line-height: 1em;
}
#footer .address {
  margin: 0 3px;
}
#footer .info {
  float: left;
}
#footer .tagline {
  float: right;
  font-weight: bold;
}

/* =CONTENT
----------------------------------------------- */
#above_fold {
  border: 1px solid #cbcbcb;
  border-width: 0 1px;
  padding: 1em 7px;
}
#inside_tdc {
  border: 1px solid #cbcbcb;
  padding: 4px 7px;
  font-weight: bold;
}

#middle_boxes {
  border: 1px solid #cbcbcb;
  border-width: 0 1px;  
  padding: 10px 7px 7px 7px;
}
#below_fold {
  border: 1px solid #cbcbcb;
  border-width: 0 1px;
  padding: 1em 7px;  
}

.box p {
  padding-top: 7px;
}

.source {
  color: #666;
}
.source a {
  font-style: normal;
}

.source .src_date {
  white-space: nowrap;
}

.pub_date {
  color: #3b8745;
  white-space: nowrap;
}

.photo table {
    width: 1px;
}

.caption {
  color: #555;
  line-height: 1em;
  margin: 2px 1px;
}

/* =MORE TOP STORIES BAR
----------------------------------------------- */
#more_top_stories {
  width: 384px;
  padding-right: 8px;
}
#more_top_stories h4 {
  border-bottom: 1px solid #cfe1f1;
  padding-left: 6px;
  padding-bottom: 1px;
  text-transform: uppercase;
  font-size: 95%;
  color: #666;
  font-weight: normal;
}
#more_top_stories .stories {
  margin-bottom: .4em;
  border-top: 1px solid #fff;
  background-color: #f6f8fb;
}
#more_top_stories .story {
  width: 180px;
  float: left;
  padding: 4px 6px 5px 6px;
}
#more_top_stories h5 {
  font-size: 90%;
}
#more_top_stories p {
  font-size: 85%;
  line-height: 1.3em;
  margin: 0;
}

#more_top_stories .other_stories .story {
  width: 368px;
  float: clear;
  border-bottom: 1px dotted #cbcbcb;
}

/* =EDITORIAL/OPINION 
----------------------------------------------- */
#opinion {
  margin-top: 1em;
}
#opinion .section {
  float: left;
  display: inline;
  width: 188px;
  border-top: 2px solid #cfe1f1;
}
#opinion .editorials {
  margin-right: 8px;
}
#opinion h4 {
  background-color: #f5f5f5;
  padding: 3px;
  border-top: 1px solid #fff;
  border-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  color: #242424;
}
#opinion .story {
  padding: 4px 2px 3px 2px;
  border-top: 1px dotted #cbcbcb;
}

/* =ENTERPRISE ARTICLES
----------------------------------------------- */
#enterprise_stories h2, 
#enterprise_stories h2 a, 
#enterprise_stories h3, 
#enterprise_stories h3 a,
#enterprise_stories h4, 
#enterprise_stories h4 a {
  line-height: 1.1em;
}
#enterprise_stories h2 {
  font-size: 155%;
  margin-bottom: 3px;
}
#enterprise_stories h3 {
  font-size: 140%;
  margin-bottom: 3px;
}
#enterprise_stories h4 {
  font-size: 120%;
  margin-bottom: 3px;
}
#enterprise_stories p {
  font-size: 97%;
  margin: 0;
}
#enterprise_stories .story {
  margin-bottom: .5em; 
  padding-bottom: .5em;
} 
#enterprise_stories .first, 
#enterprise_stories .second {
  border-bottom: 1px dotted #cbcbcb;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

/* related */
.related {
  margin-top: 1.2em;
}
.related h5 {
  font-size: 88%;
  display: inline;
}
.related strong {
  color: #b50908;
}
.related .source {
  font-size: 88%;
}

/* photos */
.photo {
  margin: 2px 0;
}
.right {
  display: inline;
  float: right;
  margin-left: 8px;
}
.left {
  display: inline;
  float: left;
  margin-right: 8px;
}
.photo img {
  border:1px solid #242424;
}
.photo {
  color: #999;
  font-size: 75%;
  line-height: 1.2em;
  padding-right: 1px;
  text-align: right;
}

/* =MIDDLE FOLD
----------------------------------------------- */
#middle_boxes table td {
  width: 146px;
  background-color: #ebf0f7;
  padding: 8px 0 3px 0;
}
#middle_boxes .box {
  height: 132px;
  border-right: 1px solid #fff;
  padding: 0 6px;
}
#middle_boxes .last {
  border-right: 0;
}
#middle_boxes .box {
  text-align: center;
}
#middle_boxes .photo {
  margin: 0;
}

#middle_boxes .box img {
  border: 1px solid #242424;
  margin: 0 8px 2px 8px;
}
#middle_boxes .box p {
  text-align: left;
  line-height: 1.2em;
  margin: 0 0 2px 0;
  font-size: 95%;
}
#middle_boxes .box h2 {
  font-size: 165%;
}
#middle_boxes .box h3 {
  font-size: 120%;
}
#middle_boxes .box h2,
#middle_boxes .box h3 {
  text-align: center;
  line-height: 1.1em;
}
#middle_boxes .box h2 a, 
#middle_boxes .box h3 a {
  line-height: 1.1em;
}
#middle_boxes .source {
  font-size: 80%;
  text-align: center;
  padding-top: 3px;
  margin: 4px 4px 0 4px;
  border-top: 1px solid #cfe1f1;
}

/* =ALL STORIES
----------------------------------------------- */
#all_stories {
  width: 472px;
  padding-right: 8px;
}
#date_count {
  margin-bottom: 10px;
  border: 1px dotted #cbcbcb;
  border-width: 1px 0;
  padding: 3px 4px;
  font-weight: bold;
  font-size: 90%;
}
#date_count .date {
  float: left;
  color: #388f38;
}
#date_count .count {
  float: right;
}

#all_stories h4 {
  border-bottom: 2px solid #cfe1f1;
  padding-left: 2px;
  padding-bottom: 1px;
  text-transform: uppercase;
  font-size: 100%;
  color: #666;
}
#all_stories .stories {
  margin-bottom: .4em;
  border-top: 1px solid #fff;
}
#all_stories .story {
  padding: 4px 2px 5px 2px;
}
#all_stories h5 {
  font-size: 110%;
}
#all_stories p {
  font-size: 90%;
  line-height: 1.3em;
  margin: 0;
}

#more_top_stories .other_stories .story {
  width: 368px;
  float: clear;
  border-bottom: 1px dotted #cbcbcb;
}

/* =FROM TDC NEWSROOM
----------------------------------------------- */
#tdc_newsroom h3 {
  margin-bottom: 10px;
  background-color: #eff4f8;
  border: 1px dotted #cbcbcb;
  border-width: 1px 0;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 100%;
}
#tdc_newsroom .story {
  margin-bottom: .5em;
  border-bottom: 1px dotted #cbcbcb;
  padding-bottom: .5em;
}
#tdc_newsroom p {
  margin: 0;
}
#tdc_newsroom h4 {
  font-size: 130%;
}
#tdc_newsroom .byline {
  color: #555;
  font-size: 85%;
}
#tdc_newsroom .date {
  color: #3b8745;
  font-size: 85%;
  margin-left: 3px;
}
#tdc_newsroom p {
  font-size: 95%;
}
#tdc_newsroom .related {
  margin-top: .8em;
}

/* =TDC NEWSROOM PAGE
----------------------------------------------- */
#top_stories {
  width: 232px;
  padding-right: 8px;
}
#top_stories .stories {
  background-color: #f6f8fb;
  padding: 4px 6px 5px 6px;
  border-top: 1px solid #fff;
}
#top_stories h3 {
  border-bottom: 1px solid #CFE1F1;
  padding-bottom: 4px;
  margin-top: 2px;
  text-transform: uppercase;
  font-size: 105%;
}
#top_stories h5 {
  font-size: 90%;
}
#top_stories .stories p {
  font-size: 88%;
  line-height: 1.3em;
  margin: 0 0 1em 0;
}
#tdc_newsroom .tdc_stories h2 {
  font-size: 160%;
  margin-bottom: 3px;
  color: #b21817;
  padding-bottom: 3px;
}
#tdc_newsroom .tdc_stories h3 {
  border: 1px dotted #cbcbcb;
  border-width: 1px 0;
  color: #777;
  background-color: #fff;
  text-align: left;
  padding: 3px 0;
  line-height: 1em;
  text-transform: none;
  font-size: 90%;
}
#tdc_newsroom .tdc_stories h4 {
  font-size: 145%;
}

/* form error properties */
fieldset { border-width: 0; border-style: solid; border-color: #ccc; margin: 5px 0; padding: 1px 10px; }
legend { color: #ccc; display: none; }
label { width: 25%; padding-top: 0.2em; display: block; float: left; text-align: right; margin-right: 0.5em; }
label em { font-weight: normal; }
fieldset.required label { font-weight: bold; }
fieldset.error legend { font-weight: bold; color: #f00; }
fieldset.error { border-width: 1px; border-color: #f00; }
fieldset.error legend { display: inline; }
    #message { width: auto; overflow: hidden; margin: 10px 0; background-color: #ccc; padding: 5px 5px 5px 45px; background-repeat: no-repeat; background-position: 8px 8px; }
#message h3 { margin: 0; padding: 5px; }
#message ul { margin: 0; padding: 0; list-style: none; }
#message ul li { margin: 0; padding: 0 20px; list-style: none; background: url(../../++resource++images/arrow-black.gif) no-repeat left; }
#message.error { background-color: #cca6aa; background-image: url(../../++resource++images/error.gif); }
#message.warn { background-image: url(../../++resource++images/flag.gif); }
#message.info { background-image: url(../../++resource++images/person.gif); }

