/*
Theme Name: Responsive TwentyTen - Blue
Theme URI: http://responsivetwentyten.com/
Description: Responsive child theme for default TwentyTen. Provides fluid layout for many browsers including mobile support for iPhone, iPad and Android. Being a child theme, it is dependent on the TwentyTen theme as a parent.
Author: Dan Gavin & Sara Cannon (props to Todd Halfpenny)
Author URI: http://responsivetwentyten.org/
Version: 1.0.3
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentyten
Tags: black, blue, white, two-columns, flexible-width, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

#wrapper,
#access,
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#footer {
  width: 940px;
}

#main {
    float:left;
}

/* Customizable Code - For fonts and colors */
b {font-weight: 700;}  /* per Marshall Smith 29-Sep-2014 */

/*Body Fonts*/

body, input, textarea {
	color: #404040;
	font: 10px museo500, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

.post h1
{
    font-family:Georgia;
	font-size:16pt;
	font-weight:normal;
	color:#235281;
	padding-bottom:5px;
 	line-height:14px;
}

.post h2
{
    font-family:Georgia;
	font-size:13pt;
	font-weight:normal;
	color:#e57200;
	padding-bottom:5px;
 	line-height:14px;
}


.post h3
{
    font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#404040;
	padding-bottom:5px;
 	line-height:8px;
}


#content h3,
#content h4 {
	font-weight:bold;
	color:#404040;
	font-size:110%;	
}

#content h1 {
	font-family:Georgia;
	font-size: 16px;
	color:#235281;	
}

#content h2 {
	font-family:Georgia;
	font-size: 13px;
	color:#e57200;

}



a:link{
 color:#e57200;
 text-decoration: none;
 }
 a:visited {
 color: #e57200;
 text-decoration: none;
 }
 a:active {
  color: #e57200;
 text-decoration: underline;
 }
 a:hover {
 color: #e57200;
 text-decoration: underline;
 }

#content, #content input, #content textarea {
 color: #404040;
 font-family: museo500;
 font-size: 14px;
 line-height: 18px;
 text-align: left;
 }

 .entry-title a:link, .entry-title a:visited {
 color: #e57200;
 font-family: calvert200;
 text-decoration: none;
 font-weight: lighter;
 }
 #content .entry-title {
color: #e57200;
font-family: calvert200;
font-weight: lighter;
}



.entry-meta a,.entry-utility a {
font-family: museo500;
color: #e57200;}
.entry-meta a:hover,.entry-utility a:hover {
font-family: museo500;
color: #e57200;
text-decoration: underline;
}



/*Nav Bar*/

#wrapper {
    background:#fff;
    padding: 0;
    border: 1px solid #aaa;
}
#header {
    padding: 30px 0 0 0;
}
#site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin-bottom: 18px;
    width: 220px;
	font-family: Arial;
	font-size: 10pt;

}

#site-title {
	font-family: Arial;
	color: #404040;
	text-decoration: none;
	margin-bottom: 18px;
	}
	
#site-title a{
	font-family: calvert200;
	color: #404040;
	text-decoration: none;
	margin-bottom: 18px;
	}

	

#colophon {
 border-top: none;
 }

#branding img {
	border-top: none;
	border-bottom: none;
	display: block;
	float: left;
}

 #access {
	background: #002359;
	font-family: calvert200;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}

#access li:hover > a, #access ul ul:hover > a {
	background:#002359;
	font-family: calvert200;
	color:#f1eede;
	text-decoration: underline;
	}
#access ul ul a {
	background:#002359;
	font-family: calvert200;
	color:#ffffff;
	}
#access a {
	background: #002359;
	font-family: calvert200;
	color:#ffffff;
	}





/*Widgets/Sidebar*/


#secondary {
    padding: 20px;
    border: none;
    margin: 0 10px 0 0;
    text-shadow: none;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.widget a {
    text-decoration: none;
	font-weight: lighter;
    color: #e57200;

}
.widget a:hover, .widget a:focus, .widget a:active {
    text-decoration: ul;
    color: #e57200;
}

.widget ul li {
color: #404040;
font-size: 12px;
list-style: none outside none;
}


#site-generator {
    padding: 40px 40px 0 40px;
    color: #404040;
    font-family: museo500,sans-serif;
    border-top: solid 0px #c8c9cc;
    box-shadow: inset 0px 0px 0px 1px #fff;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}

