/*  
Theme Name: Easypeasyclassroom
Theme URI: http://www.classroomsupplies.co.uk/
Description: Default theme.
Version: 1.0
Author: Santa
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
    font-family: verdana, sans-serif;
    font-size: 0.85em;
}

a:link, a:visited{
	text-decoration: none;
	color:#800000;
}

#container {
			width: 100%;
			border: 1px solid #fff;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}

		#banner {
			padding: 5px;
			margin: 0px;
			background-color: #fff;
		}
		#banner  ul{
			float: right;
			list-style-type: none;
                        margin: 0px;
		}
		#banner  ul li{
			float: right;
			margin: 0px;
                        padding: 0px;
		}
		#banner  ul li a{
			font-weight:bold;
		        color: #800000;
                        font-family: "comic sans ms";
                        text-decoration: none;
                        font-size: 1.2em;
                        padding-top: 120px;
                        text-align:center;
                        width: 100px;
                        display:block;
		}
                #banner ul li a#basket{
                        background: url("http://www.classroomsupplies.co.uk/nav/trolley.jpg") top center no-repeat;

                }
				#banner ul li a#home{
                        background: url("http://www.classroomsupplies.co.uk/nav/pencils-logo.jpg") top center no-repeat;

                }
                #banner ul li a#press{
                        background: url("http://www.classroomsupplies.co.uk/nav/press.jpg") top center no-repeat;

                }
                #banner ul li a#feedback{
                        background: url("http://www.classroomsupplies.co.uk/nav/feedback.jpg") top center no-repeat;

                }
                #banner ul li a#aboutus{
                        background: url("http://www.classroomsupplies.co.uk/nav/about-us.jpg") top center no-repeat;

                }
                #banner ul li a#contactus{
                        background: url("http://www.classroomsupplies.co.uk/nav/contact-us.jpg") top center no-repeat;

                }
                #banner ul li a#products{
                        background: url("http://www.classroomsupplies.co.uk/nav/products.jpg") top center no-repeat;

                }

		#banner  ul li a:hover{
			color: #f00;
		}


		#content {
			padding: 0px;
			background-color: #fff;
                        font-size: 0.8em;
		}
                #content td {padding: 10px;}
                #content img {border: #eee 1px solid; margin: 10px;}
                #content th{text-align: left;}
                #content h3{font-size: 2em;color:#fff;background:#036;padding:10px;border:#369 2px solid;width:20em;text-align:center;float:right;}
		#sidebar-a {
			float: left;
			width: 200px;
			margin: 0;
			margin-right: ;
			padding: 5px;
			background-color: #fff;
		}
		#sidebar-a h2{
			color: #800000;
			font-family: "comic sans ms";
		}
		#sidebar-a a{
			color: #800000;
			font-family: "comic sans ms";
			text-decoration:none;
		}
		#sidebar-a a:hover{
			color: #f00;
			font-family: "comic sans ms";
			text-decoration:underline;
		}
		#sidebar-a ul li{
                        list-style-type: none;
                        margin: 0px;
                        padding: 0px;
                }
                #sidebar-a ul li ul{
                        list-style-type: none;
                        margin: 0px;
                        padding: 0px;
                }
                #sidebar-a ul li ul li a{
                        font-weight: bold;
                }
                #sidebar-a ul li ul li ul{
                        list-style-type: none;
                        margin: 0px 0px 0px 10px;
                        padding: 0px;
                }
               #sidebar-a ul li ul li ul li a{
                        font-weight: normal;
                }


		#footer {
			clear: both;
			padding: 5px;
			margin-top: 10;
			border-top: #000 1px solid;
			background-color: #fff;
		}
                #homepage td a{
                        font-weight:bold;
		        color: #800000;
                        font-family: "comic sans ms";
                        text-decoration: none;
                        font-size: 1.4em;
                }




/*   Start item price code   */

#content h6{
    font-size: 18px; /* FONT SIZE */
    font-weight: normal;
    font-family: "comic sans ms",georgia,verdana;
    text-align: center;
    width: 150px;
    padding: 10px;
    color: #fff; /* FONT COLOUR */
    background: #8A0808; /* BOX COLOUR */
    border: 2px solid #610B0B; /* BORDER COLOUR */
}

/*   End item price code   */




#content .post h2{
    font-size: 24px; /* FONT SIZE */
    font-weight: normal;
    font-family: "comic sans ms",georgia,verdana;
    color: #800000;
}
