/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }




/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings.   background: #f0f0f0 ; url(images/interface/grid.jpg) no-repeat top center

   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 82%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6; 
 background: #f0f0f0;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; font-family: helvetica; letter-spacing:0px  }

h1 { font-size: 1.7em; line-height: 1.5em; color: #171a20; margin-bottom: 0.3em;}
h2 { font-size: 1.1em; margin-bottom: .75em; }
h3 { font-size: 1.4em; line-height: 1.6; margin-bottom: .6em; color: #232f51; }
h4 { font-size: 1.4em; line-height: 1.25; margin-bottom: .5em; height: 1.25em; color: #232f51; }
h5 { font-size: 1em; font-weight: normal; margin-bottom: 1.5em; }
h6 { font-size: .9em; font-weight: normal; color: #777;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em 0; color: #111 }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #888; }
a           { color: #666; text-decoration: none; }

blockquote  { margin: -1.5em 1.5em 1.5em 1.5em; color: #666; font-style: italic;   font-size: 77%; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 0; padding: 10px 20px 0 0;}
pre,code,tt { font: 1em 'andale mono', monospace; line-height: 1.5; } 

.codeblock { 
font: 1em 'andale mono', monospace; line-height: 1.5;
padding: 15px 20px 5px 20px;
margin: 0 0 15px 0;
overflow: auto;
width: 500px;
border-top:1px solid #b4bac0;
border-bottom:1px solid #b4bac0;
white-space:nowrap;
}

.codeblock p { 
color: #183242;
}

pre			{ }



/* Lists
-------------------------------------------------------------- 

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}*/


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#fff; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

hr     { height: 1px; color: #cfd4d2; background-color:#cfd4d2; margin: 0 0 20px 0; border: 0;}

/* DIV classes
-------------------------------------------------------------- */
div.bluebox {
padding: 5px 15px 5px 10px;
display: inline;
clear: both;
margin: 0;
background: #e3e8e6;
border: 1px solid #d7dbdf;
}


div#head_container {
width: 850px;
margin: 0 auto 0 auto;
padding: 30px 0 0 0;
}

div#head_container h1 {
height: 1px;
visibility: hidden;
}

div#head_wrap {
margin: 0 auto 0 auto;
background: #171a20;
}

div#logo_nav_wrap {
width: 850px;
height: 50px;
}

div#logo {
width: 240px;
float: left;
height: 54px;
background: url(images/interface/tm_logo.gif) no-repeat  0 5px;
}

div#logo img {
border: none;
}

div#head_lg {
width: 850px;
height: 410px;
background: #171a20;
}

div#services_head_lg {
width: 850px;
height: 410px;
background: url(images/interface/service_head_bg.jpg) no-repeat top left;
}


div#head_sm {
width: 850px;
height: 0px;
}

div#head_blog {
width: 850px;
height: 65px;
}


div#content {
width: 850px;
padding: 0;
margin: 0 auto 0 auto;
}


div#blog_body {
width: 400px;
float: left;
margin: 50px 0 100px 0;
display: inline;
padding: 0px 19px 0px 20px;
border-left: 1px solid #cfd4d2;
border-right: 1px solid #cfd4d2;
/*border-top: 1px solid #dedede;*/
/*background: #f8f8f8;*/
}

#blog_body ul {
	margin: 0 0 10px 0;
	width: 500px;
	padding: 5px;
	list-style-type: none;
}

#blog_body ul li {
	background:url(images/interface/bullet.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	color:#333;
	font-size: 10pt;
	margin: 0 0 5px 0;
}

#blog_body h1 { font-size: 1.4em; line-height: 1.5em; color: #000; margin-bottom: 0.3em;}

#blog_body h3 {
	font-family: Arial,sans serif;
	display: inline;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #171a20;
	width: 250px;
	padding: 0 0 20px 0;
	margin: 10px 0 20px 0;
}

div#journal_body {
width: 560px;
float: left;
margin: 50px 0 100px 0;
display: inline;
padding: 0px 19px 0px 20px;
border-left: 1px solid #cfd4d2;
}

#dark div#journal_body {
margin: 30px 0 100px 0;
border: none;
}

