/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

/* Main Body Background Colour */

body {
	background: #92B7CF url(http://www.intheframeuk.com/images/snowfall-background.jpg) !important;
	background-position: left top;
	background-repeat: repeat;
}


/* HEADER ------------------------*/

#header { background: #FFFFFF; /* url(1-blue/i-logobg.jpg) left top no-repeat; } */

#header { width:940px; }
#toppart { padding:0px; width:940px; height:95px; }
#logo { margin-top:20px; width:201px; float:left; }
#topbanner { margin-top:20px; width:470px; height:62px; float:right; clear:none; }
#search { margin:7px 5px 0px 0px; float:right; width:176px; height:31px; }
#menu { width:940px; height:43px; float:left; clear:both; }
#navigation { margin:9px 0px 0px 5px; width:700px; float:left; }


/* FOOTER ******************************************/

#footer { background: url(images/i-footerline.png) top no-repeat; }
#footer p { color:#FFFFFF; }
#footer a { color:#FFFFFF; }
.ccards { color:#FFFFFF; }


/* APPRENTICE THUNDERBIRDS TEXT ********************/
