/*
    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;
}

/*
In the left-hand header pod
*/
.ttl2{

background-image: url(http://www.loveart-gallery.com/art-blog-review/asset/node2.png);
background-repeat: no-repeat;
background-position: top left;
        margin-left:20px;
        margin-top:40px;
        color:white; 
        padding-left:23px; 
        font-size:14px; 
	font-weight: bold;
}

.ttl2Below{

margin-left:20px;
margin-top:15px;
color:white; 
padding-left:20px; 
font-size:12px; 
}

/*
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, h4 {

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

p {
 	color:white;
	font-size:11px;
	line-height:17px;
}


/*
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;
}

