/**
 * Filename: style.css
 *
 * @author Simon Jensen
 */

/*** BODY ***/
body {
font-family: Verdana, "Trebuchet MS", Arial;
font-size: 0.8em;
margin: 0;
padding: 0;
color: #333333;
background: url("gfx/body_bg.jpg");
}


/*** LINKS ***/
a:link {
color: #FF7F00;
text-decoration: none;
}

a:visited {
color: #FF7F00;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.link {
cursor: pointer;
}

/*** CONTAINER ***/
#container {
width: 950px;
margin: 0 auto 0 auto;
}


/*** HEADER ***/
#header {
height: 80px;
background: #000000;
}

#header .logo {
margin-left: 30px;
margin-top: 5px;
}

#header .flash {
float: right;
margin-right: 30px;
margin-top: 10px;
}


/*** MENU ***/
#menu {
height: 20px;
background: url("gfx/topbar_bg.gif") repeat-x;
text-align: center;
}

#menu ul {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

#menu ul li {
list-style: none;
display: inline;
margin-left: 32px;
margin-right: 32px;
padding: 0;
}

#menu a {
font-size: 0.8em;
font-weight: bold;
color: #ffffff;
}

#menu a:hover, #menu .selected {
color: #000000;
}


/*** SIDEBAR ***/
#sidebar {
width: 175px;
font-size: 0.9em;
color: #ffffff;
background: url("gfx/sidebar_bg.gif") repeat-y #333333;
}

#sidebar ul {
list-style: none;
margin: 5px;
padding: 0;
}

#sidebar ul li {
list-style: none;
padding-bottom: 10px;
margin: 5px;
}

#sidebar .desc {
font-size: 0.9em;
}

#sidebar form {
margin: 10px;
}

#sidebar .flash {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

/*** SUBMENU ***/
#submenu {
width: 170px;
font-size: 0.8em;
text-align: left;
}

#submenu img {
margin-bottom: -5px;
margin-right: -8px;
}

#submenu .rootitem {
color: #000000;
}

#submenu .subitem {
margin-left: 15px;
}

#submenu .selected {
color: #000000;
text-decoration: underline;
}


/*** CONTENT ***/
#content {
width: 100%;
background: #ffffff;
}

.shadow {
height: 8px;
background: url("gfx/top_shadow.gif") repeat-x;
}

.helper {
height: 62px;
font-size: 0.8em;
background: url("gfx/scanhead.gif") top left no-repeat;
}

.helper a, .helper a:visited {
color: #CDCDCD;
}

.helper .info {
padding-left: 10px;
}

.helper .back {
padding-left: 8px;
background: url("gfx/gfx_quickbullet_left.gif") no-repeat bottom left;
margin-left: 55px;
}

.helper .mail {
margin-left: 90px;
}

#content h1 {
/*font-size: 1.4em;*/
padding: 10px;
}

#content h2 {
/*font-size: 1.2em;*/
padding: 10px;
}

#content h3 {
/*font-size: 1.0em;*/
padding: 10px;
}

#content p {
padding-left: 10px;
padding-right: 10px;
}

#content .fp {
background: url("gfx/fp_bg.jpg") center top no-repeat;
}

#content .page {
padding-bottom: 10px;
border-left: 1px solid #FF7F00;
}

/*** SEARCH ***/
#search_results ul {
}

#search_results ul li {
list-style: circle;
width: 93%;
background: #FFFFD7;
margin: 5px;
}

#search_results ul li:hover {
background: #ffffff;
}

/*** CREDITS ***/
#credits {
width: 100%;
height: 20px;
text-align: center;
font-size: 0.8em;
background: #CACACA;
float: right;
padding-top: 3px;
}

#credits a {
color: #000000;
}


/*** OTHERS ***/
.left {
float: left;
}

.right {
float: right;
}

.center {
text-align: center;
}

.Quote {
font-style: italic;
border-left: 2px #333333 solid;
margin-left: 10px;
padding-left: 10px;
}

.Code {
border-left: #000000 1px dotted;
border-bottom: #000000 1px dotted;
margin: 10px;
padding: 10px;
color: #333333;
font-family: "Courier New" , Monospace;
text-align: left;
}