/*
    Note that body in 'style' css sheet, defines global font face via body attribute
*/

/*
The navigation links on the top-right-hand-side need to be white
*/
#headRight a{

	color:white;
	font-size: 12px;
	font-weight: bold;
}

/*
And the spacers need to be grey
*/
#headRight{

	color:#ddd;
}


/*
Define headers
*/

h1{
font-size:17px;
}

h2{
font-size:15px;
}

h3{
font-size:14px;
}

h4{

    font-size: 14px;
}

h4.postTitle{

color: #0bb4f3;
text-decoration:none;
}

h1, h2, h3 {

color: #0bb4f3;
text-decoration:none;
}

/*
Links...
*/
A:link, A:visited, A:active {

color:#0bb4f3;
text-decoration:underline;
}


A:hover{

color:#cccccc;
text-decoration:none;
}

/*
Posts
*/
.entry {

   color: #111111;
}


/*
Navigation is provided in archives i.e. older / newer entries
*/

#navigation{
position:absolute;
right:200px;
top:0px;
}

#navigation menu {
display: inline;
padding:0px;
margin:0px;
}

#navigation li {
display:block;
float:left;
list-style:none outside none;
}

#navigation a {
color:white;
display:block;
float:left;
font-size:1.7em;
text-decoration:none;
padding:12px;
}

#navigation a:hover {
background: transparent url(images/nav_roll.png) no-repeat bottom center;
}

/* Helper Classes */
select,
textarea, 
input{
color: #000000;
background: #EFEFEF;
padding:1px;
border: 1px solid #999999;
}

acronym, abbr, span.caps {
letter-spacing: normal;
}