@charset "UTF-8";

html, body, div, span, applet, object, iframe,
 blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
fieldset, form, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}


/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}

/* Text styles */
.blog-featured h2 {
	font-size: 15px;
	margin-bottom:0em;
}
p.readmore {
	text-indent:0;
	font-size: 9px;
}
.joomla-footer {
	font-size: 9px;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: 9px;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: 9px;
}
div.mw-geshi {
padding: 1em;
margin: 1em 0;
overflow-x: auto;
overflow-y: visible;
font-size: 0.95em;
border: 1px dashed #2f6fab;
background-color: #f0f0f0 !important;
}
