/* $Id: text.css,v 1.1 2009/01/31 21:28:46 dvessel Exp $ */

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.

  Modifide for Drupal.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-size: 16px/1.6em;
  font-family: MuseoSans-500,Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #777777;
  -moz-font-feature-settings: "liga" 0 !important;
}



hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

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

h1 {
font-size: 32px;
font-family: MuseoSlab-500;
border-bottom: 1px solid #CCC;
padding-bottom: 15px;
color:#363636;
text-transform: uppercase;
width:940px;
*padding-top: 5px;
}

h2 {
  font-size: 25px;
    font-family: MuseoSans-500; 
  }

h2 a{
  font-size: 25px;
  font-family: MuseoSans-500; 
  text-decoration:none;
  color:#274F75;
}

h3 {
  font-size: 18px;
  font-family: MuseoSans-500; 
  color:#1575b4;
  text-transform:uppercase;
  padding-right:20px;
}

h4 {
  font-size: 21px;
  font-family: MuseoSans-500; 
  }

h5 {
  font-size: 19px;
  font-family: MuseoSans-500; 
  }

h6 {
  font-size: 17px;
  font-family: MuseoSans-500; 
  }

.field-items {
  font-family: MuseoSans-500; 
  color:#274F75;
  padding-bottom:5px;
}

.even {
  font-family: MuseoSans-500; 
  color:#666;
  padding-bottom:5px;
}

#product-titles-mc {
  font-size:22px;
  font-family: MuseoSlab-500; 
  color:#274F75;
  padding-bottom:5px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
pre,
table,
fieldset {
  margin-bottom: 20px;
  font-size:14px;
  font-family: Lucida Grande; 
  color:#666;
  line-height:22px;
}

address{
  font-size:14px;
  font-family: Lucida Grande; 
  color:#666;
}

p a{
	color:#1475B4;
	text-decoration:none;
	font-weight:bold;
}

.field-label-above{
	margin-bottom:-10px;
}