.left-sidebar #secondary {
    margin-left: 3%;
}




/*Captions*/

.wp-caption {
background: transparent;
margin-bottom: 0.1em;
}

.wp-caption .wp-caption-text {
text-align: center;
background-color: transparent;
font-family: "museo500", sans-serif;
text-transform: none;
opacity: 0.5;
font-weight: normal !important ;
color: #404040;
border: none;
margin: 0 4px 0 6px;
padding: 5px;
}

.wp-caption .wp-caption-text:before {
display:none;
}

.wp-caption img {
border: none;

}


/*Metadata below post*/

.entry-meta .post-meta {
display:none;
}



/*
LAYOUT: Pre and Code
DESCRIPTION: Fixing these so when scaled down they won't create a scroll bar and break the responsiveness.
NOTE: Do not use these two together... ie. <pre><code>Something</code></pre>
*/

#content pre {
	font-size: 80%;
	overflow: hidden;
	padding: 1em;
}

#content code {
	font-size: 70%;
	margin-bottom: 24px;
}

/*
LAYOUT: Responsive Images & Video
DESCRIPTION: Responsive.
*/

#branding img, #content img {
	margin: 0;
	height: auto;
	max-width: 100%;
	width: auto;
}

iframe, object, embed{
	max-width: 100%;
}

#content .wp-caption{
	padding: 0px;
	width: auto !important;
}

#content .wp-caption.alignnone{
	clear: both;
}

/*Nick skriloff added on 8/1/16 */

/* FONTS */

@font-face {
    font-family: 'calvert500';
    src: url('fonts/CalvertMTStd/monotype-calvertmtstd.eot');
    src: url('fonts/CalvertMTStd/monotype-calvertmtstd.eot') format('embedded-opentype'),
         url('fonts/CalvertMTStd/monotype-calvertmtstd.woff2') format('woff2'),
         url('fonts/CalvertMTStd/monotype-calvertmtstd.woff') format('woff'),
         url('fonts/CalvertMTStd/monotype-calvertmtstd.ttf') format('truetype'),
         url('fonts/CalvertMTStd/monotype-calvertmtstd.svg#CalvertMTStdRegular') format('svg');
}

@font-face {
    font-family: 'calvert700';
    src: url('fonts/CalvertMTStd-Bold/monotype-calvertmtstd-bold.eot');
    src: url('fonts/CalvertMTStd-Bold/monotype-calvertmtstd-bold.eot') format('embedded-opentype'),
         url('fonts/CalvertMTStd-Bold/monotype-calvertmtstd-bold.woff2') format('woff2'),
         url('fonts/CalvertMTStd-Bold/monotype-calvertmtstd-bold.woff') format('woff'),
         url('fonts/CalvertMTStd-Bold/monotype-calvertmtstd-bold.ttf') format('truetype'),
         url('fonts/CalvertMTStd-Bold/monotype-calvertmtstd-bold.svg#CalvertMTStdBold') format('svg');
}

@font-face {
    font-family: 'calvert200';
    src: url('fonts/CalvertMTStd-Light/monotype-calvertmtstd-light.eot');
    src: url('fonts/CalvertMTStd-Light/monotype-calvertmtstd-light.eot') format('embedded-opentype'),
         url('fonts/CalvertMTStd-Light/monotype-calvertmtstd-light.woff2') format('woff2'),
         url('fonts/CalvertMTStd-Light/monotype-calvertmtstd-light.woff') format('woff'),
         url('fonts/CalvertMTStd-Light/monotype-calvertmtstd-light.ttf') format('truetype'),
         url('fonts/CalvertMTStd-Light/monotype-calvertmtstd-light.svg#CalvertMTStdLight') format('svg');
}

@font-face {
    font-family: 'museo500';
    src: url('fonts/MuseoSans-500/exljbris-museosans-500.eot');
    src: url('fonts/MuseoSans-500/exljbris-museosans-500.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-500/exljbris-museosans-500.woff2') format('woff2'),
         url('fonts/MuseoSans-500/exljbris-museosans-500.woff') format('woff'),
         url('fonts/MuseoSans-500/exljbris-museosans-500.ttf') format('truetype'),
         url('fonts/MuseoSans-500/exljbris-museosans-500.svg#MuseoSans500') format('svg');
}