#journal_body ul {
	margin: 0 0 10px 0;
	width: 500px;
	padding: 5px;
	list-style-type: none;
}

#journal_body ul li {
	background:url(images/interface/bullet.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	color:#333;
	font-size: 10pt;
	margin: 0 0 5px 0;
}

#journal_body h2 {
	font-family: Arial,sans serif;
	display: inline;
	font-size: 1.2em;
	line-height: 1.5;
	color: #171a20;
	padding: 2px 5px 2px 5px;
	margin: 20px 0 0px 0;
}

#journal_body h3 {
	font-family: Arial,sans serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #171a20;
	padding: 0;
	margin: 10px 0 20px 0;
}

#journal_body h4 {
	margin: 20px 0 5px 0;
}


h6 { font-size: .9em; font-weight: normal; color: #777; margin:-5px 0 10px 3px; }


#journal_body img {
	display: block;
	float: none;
	margin: 0;
}


div#news {
width: 400px;
float: left;
margin: 40px 0 20px 0;
padding: 0;
background: #e3e8e6;
}

div.news_sep {
width: 365px;
margin: 0 0 0 0;
padding: 10px 20px 10px 15px;
border-top: 2px solid #d7dbdf;
}

.date {	font-size: 0.85em; margin: 0; color: #374e68 }

div#news h1 {
float: left;
position: relative;
margin: -24px 0 0 0px;
line-height: 20px;
padding: 2px 10px 3px 10px;
background: #1c2027;
font-size: 1.2em;
color: white;
}

div#news h2 {
font-size: 1.2em; padding:0; color: #000; margin: 0;
}


#head {
	background:#171a20;
	display: inline;
	font-size: 13pt;
	line-height: 1.5;
	color: white;
	padding: 3px 10px 3px 10px;
	margin: 20px 0 0px 45px;
}


/* ------------------------------------ comments ----------------------------------------------------------- */


div#comments {
width: 480px;
margin: 60px 0 0 0;
padding: 10px 15px 10px 15px;
background: #e3e8e6;
border: 1px solid #e2e5e8;
}

div#comments h1 {
float: left;
margin: -35px 0 0 -15px;
line-height: 20px;
padding: 2px 10px 3px 10px;
background: #1c2027;
font-size: 1.2em;
color: white;
}

div#comment_div {
margin: 10px 0 10px 0;

}

div#comments ul {
margin:0;
padding: 0;
text-decoration: none;
}

div.user_comment {
 width: 480px; 
 background: #e3e8e6; 
 padding: 10px 15px 10px 15px;
 margin: 0 0 10px 0;
 border-top:1px solid #d7dbdf;
 border-bottom:1px solid #d7dbdf;
 }

h1.reader_comments {
margin: 15px 0 10px 0;
font-size: 1.3em;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ MAIN SIDEBAR ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

div#blog_side {
display: inline;
width: 210px;
padding: 15px 15px 15px 15px;
float: left;
margin: 50px 0px 200px 0px;
background: #e3e8e6;
border-top: 2px solid #d7dbdf;
border-left: 1px solid #cfd4d2;
border-bottom: 1px solid #cfd4d2;
}

div#blog_side img {
margin: 0 0 10px 0;
}

div#blog_side h1 {
position: relative;
float: left;
margin: -41px 0 0 -16px;
line-height: 20px;
font-size: 1.2em;
padding: 2px 10px 3px 10px;
background: #1c2027;
color: #fff;
}



#blog_side h3 {
/*background: #171a20;*/
color: #374e68;
margin: 0 0 0 0;
text-decoration: none;
}

div#clear {
clear: both;
}


#blog_article { 
margin: 0 0 20px 0;
float: left;
}

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

#blog_article li {
margin: 3px 0 0 0;
list-style-type: none;
border-bottom: 1px solid #cfd4d2;
line-height: 1.2;
display: block;
}

li.feed {
background: url(images/icons/feed-icon-11x11.png) no-repeat  1px 3px;
padding: 0 0 0 18px;
margin: 0 0 0 0;
}


