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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif; font-color:#262626; font-weight: regular;
	background:#fff; margin: 15px; padding: 47px 0 0 80px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #262626;}
a:active { text-decoration: none; color: #262626;}
a:visited { text-decoration: none; color: #262626;}
a:hover { text-decoration: none; background-color: #90fefb;}

a img { border: none; padding: 5px;}

#menu {
    width: 275px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 575px;
    text-align: right;
    font-size: 24px; font-weight: bold; line-height: 28px; font-color: #262626;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0; font-color: #262626;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: -8px 0 0 290px;
    top: 0px; width: 80%; overflow: auto;
    font-style: italic;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 13px; font-weight: bold; font-style: normal; font-color: #262626; font-family: "Times New Roman", Times, serif;}
h2 { font-size: 18px; font-weight: bolder; font-family: "Times New Roman", Times, serif; margin-bottom: 12px;}
h3 { font-size: 12px; font-weight: normal; font-color: #262626; font-style: normal; font-family: "Times New Roman", Times, serif;}
h4 { font-size: 10px; font-weight: lighter; border-bottom: 1px dotted; display: inline;}
h5 { font-size: 10px; font-weight: lighter; border-bottom: 1px dotted;}
h6 { font-size: 10px; font-weight: lighter; border-top: 1px dotted; margin-bottom: 10px;}

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

#once { clear: left; }


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url("http://www.ourselvescollective.com/files/bg_button_a.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url("http://www.ourselvescollective.com/files/bg_button_span.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
