
body {
	background-color: #FFF;
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}

/* main container to center everything */
#container {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* thin div with dashed line */
.line {
	height: 2px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

/* nav menu */
#menu-container {
	position: fixed;
    width:100%;
    top:0px;
    z-index:9999;
    text-align: center;
}
#menu {
	margin: 0px auto;
	display: table;
	/*width: 1280px;*/
	text-align: right;
	padding-right: 15px;
	font-size: 1em;
	letter-spacing: 2px;
}
#menu a {
	color: #FFF;
}
#menu ul li {
	display: inline-block;
}

.box {
	padding: 1em;
	margin: 1em;
	border: 1px dashed #999999; 
}

.active,
.active:link,
.active:hover,
.active:visited,
.active:active {
	/*background: #F00;*/
	/*font-family: Helvetica, sans-serif;*/
	/*text-decoration: underline;*/
}

/* section page */
.section {
	/*height: 960px;*/
	background-repeat: no-repeat;
}

/* logo / section title */ 
.section-title {
	padding: 1em;
}

/* main text area in section */
.main {
	padding: 1em;
	text-align: justify;
}

/* text */
.main-text {
	color:#999;
	font-size: 1.5em;
}

.title-text {
	color: #FFF;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 2.5em;
	letter-spacing: 0.5em;
}

/* logo typographical styling */
.logo-rc {
	padding-left: 4px;
	font-family: 'Geo', Helvetica, sans-serif;
	color: #999;
	font-size: 3em;
	letter-spacing: 24px;
}

.logo-line1 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 8em;
	letter-spacing: 1px;
	-letter-color: #FF4C33 #FF4633;
}

.logo-line2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 8em;
	-word-color: #999 #FF4C33;
	/*padding-left: 4px;
	-letter-kern: 0px 0px 0px 0px 0px;*/
}

/* text span styling  */
.red-text {
	color: #FF4C33;
}

#poster {
	text-align: center;
}

/* link text */
a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #999;
}

a img {
	border: 0px;
}

/* util, clear floats */
.clear {clear: both;}
