/***********************************************/
/* dkn.css                                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #202020;
	color: #cccccc;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}


td,th {
	color: #cccccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}


a:link, a:visited, a:active {
	color: #FF7800;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #444444;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: inherit;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

h1{
 font-size: 130%;
 color: #ffffff;
}

h2{
 font-size: 110%;
 color: #ffffff;
}

h3{
 font-size: 100%;
 color: #ffffff;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.style1 {color: #FF7800}
.style2 {color: #FF7800; font-weight: bold; }
.style3 {color: #202020}

.footer {
	font-size: 85%;
	color: #999999;
}

.footer a:link {
	color: #FF7800;
	text-decoration: none;
}
.footer a:visited {
	color: #FF7800;
	text-decoration: none;
}
.footer a:active {
	color: #FF7800;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #999999;
}

.header {
	font-size: 14px;
	color: #999999;
	line-height: 1.1;
	font-weight: bold;
}

.header a:link {
	color: #FF7800;
	text-decoration: none;
}

.header a:visited {
	color: #FF7800;
	text-decoration: none;
}

.header a:active {
	color: #FF7800;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
	color: #999999;
}
			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 1px;
	margin-left: 11px;
	padding: 7px 0px;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	width: 950px;
}


#navBar{
	position: absolute;
	top: 64px;
	left: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 11px;
	width: 160px;
	height: 466px;
}

.content{
	width: 760px;
	height: 485px;
	position: absolute;
	top: 64px;
	left: 175px;
	padding-left: 0px;
	padding-right: 10px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-top-color: #555555;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
	padding-top: 5px;
}

.portfolio_content{
	width: 760px;
	height: 520px;
	position: absolute;
	top: 64px;
	left: 175px;
	padding-left: 0px;
	padding-right: 10px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-color: #555555;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-top-color: #555555;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
	padding-top: 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 10px 5px;
	background-color: inherit;
}

.story p{
	padding: 0px 0px 0px 0px;
	background-color: inherit;
}


/************* #siteInfo styles ***************/


#siteInfo{
	position:absolute;
	top: 590px;
	left: 0px;
	width: 950px;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 11px;
	padding: 3px 0px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#portfolio_siteInfo{
	position:absolute;
	top: 620px;
	left: 0px;
	width: 950px;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 11px;
	padding: 3px 0px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	color: #FF7800;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
}

#sectionLinks a:visited{
	color: #FF7800;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
}

#sectionLinks a:hover{
	color: #999999;
	text-decoration: underline;
	background-color: #444444;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
}

 .sectionLink_active{
	background-color: #333333;
	font: bold;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #444444;
}

.advertText {
	font-size: 85%;
	color: #FFFFFF;
}

/* Bild-Content3 */
.bildcontent3 {
  position: absolute;
  top: 360px;
  left: 5px;
  color: #FFF;
  height: 70px;
  margin-bottom: 10px;
  margin-top: 3px
}


.bildcontent3 div {
	position: absolute;
	top: -17px;
	left: 1px;
	width: 317px;
}

.bildcontent3 h2 {
  padding-top: 0px;
  margin-top: 0px;
  color: #FFF;
  background-color: inherit;
}

.bildcontent3 .date {
  font-size: 12px;
}

.bildcontent3 .title {
  font-size: 110%;
  margin-bottom: 5px;
}

.bildcontent3 .subtitle {
  margin-bottom: 5px;
}

.bildcontent3 a:link,.bildcontent a:visited,.bildcontent a:hover,.bildcontent a:active {
  color: #FF7800;
  background-color: inherit;
}

/* Bild-Content2 */
.bildcontent2 {
  position: absolute;
  top: 260px;
  left: 5px;
  color: #FFF;
  height: 70px;
  margin-bottom: 10px;
  margin-top: 3px
}


.bildcontent2 div {
	position: absolute;
	top: -19px;
	left: 0px;
	width: 317px;
}

.bildcontent2 h2 {
  padding-top: 0px;
  margin-top: 0px;
  color: #FFF;
  background-color: inherit;
}

.bildcontent2 .date {
  font-size: 12px;
}

.bildcontent2 .title {
  font-size: 110%;
  margin-bottom: 5px;
}

.bildcontent2 .subtitle {
  margin-bottom: 5px;
}

.bildcontent2 a:link,.bildcontent a:visited,.bildcontent a:hover,.bildcontent a:active {
  color: #FF7800;
  background-color: inherit;
}



/* Bild-Content */


.bildcontent {
  position: absolute;
  top: 154px;
  left: 4px;
  color: #FFF;
  height: 70px;
  margin-bottom: 10px;
  margin-top: 3px
}


.bildcontent div {
	position: absolute;
	top: -18px;
	left: 0px;
	width: 317px;
	height: 30px;
}

.bildcontent h2 {
  padding-top: 0px;
  margin-top: 0px;
  color: #FFF;
  background-color: inherit;
}

.bildcontent .date {
  font-size: 12px;
}

.bildcontent .title {
  font-size: 110%;
  margin-bottom: 5px;
}

.bildcontent .subtitle {
  margin-bottom: 5px;
}

.bildcontent a:link,.bildcontent a:visited,.bildcontent a:hover,.bildcontent a:active {
  color: #FF7800;
  background-color: inherit;
}


/* Grauskala */


.grayscale {
  position: absolute;
  top: 155px;
  left: 1px;
  color: #FFF;
  height: 70px;
  margin-bottom: 10px;
  margin-top: 3px
}


.grayscale div {
	position: absolute;
	top: -113px;
	left: 335px;
	width: 317px;
	height: 30px;
}

