@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300&subset=latin,latin-ext);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed, figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

/* unreset for cms and .cn */

@font-face {
	font-family: 'awesome';
	src: url('gfx/fontawesome-webfont.eot');
	src: local('☺'), url('gfx/fontawesome-webfont.woff') format('woff'), url('gfx/fontawesome-webfont.ttf') format('truetype'), url('gfx/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.awesome {
	font-family: awesome;
	font-weight: normal;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }

li {
    padding-left: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

* {
	font-family: sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font: 400 15px/1.5 lato, tahoma, arial, sans-serif;
}

a {
	transition: all 0.30s ease;
	-moz-transition: all 0.30s ease;
	-webkit-transition: all 0.30s ease;
	color: #0080ff;
	text-decoration: none;
}

body>header, body>footer {
	color: #fff;
	padding: 1em 2em;
}

body>header {
	background: #666;
	background: linear-gradient(#666, #aaa);
}

body>header a {
	text-decoration: none;
}

body>header>ul {
	text-align: right;
}

body>header>ul li {
	display: inline-block;
	margin: 0;
	margin-left: 0px;
}

body>header>ul li a {
	line-height: 2em;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,0.2);
	display: block;
	padding: 10px 10px 10px 20px !important;
}

body>header>ul li a:hover {
	line-height: 2em;
	color: #000;
	background: #fff;
}

body>header a h1 {
	color: #fff;
	font-size: 3em;
	font-weight: 300;
	background: url('gfx/logo.png') no-repeat top center;
	width: 360px;
	text-align: center;
	padding-top: 50px;
	margin-bottom: -50px;
	}

body .in-main {
	min-height: 700px;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

body>footer {
	min-height: 100px;
	color: #aaa;
	text-align: right;
	font-size: 13px;
	padding-top: 20px;
}

body>footer a {
	display: block;
	color: #ccc;
	font-size: 11px;
	line-height: 3;
}


.pure-menu.pure-menu-open, .pure-menu.pure-menu-horizontal li .pure-menu-children {
	border: 0;
}

.pure-table td.row-right {
	text-align: right;
	font-weight: bold;
}

.left-x {
	padding: 3em;
}

.left-x h2 {
	margin: 0 auto 0.5em auto;
	font-size: 2em;
}

.center-x {
	text-align: center;
}

.center-x form table {
	margin: 2em auto;
}

.center-x h2 {
	text-align: center;
}

.session-box {
	position: absolute;
	right: 2em;
	top: 0;
	background: #fff;
	padding: 1em 3em;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	border-radius: 0 0 4px 4px;
}

.session-box .user-home-link {
	font-weight: bold;
}

.session-info {
	left: 0;
}

.pure-g .pure-u-1-3 {
    width: 300px;
}

.pure-g .pure-u-1-3 .pure-menu {
	background: #f7f7f7;
	border-radius: 0 0 4px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pure-menu li a {
    border-bottom: 1px solid #ddd;
}

.user-items-table {
	width: 100%;
}

.user-items-table td {
	font-size: 12px;
}

.user-items-table .value {
	font-weight: bold;
}

.user-items-table .value .label {
	font-weight: normal;
	display: block;
	color: #999;
	font-size: 11px;
}

.user-items-table tr td {
	border-bottom: 1px solid #ddd;
}

