/*-------------------------------------------------
  Based on:
    Nucleus CMS Stylesheet - bundled with version 3.2
    Based on the Stanch skin by Ivan Fong
    Mods by hcgtv and moraes
  Further modified by Larinon to fit his whims :P
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/

html
{
	height: 100%;
}

body
{
	background: #505050 url(images/bg.gif);
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: 15px 0;
	margin: 0;
	height: 100%;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: -2px;
}
ul:li
{
	background: url(http://rootminusone.net/slog/skins/default/images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}
ul li
{
	background: url(http://rootminusone.net/slog/skins/default/images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}
ol
{
	list-style-type: decimal;
} 

ol ol
{
	list-style-type: lower-alpha;
}

/* Links */
a:link
{
     color:#0000ff;
     text-decoration: underline;
	/*color: #635D45;
	text-decoration: none;*/
}
a:visited
{
     color:#000077;
     text-decoration: underline;
}
a:hover, a:active
{
	color: black;
	background-color: #00ff00; 
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 950px;
	height: 162px;
	padding: 6px 0 0 0;
	/* large header image is defined below */
	/* background: white url(http://rootminusone.net/slog/skins/default/images/header.jpg) no-repeat; */
	background: white;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	height: 168px;
	width: 938px;
	/* background: white url(http://rootminusone.net/slog/skins/default/images/header_sm.jpg) repeat-x 0 6px; */
        background: white url(images/headerimg.jpg) no-repeat;
	margin: 0 6px;
	/* end small header image specific lines */
	font-size: 38px;
	text-align: center;
	line-height: 160px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 950px;
	background: white;
	border-width: 0 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
	min-height: 100%;
}
#wrapper
{
	width: 950px;
	background: white url(http://rootminusone.net/slog/skins/default/images/bgcontainer02.gif) repeat-y right;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 950px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 4px 0 0 0;
	margin-right: -204px;
}
.content
{
	padding: 0;
	margin: 7px 224px 30px 20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(http://rootminusone.net/slog/skins/default/images/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 204px;
	padding: 2px 0 0 0;
	height: 100%;
	text-align:left;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 0;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #E5E5E5 url(http://rootminusone.net/slog/skins/default/images/sidetitlebg.gif);
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(http://rootminusone.net/slog/skins/default/images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 950px;
	background: #FCD21B;
	text-align: center;
	padding: 10px 0 10px 0;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: 0 auto;
}