@charset "UTF-8";

/* -----------------------------------------------------------------------

 Based on MPstudios CSS Framework 0.1
 http://mpstudios.de
 
	* @copyright  MPstudios 2010-Present
	* @author     Steffen Maennle <sm@mpstudios.de>
	* @license    Creative Commons, Attribution Non-Commercial
	* @version    0.1
	
 Attribution Non-Commercial (cc by-nc)

 This license lets others remix, tweak, and build upon your work non-commercially, and although their new works must also acknowledge you and be non-commercial, they don’t have to license their derivative works on the same terms.

 License Conditions:
 http://creativecommons.org/licenses/by-nc/3.0/
 http://creativecommons.org/licenses/by-nc/3.0/legalcode

----------------------------------------------------------------------- */

/* --------------------------------------------------------------

   type.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  line-height: 150%;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}


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

h1,h3,h4,h5,h6 { font-weight: bold; }

h1, h2, h3 { width: 240px; }

h1 {  float: left; clear:both; }

h1 	{ font-size: 14px; padding-bottom: 20px; }
h2	{ font-size: 12px; }
h3	{ font-size: 12px; }

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

h2.grid_7 { padding-bottom: 20px; }

/* Links / Buttons
-------------------------------------------------------------- */

a:focus,
a:hover     {  }
a           { text-decoration: none; }



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

p           { font-size: 12px; margin: 0 0 20px; text-align:left; }
.block p	{ width: 240px; }
* html .block p { width: 235px; }
p.link		{ margin: 0; }

blockquote  { margin: 1.5em; font-style: italic; }
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		{ font-style: normal; }
#right address { font-size: 11px; }
del         {  }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }



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

li ul,
li ol       { margin: 0; }
ul, ol      { padding-left: 16px; padding-bottom: 20px; max-width: 224px; }

ul, li      { list-style-type: disc; list-style-position: outside; }
ol          { list-style-type: decimal; }


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

table       { margin: 0 0 20px 0; }
th          { font-weight: bold; }
thead th    { }
th,td,caption { padding: 1px; }
td			{ vertical-align: middle; }
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; }