#blog_article li a {
padding:0 3px 4px 1px;
color: #000;
text-decoration: none;
font-size: .95em;
line-height: 1.5;
display: block;
}

#blog_article  li a:link, #blog_article li a:visited {
color: #000;
text-decoration: none;
}

#blog_article li a:hover {
color: #333;
}

#blog_article h3 {
font-size: 1.4em;
color: #374e68;
margin: 14px 0 8px 0;
text-decoration: none;
border-bottom: 1px solid #cfd4d2;
}


div#col_3 {
width: 153px;
display: inline;
margin-top: 50px;
float: left;
padding: 0 0 0 15px;
}

#col_3 ul {
	margin: 5px 0 30px 0;
	padding: 0;
	list-style-type: none;
}

#col_3 ul li {
	padding: 0;
	color:#000;
	font-size: 10pt;
	margin: 0 0 5px 0;
}

#col_3 ul li.res_eng a {
color: #222;
}

#col_3 ul li.res_ger a {
color: #222;
}

#col_3 ul li a:hover {
color: #999;
}

#col_3 h1 { color: #000;font-size: 1.4em;}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ FORM STYLES ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

body.form_body div#content a {
text-decoration: none; 
color: #fff; 
}

body.form_body div#content a:hover {
text-decoration: none; 
color: #999; 
}




body.form_body div#content {
background: url(images/interface/tm_inquiry.gif) no-repeat -30px 50px;
min-height: 500px;
height:auto !important;
}

body.form_body div#col_1 {
display: inline;
height: 300px;
width: 210px;
padding: 15px 15px 100px 15px;
float: left;
margin: 50px 0px 200px 0px;
}

body.form_body div#col_2 {
width: 545px;
float: left;
margin: 50px 0 100px 0;
display: inline;
}

body.form_body div#col_2 div.form {
width: 560px;
padding: 0 19px 0 20px;
border-left: 1px solid #444;
}

body.form_body p, body.form_body h1 {
color: #fff; 
}


.intro {
color: #96aac7;
border-top: #22252e;
border-bottom: #22252e;
}

body.form_body input, body.form_body textarea {
background: #b9c5d1; 
}

/* GALLERY STYLES
------------------------------------------------------ */

div#gallery {
color: #fff;
width: 505px;
margin: 30px auto 0 auto;
padding: 0 0 0 345px;
}

div#gallery p {
color: #fff;
margin: 0 80px 10px 0;
}

div#gallery_img {
height: 220px;
width: 850px;
margin: 30px auto 20px auto;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
background: url(images/interface/chess.jpg) no-repeat left 10px;
}


div#gallery p a{
color: #777;
border: none;

}

div#gallery a:focus, 
div#gallery a:hover     { border-color: #555; color: #fff; background: #20242d;  }

div#gallery a           { 
font-size: 7.5pt; 
letter-spacing: 1px; 
text-transform: uppercase; 
color: #fff; 
margin: 0 0 0 0; 
text-decoration: none; 
border: 1px solid #444; 
padding: 2px 5px 2px 5px; 
}

/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ PORTFOLIO STYLES ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

div#port_copy {
width: 500px;
margin: 0 0 50px 0;
min-height: 500px;
height:auto !important;
padding: 10px 19px 0 0;
border-top: 1px solid #222;
}

#port_copy p a {
text-decoration: none; 
color: #999; 
}

#port_copy p a:hover {
text-decoration: none; 
color: #fff; 
}

#port_copy a {
text-decoration: none; 
color: #999; 
}

#port_copy a:hover {
text-decoration: none; 
color: #fff; 
}

div#port_copy h2 {
font-size: 1.5em; 
margin-bottom: .15em;
color: #e3e3e3;
padding: 0;
}

#port_copy h5 {
color:#fff;
margin-bottom: 1em;
}


div#port_copy p {color: #dcdcdb}

div#port_side {
display: inline;
width: 210px;
padding: 12px 15px 15px 15px;
float: left;
margin: 30px 0px 0 0px;
background: #1b2028 ;
border-top: 2px solid #21252d;
border-left: 1px solid #222;
border-bottom: 1px solid #222;
}

div#port_side img {
margin: 0 0 10px 0;
}

