/*

Theme Name: CR Default

Description: Totally awesome WordPress theme by Jeffery Watkins

Version: 1.2 (WP2.8.4)

Author: Jeffery Watkins

Author URI: http://classroomrevolution.com/

Tags: Moodle, Moodle Hosting, Moodle Training, Moodle Support, Moodle Themes, Moodle Partner



Based on the Personal Home Page Theme by Chris Coyier

		 http://chriscoyier.net

		 http://css-tricks.com

		 

		 

		 Other Blue: #1967b1

		 Dark Blue: #1c5297

*/



/*

	RESET

*/



* {

  margin: 0;

  padding: 0;

}



html {

  overflow-y: scroll;

}



html, body {

  height: 100%;

}



body {

  background: url(images/shadowbg.png) repeat fixed center top #EEEEEE;


  font-size: 62.5%;

  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

  color: #222;

}



ul {

  list-style: square inside;

  padding:0 0 0 10px;

}



ol {

  list-style: decimal inside;

}



a {

  outline: none;

  text-decoration: none;

}



a img {

  border: none;

  background: none;

}



img {

  vertical-align: middle;

  padding: 5px;

}



table {

  border-collapse: collapse;

}



/*

	UTILITY

*/

.floatLeft {

  float: left;

}



.floatRight {

  float: right;

}



.clear {

  clear: both;

}



.button {

  border: 1px solid #1967b1;

  background: #fff; padding: 3px 8px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px; color: 1967b1;

}



.button:hover {

  background: #1c5297;

  color: #fff; 

}



/*

	TYPGROGRAPHY

*/



p {

  font-size: 1.2em;

  line-height: 1.5em;

  margin: 0 0 10px 0;

}



p#intro-paragraph {

  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

  font-size: 1.5em;

  line-height: 1.4em; 

  margin: 0 0 5px 0;

  }



p#intro-paragraph span {

  font-size: 2.4em;

  font-weight: bold;

}



p#intro-paragraph em {

  color: #1c5297;

}



a {

  color: #1c5297;

}



a:hover {

  color: #f38e00;

}



h1 {

  font-size: 3.6em;

  font-family: Georgia, serif;

  font-weight: normal;

}



h2 {

  font-size: 2.8em;

  font-family: Georgia, serif;

  font-weight: normal;

}



h3 {

  font-size: 2.6em;

  font-family: Georgia, serif;

  font-weight: normal;

  margin: 0 0 10px 0;

}



h4 { 

  color:#FFF;

  font-size: 2.0em;

  margin-bottom: 15px;

}



.post h4 {

  font-size: 1.8em;

  font-family: Georgia, serif;

  font-weight: normal;

  margin: 0 0 10px 0;

  color: #1c5297;

}



#welcome {

  margin: 25px 100px 75px 100px;	

}



#welcome img {

  float: left;

  margin-right:10px;

  

}



#welcome h2 {

  font-family: Georgia, serif;

  font-size: 2.5em;

  line-height: 1.4em;

  padding-top:20px

}



#welcome p {

  font-family: Georgia, serif;

  font-size: 1.8em;

  line-height: 1.4em;

  padding-top:40px

}







/*

	FORMS

*/



input {

  padding: 3px;

}



/*

	STRUCTURE

*/



#page-wrap {

  background: url(images/pgbg.png) top center repeat-x #FFF;

  width: 960px;

  margin: 0px auto -180px;

 

}



#main-col {

  width: 940px;

  float: left;

  padding: 2px 5px 5px 5px;

  margin:0;

}	



#main-col1 {

  width: 950px; 

  float: left;

  padding:25px 5px 5px 5px;



}						



#push {

	height: 180px;

}





/*

	HEADER

*/



h1#logo {

  

  width: 960px;

  height: 148px;

  background: url(images/header.png) top left no-repeat;

  text-indent: -9999px;

  float: left;

}



#main-pic { 

  float: left; 

  margin-right: 10px;

}



