@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset: 
   This is disbaled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	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 {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
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. */

/* Text styles */
.blog-featured h2 { 
	font-size: 1.5em;
	margin-bottom:0em; 
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	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: .9em;
	font-weight: normal;
	line-height: 18px;
}
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: .9em;
}

/* Custom Domeo CSS */
body {
  /* width: 70%; */
  width: 900px;
  margin-left: 10%;
  background-color: #e4e9ef;
}

p {
  margin: 12px 0;
  text-align: justify;
  font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

a {
  color: #226;
  font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

ul {
  list-style-type: square;
  list-style-position: inside;
  font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

h2 a {
  font-family: Century Gothic, sans-serif;
  font-size: 1.1em;  
}

h3 {
  font-family: Century Gothic, sans-serif;
  font-size: 1.1em;
  margin-bottom: 4px;  
}

#logo {
  width: 100%;
} 

.joomla-header {
  /* height: 64px;
  background-color: #aad0f2;
  padding: 16px;*/
}

.joomla-header h1 {
  font-family: Century Gothic, sans-serif;
  font-size: 2.6em;
  color: #606060;  
}

.joomla-header h2 {
  margin-top: 2px;
  font-family: Century Gothic, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  color: #606060;  
}

.leading-0 {
  padding-top: 18px;
}

.leading-0 h2 a {
  font-family: Century Gothic, sans-serif;
  font-size: 1.1em;  
}

.joomla-nav {
  list-style-type: none;
  margin-bottom: 16px;
  background-color: #034593;  
  padding-left: 8px;
  position: relative;
  top: -16px;  
}

.joomla-nav li {
  display: inline;
  margin: 0 16px 0 0;  
}

.joomla-nav li a {
  font-family: Century Gothic, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.joomla-nav li a:hover {
  color: #fdcc05;
}

/* TODO remove this through Joomla. */
.blog-featured > h1{
  display: none;
}

#current a {
  color: #fdcc05;
  text-decoration: none;  
}

.item-separator {
  margin: 32px 0;
}

#feed {
  float: right; 
  margin-right: 4px;
  position: relative;
  top: -18px;
  z-index: 1;
}

#feed a {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

#content {
  background-color: #fff;
  padding: 24px;
}

#page {
  position: relative;
  top: -32px;
}

#form-login-username, #form-login-password {
  float: left;
}

#form-login-remember {
  float: none;
  clear: left;
}
