/* Redefine HTML Tags */

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-image: url(../images/blue.gif);
	padding: 0 20px;
}

ul li {
	padding: 0.25em 5px;
}

p {
	margin: 1em 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	color: #fff;
	line-height: 1.8em;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #999;
}

h3 {
	font-size: 1.2em;
}

small {
	font-size: 1em;
	color: #82a000;
}

.print-text {
	display: none;
}

img { border: 0; }

a:link, a:visited {
	color: #82a000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	border-top: 3px solid #333;
	margin: 1.5em 0;
	clear: right;
}

/* Structural Components */

#container {
	width: 950px;
	margin: 10px auto;
}
#header-outer {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#header {
	margin-top: 8px;
	height: 92px;
	float: left;
}

#main {
	clear: both;
	padding-top: 5px;
}

#content  {
	width: 950px;
	margin: 0;
	margin-bottom: 10px;
	float: left;
}


#content h1 {
	margin: 2px 0 0.5em 0;
}

#content ul {
	margin: 1em 0;
}

#content p {

}

#two-column #content {
	width: 340px;
	float: right;
}

#three-column #content {
	float: left;
	width: 500px;
}

#three-column #featured {
	margin-top: 3px;
	width: 260px;
	float: right;	
}

#two-column #featured {
	width: 590px;
	margin-bottom: 10px;
	float: left;
}

body#three-column.firm #content {
	width: 400px;
}

#three-column.firm #featured {
	width: 360px;
	float: right;
}

#three-column.firm #featured p {
	margin-left: 8px;
}

#content p.info {
	margin: 0;
	color: #999;
}

#footer {
	clear: both;
	padding-top: 3px;
	font-size: 10px;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#nav {
	clear: right;
	float: right;
}

#nav td {
	padding: 0;
	padding-left: 15px;
}

ul#second-nav {
	width: 160px;
	float: left;
	padding: 0 0 25px 0;
	margin: 5px 0 0 0;
	border-left: 1px solid #fff;
	
}

ul#second-nav li {
	font-size: 12px;
	line-height: 12px;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 16px 15px;
	margin: 0;
}

ul#second-nav li a:link, ul#second-nav li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#second-nav li a:hover {
	/* color: #c4da00; */
	color: #82a000;
}

ul#second-nav li a.active {
	color: #999;
	cursor: default;
}

#interkom {
	margin: 30px 0 0 0;
	font-size: 12px;
	line-height: 22px;
}

#interkom-head {
	padding-right: 2px;
}

#newsreel {
	clear: both;
	padding: 15px 0 5px 0;
}

table#login {
	margin: 20px 0;
}

table#login td {
	padding: 5px 5px;
}

table#login {
	padding: 10px;
	background: #111;
	border: 1px solid #333;
}

#newsreel p {
	font-size: 12px;
	line-height: 18px;
}

#portfolio-section {
	margin-top: 0px; 
}

table td.story {
	padding: 0 10px 0 13px;
	border-left: 1px solid #222;
}

table td.first {
	border-left: 1px solid #ccc;
}

table td.first h2 {
	
}
/*
#newsreel table td:hover,  table#interkom td:hover {
	background: #000;
}
*/

#newsreel table td#newsreel-head:hover,  table#interkom td#interkom-head:hover {
	
}

h1#welcome {
	margin: 0;
	padding-bottom: 5px;
	font-weight: normal;
}



#interkom .right {
	border: 1px solid #000;
}

.right, .alignright {
	float: right;
	clear: right;
	margin: 2px 0 5px 10px;
}

h2 img.right {
	margin: 0 0 6px 8px;
}

.left {
	float: left;
	margin-right: 8px;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

ul#quicklinks {
	float: right;
	clear: right;
	padding: 8px 4px 26px 0;
}

ul#quicklinks li {
	font-size: 10px;
	display: inline;
	padding-left: 10px;
	list-style-type: none;
	text-transform: uppercase;
}

ul#quicklinks li a:link, ul#quicklinks li a:visited {
	color: #999;
	text-decoration: none;
}

ul#quicklinks li a:hover {
	color: #fff;
}

ul#quicklinks li a.active {
	color: #82a000;
}

.profile td {
	color: #ccc;
	font-size: 11px;
	text-align: center;
	border: 1px solid #000;
	padding: 8px 8px;
}
#featured img {
	margin-top: 4px;
}
#featured .entry {
	padding: 5px 10px;
	min-height: 110px;
	border-bottom: 3px solid #333;
	clear: both;
}
#featured .entry:hover, #featured .active {
	background: #111;	
}
#featured .entry h2 {
	font-size: 13px;
	line-height: 16px;
	margin-top: 13px;
}
#featured .entry h2 a {
	
}
#featured .entry small {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
#featured .entry h2 img {
	margin-top: 0;
	margin-left: 8px;
}
#featured .entry p {
	color: #666;
	font-size: 11px;
	line-height: 12px;
}
p.clear {
	clear: both;
}
#interkom h2, #newsreel h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #82a000; /* old: #b9d300 */
}
.wp-caption {
	font-size: 10px;
	color: #ccc;
	line-height: 14px;
}