/*
Theme Name: A and A
Theme URI: http://agalloco.com
Description: Agalloco Theme
Author: Steve Agalloco
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


body {
	margin: 1px;
}

.copyright {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #fff;
}

.logoback {
	background-color: #6289D8;
	background-image: url(/images/sky.jpg);
height: 175px;
}

.navon {
	background-color: #6385B5;
}

.navoff {
	background-color: #7195C7;
	}

a.navlink, a.navlink:hover, a.navlink:visited {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.logotype {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
/*  color: #CCCCCC;*/
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
/*  color: #666666;*/
}

p, li, ul, blockquote {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 135%;
}

a,a:visited {
	color: #486EBB;
	text-decoration: none;
}

a:hover {
	color: #486EBB;
	text-decoration: underline;
}

.highlight {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999;
}

.extrapad {
	padding: 5px;
}


/* Courses */

.course_header {
  background: #eee;
  padding: 10px;
}

.course_header h1 {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 20px;
}

.course_detail {
  padding: 10px;
}

.course_detail a {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 16px;
}

.course_highlight {
  margin-top: 10px;
  padding: 10px ;
  background:	#7195C7;
}


.course_promo {
  margin-top: 10px;
  padding: 5px ;
  background:	#7195C7;
  color: #fff;
  font-size: 16px;
  font-family: arial, helvetica, verdana, sans-serif;
  text-align: left;
}

.course_promo a {
  color: #fff;
  font-size: 12px;
}

.course_highlight a {
  color: #fff;
}

/* Blogs */

.recent_updates {
  margin-top: 10px;
  padding: 5px ;
  font-size: 16px;
  font-family: arial, helvetica, verdana, sans-serif;
  text-align: left;
}
/* Clearing */

.clearfix:after {
  	content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
   	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
.clearfix {
	display: block;
}

#IEroot .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}


/* Wordpress */

.widget-container {
   margin-top: 20px;
}