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

body {
	background: #fff;
}

/* body, table, th, td, div, form, input, textarea, select, option, h1, h2, h3, h4, p, span { */
body, table, th, td, div {
	color:#231f20;
	font-size: 12px;
	/* font-family: Verdana, sans-serif; */
	/* font-family: Georgia, Times New Roman, Times, serif; */
	font-family: "Andale Mono", Lucida Console, "Courier New", Courier, monospace;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:18px;
}

form, input, textarea, select, option, h1, h2, h3, h4, p, span {
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
}

.serif {
	/* font-size: 12px; */
	font-family: Georgia, Times New Roman, Times, serif;
}
.sans {
	font-family: "Andale Mono", Lucida Console, "Courier New", Courier, monospace;
}
.small {
	font-size: 11px;
	letter-spacing:normal;
	line-height:normal;
}
.smaller {
	font-size: 10px;
	letter-spacing:normal;
	line-height:normal;
}

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

table { 
	padding:0; 
	margin:0;
	border:0;
	empty-cells:show;
	vertical-align:top;
	text-align:left;
	}
	
td { 
	vertical-align:top;
	text-align:left;
	}

table.contentTable, table.contentTable {
	padding:0; 
	margin:0;
	border:0;
}
table.contentTable th {
	border-bottom:1px dotted #777;
	padding:0 30px 0 0; 
}
table.contentTable td {
	padding:2px 30px 2px 0; 
}

a:link, a:active, a:focus, a:visited { text-decoration: none; color: #777; outline: none; }
a:hover { text-decoration: none; border-bottom:1px dotted #777; color: #000; }

a img, a:hover img, a img:hover { text-decoration: none; border: 0; }

p {
	padding:0;
    /* margin: 0 60px 18px 0; */
	margin:0;
}

#menu {
    width: 198px;
    overflow: hidden;
    top: 50px;
	left: 0;
    position: fixed;
    /* bottom: 0; */
    /* height: 100%; */
	background: #fff;
	padding:40px 2px 22px 40px;
}

#menu .container {
    padding: 2px;
}

#menu p { margin:18px 0; }

#menu ul {
	list-style: none;
	/* margin: 0 0 18px 0; */
	margin:0;
}
#menu ul ul {
	list-style: none;
	margin:0;
}

#menu ul li { text-transform:none; }
#menu ul li.section-title { cursor:pointer; color: #777; /*font-style:italic; */ }
#menu ul li.section-title:hover { color: #ec008c; }
#menu ul li.section-title_active { color: #ec008c; }
#menu ul li.section-title { text-transform:uppercase; }

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited { font-style:normal; text-decoration: none; color: #231f20; border:0; }
#menu ul li a:hover { text-decoration: none; color: #ec008c; }

#menu #wrap_menu ul.active { margin: 0 0 18px 0; }

#menu a.active:link, #menu a.active:active, #menu a.active:visited { text-decoration: none; color: #ec008c; border:0; }
#menu a.active:hover { text-decoration: none; color: #ec008c; }

#menu ul li.active a:link, #menu ul li.active a:active, #menu ul li.active a:visited, #menu ul li.active a:hover { color: #ec008c; }

#content {
	width: 680px;
    top: 0;
	bottom: 0;
	height: 100%;
	/* min-height: 600px; */
    margin: 0 0 0 240px;
	background: #fff;
	/* overflow:hidden; */
}

.text_normal, #content .text_normal {
	font-style:normal;
	font-weight:normal;
}

#content .container {
    padding: 80px 40px 2px 40px;
}

#content p { margin: 0 0 18px 0; width:520px; /* margin:0; */ }
#content p.nav { margin: 0 0 1px 0; }
#content div.nav { margin: -27px 0 0 0; height:27px; }
#content td p { margin: 0 0 18px 0; width:auto; /* margin:0; */ }

#content a:link, #content a:active, #content a:focus, #content a:visited { font-style:italic; text-decoration: none; color: #777; outline: none; border-bottom:1px dotted #777; }
#content a:hover { text-decoration: none; color: #000; }
#content a.noBorder { border:0; }

