/**
* CSS
* 
* @version 1.0
* @author wolfegang 
* @author Niki Wolfe
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #6D6D6D;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #141313;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.section-1 { background-color: #D9D9D9; background-repeat: no-repeat; }
body.section-2 { background-color: #141313; background-repeat: no-repeat; }
body.section-3 { background-color: #141313; background-repeat: no-repeat; }
body.section-4 { background-color: #141313; background-repeat: no-repeat; }

a:link { text-decoration: none; color: #D22226; }
a:active { text-decoration: none; color: #D22226; }
a:visited { text-decoration: none; color: #D22226; }
a:hover { text-decoration: none; color: #FFFFFF; border-bottom:1px dotted #FFFFFF; }

a img { border: none; }

/* position left menu and site logo */
#menu {
    width: 210px;
	padding-left: 0px;
    overflow: hidden;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 95%;
	background: url(../img/structure/nav-bg.png) repeat top left;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #141313;
	-webkit-box-shadow: 0px 0px 3px #141313;
	box-shadow: 0px 0px 3px #141313;
}

#menu ul {
	list-style: none;
	margin: 5px 5px 15px 5px;
	text-align: center;
}


/* for the active project*/
#menu ul li a:active {
	color: #FFFFFF;
}

#menu ul li a:link {
	color: #FFFFFF;
}

#menu ul li a:hover {
	color: #D2226;
}

#menu ul li a:visited {
	color: #FFFFFF;
}

/* menu list items*/
#menu ul li {
	padding: 0px 0px 5px 0px;
}

/* this is for the project section */
#menu ul li.section-title {
	text-transform: uppercase;
	color: #D22226;
	text-align: center;
	border-bottom: none; /*dotted 1px #E7E7E7; */
	border-top: solid 1px;
	margin: 5px 5px 5px 5px;
	padding-top: 5px;
}

/* position image*/
#content {
    height: 100%;
    margin: 0 0 0 260px;
    top: 0;
}

/* postion both description and image containers */
.container {
    padding: 20px 5px 25px 5px;
}

.container p {
    padding: 0;
	margin: 0;
	color: #6D6D6D;
}

/* position menu text and links */
#menu .container {
    padding: 0; 
}

/* type length*/
#content p { 
	max-width:840px;
	min-width:400px;
	margin: 20px 0 10px 0px;
	text-align: left;
	border-bottom: dotted 1px #222222;
	padding: 0 0 10px 0;
}

#content p a:link, visited, active {
	color: #D22226;
	text-decoration: none;
}

#content p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6D6D6D;
	padding: 0px;
}

p {
    margin: 0 0 10px 0px;
}

h1 { 
	font-size: 32px;
	line-height: 42px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #e7e7e7;
}

h3 {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #f7f7f7;
}

h3 a:hover {
	color: #D22226;
	text-decoration: underline;
}

h4 {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6D6D6D;
	padding: 0px;
}

#img-container { 
	margin: 10px 0 10px 0; 
	padding: 0;
	max-width:840px;
	min-width:400px;
}

#img-container a:link { 
	color: #D2226;
}

#img-container p { 
	margin: 10px 0 10px 0px; 
	padding-bottom: 10px;
	max-width:840px;
	min-width:400px;
}


/* new text areas */
.text-measure-1 {
	max-width:840px;
	min-width:400px;
	margin: 0 25px 0 0;
}

.text-measure-1 p {
	text-align: left;
}

.text-measure-2 {
	max-width:728px;
	min-width:400px;
	margin: 0 25px 0 0;
}

.text-measure-2 p {
	text-align: left;
}

.text-measure-3 {
	max-width:600px;
	min-width:400px;
	margin: 0 25px 0 0;
}

.text-measure-3 p {
	text-align: left;
}

.text-measure-4 {
	max-width:300px;
	min-width:200px;
	margin: 0 25px 0 0;
}

.text-measure-4 p {
	color: #ffffff;
}


/* type styles */
.red-caps {
	color: #D22226;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.light-text {
	color: #D9D9D9;
}


/* clear fix */
#once { clear: left; }
