/*@font-face {*/
	/*font-family:Museo;*/
	/*src:url(fonts/Museo_Slab_500.otf);*/
/*}*/

body {
	font-family:Arial, 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#333;
	background:#fff;
}

/*body {*/
	/*width:320px;*/
	/*margin:0 auto;*/
/*}*/

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

a:hover {
}

/* basic layout */

#wrap {
	margin:.5em 0 0;
	font-size:1.4em;
}

#content {
	margin:0;
	padding:10px 0 0;
}

/* error pages */
#content .error p, #content .error #errorDetails{
    padding:5px;
    color:white;
}
#content .error a, #content .error #errorDetails a{
    color:white;
    text-decoration:underline;
}

/* header */

#header {
	font-size:1.2em;
}

#header #app-navigation {
	/*float:left;*/
}

#header #app-navigation #personal a {
	margin:0;
	float:left;
	font-family:Arial, Museo, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.8em;
	color:#fff;
}

#header #app-navigation h1 {
	/*float:right;*/
	font-family:Arial, Museo, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.8em;
	text-align:center;
}

#header #app-navigation h1 a {
	color:#ffef19;
}

/* content */

div.entry {
	margin:0 10px 5px;
	padding:5px 10px;
	/*font-size:1.2em;*/
	background:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#content h2 {
	margin:0 5px .2em;
	padding:0 4px;
	/*font-family:Museo, Georgia, serif;*/
	font-family:Arial, Museo, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.4em;
	line-height:1.2em;
	/*font-weight:normal;*/
	/*color:#666;*/
	color:#ffef19;
}

div.entry h2,
div.entry h3,
div.entry h4 {
	margin:0 0 .2em 0;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
}

#content h2,
div.entry h2 {
	font-size:1.4em;
}

div.entry h3 {
	font-family:Arial, Museo, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1.3em;
}

div.entry h4 {
	font-size:1.2em;
	color:#060;
}

div.entry p {
	margin:0 0 .5em 0;
	line-height:1.4em;
}

div.entry p.date {
	font-family:Arial, Museo, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#666;
}

div.entry address {
	margin:0 0 .3em 0;
	/*font-size:0.9em;*/
	line-height:1.3em;
	color:#666;
}

div.entry div.contact {
	margin:0 0 .3em 0;
	/*font-size:0.9em;*/
	line-height:1.3em;
	color:#666;
}

div.entry div.contact p {
	margin:0 0 .3em 0;
	padding-left:28px;
	line-height:1.4em;
	overflow:hidden;
	word-wrap:break-word;
	background-position:0 0;
	background-repeat:no-repeat;
}

div.entry div.contact p.phone {
	background-image:url(../images/contact_phone.jpg);
}

div.entry div.contact p.email {
	background-image:url(../images/contact_mail.jpg);
}

div.entry div.contact p.url {
	background-image:url(../images/contact_web.jpg);
}

div.entry div.heading a {
	margin:0 2px 5px;
	padding:5px 8px;
	/*display:block;*/
	float:right;
	background:#c33 url(../images/gloss.png) repeat-x scroll 0 50%;
	color:#fff;
	text-shadow:#333 1px 1px 1px;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

div.meta {
}

div.meta div.left {
	float:left;
	width:49%;
}

div.meta div.right {
	float:right;
	width:49%;
}

div.meta.column div.left {
	padding-right:5px;
	width:47%;
	border-right:#f6f6f6 1px solid;
}

div.meta.column div.right {
	padding-left:5px;
	width:47%;
}

div.entry table {
	margin:0 0 .5em 0;
	width:100%;
	border-collapse:collapse;
	font-size:1em;
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}

div.entry table th,
div.entry table td {
	border-right:#ccc 1px solid;
}

div.entry table th {
	padding:5px 0;
	text-align:center;
	background:#e6e6e6;
	border-bottom:#ccc 1px solid;
}

div.entry table td {
	padding:5px;
}

div.entry table tr.odd td {
	background:#fff;
}

div.entry table tr.even td {
	background:#f6f6f6;
}

div.entry ul,
div.entry ol {
	line-height:1.4em;
}

div.entry ul li,
div.entry ol li {
	margin:0 0 .5em 0;
}

div.entry ul {
	list-style-type:disc;
	list-style-position:inside;
}

div.entry ol {
	list-style-type:decimal;
	list-style-position:inside;
}

div.entry img {
	padding:3px;
	background:#f6f6f6;
	border:#e6e6e6 1px solid;
	box-shadow:1px 1px 2px #ccc;
}

div.entry img.left {
	margin-right:10px;
	float:left;
}

div.entry img.right {
	margin-left:10px;
	float:right;
}

div.entry div.map img {
	margin:0;
	padding:0;
}

/* tabs */

div.entry div.tabbed {
	margin:1em 0;
	text-align:center;
	font-size:.9em;
}

div.entry div.tabbed span a {
	padding:3px 6px;
	color:#369;
	background:#e0e0e0 -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
	border:#c0c0c0 1px solid;
	text-shadow:#fff 1px 1px 1px;
}

div.entry div.tabbed span a:hover,
div#tabmode-overview span#overview a,
div#tabmode-detail span#detail a {
	color:#333;
	background:#c0c0c0 -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#f6f6f6));
	text-shadow:#fff -1px 1px 1px;
}

