/* 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 {
	background: #000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #fff;
}

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