/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    background: #000 url(/views/img/mod_mainback2.jpg) no-repeat top right; 
    /* font-family: Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif; */
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    color: #959793; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,h2,h3 {
	color: #9685BA;
}

h3 a, h3 a:visited, h3 a:link, h3 a:hover {
	color: #fc6;
}
h3 a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #9685BA;
}

a:link { 
	text-decoration: none; 
	color: #4C7F69;
}
a:visited { 
	text-decoration: none; 
	color: #7FB286;
	/* color: #366; */
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	/* color: #696; */
}

#banner {
   position: absolute;
   top:0;
   left:0; 
   width: 100%;
   height: 72;
}

#banner-inner { 
   background: url(/views/img/mod_titlebar.jpg) no-repeat top left; 
   position: static; 
   width: 100%; 
}


#banner-breadcrumbs {
position: absolute;
top:0;
right: 10px;
/* border-left: 1px solid #363; */
/* border-bottom: 1px solid #363; */
}



body { text-align: center; } /* center on ie */

#image-entry-container {
    width: 100%; 
    margin-left: auto; /* center on everything else */
    margin-right: auto; /* center on everything else */
    /* float:left; */
    margin-top: 80px;
}
#image-entry {
/* width:auto; */
 /*    margin-left: 100px; */
/*     margin-right: 100px; */
/* padding: 5px; */
/* background: #122; */
/* border: 1px solid #fc6; */
}

#image-entry img, #image-entry embed {
	background: #000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #fff;
}

#image-footer-container {
margin-top: 20px;
margin-bottom: 20px;
}
#image-footer {
}
/* ------------------------------------------------------------- */


/* comments section */

.comments-wrapper { 
width: 500px; 
border: 0px solid #666; 
margin-left: auto; /* center on everything else */
margin-right: auto; /* center on everything else */
margin-bottom: 50px;
margin-top: 70px;
}

.comments-header {
text-align:right; 
border-bottom: 1px solid #7FB286;
width:100%;
}


.even-comment { 
background-color:#111;
padding:8px;
margin-bottom:5px;
border:1px dotted #333;
width:300px; 
margin-left: auto; /* center on everything else */
margin-right: auto; /* center on everything else */
}

.odd-comment {
background-color:#333;
padding:8px;
margin-bottom:5px;
border:1px dotted #111;
width:300px; 
margin-left: auto; /* center on everything else */
margin-right: auto; /* center on everything else */
}

.comment-header {
text-align: left;
}

.odd-comment .comment-header {
border-bottom: 1px solid #111;
}

.even-comment .comment-header {
border-bottom: 1px solid #333;
}

.comment-content {
text-align: right;
}

.comments-fieldset { 
margin-top: 50px;
width:300px; 
margin-left: auto; /* center on everything else */
margin-right: auto; /* center on everything else */
}

.comments-fieldset legend {
color:#fff;
padding-left:0.5em;
position:relative;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
}


.comments-fieldset label {
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
font-size:80%;
}

.comments-fieldset .nobr {display:none;}  
.comments-fieldset .textfield {
margin:3px;
height:20px;
width:200px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom: dotted 1px #ccc;
}

.comments-fieldset .textarea {
margin:3px;
height:165px;
width:200px;
border: solid 1px #ccc;
}

#preload {
overflow:hidden;
display:none;
height:0px;
width:0px;
}

