@charset "UTF-8";
/* START RESET: This core file is our reset file. We'll build the styles back up as needed */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,button,
abbr,acronym,address,big,cite,code,del,dfn,em,font,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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address,caption,cite,code,dfn,em,strong,th,var {
	/* @NOTE: Start by getting rid of all the render variations. We can go build back up from there */
	font-style: normal;
	font-weight: normal;
}
input,textarea,select {
	/* @NOTE: This is going to save us a lot of css headaches in the down the road */
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0;
}
body {
	/* 
		@NOTE: font-size set to 100% (16px) We set the size here so that we can use ems throughout the site. 
					These will all be based off the body font-size declaration. Refer to the em sizes below:		
		em sizes:
			20px - 1.25em
			18px - 1.125em;
			16px - 1.0em;
			14px - 0.875em
			13px - 0.8125em
			12px - 0.75em
			11px - 0.6875em;
			10px - 0.625em;
	 */
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}
img {
	border: 0;
}
ol,ul {
	list-style: none;
}
legend {
	color:#000;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}
/* @NOTE: Build focus styles back in */
a:focus	{
	-moz-outline-style: none; 
	border:0px;
}
/* @NOTE: Build insert highlights back in */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* @NOTE: Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @END CSS RESET */

/* start core */
body {
	background: #DFDFC5 url(images/main_bg.png) left top repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}
#wrapper {
	width: 60em; /* 60em = 960px */
	margin: 0 auto;
	padding-top: 16px;
	position: relative;
}

#header {
	background: url(images/header-bg.png) left top no-repeat;
	margin-bottom: 21px;
}

strong {
	font-weight: bold;	
}

/* start header */
#header h1 {
	display: block;
	width: 380px;
	height: 78px;
	padding-top: 26px;
	margin-left: 74px;
	background: url(images/got-geoint-logo.png) left 26px no-repeat;
}
#header h1 a {
	display:block;
	width: 240px;
	height: 78px;
	text-indent: -9999px;
}
#header ul#main-nav {
	margin-left: 16px;
}
#header ul#main-nav li {
	display: inline;
	width: 91px;
	height: 40px;
}
#header ul#main-nav a {
	display: block;
	float: left;
	width: 91px;
	height: 40px;
	text-indent: -9999px;
}
	a#nav-about-geoint {
		background: url(images/nav-about-up.gif) left top no-repeat;
	}
	a#nav-about-geoint:hover {
		background: url(images/nav-about-over.gif) left top no-repeat;
	}
	a#nav-authors {
		background: url(images/nav-authors-up.gif) left top no-repeat;
	}
	a#nav-authors:hover {
		background: url(images/nav-authors-over.gif) left top no-repeat;
	}
	a#nav-contact {
		background: url(images/nav-contact-up.gif) left top no-repeat;	
	}
	a#nav-contact:hover {
		background: url(images/nav-contact-over.gif) left top no-repeat;	
	}
#header form {
	display: block;
	width: 216px;
	height: 42px;
	float: right;
	background: url(images/search-base-bg.gif) left top no-repeat;
	margin-right: 7px;
}
#header form#feedburner-form {
	display: block;
	width: 263px;
	height:  38px;
	border-top: 2px solid #6a7d8e;
	border-left: 2px solid #6a7d8e;
	border-right: 2px solid #6a7d8e;
	background-color: #fff;
	background-image: url(none);
	margin-right: 40px;
	position: absolute;
	left: 412px;
	top: 120px;
}
#header form#feedburner-form input.email-field {
	border: 1px solid #bfbfaa;
	background-color: #efefe9;
	width: 195px;
	height: 26px;
	float: left;
	margin-top: 3px;
	margin-left: 15px;
}
h3.email-form-header {
	text-indent: -9999px;
	display: block;
	background: url(images/t_blog-updates-by-email.gif) left top no-repeat;
	width: 156px;
	height: 19px;
	margin-top: 12px;
	margin-left: 15px;
	float: left;
}
.search-field {
	width: 140px;
	height: 26px;
	background: url(images/search-field-bg.gif) left top no-repeat;
	margin-top: 7px;
	margin-left: 11px;
	border: 0;
	font-size: 12px;
	padding-top: 6px;
	float: left;
}
#header form button.search-button {
	width: 55px;
	height: 20px;
	background: url(images/search-button_up.gif) left top no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 5px;
}
#header form#feedburner-form button.subscribe-button {
	width: 36px;
	height: 32px;
	background: url(images/open-email_up.jpg) left top no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	float: right;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}
