#header {

}
#branding {

}
#blog-title {

}
#blog-description {

}
#ia-social {

}
#access {
	margin: 0;
}

#main {
	margin: 0;
}
#container {

}

#footer {
	color: #555;
	font-size: 16px;
	text-align: center;
	padding: 1em;
	font-weight: lighter;
	line-height: 1.5em;
}

#footer a {
	color: #555;
}
#footer #vvref, #footer #vvref a {
	color: #555;
	font-weight: bold;
}

/************************************************************
  SECTIONS
************************************************************/

#slider-stretch {
/**	background-image: url('img/slide-bg.jpg');
**/

}

#slider-stretch > div.cycloneslider {
	margin: 0 auto 30px;
}

#iahs {
	box-shadow: 0 0 10px #444;
	background-color: #EEE;
	line-height: 1.5em;
}

.iahs-section {
	clear: both;
	width: 100%;
}

.iahs-section .iahs-section-restrict { /* Restrict the width of the homepage */
	max-width: 800px;
	padding: 2em;
	display: block;
	overflow: hidden; /*clear fix for floats*/
	margin: 0 auto;
	text-align: center;
}

.iahs-odd, .iahs-even {

}

.iahs-odd {

}

.iahs-even {
	background-color: #005180;
	box-shadow: 0 0 10px #444;
}

.entry-content img.iahs-img-left, .entry-content img.iahs-img-right {
	max-width: 50%;
	border: 3px solid #CCC;
	border-radius: 5px;
	box-shadow: 5px 5px 15px -5px #555555;
}

.entry-content img.iahs-img-left {
	float: left;
	margin-right: 1.5em;
}

.entry-content img.iahs-img-right {
	float: right;
	margin-left: 1.5em;
}

#iahs h2, h2.iahs-title {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .7em;
}

.iahs-odd h2 {
	color: #005180;
}

.iahs-even h2 {
	color: #EEE;
}

.iahs-txt p {

}

#iahs p, .entry-content .iahs-txt li {
	font-size: 1.3em;
	text-align: justify;
	font-weight: lighter;
}

.iahs-odd p, .entry-content .iahs-odd .iahs-txt li {
	color: #222;
}

.iahs-even p, .entry-content .iahs-even .iahs-txt li {
	color: #DDD;
}

.iahs-cta-lnk {
	border: 2px solid #888;
	border-radius: .5em;
	padding: .6em 1em .5em;
	text-decoration: none;
	margin-top: 1em;
	display: inline-block;
}

.iahs-odd .iahs-cta-lnk {
	background-color: #116291;
	border-color: #004979;
	box-shadow: 1px 1px #2273A2 inset;
	color: #EEEEEE;
	text-shadow: 1px 1px 0 #333333;
}

.iahs-odd .iahs-cta-lnk:hover {
	background-color: #005180;
}


.iahs-even .iahs-cta-lnk {
	background-color: #DDD;
	border-color: #CCC;
	box-shadow: 2px 2px 1px #EEE inset;
	color: #005180;
	text-shadow: 1px 1px 0 #EEE;
}

.iahs-even .iahs-cta-lnk:hover {
	background-color: #EEE;
}

.iahs-cta-txt {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

.ia-contact {
	margin: 0 1em 1em;
	padding: 1em;
	background-color: #EEE;
	border: 3px solid #BBB;
	border-radius: 7px;
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

#iahs .ia-contact img {
	max-height: 150px;
	height: auto;
	border: 1px solid #777;
	border-radius: .35em;
	box-shadow: 3px 3px 10px -2px #777;
}

#iahs .ia-contact p {
	margin: 0;
	color: #005180;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}


/***************************************************
/ @media things
/**************************************************/


/* Screens 532px wide and smaller ----------- */
@media only screen and (max-width : 532px) {
	.entry-content img.iahs-img-right, .entry-content img.iahs-img-left {
		float: none;
		max-width: 100%;
		margin: 0;
	}

	#iahs h2.iahs-title {
		margin-top: .5em;
	}

}
