strong {
	font-weight: bold;
}

#title, .page-title {
	color: #CCC;
}

#title h1 {
	float: left;
}

#title .page-title a {
	color: #1B94E8;
}

/*
 * Font control
 */

#header #menu ul li a, #header #title h1, #main h1, #section-help .textblock, #section-features .textblock, .post .date {
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

h2 {
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.page h3, #main .post h3.post-title {
	font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
}

/*
 * General Styles
 */

#main h1 {
	margin: 0 0 20px 0;
	width: auto;
	text-align: left;
}

form.button {
	margin: 0;
	padding: 0;
	width: 50px;
	height: auto;
	background: transparent;
}

form.button .button {
	padding: 5px;
	width: auto;
	height: auto;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #222;
}

form.button:hover {
	background: none;
}

form.button .button:hover {
	background-color: #000;
}

.adminfuncs {
	margin-top: 30px;
}

.adminfuncs .button {
	float: left;
	margin-right: 10px;
	width: auto;
}

.adminfuncs .button .button {
	float: none;
	margin: 0;
	width: auto;
}

.toolbutton {
	width: auto;
	background-color: #FFF;
}

#dw__editform textarea {
	width: 100%;
	height: 600px;
}

h2 {
	margin-bottom: 20px;
/*	border-top: 1px solid #CCC;*/
	font-size: 1.4em;
/*	text-transform: uppercase;*/
/*	text-align: center;*/
	font-weight: normal;
	color: #1B94E8;
}

h2 a {
	color: #1B94E8;
}

pre {
	margin: 10px 0 15px 0;
	padding: 5px;
	max-height: 375px;
	font-family: "Courier New", "Courier", sans-serif;
	border: 1px solid #CCC;
	background-color: #FFF;
	overflow: auto;
}

#main p {
	font-size: 1.2em;
}

#main h1 {
	display: none;
}

.level2 {
	clear: both;
	margin-bottom: 40px;
}

/*
 * Smart styling
 */

/* start page */
.intro-new .wikilink1, .intro-new .wikilink2 {
	display: block;
	margin-bottom: -8px;
/*	padding-bottom: 5px;*/
/*	font-size: 1.2em;*/
/*	border-bottom: 1px dotted #CCC;*/
	color: #666;
}

.wikilink1:hover, .wikilink2:hover {
	text-decoration: underline;
}