/* Scott Penrose Local Stuff */

/* AJ Notes:
 *
 * Page background #d2efed
 *
 * Box headings
 * color: #fff;	
 * background: #f60 url("bar-bg.gif") top left repeat-x;
 *
 *
 *
 *
 * Boxes
 * border: solid 1px #f60;	
 * background: #fff;
 *
 * Links #60a2ae
 * active/hover links #f60
 *
 * Navigation links  #f60
 * active/hover #35677e, background #d2efed
 *
 * Body text #333
 *
 * Let me know if I've forgotten anything. Table headers?
 * AJ
 */

body {
	background-color: #d2efed;
}

div.win_title_bar {
	background:  #f60 url("bar-bg.gif") top left repeat-x;
	color: #fff;
}

div.window {
	border: solid 1px #f60;
	background:  #fff;
}

div.window_manager #default {
	width: 74%;
}

div.window_manager #column2 {
	width: 24%;
}

html {
	margin: 0;
	padding: 0;
}

div#header {
	padding: 0;
}

div#content {
	padding: 0px;
}

a:link, a:visited { 
	color: #60a2ae;
}
a:hover, a:active {
	color: #f60;
}

#navigation a:link, #navigation a:visited {
	color: #f60;
	border-left: 1px solid #f60;
	border-top: 1px solid #f60;
	border-right: 1px solid #f60;
	margin-left: 4px;
}

#navigation a:active, #navigation a:hover {
	color: #35677e;
	background-color: #d2efed;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	border: none;
}

#navigation ul ul {
	margin-left: 4px;
}

.picture {
	float: right;
	border: solid 1px black;
	margin: 4px 10px;
}

pre.real {
	border: #777777 1px solid;
	padding: 0.5em;
	margin-left: 1em;
	margin-right: 2em;
	white-space: pre;
	background-color: #e6e6e6;
	color: black;
	overflow:hidden;
	font-size: medium;
}


.related li, .items li, .other li {
        margin-left: -25px;
}