div#port_side h1 {
margin: 0 0 10px 0;
line-height: 20px;
font-size: 1.2em;
padding: 2px 10px 3px 0;
color: #fff;
}


#port_side h3 {
/*background: #171a20;*/
color: #777;
margin: 0 0 0 0;
text-decoration: none;
}

#port_article { 
margin: 0 0 20px 0;
}

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

#port_article li {
margin: 5px 0 0px 0;
list-style-type: none;
line-height: 1.5;
display: block;
}

#port_article a {
padding:1px 3px 7px 1px;
color: #fff;
border-bottom: 1px solid #444;
text-decoration: none;
font-size: .95em;
line-height: 1.5;
display: block;
}

#port_article a:link, #port_article a:visited {
color: #b4b2b2;
text-decoration: none;
}

#port_article a:hover {
color: #fff;
}

#port_article h3 {
color: #999;
margin: 0 0 14px 0;
text-decoration: none;
}




/* NEW PORTFOLIO STYLES
---------------------------------------------------------------------------------- */
#thumbs {
width: 850px;
border-bottom: 1px solid #222;
padding: 8px 0 0 0;
margin: 0 0 30px 0;
}

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

#thumbs li {
margin: 0 10px 0 0;
padding: 0;
float: left;
display: inline;
}

#thumbs li a {
display: block;
margin: 0 10px 0 0;
padding: 0;
}

#thumbs img {
display: block;
margin: 0 0 10px 0;
padding: 0;
float: left;
}

#thumbs_item {
width: 375px;
padding: 0;
margin: 0;
float: right;
}


#thumbs_item ul {
list-style: none;
margin: 2px 0 0 0 ;
padding: 0;
}


#thumbs_item li {
display: block;
margin: 0 10px 0 0;
padding: 0;
float: right;
display: inline;
}

#thumbs_item li a {
display: block;
padding: 0;
border: 1px solid #171a20;
}

#thumbs_item li a:hover {
border: 1px solid #fff;
}

#thumbs_item li .outline {
border: 1px solid #fff;
}

#thumbs_item img {
display: block;
margin: 0 0 0 0;
padding: 0;
}

#port_holder {
margin: 0 0 25px 0;
padding: 25px 0 0 0;
}

.main_holder {
height: 400px;
}




/* PORTFOLIO STYLES
---------------------------------------------------------------------------------- */


div.wrapper {
height: 500px;
margin: 0 0 20px 0;
}

div.panel_wrap {
width: 849px;
border-left: 1px solid #333;
border-right: 1px solid #333;
}

div.port_left {
width: 425px;
float: left;
margin: 0;
}


div.port_left img{
}

div.port_right {
width: 345px;
padding: 10px 0 10px 0;
float: left;
margin: 0 15px 0 20px;
}

div.port_right p {
color: #fff;
}

div.port_right h2 {
font-size: 14pt;
line-height: 14pt;
color: #fff;
}

ul#thumb_gallery {
list-style: none;
margin: 12px 28px 10px 0;
padding: 0;
border: none;
height: 20px;
width: 500px;
}

#dark #thumb_gallery li {
margin: 0 10px 0 0;
text-transform: uppercase;
text-decoration: none;
font-size: .9em;
line-height: 15px;
float: left;
display: block;
color: #fff;
padding-left: 0;
border-right: 1px solid #222;
border-left: 1px solid #222;
}

#thumb_gallery li a {
margin: 0;
text-decoration: none;
font-size: .9em;
color: #fff;
display: block;
padding-left:0;
padding: 2px 8px 0 8px;
}

#thumb_gallery a:hover, #thumb_gallery a:active { 
color: #fff;
background: #3e4555; 
}


/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- SUBNAV ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

#subnav {
list-style: none;
margin: 20px auto 0px auto;
padding: 2px 0 0 0;
width: 850px;
height: 26px;
font-size: .8em;
letter-spacing: 1px;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

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


#sublist li {
display: block;
margin: 0;
padding: 0;
float: left;
}

#sublist a {
color: #cfdce5;
display: block;
text-decoration: none;
text-transform: uppercase;
background: #171a20; 
margin: 3px 2px 4px 3px;
line-height: 20px;
padding: 0px 5px;
}

