/*
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;
}

/*
Notes: You shouldn't really have to mess with anything down here. Unless you are drastically chaning 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: 481px) and (max-width: 1024px){
	#wrapper {
		margin: 20px auto;
		width: 90%;
	}
	  
	#access,
	#access .menu-header,
	div.menu,
	#colophon,
	#branding,
	#main,
	#footer {
	    margin: 0 auto;
	    width: 100%;
	}
	  
	#branding{
		overflow: hidden;
	}
	
	/*
	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 */
	}
	
	#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: 481px) and (max-width: 1024px) */

@media screen and (max-width: 1024px) {

#wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 0 !important;
    width: 100% !important;
}
#access {
    display: block;
    float: right;
    margin: 14px auto 0;
    width: 55% !important;
}
#header {
    background: none repeat scroll 0 0 #000;
    padding: 40px 30px;
}
#access a {
    color: #ffffff;
    display: block;
    font-family: centurygothicregular;
    font-size: 18px;
    line-height: 30px;
    padding: 0 14px;
    text-decoration: none;
}
#main {
clear: both;
overflow: hidden;
padding: 40px 0 0 0;
width: 90% !important;
}
.one-column #content {
margin: 0 auto;
width: 95%;
}
#colophon {
    border-top: 4px solid #000;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 18px 0;
    width: 95% !important;
}
#footer {
    clear: both;
    margin: 0 auto;
    width: 100% !important;
}
#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 23% !important;
}
.logo {
    float: left;
    width: 38%;
}
.attinfo {
background: none repeat scroll 0 0 #E4E4E4;
float: left;
padding: 15px;
width: 27%;
}
.homepic {
    background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
    display: block;
    height: 420px;
}
}
@media screen and (max-width: 768px) {
#access a {
color: #ffffff;
display: block;
font-family: centurygothicregular;
font-size: 15px;
line-height: 30px;
padding: 0 8px;
text-decoration: none;
}
#footer-widget-area .widget-area {
float: left;
margin-right: 20px !important;
width: 22% !important;
}
.bio {
float: left;
margin-left: 25px;
width: 55%;
}
.attinfo {
background: none repeat scroll 0 0 #E4E4E4;
float: left;
padding: 13px;
width: 36%;
}.homepic {
background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
display: block;
height: 329px;
}
#header {
background: none repeat scroll 0 0 #000;
padding: 83px 30px;
}
#colophon {
border-top: 4px solid #000;
margin: 0 auto !important;
overflow: hidden;
padding: 105px 0;
width: 95% !important;
}
}
@media screen and (max-width: 660px) {
	#wrapper {
		margin: 5px auto;
		width: 90%;
		padding: 0 3%;
	}
	
	#access,
	#access .menu-header,
	div.menu,
	#colophon,
	#branding,
	#main,
	#footer {
		margin: 0 auto;
		width: 100%;
	}
	
	#branding  {
		overflow:hidden;
	}
	
	#site-title {
		width: 100%;
	}
	
	#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) */
@media screen and (max-width: 600px) {
#wrapper {
margin: 5px auto;
width: 100%;
padding: 0;
}
.logo {
float: none;
width: 95%;
margin: 0 auto;
}
#access {
display: block;
float: right;
margin: 27px -28px 0 !important;
width: 100% !important;
}
#footer-widget-area .widget-area {
float: left;
margin-right: 20px;
width: 50% !important;
}
#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 65% !important;
}
.attinfo {
background: none repeat scroll 0 0 #E4E4E4;
float: none;
padding: 13px 20px;
width: 51%;
margin: 0 auto;
}
.bio {
float: none;
/* margin-left: 25px; */
width: 99%;
margin: 0 auto;
padding: 20px 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #000;
line-height: 1.5em;
margin: 0 0 20px 0;
font-size: 19px;
}
.homepic {
background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
display: block;
height: 255px;
}
}
@media screen and (max-width: 568px) {
.homepic {
background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
display: block;
height: 240px;
}
@media screen and (max-width: 480px) {
.homepic {
background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
display: block;
height: 200px;
}
}
@media screen and (max-width: 384px) {
.homepic {
background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
display: block;
height: 160px;
}
}
@media screen and (max-width: 320px) {
#footer-widget-area .widget-area {
float: left;
margin-right: 20px;
width: 80% !important;
}
.logo {
float: none;
width: 95%;
margin: 0 auto;
padding: 10px 0;
}
.homepic {
background: url("images/WebsiteSplash2.png") repeat scroll center center / cover transparent;
display: block;
height: 130px;
}
}

/*
/* 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 */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (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) */