div.entry div.tabbed span:first-of-type a {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.entry div.tabbed span:last-of-type a {
	border-left:none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* section */

div.section {
	padding:5px 0 0 0;
	border-bottom:#e6e6e6 1px solid;
}

div.section:last-child {
	border-bottom:none;
}

/* listview */

ul.listview {
	margin:.5em 0;
}

ul.listview h3 {
	font-weight:normal;
}

ul.listview li:first-child {
	border-top:#e6e6e6 1px solid;
}

ul.listview li a {
	padding:8px;
	display:block;
	background-image:url(../images/disclosure.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	border-bottom:#e6e6e6 1px solid;
}

ul.listview li:hover {
	background-color:#ffd;
	text-decoration:none;
}

ul.listview li.tasks:hover {
	background:#f6f6f6;
}

ul.listview li.tasks a {
	margin:2px 0;
	padding:3px 8px;
	float:left;
	color:#900;
	background-image:none;
	border:none;
	font-size:.85em;
	font-weight:normal;
	text-decoration:none;
}

ul.listview div.item {
	padding-right:20px;
}

ul.listview div.item div.left {
	float:left;
	width:14%;
}

div.item h3 {
	margin:0 0 .2em 0;
	font-size:1.3em;
	line-height:1.2em;
}

ul.listview div.item div.right {
	padding-right:20px;
	float:right;
	width:79%;
}

ul.listview p.date {
	font-family:Arial, Museo, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#666;
}

/* search box */

div.search {
	margin:0 10px .5em;
	padding:5px 10px;
	background:#f0f0f0;
	border:#fff 2px solid;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.search input#search-text {
	width:60%;
	margin:1px 0 0 0;
	padding:2px;
	float:left;
	font-family:inherit;
	font-size:1.2em;
	border:#e6e6e6 1px solid;
}

div.search input#search-button {
	width:30%;
	margin:0 0 0 5px;
	padding:6px 10px;
	float:right;
	color:#369;
	background:#e0e0e0 url(../images/gloss.png) repeat-x scroll 0 50%;
	font-size:1em;
	border:none;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.search input#search-button:hover {
	background-color:#f0f0f0;
}

div.search p#search-result {
	margin:.2em 0;
	line-height:1;
	color:#666;
	font-style:italic;
}

/* breadcrumbs */

div.crumbs {
	margin:0 10px 10px;
	background:#e0e0e0 url(../images/gloss.png) repeat-x scroll 0 50%;
	font-size:1.2em;
	border:#e6e6e6 2px solid;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.crumbs:hover {
	background-color:#f0f0f0;
}

div.crumbs a:link,
div.crumbs a:visited {
	padding:5px 10px;
	display:block;
}

#notifications {
	margin:.5em 0 0 0;
}

#notifications div:last-of-type {
	margin-top:.5em;
}

/* flash */

#flash {
	margin:0 10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#flash a:link,
#flash a:visited {
	display:block;
	padding:6px 10px;
	line-height:1.2em;
}

#flash p {
	padding:3px 6px;
	line-height:1.2em;
	font-size:.9em;
}

#flash.notice {
    color:#090;
    background:#efe;
}

#flash.error {
    color:#900;
    background:#fee;
}

#flash.status {
    color:#990;
    background:#ffe;
}

/* user position */

#user-position {
	margin:0 10px;
	padding:0 0 0 20px;
	color:#369;
	background:#f0f0f6 url(../images/position.png) no-repeat 10px 50%;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#user-position table {
	width:100%;
	font-size:.9em;
}

#user-position table td {
	padding:5px;
	vertical-align:middle;
}

#user-position table td#close-button {
	width:20px;
}

#user-position p {
	width:80%;
	padding:3px 6px;
	float:left;
	line-height:1.2em;
	font-size:.9em;
}

#user-position a {
	width:16px;
	height:16px;
	display:block;
	background:url(../images/close.png) no-repeat 0 50%;	
}

/* pagination */

div.paginate {
	margin:0 10px;
    padding:16px 0;
    font-size:1.1em;
	text-align:center;
	background:#f0f0f0;
	border-top:#e0e0e0 1px solid;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.paginate a.prevLink,
div.paginate a.step,
div.paginate a.nextLink,
div.paginate span.currentStep,
div.paginate span.step {
    margin-right:4px;
    padding:6px 10px;
	font-weight:bold;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

div.paginate span.currentStep {
	background:#e6e6e6;
}

div.paginate span.step {
    padding:6px;
	background:#e6e6e6;
}

div.paginate a.prevLink,
div.paginate a.step,
div.paginate a.nextLink {
	border:#e0e0e0 1px solid;
	background:#fff;
}

/* button bar */

div.buttons {
}

div.buttons ol {
	margin:.5em 0;
	list-style:none;
}

div.buttons ol li {
	margin:0;
	float:left;
	font-size:.9em;
	line-height:1em;
}

div.buttons ol li a {
	margin:0 4px 5px 0;
	padding:6px 10px;
	float:left;
	color:#666666;
	background:#f6f6f6 url("../images/gloss.png") repeat-x scroll 0 50%;
	border:1px solid #ccc;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.buttons ol li a:hover {
	background-color:#e6e6e6;
}

/* sponsor */

#sponsor {
	margin:.5em 10px 0;
	padding:10px;
	background:#fff;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#sponsor p {
	margin:0 0 .5em 0;
	font-size:.85em;
	color:#666;
}

/* footer */

#footer {
	margin:0 0 .5em 0;
	padding:.5em 0 0 0;
	text-align:center;
}

#footer p {
	line-height:1.4em;
	font-size:0.9em;
	color:#666;
}

#footer p.languages {
	margin-bottom:.3em;
	font-size:1.2em;
}

/* self-clearing floats */

.group:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}

