﻿/*
 SilverStripe Haze Theme
 Implemented by Rafał Hirsz (hirsz.mundusnovis.info)
 */

/**
  * Misc and defaults
  */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html { background: #fff ; width: 920px; margin: 0 auto;}
body {
	
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 118px;
	border-style: none;
	
}


ul.tabstrip li.current a, ul.tabstrip li.sel a, ul.tabstrip li.over a, ul.tabstrip li a { color: #808080 !important; }
#Form_EditForm fieldset #OpenIDDescription p {
	background: none;
	padding: 0;
	color: #777;
}
.clear { clear: both; }

/**
  * The container
  */
#Container {
	width: 920px;
	margin: 0 2%;	
	float: center;
		
}

/**
  * The header
  */
#Header {
	position: absolute;
	top: 0em;
	width: 100%;
}
	#Header h1 {
		font-size: 2.5em;
		color: #000000;
	}

/**
  * Navigation
  */
#Navigation {
	position: absolute;
	width: 920px;
	top: 85px;
	background: #b6b6b6;

	margin-left: 2px;
	
	z-index: 2;
}
	#Navigation ul {
		list-style: none;
	}
		#Navigation ul li {
			display: block;
			line-height: 1.3;
			float: left;
			margin-left: 3px;
		}
			#Navigation ul li a {
				display: block;
				height: 30px;
				padding: 0 4px;
				font-size: 1.3em;
				text-decoration: none;
			}
				#Navigation ul li a span {
					text-align: left;
					text-transform: uppercase;
					font-weight: bold;
					font-family: arial;
					font-size: 12px;
					color: #ffffff;
				}
				#Navigation ul li :hover span,
				#Navigation ul li .current span {
					background: none;
					color: #505b63;
				}

/**
  * Breadcrumbs
  */
#Breadcrumbs {
	color: #c0c0c0;
}
	#Breadcrumbs p,
	#Breadcrumbs p a {
		color: #c0c0c0;
	}
	#Breadcrumbs p :hover {
		color: #909090;
	}

/**
  * Main content
  */
#Wrapper {
	float: center;
	width: 100%;
	margin-left:16px;
}
#Sidebar + #Wrapper + #Subcontent {
	width:920px;
	margin-right: 192px;
	margin-top: 80px
	margin-left: -5px;
	
}
#Subcontent a: IMG {
	border-style: none;
	border: 0;
	
}
	
	
}

/**
  * Sidebars
  */
#Sidebar {
	position: absolute;
	width: 400px;
	margin-left: 10px;
}
	#Sidebar ul {
		width: 400px;
		font-size: 1.1em;
		list-style: none;
		line-height: 2;
	}
		#Sidebar ul li a {
			background: #ffffff;
			width: 400px;
			color: #ababab;
			text-decoration: none;
			font-weight: bold;
			display: block;
			padding: 4px 8px;
			font-size: 0.9em;
			line-height: 1.5;
		}
		#Sidebar ul li a:hover,
		#Sidebar ul li a.current {
			background: #ffffff ;
			color: #9a9a9a;
		}
	#Sidebar .menu .menu li a {
		width: 400px;
		padding: 4px 17px;
		font-size: 1em;
	}
#Form_Form {
	width: 300px;
	float: center;
	
}	

/**
  * The footer
  */
#Footer { padding-top: 0px;
	  padding-right: 5px; }
	#Footer p {
		font-size: 0.8em;
		padding-right: 10px;
		font-decoration: none;
		color: #c0c0c0;
		text-align: right;
		background: #777
	}
		#Footer p a {
			color: #c0c0c0;
			text-decoration: none;
		}
		#Footer p :visited,
		#Footer p a:hover {
			color: #ffffff;
			text-decoration: none;
		}

	}