@font-face {
    font-family: 'museo500italic';
    src: url('fonts/MuseoSans-500Italic//exljbris-museosans-500italic.eot');
    src: url('fonts/MuseoSans-500Italic/exljbris-museosans-500italic.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-500Italic/exljbris-museosans-500italic.woff2') format('woff2'),
         url('fonts/MuseoSans-500Italic/exljbris-museosans-500italic.woff') format('woff'),
         url('fonts/MuseoSans-500Italic/exljbris-museosans-500italic.ttf') format('truetype'),
         url('fonts/MuseoSans-500Italic/exljbris-museosans-500italic.svg#MuseoSans500Italic') format('svg');
}

@font-face {
    font-family: 'museo700';
    src: url('fonts/MuseoSans-700/exljbris-museosans-700.eot');
    src: url('fonts/MuseoSans-700/exljbris-museosans-700.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-700/exljbris-museosans-700.woff2') format('woff2'),
         url('fonts/MuseoSans-700/exljbris-museosans-700.woff') format('woff'),
         url('fonts/MuseoSans-700/exljbris-museosans-700.ttf') format('truetype'),
         url('fonts/MuseoSans-700/exljbris-museosans-700.svg#MuseoSans700') format('svg');
}

@font-face {
    font-family: 'museo700italic';
    src: url('fonts/MuseoSans-700Italic/exljbris-museosans-700italic.eot');
    src: url('fonts/MuseoSans-700Italic/exljbris-museosans-700italic.eot') format('embedded-opentype'),
         url('fonts/MuseoSans-700Italic/exljbris-museosans-700italic.woff2') format('woff2'),
         url('fonts/MuseoSans-700Italic/exljbris-museosans-700italic.woff') format('woff'),
         url('fonts/MuseoSans-700Italic/exljbris-museosans-700italic.ttf') format('truetype'),
         url('fonts/MuseoSans-700Italic/exljbris-museosans-700italic.svg#MuseoSans700Italic') format('svg');
}


/*end Nick skriloff 8/1/16 */

/*
Notes: You shouldn't really have to mess with anything down here. Unless you are drastically changing the Twenty Ten theme.
	
/* --------------------------------------------------------*/
/*-----------------MMMMM----------MMMMM----E---------------*/
/*-----------------MMMMMM--------MMMMMM------D-------------*/
/*-----------------MMMMMMM------MMMMMMM----Q---I-----------*/
/*-----------------MMMMMMMM----MMMMMMMM------U---A---------*/
/*-----------------MMMMMMMMM--MMMMMMMMM--------E-----------*/
/*-----------------MMMM-MMMMMMMMMM-MMMM----------R---------*/
/*-----------------MMMM--MMMMMMMM--MMMM------------I-------*/
/*-----------------MMMM---MMMMMM---MMMM--------------E-----*/
/*-----------------MMMM----MMMM----MMMM----------------S---*/
/*-----------------MMMM------------MMMM--------------------*/
/*-----------------MMMM------------MMMM--------------------*/
/*-----------------MMMM------------MMMM--------------------*/
/*-----------------MMMM------------MMMM--------------------*/
/*-----------------MMMM------------MMMM--------------------*/
/* --------------------------------------------------------*/

@media only screen and (min-width: 1025px){
	
	
	#site-title {
		margin-left: 10px;
		font-size: 24px;
	}
	
	#site-title a{
		margin-left: 10px;
		font-size: 24px;
	}
	


	

} /* This belongs here. It goes to @media only screen and (min-width: 1025px)*/

