/* GENERAL SETTINGS */
html {
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	background-image: url(./images/bg3.png);
	background-position: 0px 1px;
	background-repeat: repeat-x;
	color: rgb(41,63,70);
	font-family: "HelveticaNeue-Light",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	overflow-y:scroll;
	padding: 0;
	text-align: center;
}
img {
	border: none;
}
pre {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	overflow: auto;
	margin: 0;
}
a {
	-webkit-transition-duration: 300ms, 300ms, 300ms;
	-webkit-transition-property: color, background-color, text-shadow;
}
li {
    margin-bottom:10px;
}


/* REGION SPECIFIC STUFF */
#container {
	position: absolute;
	top: 60px;
	left: 100px;

	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: 1px dashed silver;
}
#header {
	height: 50px;
	position: relative;
	z-index: 10;
	/* background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#999));
	top: 20px;
	border-bottom: 1px solid #777;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	*/
}
#header a {
	color: rgb(41,63,70);
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: rgba(255,255,255,.6) 0px 1px 1px;
}
#header a:hover {
	color: #FFF;
	text-shadow: rgba(0,0,0,.5) 0px 1px 1px;
}
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 11px;
}
#header h1 a {
	font-size: 19px;
	padding: 0 12px;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #nav {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 332px;
}
#header #nav ul li {
	float: left;
}
#header #nav ul li a {
	display: block;
	font-family: 'Lucida Grande','Trebuchet MS',Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 12px;
	padding: 4px 0;
	height: 12px;
	line-height: 12px;
}



.content {
	margin-bottom: 140px;
	padding: 0 12px;
	position: relative;
	top: 20px;
	width: 200px;
}
.content h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 23px;
	line-height: 30px;
	text-transform: uppercase;
}
.content h3 {
	font-weight: normal;
	margin-top: 36px;
	text-transform: uppercase;
}
.content a {
	background-color: inherit;
	color: #d25c29;
	text-decoration: none;
	border-color: rgba(210, 92, 41, .3);
	border-style: dotted;
	border-width: 0 0 1px 0;
	margin: -1px;
	padding: 1px;
}
.content a:hover {
	background-color: #d25c29;
	color: white;
	border-width: 0;
}
.content p.highlight {
	color: rgb(51,51,51);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 18px;
}


#sidebar {
	-moz-border-radius: 8px;
	-moz-box-shadow: 0px 3px 3px #ddd;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 3px 3px #ddd;
	background-color: #ccc;
	background-image: url(./images/bg-sidebar.png);
	background-repeat: repeat-x;
	border: 1px solid #aaa;
	font-size: 11px;
	line-height: 20px;
	padding: 10px 20px;
	position: absolute;
	right: 5px;
	text-align: justify;
	top: 50px;
	width: 250px;
}
#sidebar > p > a {
	background-color: inherit;
	border-color: rgba(210, 92, 41, .3);
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #d25c29;
	text-decoration: none;
	margin: -1px;
	padding: 1px;
}
#sidebar > p > a:hover {
	background-color: #d25c29;
	border-width: 0;
	color: white;
}
#sidebar ul#connect {
	list-style: none;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
#sidebar ul#connect li {
	display: inline;
}




