/* @override http://localhost:8888/trl/ndxz-studio/site/trl/style.css */

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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 100%;
	font-family: Hoefler Text, Georgia, Times, serif;
	background: #fff bottom left fixed no-repeat;
	border-top: 2px solid #f00;
	}

body.section-1 {
	}

body.section-2 {
	}

body.section-3 {
	}

a img {
	border: none;
	}

#menu {
	width: 220px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-left: 20px;
	margin-top: 1.625em;
	}

#menu ul {
	list-style: none;
	margin-bottom: 1em;
	}

#menu ul li.section-title {
	font-size: 1.4em;
	display: block;
	border-bottom: 2px solid #292929;
	margin-bottom: .125em;
	color: #111;
	}

#menu ul li a {
	color: #222;
	text-decoration: none;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	text-align: right;
	background: #fff;
	font-style: italic;
	padding-right: 1px;
	}

#menu ul li.active a {
	color: #f00;
	text-decoration: none;
	display: block;
	text-align: right;
	}

#menu ul li a:hover {
	color: #222;
	text-decoration: underline;
	}

#menu ul li.active a:hover {
	color: #f00;
	text-decoration: none;
	}

div#wrap {
	margin-bottom: 320px;
	}

#content {
	height: 100%;
	width: 700px;
	margin: 1.5em 0 0 260px;
	top: 0;
	}

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

div#main {
	width: 460px;
	float: left;
	}

div#sidebar {
	width: 220px;
	float: right;
	line-height: 1.5em;
	}

#main p {
	color: #222;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

#sidebar p {
	color: #333;
	font-size: .75em;
	margin-bottom: 2em;
	}
	
#sidebar p a {
	text-decoration: none;
	}
	
#sidebar p a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 32px;
	font-weight: normal;
	}

h2 {
	font-size: 24px;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	display: block;
	border-bottom: 2px solid #292929;
	margin-bottom: .125em;
	color: #111;
	}

h4 {
	font-size: 12px;
	}

#img-container {
	margin: 0;
	padding: 15px 0 15px 0;
	border-top: 1px dotted #ccc;
	clear: both;
	}

#img-container p {
	font-style: italic;
	color: #666;
	float:  left;
	width: 115px;
	margin: 0;
	padding: 0 15px 12px 0;
	}

#img-container p a {
	color: #444;
	text-decoration: none;
}

#img-container p.nav a:hover {
	color: #c00;
}

#once {
	clear: left;
	}
	
/** miscellaneous fixes **/

/* Remove Firefox dotted lines on clicked links */

a:focus {
	-moz-outline: none -moz-mac-focusring;
	}	
	
/* clearfix a la positioniseverything */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* hides from IE-mac \*/

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* end IE-mac hide */
