*{margin:0;padding:0;}
body{
font-size:62.5%;
font-family:  "Franklin Gothic Medium", "Geneva";
/* background-color: #1E2C3E; */
} /* reset em's to px equiv. */

#player
{
position:absolute;
left:200px;
top:20px;
}


h1
{
font-size:1.5em;
font-weight: lighter;
padding: 0px 10px;
padding-top: 6px;
background: url(corner.gif) top left no-repeat;
border-top: 3px solid #f8f8f8;
}

h1 span, h2 span {
	abackground-color: #f8f8f8;
}

h2
{
font-size:1.1em;
font-weight: lighter;
padding: 0px 10px;
padding-bottom: 6px;
border-bottom: 1px dashed #888;
}

img.flag {
position: relative;
left: 420px;
top: -20px;
}

#menu
{
position:fixed;
margin-left: 20px;
margin-top: 10px;
font-size: 1.2em;
width: 240px;
}

.wrapper {
position: absolute;
left: 300px;
display: block;
width: 450px;

}

.markup {
display: block;
padding-bottom: 10px;
background: url(corner.gif) bottom right no-repeat;
background-color: #fff;
min-height: 50px;
margin-bottom: 1px;
}

.markup span {

font-size: 1.3em;      /*1.1*/
color: #2E3C3E;
line-height: 138%;   /* 1.45em */
padding-bottom: 0px;
background: #f8f8f8;
padding-left: 10px;
padding-right: 10px;
}

.markup a {
padding-left: 10px;
background: url(/adds/link_off.gif) left top no-repeat;
text-decoration: none;
}

.markup p a {
font-size: 1.1em;
color: #888;
}

.markup a:hover {
text-decoration: underline;
}

p.comments {
	font-size: 1.1em;
	color: #888;
	padding-top: 5px;
	display: block;
}

p.comments a {
	color: #888;
}




.entry {
display: block;
}

#menu li {
text-align: left;
height: 1.4em;
}
#menu ul {
list-style: none;
padding-bottom: 10px;
}

#menu ul a {

display: block;
padding: 0px 0px;
border-bottom: 1px dashed #ddd;
margin-bottom: 3px;
text-decoration: none;
color: #000;
font-weight: normal;
background: url(corner.gif) top left no-repeat;
}

#menu ul a.selected {
 background: yellow;
}

#menu ul a:hover {
background: #eee;
color: #666;
padding-left: 0px;
}


#menu h2 {
border: 0;
font-size: 1.1em;
background: #eee;
padding-top: 10px;
border-bottom: 1px solid #ddd;
}

#menu h2.selected {
 font-weight: bold;
}

#menu ul ul a {
color: #888;
padding-left: 10px;
text-decoration: none;
display: block;
border-bottom: 0;
}

#menu ul ul a:hover {
padding-left: 10px;
background: #eee;
color: #666;
}

#menu {
text-align: right;
}




#images {
margin-bottom: 10px;
}

#images img {
margin-bottom: 10px;
}

#corner_tr, #corner_bl {
height:100%;
width:100%;
position:absolute;
}
#corner_tr {
background: url(corner_tr.png) top right no-repeat;
top:0;
left:0;
}

#corner_bl {
background: url(corner_bl.png) bottom left no-repeat;
bottom:0;
right:0;
}

/* ---------- hidden ONLY if CSS is enabled.  If disabled, image is rendered ---------- */
.image img { display: none; }

div.image {
margin: 0;
padding: 0;
margin-bottom: 1px;
position: relative;
}

div.imageInfo {top: 0px; left: 0px; }

div.imageInfo a {
position: absolute;
text-decoration: none;
width: 100%;
height: 100%;
}

div.imageInfo a span {

}

div.imageInfo a:hover {
position: absolute;
/* background: transparent url(dots.gif) 0px 0px repeat; */
top: 0px;
left: 0px;
}

div.imageInfo a span {
border: 1px solid #f8f8f8;
display: block;
text-indent: 0px;
padding: 10px 10px 0 10px;
vertical-align: top;
color: #888;
background-color: #fff;
position: absolute;
left: 100%;
margin: 0;
font-size: 1.1em;
margin-left: 1px;
width: 200px;

/* width: 100%; */
/* height: 100%; */

z-index: 1000;
}


.comment_form {
font-size: 1.3em;
}

.comment_form span {
margin-top: 1px;
display: block;
text-align: right;
margin-right: 10px;
float:left;
width: 100px;
}

.comment_form input {
font-family:  "Franklin Gothic Medium", "Geneva";
border: 1px solid #fff;
border-bottom: 1px solid #888;
background: #f8f8f8;
margin-bottom: 6px;
width: 250px;
padding-left: 2px;
padding-bottom: 2px;

}

.comment_form textarea {
border: 1px solid #fff;
border-bottom: 1px solid #888;
font-weight: normal;
font-size: 1.0em;
font-family:  "Franklin Gothic Medium", "Geneva";
background: #f8f8f8;
width: 250px;
margin-bottom: 6px;
padding-left: 2px;

}

.comment_form input.submit {
border: none;
font-size: 1.0em;
width: 120px;
margin-left: 240px;
background: #d00;
font-weight: bold;
color: #fff;
cursor: pointer;
}

.comment_form input.submit:hover {
background: #fff;
color: #000;
border: 1px solid #ddd;
}

.comment_form input:focus,
.comment_form textarea:focus {
background: #fff;
border: 1px solid #eee;
border-bottom: 1px solid #000;
}

.comment p {
font-size: 1.3em;
}

.comment span {
display: block;
float: left;
font-size: 1em;
color: #888;
width: 1.4em;
}

.comment .date {
font-size: 1.1em;

}

.comment .author {
width: 100px;
font-size: 1.4em;
color: #888;
}

.comment .author a {
color: #888;
}


div.comment {
border-bottom: 3px solid #f8f8f8;
margin-bottom: 10px;
}

