/* Stylesheet for caved.net */



/* Defaults */
body {
/*    background-color: #CC9966;
	color: #663300; */
	background-color: #663300;
/*    color: #FFCC99; */
	color: #CC9966;

    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}


/* Headers */
#header {
	margin: 0 0 2em 12.5em;
	padding: 0;
    background-image: url("images/cavedlogo.png");
/*    background-position: center top; */
    background-repeat: no-repeat;
    height: 160px;
    max-height: 160px;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    font-family: Comic Sans, Comic Sans MS, cursive;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
/*    color: #FF9933; */
	color: #FFCC99;
}

h3 {
    font-size: 1.2em;
/*    color: #FF9933; */
	color: #FFCC99;
    margin-top: 2em;
    padding: 0;
}

.hide {
    display: none;
}

#language {
	text-align: left;
	font-weight: bold;
}


/* Menu boxes */
#leftblock {
    width: 10em;
    float: left;
    margin: 1em 0.5em 0.5em 0.5em;
}

.box {
    border-color: #CC3300;
/*    background-color: #663300; */
    overflow: hidden;
    border-width: thin;
    border-style: none none none solid;
    margin-bottom: 1em;
    font-size: 0.8em;
}

.box div {
    border-color: #CC3300;
    border-width: thin;
    border-style: solid none;
    font-size: 1.2em;
    padding: 0.2em 0 0.2em 0.2em;
}

.box p {
    padding: 0.2em 0 0 0.2em;
    margin: 0;
/*    vertical-align: bottom; */
}


/* Main box */
#middleblock {
/*	float: left; */
    margin: 0.5em 0 0 12em;
    padding: 0.2em;
/*    background-color: #663300; */
 /*   border-color: #CC3300;
    border-width: medium;
    border-style: ridge; */
    width: 30em;
}

#quote {
	border-left-style: dashed;
	border-width: thin;
/*	border-color: #993300; */
/*    background-color: #993300; */
    padding: 0.2em;
    margin-left: 1em;
}

/* Links */
a {
    color: #CCCCCC;
    text-decoration: underline;
}

.box a {
    font-weight: bold;
    text-decoration: none;
}

#middleblock a:visited {
    color: #999999;
}

a:hover, a:active {
    color: #666666;
}

#middleblock a:hover, #middleblock a:active {
    text-decoration: none;
}


/* Footer */
#footer {
    clear: both;
    color: white;
    margin: 2em 0.5em 0.5em 0.5em;
}

#buttons img {
    float: left;
	border-style: none;
    vertical-align: bottom;
    width: 88px;
    height: 31px;
    border: none;
}


#text {
    float: right;
    text-align: right;
}


    
/* eof */
