/* 
 *primary CSS template for eclyptic.net. 
 */

body {
color: gray;
background-color: gray;
font-family: Tahoma, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
font-size: 90%;
}

#header {
position: relative;
top: 0px;
margin-top: 0px;
height: 115px;
background-image: url(top.jpg);
}

#logo {
float: left;
margin-top: 18px;
height: 97px;
width: 98px;
}

#logoprint {
float: left;
margin-left: 5px;
margin-top: 30px;
}

#menu {
color: #FD8626;
text-align: right;
position: absolute;
top: 75px;
right: 5px;
}



#showcase {
border-top: 1px solid #FD8626;
/*
height: 150px;
background-color: black;
*/
}


#picture {
background-color: white;
position: relative;
top: 10px;
margin-left: auto;
margin-right: auto;
width: 815px;
}

#wrapper {
overflow: auto;
}

#content {
  top: 2px;
  margin-left: 25px;
  width: 80%;
  overflow: hidden;
}

#submenu {
text-align: right;
border-left: 1px dotted #FD8626;
float: right;
margin-top: 15px;
margin-right: 10px;
width: 15%;
}

#form {
text-align: left;
}

#form input, #form textarea {
border: 1px solid #0000FF;
}

#form .row {
	margin:5px 0pt 5px 10px;
	clear: both;
}

#form .row3 {
	text-align: right;
}

#form label {
	width: 100px;
	float: left;
	color: #555;
	font-size: 1.1em;
}

#form span {

}

#spacer {
border-bottom: 1px solid white;
color: white;
height: 200px;
}

#footbar {
width: 100%;
}

#bottom {
border-top: 1px solid white;
background-image: url(bottom.jpg);
}

#footer {
color: gray;
font-size: 70%;
}

a:link { 
text-decoration:none; 
color: #0000FF;
}

a:visited {
text-decoration:none;
color: #0000FF;
}

a:hover { color: #FD8626; }

a.dotted{ 
border-width: 0px 0px 1px 0px;
border-style: none none dotted none;
}

p.error {
color: #FD8626;
}

p.copyright {
margin-top: 2px;
margin-left: 30px;
}

em.blue {
font-weight: normal;
font-style: normal;
color: #0000FF;
}

b.date {
color: #0000FF;
margin-right: 15px;
}

b.new{
color: #0000FF;
margin-right: 5px;
}

h1 {
color: #0000FF;
font-size: 100%;
text-decoration: underline;
}

h2 {
color: #0000FF;
font-size: 90%;
}

p.title {
font-style: italic;
}

.clear {
	clear: both;
}

.entry {
float: left;
margin: 0 25px 50px 0;
width: 300px;
}

.entry p {
padding: 0;
margin: 0;
}

.entry p.title {
margin-top: 10px;
}

.pic {
height: 200px;
}
