/*
Theme Name: Twenty Ten Child
Description: Online London child theme for the Twenty Ten theme 
Author: Greg Fowler
Template: twentyten
*/

@import url("../twentyten/style.css");

/*
 	Borrowed from: http://aaron.jorb.in/blog/2010/04/introducing-thirty-ten/

	Move our navigation menu to be above our image.

	We'll give a bit more of a bottom margin to the site-title to bump down the image;
	and then we'll fill that space with our menu.
*/

#header #access{
top: -240px;
position: relative;
}
#site-title {
margin:0 0 44px;
}

#header {  
background: #000 url('header.onlinelondon.png') no-repeat bottombottom center;

/*
 	Borrowed from: http://aaron.jorb.in/blog/2010/04/introducing-thirty-ten/

	Change our default link colors 
*/

a:link{
color:#fdb120;
}

a:visited{
color:#d00c0d;
}

a:hover{
color:#1143d8;
}

a:active{
color:#a67942;
}

/*
 	Borrowed from: http://aaron.jorb.in/blog/2010/04/introducing-thirty-ten/

	Modify the footer to allow for a bigger description and nicer looking links  
*/

#site-info{
width:250px;
}

#site-generator{
width: 535px;
}

#site-generator a{
background: none;
padding: 0 7px;
}
	 
#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover,#jorbin-link a:active {
color:#990000;
}

#generator-link a{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../twentyten/images/wordpress.png) no-repeat scroll left center;
color:#666666;
display:inline-block;
line-height:16px;
margin-left:1px;
padding-left:19px;
text-decoration:none;
}

/* ----- CLASSES ----- */

/* The LinksPage class controls the way in which the page of links
   is displayed */

.LinksPage
{
color:#FF00FF;
font-family: verdana;
font-size: 10px;
letter-spacing: 8px;
line-height: 30px;
word-spacing: 5px;
}