#top-bar { 

  padding: 0 0 0 0;

}



#top-bar p { 

  color: #197cdd;

  width: 300px; 

  float: left;

}



form#searchform { 

  margin: 0 5px 10px 0;

  float: right;

}



/*

	MENU

*/



.container {

	width: 960px;

	margin: 0 auto;

	position: relative;

}



#header {

	background: url(images/header.png) no-repeat center top;

	padding-top: 148px;

}



#headertwo {

	float:right;

}

	

ul.topnav {

	list-style: none;

	padding: 0 20px;	

	margin: 0;

	float: left;

	width: 920px;

	background: #1967b1;

	font-size: 1.2em;

	background: url(images/topnav_bg.gif) repeat-x;

}



ul.topnav li {

	float: left;

	margin: 0;	

	padding: 0 15px 0 0;

	position: relative; /*--Declare X and Y axis base--*/

}



ul.topnav li a{

	padding: 6px 5px;

	color: #fff;

	display: block;

	text-decoration: none;

	float: left;

}



ul.topnav li a:hover{

	background: url(images/topnav_hover.gif) no-repeat center top;

}



ul.topnav li span { /*--Drop down trigger styles--*/

	width: 17px;

	height: 35px;

	float: left;

	background: url(images/subnav_btn.gif) no-repeat center top;

}



ul.topnav li span.subhover {

	background-position: center bottom; cursor: pointer;

} /*--Hover effect for trigger--*/



ul.topnav li ul.subnav {

	list-style: none;

	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/

	left: 0; top: 35px;

	background: #1967b1;

	margin: 0; padding: 0;

	display: none;

	float: left;

	width: 170px;

	-moz-border-radius-bottomleft: 5px;

	-moz-border-radius-bottomright: 5px;

	-webkit-border-bottom-left-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;

	border: 1px solid #848484;

}



ul.topnav li ul.subnav li{

	margin: 0; padding: 0;

	border-top: 1px solid #1c7adc; /*--Create bevel effect--*/

	border-bottom: 1px solid #1c7adc; /*--Create bevel effect--*/

	clear: both;

	width: 170px;

}



html ul.topnav li ul.subnav li a {

	float: left;

	width: 145px;

	background: #1967b1 url(images/dropdown_linkbg.gif) no-repeat 10px center;

	padding-left: 20px;

}



html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/

	background: #051173 url(images/dropdown_linkbg.gif) no-repeat 10px center; 

}



#header img {

	margin: 20px 0 10px;

}



/*

	WIDGETS

*/



.widget { 

  background: #fff; 

  width: 190px; 

  border-right: 1px solid #7d7d7d;

  border-bottom: 1px solid #7d7d7d; 	

  -moz-border-radius: 10px; 

  -webkit-border-radius: 10px; 

  margin: 0 0 15px 0; 

}



.widget .inside { 

  padding: 25px 10px;

}



.widget ul { 

  list-style: square outside;

  color:#1c5297;

  margin-left: 15px;

}



.widget ul li { 

  margin: 0 0 5px 0; 

}



.widget ul li a { 

  display: block; 

  padding: 2px;

}



.widget ul li a:hover { 

  background: #1c5297; 

  color: #fff; 

}



.thumb { 

  width: 62px;

}



.flickr-thumb { 

  height: 41px;  

  width: 62px; 

  overflow: hidden; 

  float: left; 

  margin: 0 0 10px 15px;

}



.widget h4 { 

  color: #1c5297;

  font-size: 2.0em;

  margin-bottom: 15px;

}



/*

	BLOG ENTRIES

*/

.post {

  margin: 0 0 45px 0;

}



.datebox {

  width: 40px;

  float: left;

  padding: 0 5px 5px 5px;

  background: #1c5297;

  color: #fff;

  text-align: center;

  margin: 0 10px 0 0;

}



