/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #707070;}
a:active { text-decoration: none; color: #a1a1a1;}
a:visited { text-decoration: none; color: #ff2200; }
a:hover { text-decoration: line-through;

}

a img { border: none; }

#menu {
    width: 280px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
	width: 800px;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 40px 40px 65px 40px;
}

#content p {
	width: 600px;
} /**controls the content side*/

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin: 0;
	padding: 0px;
}

#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once { clear: left; }

body {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .01em;
}

.container a {
  color: black;
}

a:hover, li.active a{
  color: #6dcff6;
  background-color: #e2e2e2;
  text-decoration: none;
}

.logo {
  padding-top: 20px;
}


#content {
  position: relative;
}

#description {
	background:none;
	/*background: white;*/ /*this is Thom's original*/
	padding: 15px 0 30px 0 ;
	width: 430px;
}

#description em {
  color: #959595;
  font-style: normal;
}

#description a {
  color: #ff01f6
}

.section-title {
  display: none;
}

h1 {
  font-size: 18pt;
  letter-spacing: .05em;
  padding: 0 0 10px 0;
  margin: 0;
}

/*****************************************************************************
	    These styles should be at the bottom of `sifr.css`. Make sure that they're
	    only applied for the screen media type!
	    *****************************************************************************/

	    .sIFR-active h1,
	    .sIFR-active h2,
	    .sIFR-active h3,
	    .sIFR-active h4,
	    .sIFR-active h5#pullquote {
	      visibility: hidden;
	      font-family: Verdana;
	    }

	    .sIFR-active h1 {
	      padding-bottom: 10px;
	    }
