/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}
#page-wrapper {}

body.section #content  { 
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.25em;
  line-height:1.5em;
}
body.section-2 { }
body.section-3 { }

a:link { color: #DA1071; text-decoration: none; }
a:active { color: #DA1071; text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color: #DA1071; text-decoration: underline; }

a img { border: none; }

.site-id { 
  background: url(ideograph-190.png) no-repeat;
  margin-bottom:20px;
  padding-top:200px;  
}
.site-id h2 { margin:0;}

#menu {
    width: 230px;
    overflow: auto;
    top: 15px;
    bottom: 0;
    left: 10px;
    position: fixed;
    height: 93%;
    background-color: #fff;
    border-right:5px solid silver;
    line-height: 1.75em;
    padding-top: 12px;
}
#menu .container {
    padding: 10px 10px 0 10px;
}
#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
}
#menu ul li.section-title { 
  color:#333;
  font-weight:bold;
}
#menu #credits {
  margin-top:50px;
  padding-top:5px;
  border-top: 1px dotted #ccc;
}


#content {
    height: 100%;
    margin: 10px 0 0 250px;
    top: 0;
}

.container { }

#content .container {
    padding: 25px 10px 25px 25px;
}

#content p { 
  width: 500px; 
  margin-bottom: 1em;
}

p {
    margin: 0 0 9px 0;
}
#content ul {
  margin:0.5em 0 0.5em 1.5em;
  line-height:1.75em;
}

h1, h2, h3, h4, h5 {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color:#00a2d7;
}
h1 { 
  font-size: 32px; 
  margin-bottom: .9em;
}
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



/* OVERRIDES */

#TB_secondLine a,
#TB_secondLine a:link { 
  color:#00a2d7;
  padding:2px 5px;
}