@media only screen and (min-width: 661px) and (max-width: 1024px){
	#wrapper {
		margin: 20px auto;
		width: 90%;
	}
	
	#access,
	#access .menu-header,
	div.menu;
	#colophon,
	#branding,
	#footer {
	    margin: 0 auto;
	    width: 100%;
	}
	
	#branding{
		overflow: hidden;
		width: 100%;
	}
	
	#site-title {
		margin-left: 10px;
		font-size: 24px;
	}
	
	#site-title a{
		margin-left: 10px;
		font-size: 24px;
	}
	
	#main {
		width: 100%;
	}
	
	/*
	LAYOUT: Responsive Images & Video
	DESCRIPTION: Responsive.
	*/
	#content img {
		margin: 0;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	img, object, embed, iframe, #content .wp-caption {
		max-width: 100%;
	}
	
	#content .wp-caption img{
		max-width: 95%;
	}
	
	/*
	LAYOUT: Two columns
	DESCRIPTION: Responsive.
	940 = 720 + 220
	100% = 76.5957447% + 23.40425535%
	*/
	
	#container {
		float: left;
		margin: 0 -25.5319149% 0 0;
		width: 99%;
	}
	#content {
		width: 68.5957447%;
		/*margin: 0 29.787234% 0 20px;*/
		margin: 0 29.787234% 0 20px;
	}
	#primary,
	#secondary {
		overflow: hidden;
		width: 23.40425535% /* 200px / 940px */
	}
	
	#site-title, #site-info {
		width:74.4680851% /* 700px / 940px */
	}

        #site-info {
		padding-left: 20px;
	}
	
	#footer-widget-area .widget-area,
	#site-generator,
	#site-description  {
		width: 23.40425535% /* 200px / 940px */
	}

} /* This belongs here. It goes to @media only screen and (min-width: 661px) and (max-width: 1024px)*/


@media screen and (max-width: 660px) {
	#wrapper {
		margin: 5px auto;
		width: 95%;
		padding: 0 3%;
	}
	
	#access,
	#access .menu-header li, div.menu li{
	font-size: 7.5px;
}
	
	#colophon,
	#branding,
	#main,
	#footer {
		margin: 0 auto;
		width: 100%;
	}
	
	#branding  {
		overflow:hidden;
	}
	
	#site-title {
		width: 100%;
		font-size: 24px
	}
	
	#site-title a{
		width: 100%;
		font-size: 24px
	}
	
	#container {
		float: left;
		width: 100%;
		overflow: auto;
	}
	
	#content {
		width: 99%;
		margin: 0 0px 0 0px;
	}
	
	#primary,
	#secondary {
		float: left;
		overflow: hidden;
		width: 99%;
	}
	#secondary {
		clear: left;
	}
	
	#site-generator, #site-description, #site-info, #site-title {
		clear: left;
		float: left;
		width: 95%;
		padding: 0;
		margin: 0;
	}
	
	/*
	LAYOUT: Responsive Images
	DESCRIPTION: Responsive.
	*/
	
	#content img {
		margin: 0;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	img, object, embed, #content .wp-caption {
		max-width: 100%;
	}
	
	#content .wp-caption{
		width: 100%;
	}
	
	#content .wp-caption img{
		max-width: 90%;
	}
	
	#content .wp-caption.alignleft{
		float: left;
	}
	#content .wp-caption.alignright{
		float: right;
	}
	#content .alignleft,
	#content img.alignleft {
		display: block;
		float: none;
		margin: 0px auto;
		padding: 0px 0px 5px 0px;
	}
	#content .alignright,
	#content img.alignright {
		display: block;
		float: none;
		margin: 0px auto;
		padding: 0px 0px 5px 0px;
	}

} /* @media screen and (max-width: 660px) */


/*
/* We left these here for you incase you needed them. You do not need to add anything for the Videos or Images.
/*
/*
/* Media = iPad orientation: landscape */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

	
	
}/* This belongs here. It goes to @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) */

/*--------------------------------------------------------------------------------*/

/* Media = iPad orientation: portrait */


}/* This belongs here. It goes to @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) */

/*--------------------------------------------------------------------------------*/

/* Media = Mobile - iPhone */

@media handheld, only screen and (max-device-width: 480px) {
	iframe, object, embed{
		width: 100%;
		height: auto;
	}
	#content pre {
		font-size: 60%;
		overflow: hidden;
		padding: 1em;
	}
	
	#content code {
		font-size: 50%;
		margin-bottom: 24px;
	}
}/* This belongs here. It goes to @media handheld, only screen and (max-device-width: 480px) */
	
/* Media = Mobile - All Others - orientation:portrait */

@media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) {
	iframe, object, embed{
		width: 100%;
		height: auto;
	}
	
	#content pre {
		font-size: 80%;
		overflow: hidden;
		padding: 1em;
	}

	#content code {
		font-size: 50%;
		margin-bottom: 24px;
	}
}/* @media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) */

/* Media = Mobile - All Others - orientation:landscape */

@media handheld, only screen and (max-device-width: 767px) and (orientation:landscape) {
	iframe, object, embed{
		width: 100%;
		height: auto;
	}
}/* This belongs here. It goes to @media handheld, only screen and (max-device-width: 767px) and (orientation:landscape) */
