/* Page-specific CSS  #F0EEE0*/



* {
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;	
	color: #ffffff;
}
body {
	text-align: center;
        background-color: #000000;
/*        height: 4.5in */
}
body * {
	text-align: left;
}
div, a, td, th, textarea {
/*	font-size: 8pt;  */
}
p, li {
	font-size: 12pt;
        text-align: justify;
}

p.r {
        text-align: right;
}


#ytre {
	max-width: 1100px;
	min-width: 960px;
	margin: 0 auto;
}

#ytre-inner {
}



h2 {
	color: #b7b7b7;
	font-size: 13pt;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
}

h3 {
    color: #CF8300;
	font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}
h4 {
    color: #333;
	font-size: 10pt;
    font-weight: bold;
    margin: 20px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}
 
#column-center h2 {
	color: #bcbcbc;
	margin: 0;
}
.dropcap {
float:left;
color:#bcbcbc;
font-size:100px;
line-height:70px;
padding-top:2px;
padding-bottom:20px;
font-family: Times, serif, Georgia;
} 


span.rf{
color: red;
}

/* Content position definition */

#column-left {
position: absolute; left: 50px; top: 40px; height: 500px; width: 220px;
}

#column-center {
position: absolute; left: 300px; top: 60px; height: 500px; width: 600px;
background-color: black;
}

#column-right{
position: absolute; left: 750px; top: 30px; height: 100px; width: 200px;
}


#logo {
position: absolute; left: 50px; top: 500px; height: 50px; width: 220px;
}

#headline {
position: absolute; left: 300px; top: 5px; height: 50px; width: 320px;

}



#headline h1 {

}
#headline h2 {
position: absolute; left: 0px; top: 20px; height: 50px; width: 220px;
}

#headline p{
  font-size: 8pt;
}






#samples-wrapper div.thumbwrapper, #samples-wrapper div.textwrapper {
	float: left;
	height: 130px;
	width: 130px;
	padding: 5px;
	background: #F0EEE0;
	margin: 8px;
	border: 1px solid #AFAB8E;
	text-align: center;
}
#samples-wrapper div.textwrapper {
	height: 55px;
	width: 91px;
}

iframe {
    z-index: 1;
padding: 10px 0px 0px 0px;
}


#ul-changelog li {
    list-style: none;
}
#ul-changelog li ul {
    margin-bottom: 10px;
}
#ul-changelog li ul li {
    list-style: circle;
}






.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(ds/titlebar.png) repeat-x center left; 
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
/*cursor: hand;*/
cursor: pointer;
}



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(ds/titlebar-active.png);*/
}

.arrowlistmenu .menuheader {
font: bold 14px Arial;
color: #bcbcbc;
background-image: url(ds/titlebar.png);
/* text-decoration : none; */
}

.arrowlistmenu .menuheader a:link{
text-decoration : none;
font: bold 14px Arial;
color: #bcbcbc;

}

.arrowlistmenu .menuheader a:visited{
text-decoration : none;
font: bold 14px Arial;
color: #bcbcbc;
}

.arrowlistmenu .menuheader a:hover{
/* text-decoration : none; */
font: bold 14px Arial; 
color: #ffffff;
background-image: url(ds/titlebar-active.png)
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url("ds/titlebar-active.png");
color: white;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;

margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font-size: 8pt;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #b7b7b7;
/* background: url(ds/arrowbullet.png) no-repeat center left; */ /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #bcbcbc;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #bcbcbc;
padding-left: 14px;
border-right: 5px solid #fcfcfc;
border-left: 5px solid #fcfcfc;
}

#headerlight{
color: #ffffff;
background-image: url(ds/titlebar-active.png);
}


.webmaster a { 
position: absolute; bottom: 5px; right: 5px;
font-size: 8pt;
}

.webmaster a:link { 
color: black;
}

.webmaster a:visited { 
color: black;
}

.webmaster a:hover { 
color: silver;
}