#content a.pagenav:link, #content a.pagenav:active, #content a.pagenav:visited { font-style:normal; text-decoration: none; color: #fff; border:0; background:#ec008c; padding:3px 10px 1px; }
#content a.pagenav:hover { text-decoration: none; background:#d1d2d4; }

#content a.pagenavBack:link, #content a.pagenavBack:active, #content a.pagenavBack:visited { font-style:normal; text-decoration: none; color: #231f20; border:0; }
#content a.pagenavBack:hover { text-decoration: none; color: #ec008c; }

.whiteOnBlack {
	padding:4px;
	color: #fff;
	background: #000;
}
#content .whiteOnBlack a:link, #content .whiteOnBlack a:active, #content .whiteOnBlack a:focus, #content .whiteOnBlack a:visited { font-style:italic; text-decoration: none; color: #aaa; outline: none; border-bottom:1px dotted #aaa; }
#content .whiteOnBlack a:hover { text-decoration: none; color: #fff; }

#content h1 { 
	display:inline;
	padding:0;
	margin:18px 0;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	line-height:30px;
	letter-spacing:1px;
	color:#231f20;
	border-bottom:2px solid #231f20;
	/* text-decoration:underline; */
	text-decoration:none;
	text-transform:uppercase;
}
#content td h1 { margin:0 0 18px 0; }
#content p.debugH1 { display:block; heigth:1px; }

h2 {
	padding:0;
	margin:0 0 18px;
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	line-height:36px;
	letter-spacing:1px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ec008c;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#menu h1 { 
	padding:0;
	margin:18px 0;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
	letter-spacing:normal;
	color:#231f20;
	text-transform:uppercase;
}

em {
	font-style:italic;
}
strong { 
	font-weight:bold;
}
hr { color:transparent; background-color:transparent; height:1px; font-size:1px; line-height:1px; padding:0; margin:0 0 7px 0; text-align:left; border:0; border-top:1px dotted #231f20; }

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

#img-container div.pics div { width: 600px; margin-left:-40px; padding: 0 40px 18px 40px; background: #fff; }
#img-container div.pics div p { }

#once { clear: left; }

#content #img-container a:link, #content #img-container a:active, #content #img-container a:focus, #content #img-container a:visited { font-style:normal; border:0; }
#content #img-container a:hover { font-style:normal; border-bottom:0; }
#content #img-container div.nav a:hover { font-style:normal; border-bottom:1px dotted #777; }

/* === work ===
body.work { background: #666; }
body.work #content { background: transparent; }
body.work #content .container { padding: 50px 40px 2px 40px;
}
body.work #img-container div.pics div { background:transparent; height:482px; overflow:hidden; }
body.work #content #img-container	{ margin: 0; padding: 0; }
body.work #content .contentSlideshow { z-index: 10; position: absolute; top:550px; padding:9px 0; width:520px; display: block; background: #666;  }
body.work #content .contentThickbox { padding:0; width:520px; }

body.work #content, body.work #content div, body.work #content p, body.work #content h1, body.work #content h2 { color:#fff; }
body.work #content h1 { border-bottom:2px solid #fff; }
body.work #content hr { color:transparent; background-color:transparent; height:1px; font-size:1px; margin:0; text-align:left; border:0; border-top:1px dotted #fff; }
body.work #content a:link, body.work #content a:active, body.work #content a:focus, body.work #content a:visited { font-style:italic; text-decoration: none; color: #fff; outline: none; border-bottom:1px dotted #fff; }
body.work #content a:hover { text-decoration: none; color: #fff; }
body.work #content a.noBorder { border:0; }

#content #img-container a:link, #content #img-container a:active, #content #img-container a:focus, #content #img-container a:visited { font-style:normal; border:0; }
#content #img-container a:hover { font-style:normal; border-bottom:0; }
#content #img-container div.nav a:hover { font-style:normal; border-bottom:1px dotted #fff; }
*/