/* community option - released under LPGL license. For more information, visit http://themes.tiki.org. */

#sitetitles {
	margin-left: 10px;
	height: auto;
	line-height: 60px;
}

#sitetitle {
	display: block;
	margin: 0;
}

input#fuser {
	border: none;
	display: inline;
}

#sitesubtitle {
	margin-left: 20px;
	font-size: 25px !important;
	font-weight: bold;
}

#sitelogo {
	padding: 0;
}

#sitelogo img {
	margin: 0;
}

.floatleft {
	float: left;
	clear: none;
	margin: 0;
}

/* Calendar enhancements (should be here, in option) */

.tabrow {
	font-size: 11px;
	width: 720px;
	padding-top: 11px;
	margin: auto;
	border: 0;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}
.viewmode div {
	margin-right: 4px;
}
.viewmode {
	padding: 1px;
}

.calHeading a img {
	height: 14px;
	width: 14px;
}

/* titles with colors */

.postbody-content h1,
.wikitext h1 {
	color: #3333CC;
}

.postbody-content h2,
.wikitext h2 {
	color: #2222AA;
}

.postbody-content h3,
.wikitext h3 {
	color: #111155;
}

body.tiki_wiki_page h1.pagetitle a,
body.tiki_wiki_page h1.pagetitle a:link,
body.tiki_wiki_page h1.pagetitle a:visited,
body.tiki_wiki_page h1.pagetitle a:hover {
	color: #0066FF;
	font-size: 12px;
	padding-left: 0px;
}

.titlebar {
	background: #C3D3E5 none repeat scroll 0 0;
	color: #3333FF;
	padding: 0.4em;
	font-size: 20px;
	text-align: center;
	line-height: 16px;
}

/* Clean left-align of lists in text */

.wikitext ul {
	padding: 0 0 0 20px;
}

.wikitext ol {
	padding: 0 0 0 25px;
}

/* Brighter links in Wiki */

a.wiki, a.urlextern {
  color: #0066FF;
  font-weight: bold;
  text-decoration: none;
}

a.wiki:hover, a.urlextern:hover {
  color: #191970;
  text-decoration: underline;
}

/* Enough space between banner and page content in a wiki page */

a.titletop, a.titletop:visited, a.titletop:hover {
	color: #6699FF;
}