
/*-----------------------------------------------max-width 1050-------------------------------------------------------*/

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

/* large screen 
	
.aside .menu  {
	line-height: 1.3em;
	font-size: 36px; */
	


		/* webkit */
	/*	-webkit-animation-property: -webkit-width;
	/*	-webkit-transition-duration: .1s;

		/* firefox 4+ */
	/*	-moz-animation-property: width;
	/*	-moz-transition-duration: .1s; 

		/* Opera */
	/*	-o-animation-property: width;
	/*	 -o-transition-duration: .1s; */

	
	/* 		}	*/
			

	
	
	
}/*/mediaquery*/

/*-----------------------------------------------max-width 900-------------------------------------------------------*/


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


}/*/mediaquery*/


/*-----------------------------------------------max-width 850-------------------------------------------------------*/

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


.aside .menu, .aside .title {
			line-height: 1.3em;
			font-size: 20px;
			}
			
.title {
			font-size: 20px;
			line-height: 1.3em;
						}
			
.aside {
			width: 155px;
				}


	#slides, #site-info  {
		margin-left: 165px;
		

	} 


			.page-content p {
			font-size: 12px;
			line-height: 1.5em;
			}			

				.post-title {
				font-size:20px;	
				}
/*temp
					#access ul li {
					    margin-left:7px;
					}*/
					/*was from 12px to 7px*/
					
					#access ul ul li {
					    margin-left:1px;
									}
				

	
}/*/mediaquery*/

/*-----------------------------------------------max-width 580-------------------------------------------------------*/

@media screen and (max-width:590px){
	
			div#header-image {
					    /*background-image: url(../images/headers/cds_logo_mark_sm.png);*/
					    background-image: url(../images/headers/cds_header_sm.png);
						background-repeat: no-repeat;
					    /*width: 68px;*/
					    width: 120px;
				    
					height: 68px;
					    min-width: 68px;
					    min-height: 68px;
					} 
					
			
					
		.aside {
				display: none;
				}
				
div#slides.single .title  {
							display: inline; 
								}

/*div#slides.page-content .title  {
								display: inline; 
								} */

				#slides, #site-info  {
					margin-left: 0px;
				}
				/*was 7 */
				#access ul li {
				    margin-left:7px;
				}
				

					
				/*was -10 */
				#access {
					margin: 10px 0 0 0;
						}
				
				#container {
					padding-right:30px;
					padding-left:30px;
				}
				
				.page-content {
				padding-top: 10px;
				}
				
			
				
				#slides {
				width: 330px;
				/*	min-width: 330px; */
				}
				
			
	
}/*/mediaquery*/

/* Header Icon Sm for Retina */
@media screen 
and (max-width:590px)
and (-webkit-min-device-pixel-ratio: 2) {
	/*div#header-image { background-image: url(../images/headers/cds_logo_mark_sm@2x.png); background-size: 68px auto; }*/
	/*div#header-image { background: url(../images/headers/cds_logo_mark_sm.svg); background-size: 100%; auto;}*/
	div#header-image { background: url(../images/headers/cds_header_sm.svg); background-size: 100%; auto;}

	
}


/*-----------------------------------------------max-width 430-------------------------------------------------------*/


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


		#wrapper {
			margin: 0px 0px 0px 0px;
			padding-top: 0px	
		}
	
		#container {
			margin-top: 10px;
			padding-top: 5px;
			padding-right:15px;
			padding-left:15px;	
		}
/* was 330px */
		#slides {
		/* was 300 */
		width: 290px;
		/*	min-width: 330px; */
		}
		
		
#access ul li {
	/*was 5*/
		    margin-left:4px;
	
	/*was 11px*/		
					font-size: 10px;
		}

		#access ul ul li {
		    margin-left:0px;
						}

}/*/mediaquery*/



/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {



	
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {



		
/* Styles */
}






