@charset "UTF-8";
/* CSS Document */


* @license
 * MyFonts Webfont Build ID 2283470, 2012-05-07T20:36:07-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo Sans 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
 * Licensed pageviews: unlimited
 * 
 * Webfont: Museo Sans 500 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500-italic/
 * Licensed pageviews: unspecified
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2283470
 * Webfonts copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * 
 * © 2012 Bitstream Inc
*/



  
 @font-face {font-family: 'MuseoSans-500';src: url('../webfonts/22D7CE_0_0.eot');src: url('../webfonts/22D7CE_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/22D7CE_0_0.woff') format('woff'),url('../webfonts/22D7CE_0_0.ttf') format('truetype');}
 
  
 @font-face {font-family: 'MuseoSans-500Italic';src: url('../webfonts/22D7CE_1_0.eot');src: url('../webfonts/22D7CE_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/22D7CE_1_0.woff') format('woff'),url('../webfonts/22D7CE_1_0.ttf') format('truetype');}


.presentation { 
	text-transform: capitalize; 
	color:#a7977e;
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;}

.date-time { 
	color:#888; 
	font-size:11px;}

.date-sep { 
	font-size: 1.4em ;
	border-bottom: dotted 1px #13b5ea; 
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
margin-top: 10px;}

.plan-title { 
	color: #004b8d;
	font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
	font-size: 18px;

	   }

.break {clear: both;}

#credits {
    margin: 5px auto;
    text-align: center;
    font-size: 0.8em;
}

.figure {	
	color:#004b8d;
font-size: 20px;
 /*   color: #166C97;
   */ margin-top: 8px;
    margin-bottom: 6px;
    font-family: "MuseoSans-500", "MS Trebuchet", sans-serif;
    font-weight: normal;

}


/* =============================================================================
   Base Button
   ========================================================================== */

.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    /*font:11px/normal sans-serif;
    */color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.button:active,
.button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -ms-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}



/*circle*/

.circle {
    background:#1DB4E4;
    /*height:120px;*/
    width:500px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;

    padding:25px;
    text-align:center;
    color:white;
    margin:0 auto
}

.white {
	    color:white;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    margin:0;
	}