/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

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

body.section-1 {
}

body.section-2 {
	
}

body.section-3 {
	
}

a:link {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#menu {
	background-color: black;
	width: 217px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	padding-top: 0;
	padding-left: 0;
}

#menu p {
	
	margin: 0;
	background-color: black;
}

#menu a {
	color: #fffeff;
}

#menu ul {
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	list-style: none;
	background-color: black;
}

#menu ul li.section-title {
	padding: 4px;
	color: black;
	background-color: black;
}

#menu hover {
	text-decoration: underline;
	color: #fff;
}

#menu a:visited {
	color: #c2c2c2;
	background-color: black;
}

.copy {
	color: #6b6b6b;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	padding-left: 40px;
}

.container {
	padding: 0 5px 25px;
}

.nav {
	padding-left: 10px;
}

#content {
	height: 100%;
	top: 0;
	margin: 0 0 20px 212px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
}

#content a {
	text-decoration: none;
}

#content hover {
	text-decoration: underline;
	color: #000;
}


#content img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 40px;
}

.blogpost {
	margin: 0 10px 0 0;
	display: block;
	width: 700px;
	padding: 5px 5px 5px 10px;
}

.descrip p {
	font-size: 10px;
	color: #fff;
}

.descrip {
	background-color: #000;
	display: block;
	width: 700px;
	font-size: 20px;
	color: #fff;
	padding: 5px 5px 5px 10px;
}

.descripa {
	background-color: #fefca8;
	margin: 0 10px 0 0;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 700px;
	color: #424242;
}

.descripa a {
	color: #000;
	text-decoration: none;
}

.descripb {
	background-color: #eee;
	margin: 0 10px 0 0;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 700px;
	color: #424242;
}

#descripc {
	background-color: #000;
	margin: 10px 10px 10px 0;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 700px;
	color: #fff;
}

#descripc a {
	font-weight: bold;
	color: #fff;
}

p {
	margin: 0 0 9px;
}

#img-container span.backgrounded img {
	margin: 0 0 0 5px;
	padding: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

#once {
	clear: left;
}

/* form.css */

form {
	

/* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 100% verdana,arial,sans-serif;
	margin: 20px 0 0 40px;
	padding: 0;
	min-width: 600px;
	max-width: 700px;
	width: 660px;
}

form fieldset {
	clear: both;
	/* note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	/* paddin

g in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size: 1.1em;

/* bump up legend font size, not too large or it'll overwrite border on left */
                      

/* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;
	/

* block float the labels to left column, set a width */
	float: right;
	width: 40px;
	padding: 0;
	margin: 5px 0 0;
	/* 

set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form fieldset label:first-letter {


/* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration: underline;
/

* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /

* pseudo-class on legend elements, but do support it on label elements */
                                    /

* we instead underline first letter on each label element and accesskey */
                                    /

* each input. doing only legends would  lessens cognitive load */
                                   /

* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	

/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;
	/* 

set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px;
/* 

set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left: 0px;

/* set margin-left back to zero on reset button (set above) */
}

form input#submit {
	float: left;
	margin: 0 0 0 0px;
}

textarea {
	overflow: auto;
}

form small {
	display: block;
	margin: 0 0 5px;


/* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required {
	font-weight: bold;
}

/* uses class instead of div, more efficient */

form br {
	clear: left;

/* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#sb-container,#sb-wrapper {
	text-align: left;
}

#sb-container,#sb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sb-container {
	height: 100%;
	display: none;
	visibility: hidden;
	z-index: 999;
}

body>#sb-container {
	position: fixed;
}

#sb-overlay {
	height: expression(document.documentElement.clientHeight+'px');
}

#sb-container>#sb-overlay {
	height: 100%;
}

#sb-wrapper {
	position: relative;
}

#sb-wrapper img {
	border: none;
}

#sb-body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #303030;
}

#sb-body-inner {
	position: relative;
	height: 100%;
}

#sb-content.html {
	height: 100%;
	overflow: auto;
}

#sb-loading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

#sb-body,#sb-loading {
	background-color: #060606;
}

#sb-title,#sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sb-title-inner,#sb-info-inner {
	position: relative;
	font-family: 'Lucida Grande',Tahoma,sans-serif;
	line-height: 16px;
}

#sb-title,#sb-title-inner {
	height: 26px;
}

#sb-title-inner {
	font-size: 16px;
	padding: 5px 0;
	color: #fff;
}

#sb-info,#sb-info-inner {
	height: 20px;
}

#sb-info-inner {
	font-size: 12px;
	color: #fff;
}

#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
}

#sb-nav-close {
	background-image: url(resources/close.png);
	background-repeat: no-repeat;
}

#sb-nav-next {
	background-image: url(resources/next.png);
	background-repeat: no-repeat;
}

#sb-nav-previous {
	background-image: url(resources/previous.png);
	background-repeat: no-repeat;
}

#sb-nav-play {
	background-image: url(resources/play.png);
	background-repeat: no-repeat;
}

#sb-nav-pause {
	background-image: url(resources/pause.png);
	background-repeat: no-repeat;
}

#sb-counter {
	float: left;
	padding: 2px 0;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-family: 'Lucida Grande',Tahoma,sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}