.day {

  font-size: 3.4em;

  font-weight: bold;

  margin: 0;

  font-family: Georgia, serif;

}



.month {

  font-size: 1.8em;

  font-weight: bold;

  text-transform: uppercase;

  margin: 0;

}



.year {

  font-size: 1.6em;

  font-weight: bold;

  margin: 0;

}



ol.commentlist {

  list-style: none;

}



.comment-bubble {

  background: #1c5297;

  color: #fff; padding: 10px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

}



ol.commentlist li p {

  font-size: 1.0em;

}



.gravatar {

  margin-top: 3px;

  padding: 2px; height: 40px;

}



/*

	FOOTER

*/



#footer { 


  background: url(images/footerbg.png) top center repeat-x #1967b1; 

  width: 960px;

  margin: 0px auto -180px;

}



#footer-inside {
	

  padding: 5px 5px 0 100px;

}



#footer p { 
  color:#FFF;

}



#footer-1 {

  width: 220px;

  float: left;

}



#footer-2 { 

  width: 220px;

  float: left;

}



#footer-3 { 

  width: 220px;

  float: left;

}



#footer-4 { 

  width: 220px;

  float: left;

}



#footer-4 li {

	

}



#footer-5 { 

  width: 220px;

  float: left;

  padding: 35px 0 0 0;

  color: #fff;

}



#footer-5 li {

	list-style:none;

}



#footer-6 { 

  width: 180px;

  float: left;

  padding: 35px 0 0 0;

  color: #fff;

}



#footer a { 

  color: #fff;

}



#footer a:hover {

	color: #f38e00;

	

}



#footer ul { 

  color: #fff;

}



#footer h4 { 

  color:#fff;

  font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

  font-size: 1.5em;

  margin-bottom: 15px;

}



#cpright {

	font-size:.85em;

  padding: 0 0 0 250px  

}



li.cat-item {

	 

}

 

 /* Tweets

 

 */

 

 

.tweets {

	float:right; 

	width:250px;

}

 

.tweetbird {

	float:right; 	

}



.tweets ul {

	list-style:none;

}





#twittr {

	

  padding: 35px 0 0 0;

  color: #fff;

  float:left;

}





/** Content Pages **/



table a,

table a:link,

table a:visited {

	border:none;

}	



table {

	width:90%;

	border-top:1px solid #e3f1fe;

	border-right:1px solid #e3f1fe;

	margin: 0 25px 0 45px;

		border-collapse:collapse;

}



tr.odd td,

tr.odd .column1 {

	background:#f0f2f4;

}	



.column1	{

	background:#f9fcfe;

}



td {

	color:#678197;

	border-bottom: 1px solid #e3f1fe;

	border-left:1px solid #e5eff8;

	padding:.3em 1em;

	text-align:center;

}



th {

	font-weight:normal;

	color: #f6b011;

	text-align:left;

	border-bottom: 1px solid #e3f1fe;

	border-left:1px solid #e5eff8;

	padding:.3em 1em;

}

	

thead th {

	background:#f0f2f4;

	text-align:center;

	font:bold 1.4em/2em "Georgia","Trebuchet MS",Arial,Helvetica,sans-serif;

	color:#66a3d3

}		



tfoot th {

	background:#fff;

	text-align:center;

}	

	

tfoot th strong {

	font:bold 1.4em "Georgia","Trebuchet MS",Arial,Helvetica,sans-serif;

	margin:.5em .5em .5em 0;

	color:#66a3d3;

}	



tfoot th em {

	color:#f6b011;

	font-weight: bold;

	font-size: 1.2em;

	font-style: normal;

}



.column11 {	

	background:#f9fcfe;

}



ul{

    margin: 0 auto;

}



ul.checksbg li{

    text-align: left;

    float: left;

    list-style: none;

    padding: 5px 10px 3px 30px;

    background: url(/images/check.png) 5px 5px no-repeat;

}

ul.article li{
	font-size:12px;

    
    }
