/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
BASE */

@import url(tripoli.base.css);

/*
_______________________________
PLUGINS */

@import url(plugins/tripoli.visual.css);
@import url(plugins/tripoli.type.css);

/*

_______________________________
END */

/* custom css       114611#F1EDBB */
html,body {height:100%;background: #fff;margin:0; padding:0;color:#000;}
@font-face {
  font-family: 'JunctionRegular';
  src: url('Junction_02.eot');
 }

@font-face {
   font-family: 'JunctionRegular';
   src: url(//:) format('no404'), url('Junction_02.woff') format('woff'), url('Junction_02.otf') format('opentype');
}
#wrapper {background: #fff;margin-left:auto;margin-right:auto;width:960px;padding:0;margin-top:0;}
#header {margin: 0 0 20px 0;padding:10px 5px 0 5px; }
.box {display:inline;float:left;position:relative;margin-left:10px;margin-right:0px;width:140px;}
.area10 {width:780px;overflow:auto;float:right;position:relative;display:inline;margin-top:0;padding:0 10px 0 0;}
.content .area10 h2 {margin:0 0 10px 0;padding:0;}
ul.domtabs {list-style-type:none; list-style-position:inside;padding:5px;margin:0;}
ul.domtabs li.active a:link,
      ul.domtabs li.active a:visited,
      ul.domtabs li.active a:active,
      ul.domtabs li.active a:hover{
         text-decoration: none;
         color:#000;
      }
#domtabprintview {position:absolute !important; top:0; right:0;}
.content .area10 ul p {padding:0 0 0 2.2em;margin:0;color:#303030;}
.content a {color: #191970;}
.content p {font-size:1em;line-height:145%}
.content h2, .content h1 { font-family: "JunctionRegular", Arial, sans-serif;letter-spacing: 0.1em; }
.content h2 a {text-decoration: none; color: #000;letter-spacing: 0.08em;}
.content h1 {margin-top:5px;}
.content .tagline, .content .titlelk {display: inline;margin-top:0;}
.content .tagline {margin-left: 100px;float:right;color: #A9A9A9;}
.content .ctrimg {margin-left: auto;margin-right: auto;display:block;}
#footer {float:left;width:140px;font-size:0.8em;margin-top:20px;letter-spacing: -0.05em}
