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

body {
	/*font-size: 10px;
	font-family: Verdana, sans-serif;*/
	color:#8D8D85;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	line-height:16px;
	background: #080808;
}

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

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #b55; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

a img { border: none; }

#ind_wrap { position:absolute; z-index:2; width:100%; height:100%; top:0; left:0;  }

#the-background { position:fixed; z-index:1; width:100%; height:100%; top:0; left:0; }

div.Home_img  { display:block; overflow:hidden; }
/*div.Home_img  img { background:url(/files/bg01.jpg) top left no-repeat; display:block; overflow:hidden; }*/
#credits {
	position:fixed; bottom:0; right:0; text-align:right; background:transparent; 
	padding: 12px;
	border-bottom:none;
	color:#555;
}
 #credits p {float:left; padding-right:1.0em; }

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #000;
	/*border-right:1px dotted #333;*/
}

#menu  h1 {
	background: url(/files/patrick-rodriguez-photography.gif) 15px 35px no-repeat;
	width:300px;
	height:120px;
	text-indent:-9999px;
	border-bottom:1px dotted #333;
}

#menu  .container {
    padding: 0;
}

#menu ul {
	list-style: none;
	padding: 0 0 18px 15px;
	border-bottom:1px dotted #333;
	background:#080808;
}

#menu ul li.section-title { padding-top:18px; text-transform:uppercase; }

#menu ul li.postnav-title { padding-top:18px; }

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

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

.container  .TB_text_block { height:60px; width: 660px; padding:48px 0 12px 0; overflow:hidden; display:block; }

.container  .TB_text_block p { line-height:13px; }

.container  .BG_text_block { width: 550px; padding:120px 0 12px 0; overflow:hidden; display:block; }

.container  .BG_text_block p { line-height:1.6em; font-size:13px; font-family:Georgia, Times New Roman; color:#bbb;  }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }

/*#prev a { display:block; margin-right:6px; width:28px; height:28px; background:#000 url(/files/TB_prev.gif) top left no-repeat; text-indent:-999px; overflow:hidden; float:left; }
#next a { display:block; margin-right:6px; width:28px; height:28px; background:#000 url(/files/TB_next.gif) top left no-repeat; text-indent:-999px; overflow:hidden; float:left; }
#num  { display:block; margin-right:6px; width:60px; height:28px; float:left;  }*/



#once { clear: left; }
