@charset "utf-8";
/* CSS Document */

@import "reset.css";

/* Typography
================================== */

body {
	color: #333;
	font-size: 12pt;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
html * {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 148%;
	font-weight: bold;
	color: #999;
	font-style: normal;
	margin-top: 0.52em;
	margin-bottom: 1.2em;
}
h3 {
	font-size: 125%;
	line-height: 120%;
	color: #666;
	font-weight: bold;
	margin-top: 1.4em;
}
h4 {
	color: #FFF;
	font-size: 110%;
	line-height: 138%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	line-height: 138%;
	font-style: italic;
	font-weight: normal;
}
p, ul, ol, li {
	color: #000;
	font-size: 100%;
	line-height: 1.68em;
	margin-top: 0.92em;
}
p:first-child, li:first-child {
	margin-top: 0;
}

a {
	color: #003366;
	text-decoration: underline;
	border: none;
	font-weight: normal;
}

a:visited {
	color: #781351;
}

.application-item-link:after { display: none; }

a:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a[href^="/"]:after {
   content: " (http://vgest.net" attr(href) ") ";
}

/* Structure
================================== */

body { width: auto; margin: 0 5%; padding: 0; border: 0; }
.feature, .nav-wrapper, .sub-nav, .designedby, .post-edit-link { display: none; }
.header, .content, .main-content, .supp-content { float: none !important; }
h1 a:link, h1 a:visited { text-decoration: none; color: #666; }
.header *, .footer * { color: #666; }
.header {  padding-bottom: 1em; border-bottom: 1px solid #666; }
.footer {  padding-top: 1em; border-top: 1px solid #666; }

/* User network
================================== */
.user-network-table { margin-top: 0.92em; }
.user-network-table tr:nth-child(odd) { background: #e2e9f8; }
td { padding: 5px 10px 5px 0; vertical-align: middle; }
.user-network-table tr th, .user-network-table tr td { border-bottom: 1px solid; padding: 5px 10px 5px 5px; }
.user-network-table tr td { border-bottom-color: #ccc; }
.user-network-table tr th { border-bottom-color: #999; font-weight: bold; background: #036; color: #fff; }