/* ----- General Formats ----- */
body {
	color: #000;
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: 1.3em;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

h1 {
	font-size: 16px;
	height: 27px;
	margin-bottom: 1px;
}

h2 {
	/*
	color: #e2690c;
	font-size: 13px;
	font-weight: normal;
	*/
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ----- Main Navigation ----- */

ul#nav-main {
	font-size: 12px;
	list-style: none;
}

ul#nav-main li {
	float: left;
}

ul#nav-main li.divider {
	color: #e2690c;
	padding: 0 3px;
}

ul#nav-main a {
	color: #695d4d;
}

ul#nav-main a:hover,
ul#nav-main li.active a {
	color: #e2690c;
	text-decoration: none;
}

/* ----- Sub Navigation ----- */

ul.nav-sub {
	font-size: 11px;
	margin-top: 33px; /* 25px; */
}

ul.nav-sub li {
	line-height: 1.3em;
	margin-bottom: 0.6em;
}

ul.nav-sub a {
	color: #695d4d;
}

ul.nav-sub a:hover,
ul.nav-sub li.active a {
	color: #e2690c;
	text-decoration: none;
}

/* ----- Blog Navigation ----- */

#right h3 {
	font-size: 11px;
	line-height: 1.9em;
}

ul.nav-blog {
	font-size: 11px;
	margin-bottom: 7px;
}

ul.nav-blog li {
	line-height: 1.9em;
}

ul.nav-blog a {
	color: #695d4d;
}

ul.nav-blog a:hover {
	color: #e2690c;
	text-decoration: none;
}

/* ----- Blog Article ----- */

div.article {
	background-color: #f7f7f6;
	margin-bottom: 5px;
	padding: 21px 64px 17px 64px;
}

div.article img {
	display: block;
	margin: 12px 0;
}

div.article h2,
div.article h2 a {
	color: #e2690c;
	height: auto;
	margin-bottom: 9px;
}

div.article h3 {
	font-size: 13px;
	margin-bottom: 14px;
}

div.article p.meta {
	font-size: 10px;
	margin-bottom: 0;
}

div.article p.meta em {
	color: #e2690c;
	font-style: normal;
}

/* ----- Paging ----- */

div#main ul.nav-paging {
	font-size: 11px;
	margin-top: 10px;
	width: 517px;
}

div#main ul.nav-paging a {
	color: #695d4d;
	padding: 0 3px;
	text-decoration: none;	
}

div#main ul.nav-paging a:hover,
div#main ul.nav-paging li.active a {
	color: #e2690c;
}

div#main ul.nav-paging li {
	float: left;
	line-height: 1.9em;
}

div#main ul.nav-paging li.divider {
	color: #e2690c;
	margin: 0;
}

div#main ul.nav-paging li.prev {
	margin: 0 7px 0 0;
	position: relative;
	top: 1px;
}

div#main ul.nav-paging li.next {
	margin: 0 9px 0 0;
	position: relative;
	top: 1px;
}

div#main ul.nav-paging li.prev a {
	padding: 0;
}

div#main ul.nav-paging li.clear {
	clear: both;
	display: block;
	float: none;
	height: 16px;
	line-height: 16px;
}

/* ----- Lightbox ----- */

#lightbox {
	background: #695d4d;
	display: none;
	filter: alpha(opacity=95);
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0.95;
	position: fixed;
	top: 0px;
	z-index: 1000;
}

#lightbox-panel {
	background: #fff;
	display: none;
	height: 653px;
	left: 63px;
	position: fixed;
	top: 45px;
	width: 834px;
	z-index: 1001;
}

#close-x {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1002;
}


div#main li {
	background-image: url(../img/layout/li-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
}

div#main ul {
	margin-bottom: 1em;
}

div#main ul.nav-paging li {
	background-image: none;
	padding-left: 0;
}
div#main ul.nav-paging {
	margin-bottom: 0;
}

p.bodytext {
	margin-top: 4px;
}

.tx-continue-pi1,
.tx-continue-pi2,
.tx-wecmap-pi1 {
	margin-top:9px;
}

.tx-continue-pi1 p.bodytext {
	margin-top: 0;
}


div#left h2 {
	padding-bottom: 3px;
}

div#left p {
	margin-bottom: 8px;
}

div.clear {
	clear: both;
	display: block;
	float: none;
	height: 16px;
	line-height: 16px;
}


div.project-links {
	float:right;
	width:320px;
	text-align:right;
	line-height:1.9em;
	margin-top:10px;
	font-size:11px;
}

div#main div.project-links a {
	text-decoration:none !important;
	color:#695d4d;
}

div#main div.project-links a:hover {
	color:#E2690C;
}

.tipafriend label {
	display:block;
}

.tipafriend input.stdtext {
	width:400px;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	font-family: "lucida grande", arial;
	font-size:13px;
}

.tipafriend textarea {
	width:400px;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	font-family: "lucida grande", arial;
	font-size:13px;
}

.tipafriend .captcha img {
	float:left;
}

.tipafriend .captcha input {
	width:80px;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	font-family: "lucida grande", arial;
	font-size:21px;
	height:23px;
	letter-spacing:3px;
	text-align:center;
	color:#333;
}

.tipafriend div.row {
	margin-bottom: 1em;
}

p.hint {
	color:#999;
	font-size:11px;
}