#header form#feedburner-form button.subscribe-button-send {
	width: 36px;
	height: 32px;
	background: url(images/send-email_up.jpg) left top no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	float: right;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
}
#header form button.search-button:hover {
	background: url(images/search-button_over.gif) left top no-repeat;
}
#header form#feedburner-form button.subscribe-button:hover {
	background: url(images/open-email_over.jpg) left top no-repeat;
}
#header form#feedburner-form button.subscribe-button-send:hover {
	background: url(images/send-email_over.jpg) left top no-repeat;
}
#header ul.rss-links {
	padding-top: 6px;
	width: 224px;
	float: right;
}
#header ul.rss-links li,
#footer ul.rss-links li,
#footer ul.nav-list li {
	display: inline;
}
#header ul.rss-links a {
	float: left;	
	text-indent: -9999px;
}
#header ul.rss-links a.rss-comments {
	display: block;
	width: 97px;
	height: 33px;
	background: url(images/rss-comments.jpg) left top no-repeat;
	margin-right: 18px;
}
#header ul.rss-links a.rss-entries {
	display: block;
	width: 83px;
	height: 33px;
	background: url(images/rss-entries.jpg) left top no-repeat;
}
p.comments a {
	color: #545445;
}

/* start content */
#content {
	width: 630px;
	float: left;
	margin-top: 5px;
	padding-bottom: 15px;
}
body.home #content {
	padding-top: 17px;
	background: url(images/latest-top-bg.png) left top no-repeat;
	border-top: 1px solid #e0e0c9; 	
}
	span.added-by {
		background: url(images/article-added-icon.gif) left 3px no-repeat;
		padding-left: 13px;
	}
	span.category {
		margin-left: 14px;
		padding-left: 14px;
		background: url(images/topics-cat-icon.gif) left 3px no-repeat;
	}
	/* start: latest article and list page articles */
	div#latest-article,
	body.sub div.article { 
		border-right: 1px solid #e0e0c9;
		border-bottom: 1px solid #e0e0c9;
		margin-bottom: 13px;
		padding-bottom: 40px;
		background: #e7e7d2 url(images/latest-bottom-bg.png) left bottom no-repeat;
	}
	body.sub div.article {
		border-top: 1px solid #e0e0c9;
	}
	body.sub div.article div.article-heading {
		background: url(images/latest-top-bg.png) left top no-repeat;
		display: block;
		height: 17px;
		text-indent: -9999px;
	}
	div#latest-article div.article-entry,
	body.sub div.article-entry {
		padding-left: 14px;
		padding-right: 14px;
		font-size: 12px;
		color: #545445;
	}
	div#latest-article div.article-entry p,
	body.sub div.article-entry p {
		line-height: 1.45em;
		margin-bottom: 12px;
	}
	div#latest-article p.date,
	body.sub p.date {
	width: 42px;
	height: 53px;
	}
	div#latest-article p.comments,
	body.sub p.comments {
		margin-top: 0px;
		margin-right: 15px;
		width: 36px;
		height: 26px;
		background: url(images/latest-comment.png) left top no-repeat;
		text-align: center;
		padding-top: 10px;
		float: right;
		display: block;
	}
	div#latest-article h2,
	body.sub h2 {
		font: normal 18px/1.25em Tahoma, Geneva, sans-serif;
		padding: 8px 0 12px 120px;
		width: 372px;
		min-height: 60px;
		overflow: visible;
		background: url(images/geoint-icon-mark.gif) 42px top no-repeat;
	}
	div#latest-article h2,
	div#latest-article h2 a,
	body.sub h2,
	body.sub h2 a
	{
		color: #194333;
		text-decoration: none;
	}
	div#latest-article h2 a:hover,
	body.sub h2 a:hover {
		text-decoration: underline;	
	}
	div#latest-article h2 span,
	body.sub h2 span {
		display: block;
		width: 101px;
		height: 12px;
		background: url(images/t_latest-article.gif) left top no-repeat;
		text-indent: -9999px;
	}
	div#latest-article p.posted,
	body.sub p.posted {
		margin: 12px 8px;
		padding-left: 13px;
		color: #545445;
		font: 12px/1.25em Tahoma, Geneva, sans-serif;
	}
	div#latest-article p.posted a,
	body.sub p.posted a {
		color: #545445;
	}
	div#latest-article p.posted a:hover,
	body.sub p.posted a:hover {
		color: #194333;
	}
	div#latest-article img,
	body.sub div.article img {
		padding: 2px 2px 2px 0;
		background-color: #eeefe9;
		border-top: 1px solid #e0e0c6;
		border-bottom: 1px solid #e0e0c6;
		border-right: 1px solid #e0e0c6;
		margin-right: 14px;
		margin-bottom: 14px;
		
	}
	div#latest-article img {
		margin-left: -27px;	
	}
	body.sub div.article img {
		margin-left: -14px;	
	}
	div#latest-article p.article-link,
	body.sub div.article p.article-link {
		margin-left: 470px;
	}
	body.sub div.article p.list {
		margin-left: 485px;
	}
	/* end: latest article and list page articles */
	
	div#content div#categories-tags-menus {
		background: url(images/category-tags-home-bg.gif) left top repeat-y;
		padding: 30px  64px 26px 30px;
	}
		div#content div#categories-tags-menus li {
			font-size: 12px;
			display: block;
			padding-left: 13px;
			background: url(images/topics-cat-icon.gif) left 3px no-repeat;
			margin-bottom: 5px;
		}
		div#content div#categories-tags-menus li a {
			color: #545445;	
		}
		div#content div#categories-tags-menus li a:hover {
			color: #628b7c;
		}
		div#content div#categories-menu {
			width: 272px;	
			float: left;
		}
			div#content div#categories-menu h4 {
				display: block;
				width: 272px;
				height: 43px;
				background: url(images/t_blog-topics_home.gif) left top no-repeat;
				text-indent: -9999px;
				margin-bottom: 17px;
			}
			div#content div#categories-menu ul.col-A,
			div#sidebar div#categories-menu ul.col-A {
				width: 140px;
				float: left;
			}
			div#content div#categories-menu ul.col-B,
			div#sidebar div#categories-menu ul.col-B{
				margin-left: 165px;	
			}
		div#content div#tags-menu {
			width: 203px;
			margin-left: 301px;
		}
			div#content div#tags-menu h4 {
				display: block;
				width: 203px;
				height: 43px;
				background: url(images/t_popular-tags_home.gif) left top no-repeat;
				text-indent: -9999px;
				margin-bottom: 17px;
			}		
	
	div.column {
		width: 282px;
		border-top: 1px solid #d8d8ba;
		border-right: 1px solid #d8d8ba;
	}
	div#col-A {
		float: left;
		border-left: 1px solid #d8d8ba;
	}
	div#col-B {
		margin-left: 284px;	
	}
	
	body.home div.column div.article img {
		max-width: 160px !important;
		max-height: 160px !important;
		padding: 2px 2px 2px 0;
		background-color: #eeefe9;
		border-top: 1px solid #e0e0c6;
		border-bottom: 1px solid #e0e0c6;
		border-right: 1px solid #e0e0c6;
		margin-right: 14px;
	}
	/* start: standard article */
	
	/* start: homepage-specific elements */
	body.home div.article {
		display: block;
		width: 282px;
		color: #7b7b6e;
		font: normal 12px/1.25em Tahoma, Geneva, sans-serif;
		background: url(images/article-main-bg.jpg) top left repeat-y;	
		border-bottom: 1px solid #d8d8ba;
	}
		body.home div.article h2 {
			font: normal 14px/1.25em Tahoma, Geneva, sans-serif;
			color: #194333;
			padding: 8px 0 12px 54px;
			width: 183px;
			min-height: 40px;
			overflow: visible;
		}
		body.home div.article h2 a {
			color: #194333;
			text-decoration: none;
		}
		body.home div.article h2 a:hover {
			color: #628b7c;	
		}
		div.article-entry p a,
		div.article a {
			color: #194333;	
		}
		div.article-entry p a:hover,
		div.article a:hover {
			color: #628b7c;	
		}
		body.home div.article p.comments {
			float: right;	
			margin-top: 5px;
			margin-right: 5px;
			display: block;
			width: 26px;
			height: 22px;
			background: url(images/article-comment-bg.png) left top no-repeat;
			text-align: center;
			padding-top: 5px;
		}
		body.home div.article img {
			margin-left: -14px;	
		}
		.docking {
			margin-left: -10px !important;
			float: left;
			clear: left;
		}
		.jqDock img {
			background-color: #e7e7d2 !important;	
		}
		body.home div.article-entry {
			margin: 13px 14px;
			color: #545445;
		}
		body.home div.article-entry p {
			margin-bottom: 9px;	
		}
		/* end: homepage-specific elements */
		
		/* start: common article elements */
		p.comments span {
			display: none;	
		}
		p.date {
			text-align: center;
			display: block;
			width: 41px;
			height: 51px;
			float: left;
			color: #545445;
			font-family: Tahoma, Geneva, sans-serif;
			font-weight: bold;
			padding-top: 10px;
			background: url(images/article-date-bg.png) left top no-repeat;
			cursor: default;
		}
		p.date span.day {
			font-size: 18px;
			line-height: 19px;
			
		}
		p.date span.month,
		p.date span.year {
			font-size: 9px;
			line-height: 10px;
			padding: 0;
			margin: 0;
			text-transform: uppercase;
		}
		
		p.date span {
			display: block;	
		}
		p.posted {
			margin: 14px;
			padding-left: 5px;
			color: #545445;
			font: 12px/1.25em Tahoma, Geneva, sans-serif;
		}
		p.posted a {
			color: #545445;
		}
		.article-link {
			padding-left: 10px;	
			display: block;
			background: url(images/arrow-icon.gif) left 4px no-repeat;
		}
		.article-link a {
			color: #545445;
		}
		/* end: common article elements */
		
	/* start: comments */
	div#comments {
		width: 539px;
		border: 1px solid #d8d8ba;
		padding: 6px 20px 14px 6px;
		background: url(images/comments-bg.png) left top repeat-y;
		color: #545445;
		font-size: 12px;
	}
	div#comments h4 {
		display: block;
		height: 33px;
		background: url(images/article-comment-bg.png) left top no-repeat;
		font: normal 12px/1em Tahoma, Geneva, sans-serif;
		color: #545445;
		padding-top: 7px;
	}
	div#comments h4 span {
		margin-right: 9px;
		display: block;
		width: 26px;
		text-align: center;
		float: left;
	}
	div#comments a {
		color: #545445;
	}
	div#comments ol {
		padding-left: 35px;	
	}
	div#comments span.author {
		display: block;
		margin-bottom: 5px;
		background: url(images/comments-hr-bg.gif) left top no-repeat;
		padding-top: 15px;
	}
	div#comments span.comment-date {
		display: block;
		margin-bottom: 15px;
	}
	div#comments small {
		font-size: 9px;
		margin-bottom: 15px;
		display: block;
	}
	div#comments p {
		margin-bottom: 15px;
	}
	h3#response {
		font-size: 14px;
		padding-left: 41px;
		padding-top: 15px;
		border-top: 1px solid #d1d1ae;
		margin: 15px -20px 15px -6px;
	}
	div#comments form {
		margin-left: 35px;	
	}
	div#comments label {
		display: block;
		width: 70px;
		float: left;
		padding-top: 5px;
	}
	div#comments input#submit {
		margin-left: 70px;	
	}
	div#comments textarea {
		width: 400px;
		background-color: #f2f2e9;
		border: 1px solid #545445;
	}
	div#comments input#url,
	div#comments input#email,
	div#comments input#author {
		background-color: #f2f2e9;
		border: 1px solid #545445;
		height: 19px;
		width: 190px;
	}
	
