/*
   
Fix for improper font handling in other css files. Guessed at font weight numbers.   
      
*/


@font-face {
  font-family: 'AvantGarde';
  src: url('fonts/avantGardeMed/avantGardeMed.eot');
  src: url('fonts/avantGardeMed/avantGardeMed.eot?#iefix') format('embedded-opentype'), url('fonts/avantGardeMed/avantGardeMed.woff') format('woff'), url('fonts/avantGardeMed/avantGardeMed.ttf') format('truetype'), url('fonts/avantGardeMed/avantGardeMed.svg#AvantGardeMed') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGarde';
  src: url('fonts/avantGardeBold/avantGardeBold.eot');
  src: url('fonts/avantGardeBold/avantGardeBold.eot?#iefix') format('embedded-opentype'), url('fonts/avantGardeBold/avantGardeBold.woff') format('woff'), url('fonts/avantGardeBold/avantGardeBold.ttf') format('truetype'), url('fonts/avantGardeBold/avantGardeBold.svg#AvantGardeBold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGarde';
  src: url('fonts/avantGardeBold/avantGardeBold.eot');
  src: url('fonts/avantGardeBold/avantGardeBold.eot?#iefix') format('embedded-opentype'), url('fonts/avantGardeBold/avantGardeBold.woff') format('woff'), url('fonts/avantGardeBold/avantGardeBold.ttf') format('truetype'), url('fonts/avantGardeBold/avantGardeBold.svg#AvantGardeBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

body 
{
   width: 925px;
   padding: 10px;
   font-size: 20px;
   font-family: Georgia, Times, 'Times New Roman', serif;   
}

strong
{
   font-weight: 700;
}

body footer,
#content #sidebar,
body header,
body #content #relatedPosts,
body #content .relatedArticles,
body #content #commentbox,
#content .nicedata .col3,
#content .nicedata .col2,
.post-edit-link,
#comments
{
	display: none;
}

iframe
{
   display: none;
}

#content img
{
   border: 3px solid black;
   line-height: 0;
   max-height: 75%;
}

.aGBold
{
   font-weight: 700;
}
.
aGDemi
{
   font-weight: 400;
}

a, a:visited
{
   color: #000;
   text-decoration: none;  
   text-transform: uppercase;  
}

#bigtitle:before
{
   display: block;
   content: url(../images/omniLogo.gif);
   width: 393px;
   height: 65px;
   margin: 20px 0 10px 0;
}

#category a, #category a:visited
{
   font-family: AvantGarde, helvetica, sans-serif;
   font-size: .7em;
   color: #727272;
   text-decoration: none;  
   text-transform: uppercase;
}
 
#bigtitle h2
{
	font-size: 1.8em;
	margin-bottom: 10px;
}

.bullet
{
   display: none;
}

.nicedata
{
   font-family: AvantGarde, helvetica, sans-serif;
   font-size: .75em;
   color: #727272;  
   line-height: 1.2em;
}

.nicedata a, .nicedata a:visited
{
   color: #727272;
}

div.col1:nth-child(1) > a:nth-child(4)
{
   display: none;
}

p.wp-caption-text
{
   font-size: .6em;
   margin: 0;
   padding: 0px 2px 2px 2px;
}

.introBox
{
   /*
   -webkit-print-color-adjust: exact;
   print-color-adjust: exact;
   */
   position: relative;
   padding: 8px;
   font-size: .9em;
   z-index: 10;
   background: #eee !important;
   box-shadow: inset 0 0 0 1500px #eee;
}

/*
.introBox:before
{
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: -11;
   border: solid 700px #eee;
}
*/

































