html{
	height:100%;
}

body {
	height:90%;
	padding:60px 0 0 20px;
	font-size:110%;
}

a, a:link, a[href^="http:"], a[href^="http:"]:visited {
        background:none;
}

a, a:link {
	text-decoration:none;
}

table, td, th {
	vertical-align:middle;
	border:none;
}

#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:8px 0 10px;
	color:#222222;
	z-index:10;
	background-color:white;
}

#header #topcontent {
	min-height:20px;
	position:relative;
	padding-left:20px;
	border-bottom:solid #cccccc 1px;
	z-index:10;
	font-family:Arial, sans-serif;
}

#header #topcontent a {
	color:#0D3059;
}

#header #topcontent a.active {
	font-weight:bold;
}

#header h1 {
	display:inline;
	margin:0 12px 0 0;
	font-size:14px;
	letter-spacing:2px;
}

#header #topcontent h1 a {
	font-weight:bold;
	text-decoration:none;
}

#header h1 a:hover {
	color:#888888;
}

#header #otherTopLinks {
	display:inline;
}

#header #adminMenu {
	height:20px;
	margin:0;
	padding:0;
	position:static;
}

#header #adminMenu li {
	display:inline;
	margin:0 8px 0 0;
}

#header #countries {
	display:block;
	position:absolute;
	right:30px;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
	color:#999999;
	font-size:10px;
	font-weight:bold;
}

#header #countries li {
	float:left;
	margin-left:10px;
}

#maincontent {
	width:100%;
	height:100%;
	position:relative;
	#top:100px;
}

#blog {
	display:block;
	clear:both;
	position:relative;
	width:100%;
	height:300px;
	padding:0;
	list-style:none;
}

#blog td {
	width:340px;
	height:300px;
}

#blog td.first {
	padding-left:0;
}

#blog td .item {
	width:300px;
	height:300px;
	margin:0 20px;
}

#blog td.line {
	width:31px;
	padding:0;
}

#blog td.line div {
	width:31px;
	top:10%;
	height:80%;
}

#blog td.line div.line {
	width:1px;
	margin:0 auto;
	border-right:solid #222222 1px;
}

#blog ul {
	display:none;
}

#footer {
	position:fixed;
	bottom:20px;
	left:0px;
	clear:both;
	width:100%;
	padding-top:10px;
	text-align:center;
	font-family:Arial, sans-serif;
}

#footer #links {
	width:280px;
	height:20px;
	margin:0 auto;
	list-style:none;
}

#footer #links li {
	float:left;
	margin-left:10px;
	line-height:14px;
}

#footer #links li a {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#0D3059;
	background:none;
}

#footer #credits {
	clear:both;
	width:340px;
	margin:0 auto;
	text-align:center;
}


/* Specific pages */
#form #maincontent,
#post #maincontent {
	height:auto;
	min-height:70%;
}

#post .folder {
	width:96%;
	height:96%;
}

#post .folder .item h2 {
	text-align:left;
}

#post li {
	display:inline;
	margin-left:20px;
}

#form #footer,
#post #footer,
#terms #footer {
	position:static;
}

#terms #maincontent {
	width:80%;
	height:auto;
}

#terms ol {
	clear:both;
}

#terms li {
	margin-bottom:10px;
}