#sublist a:hover, #sublist a:active { 
background: #323742;
color: #fff; 
}

#sublist a.active:link, #sublist a.active:visited{
position: relative;
z-index: 103;
background: #323742; 
font-weight: bold;
}

ul#sublist .current{
background: #2c303b;  
}

/* MAIN NAV
------------------------------------------------------ */


div#mainnav {
width: 600px;
height: 35px;
margin: 19px 0 0 0;
float: right;
}

#mainnav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainnav li {
font-family: Arial;
display: block;
margin: 0;
padding: 0;
float: right;
text-transform: uppercase;
font-size: .8em;
letter-spacing: 1px;
}

#mainnav a {
color: #cfdce5;
display: block;
text-decoration: none;
background: #171a20; 
margin: 0 0 10px 0;
line-height: 20px;
padding: 1px 15px;
border-left: 1px solid #454e64;
}

#mainnav a:hover, #mainnav a:active { 
color: #fff;
background: #2c303b; 
}

#mainnav a.active:link, #mainnav a.active:visited{
position: relative;
z-index: 102;
background: #1f242d; 
font-weight: bold;
}


#mainnav ul .current{
background: #2c303b;  
}


/* FOOTER STYLES
------------------------------------------------------ */
div#footer {
width: 830px;
display: block;
clear: both;
border-top: 1px solid #cfd4d2;
padding: 10px 15px 0 0;
margin: 30px auto 0 auto;
height: 30px;
}

#footer ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#footer li {
font-family: Arial;
display: block;
margin: 0;
padding: 0;
float: right;
text-transform: uppercase;
font-size: .8em;
}

#footer li#copyright {
font-family: Arial;
color: #999;
display: block;
margin: 0 10px 0 0;
padding: 0;
float: right;
text-transform: none;
font-size: .8em;
}

#footer img {
padding-top: 2px;
}

#footer a {
color: #444;
display: block;
text-decoration: none;
margin: 0 0 10px 0;
line-height: 15px;
padding: 1px 16px;
border-left: 1px solid #cfd4d2;
}

#footer a:hover, #footer a:active { 
color: #888;
}

#footer a.active:link, #footer a.active:visited{
position: relative;
z-index: 102;
font-weight: bold;
}

#footer ul .current{
font-weight: bold;  
}

/* PORT FOOTER STYLES
------------------------------------------------------ */
#dark div#footer {
border-top: 1px solid #222;
}

#dark div#footer li#copyright {
color: #999;
}


#dark div#footer a {
color: #fff;
border-left: 1px solid #333;
}

#dark div#footer a:hover,#dark div#footer a:active { 
color: #888;
}

#dark div#footer {
border-top: 1px solid #222;
}

#dark div#footer li#copyright {
color: #999;
}


#dark div#footer a {
color: #fff;
border-left: 1px solid #333;
}

#dark div#footer a:hover,#dark div#footer a:active { 
color: #888;
}




#footer a.btn {font: 80% Arial, Helvetica, sans-serif; padding: 0 .5em 0 0; border: 1px #999 solid; margin: 3px 15px 0 0; text-decoration: none;}
#footer a.btn span {border-right: 1px solid #000; margin: 0 0.1em 0 0; padding: 0 0.5em;}
#footer a.w3c:link, #footer a.w3c:visited {color: #fff; background: #464e5d;}
#footer a.w3c:hover, #footer a.w3c:active {background: #036;}
#footer a.w3c span {background: #fff; color: #06c;}

#dark div#footer a.btn {font: 80% Arial, Helvetica, sans-serif; padding: 0 .5em 0 0; border: 1px #111 solid; margin: 2px 15px 0 0; text-decoration: none;}
#dark div#footer a.btn span {border-right: 1px solid #000; margin: 0 0.1em 0 0; padding: 0 0.5em;}
#dark div#footer a.w3c:link, #footer a.w3c:visited {color: #fff; background: #464e5d;}
#dark div#footer a.w3c:hover, #footer a.w3c:active {background: #036;}
#dark div#footer a.w3c span {background: #fff; color: #06c;}