/* Large screens ----------- */

	#contentContainer  {
		float: right;
		width: 950px;
	
	}

	#sidebarContainer {
		float: left;
		width: 300px;
		margin-top: 85px;

	
	
	}

	.sideHeader {
		text-align: center;
		margin-top: 0px;
		padding-top: 25px;
		padding-bottom: 11px;
	
	}

	#sidebar {
		margin-left: 10px;
		margin-right: 10px;
	}

/* Regular screens ----------- */

@media only screen
and (min-width : 769px)
and (max-width : 999px) {

	#contentContainer  {
		
		width: auto;
		height: auto;	
	}

	#sidebarContainer {
	
		width: 100%;
		height: auto;	
	
	
	}

	.sideHeader {
		text-align: center;
		margin-top: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 8px solid #e8e8e8;

	}

	#sidebar {
		margin-left: 20px;
		margin-right: 20px;
	}
	
}



/* iPad Large screens ----------- */

@media only screen
and (min-width : 481px)
and (max-width : 768px) {

	#contentContainer  {
		width: auto;
		height: auto;
	
	}

	#sidebarContainer {
		width: 100%;
		height: auto;
	
	
	}

	.sideHeader {
		text-align: center;
		margin-top: 0px;
		padding-top: 25px;
		padding-bottom: 11px;
		border-bottom: 8px solid #e8e8e8;
	}

	#sidebar {
	margin-left: 20px;
		margin-right: 20px;
	}
	
}	

/* iPhone Small.css Large screens ----------- */

@media only screen
and (min-width : 321px)
and (max-width : 480px) {

	#contentContainer  {
		width: auto;
		height: auto;
	
	}

	#sidebarContainer {
		width: 100%;
		height: auto;
	
	
	}

	.sideHeader {
		text-align: center;
		margin-top: 0px;
		padding-top: 25px;
		padding-bottom: 11px;
		border-bottom: 8px solid #e8e8e8;
	}

	#sidebar {
		margin-left: 20px;
		margin-right: 20px;
	}
	
}	

/* iPhone Small.css Large screens ----------- */

@media only screen
and (min-width : 5px)
and (max-width : 320px) {

	#contentContainer  {
		width: auto;
		height: auto;
	
	}

	#sidebarContainer {
		width: 100%;
		height: auto;
	
	
	}

	.sideHeader {
		text-align: center;
		margin-top: 0px;
		padding-top: 25px;
		padding-bottom: 11px;
	
	}

	#sidebar {
		margin-left: 20px;
		margin-right: 20px;
	}
	
}	