/*   
Theme Name: Paul Hollywood Theme
Description: This is a custom Theme for Paul Hollywood 
Author: Karl Hudson  - The Forest Studios  - London - NY
Version: 1
*/

@import url("stylesheets/skeleton.css");
@import url("stylesheets/base.css");
@import url("stylesheets/layout.css");

/* Until we achieve full ftp user permissions, we shall have to place these bake with kids overrides here */

#party-packs {
background: url(http://paulhollywood.com/wp-content/uploads/2015/01/party-packs-3.jpg) no-repeat;
}

#for-teachers {
background: url(http://paulhollywood.com/wp-content/uploads/2015/01/for-teachers-3.jpg) no-repeat;
}

#fun-games {
background: url(http://paulhollywood.com/wp-content/uploads/2015/01/fun-games-3v2.jpg) no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#kids-recipes {
background: url(http://paulhollywood.com/wp-content/uploads/2015/01/recipes-3.jpg) no-repeat;
}

#topNavi ul li{
	margin-right: 15px;
	margin-left: 0px;
}