/* start sidebar */
#sidebar {
	width: 315px;
	float: right;
	border-right: 1px solid #c4c397;
	border-left: 1px solid #c4c397;
	border-bottom: 1px solid #c4c397;
	background-color: #e6e6d0;
}
#sidebar a:hover {
	color: #194333;	
}
	
	#sidebar .vvqbox {
		width: 301px !important;
		height: 244px !important;
		margin-top: 0;
		padding-top: 0;
	}
	#sidebar .docking {
		display: none !important;
	}
	
	div#connect-with-geoint {
		border-bottom: 1px solid #c4c397;
	}
	
	div#about-geoint {
		background: url(images/about-geoint-cap-bottom.gif) left bottom no-repeat;
		margin-bottom: 7px;
	}
	
	div#about-content,
	div#connect-content {
		padding-bottom: 24px;
		padding-top: 18px;
	}
	div#about-content {
		background: url(images/about-geoint-bg-repeat.gif) left top repeat-y;		
	}
	div#connect-content {
		background-color: #efefe9;
	}
	
	/*
	div#about-geoint h4 {
		display: block;
		width: 315px;
		height: 59px;
		background: url(images/t_about-geoint.png) left top no-repeat;
		text-indent: -9999px;
	}
	*/
	
	div#about-geoint h4 {
		display: block;
		width: 315px;
		height: 54px;
		background: url(images/about-got-geoint_header.png) left top no-repeat;
		text-indent: -9999px;
	}
	
	.official-blog-of-usgif-banner {
		display: block;
		width: 315px;
		height: 65px;
		background: url(images/official-blog-of-usgif_banner.png) left top no-repeat;
		text-indent: -9999px;
	
	}
	
	div#connect-with-geoint h4 {
		display: block;
		width: 315px;
		height: 38px;
		text-indent: -9999px;
		background: url(images/t_connect-with-usgif.gif) left top no-repeat;
	}
	div#about-geoint p {
		display: block;
		float: left;
		width: 160px;
		padding-left: 22px;
	}
	div#about-geoint ul#social-links {
		display: block;
		float: right;
		width: 100px;
		padding-right: 22px;
	}
	div#connect-with-geoint ul#social-links {
		margin: 0 14px 16px;
	}
	div#connect-with-geoint ul#social-links li {
		display: inline;
		margin-right: 9px
	}
	div#about-geoint p,
	div#about-geoint ul#social-links a {
		color: #545445;
		font: normal .75em/1.3em Tahoma, Geneva, sans-serif;;
	}
	div#about-geoint ul#social-links li {
		display: block;
		
	}
	div#about-geoint ul#social-links a {
		padding-left: 30px;
		width: auto;
		height: 22px;
		padding-top: 5px;
		display: block;
	}
	div#connect-with-geoint ul#social-links a {
		display: block;
		width: 28px;
		height: 26px;
		text-indent: -9999px;
		float: left;
	}
		ul#social-links a.linkedin {
			background: url(images/linkedin-icon.png) left top no-repeat;
		}
		ul#social-links a.facebook {
			background: url(images/facebook-icon.png) left top no-repeat;
		}
		ul#social-links a.twitter {
			background: url(images/twitter-icon.png) left top no-repeat;
		}
		ul#social-links a.upcoming {
			background: url(images/upcoming-icon.png) left top no-repeat;
		}
	div.block {
		margin-bottom: 7px;	
		background-color: #efefe9;
		border-bottom: 1px solid #dfdfc5;
		padding-bottom: 26px;
	}
	div.block h4,
	div#latest-video h4,
	div.flickr-photos h4 {
		display: block;
		width: 315px;
		height: 39px;	
		text-indent: -9999px;
	}
		div#latest-video h4 {
			background: url(images/t_latest-video.png) left top no-repeat;
		}
		div.flickr-photos h4 {
			background: url(images/t_latest-photos.png) left top no-repeat;
			margin-bottom: 5px;
		}
		div.flickr-photos {
			text-align: center;
			padding: 0 0 10px;
		}
		a.more-photos {
			display: none;
		}
		div.flickr-photos a img {

			margin-bottom: 5px;
		}
		h4#previous-articles {
			background: url(images/t_previous-articles.png) left top no-repeat;
		}
		h4#archives {
			background: url(images/t_archives.gif) left top no-repeat;
		}
		h4#blog-roll {
			background: url(images/t_blog-roll.png) left top no-repeat;
		}
		h4#other-links {
			background: url(images/t_other-links.png) left top no-repeat;
		}
		div#advert {
			text-align: center;
			padding-bottom: 7px;
		}
		div.block ul {
			margin-top: 17px;
			margin-left: 17px;
			color: #7b7b6e;
			font: normal .75em/1.3em Tahoma, Geneva, sans-serif;;
		}
		div.block ul a {
			color: #7b7b6e;
		}
		div.block li {
			display: block;
			width: auto;
			padding-left: 10px;
			background: url(images/arrow-icon.png) left 4px no-repeat;
			margin-bottom: 4px;
		}
		div#video-entry {
			overflow: hidden;
			border: 7px solid #000;
			background-color: #efefe9;
			padding-bottom: 8px;
			width: 301px;
		}
		div#video-entry h5 {
			font: 13.5px/1.25em Tahoma, Geneva, sans-serif;
			color: #194333;
			margin: 16px 16px 0;
		}
		div#video-entry h5 a,
		div#video-entry p a {
			color: #194333;	
		}
		div#video-entry h5 a:hover,
		div#video-entry p a:hover {
			color: #628b7c;
		}
		div#video-entry p {
			color: #545445;
			font: normal .75em/1.3em Tahoma, Geneva, sans-serif;;
			margin: 0 16px 8px;
		}
		
	div#sidebar div#categories-tags-menus {
		background: url(images/sidebar-dotted-bg.gif) left top repeat-y;
		padding: 6px 6px 2px;
		margin-bottom: 7px;
	}
		div#sidebar div#categories-tags-menus h4 {
			width: 301px;
			height: 50px;
			border-bottom: 1px solid #f3f3ee;
		}
		div#sidebar div#categories-tags-menus div.block {
			border: 1px solid #c4c397;	
		}
		div#sidebar div#categories-tags-menus div#categories-menu h4 {
			background: url(images/t_blog-topics-sub.png) left top no-repeat;	
		}
		div#sidebar div#categories-tags-menus div#tags-menu h4 {
			background: url(images/t_popular-tags-sub.png) left top no-repeat;	
		}
		div#sidebar div#categories-tags-menus a {
			background: url(images/topics-cat-icon.gif) left 4px no-repeat;
			padding-left: 12px;
		}
		div#sidebar div#categories-tags-menus li {
			background: none;	
			padding-left: 0;
		}
/* start footer */
div#footer {
	font: 11px/1.25em Tahoma, Geneva, sans-serif;
	padding: 16px 0;
	border-top: 1px solid #c4c299;
}
p#legal {
	color: #939382;	
	float: left;
}
div#footer ul.nav-list a,
div#footer ul.rss-links a {
	color: #48483f;	
	margin: 0;
	padding: 0;
}
div#footer ul.rss-links {
	float: right;
}
div#footer ul.rss-links li {
	padding: 0 0 0 11px;
	margin: 0 0 0 11px;
}
div#footer ul.rss-links li.last {
	border-left: 1px solid #a6a693;	
}
div#footer ul.nav-list {
	margin-left: 251px;	
}
div#footer ul.nav-list li {
	padding: 0 0 0 11px;
	margin: 0 0 0 11px;
	border-left: 1px solid #a6a693;	
}

p.posted a:hover,
a:hover {
	color: #194333;	
}

/* start utils */	
.passive {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
	font: normal 1px/1px sans-serif;
	margin-bottom: -1px;
}
div#categories-tags-menus .clear {
	color: #efefe9;
}

