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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

/* =Images
-------------------------------------------------------------- */
img {width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;}
img.left {display: inline; float: left; margin-right: 10px; margin-top: 2px;}
img.right {display: inline; float: right; margin-left: 10px; margin-top: 2px;}
img.center {clear: both; display: block; margin:0 auto;}
img.left, img.right, img.center {margin-bottom: 10px;}
.img-rounded { -webkit-border-radius: 6px;   -moz-border-radius: 6px;  border-radius: 6px;}
.img-polaroid { padding: 6px; background-color: #e3c29e;}
.img-circle {-webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
.f-left {
	float: left;
}
.f-right {
	float: right;
}

b, .b, strong {
  font-weight:700;
}
i, .i, em {
  font-style:italic;
}