@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

body{

background-repeat:repeat-x;
color:#454545;
margin:0;
height:100%;
font-size:100%;
font-family:Helvetica,sans-serif;


 }

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

a {text-decoration:none; }

h1 {
	margin-top: -25px;
	text-align:center;
	font-size:60px;
	font-family: 'Roboto Condensed', sans-serif;
}


h2.centre {text-align:center;}

.title{ background:DodgerBlue;
	padding:30px;
	width:104%;
	margin-left:-2%;
	margin-top:-2%;
	color:white;
	
	}


/* CSS crunched with Crunch - http://crunchapp.net/ */




.line{width:100%;height:5px;border-bottom:3px solid #000;margin-top:-15px}
img.centre{display:block;margin-left:auto;margin-right:auto}
img.thumbnail{width:140px;height:140px}
img.small{width:402px;height:327px}
img.medium{width:643px;height:523px}
iframe.centre{display:block;margin-left:auto;margin-right:auto;margin-bottom:10px}
iframe.small{width:402px;height:327px}
iframe.medium{width:643px;height:523px}
.large{width:900px;height:650px}
.footer-wrapper{border-top:3px solid #000;float:left;width:100%;height:55px;background-image:url("../images/bg.jpg");background-repeat:repeat-x;text-align:center;margin-top:10px;padding-top:10px}
.centre{display:block;margin-left:auto;margin-right:auto}




.python {font-family:"Courier New", Courier, monospace;
         background:black;
         border:2px;
         color:yellow;
         padding:5px;
         border-radius: 6px;
         }
         
.codeview {font-family:"Courier New", Courier, monospace;
           background-color:black;
           border-radius: 10px;
           border: 2px solid; 
           border-color: yellow;
           padding: 20px;
           color:yellow;           
           }
           
.pythonview {font-family:"Courier New", Courier, monospace;
           background-color:white;
           border-radius: 10px;
           border: 2px solid; 
           border-color: aqua;
           padding: 20px;
           color:blue;           
           }  


.psuedocode {font-family:"Lucida Console", Monaco, monospace;
           background-color:white;
           border-radius: 10px;
           border: 2px solid; 
           border-color: red;
           padding: 20px;
           color:grey;           
           }  
.comment {font-family:"Courier New", Courier, monospace; 
	color:red;
	}
	



   
.thumbnail img {width:120px;}
    

.footer-wrapper{border-top:3px solid #000;float:left;width:100%;height:55px;background-image:url("http://www.learnitwithmrc.co.uk/images/bg.jpg");background-repeat:repeat-x;text-align:center;margin-top:10px;padding-top:10px}




    	