/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*Ahem copyright (C) Damian O'Rourke CSS*/
/*class list for the "menu" that is on the home page*/

.pad{
	background-color: #188b46;
	padding: 30px;
	max-width: 389px;
	font-size: 2em;
	text-align: center;
	border-radius: 12px;
  /*IE hack*/
  *width: 320px;
  	-moz-border-radius: 12px;
  	-o-border-radius: 12px;
  	-webkit-border-radius: 12px;
  	margin: 0 auto;
}


a.mylink{
  font-family: inherit;
  font-size: inherit;
  color: #fff;
}

a.mylink:hover{
  text-decoration: none !important;
}

.smallImage1{
  background-image: url(../images/background/s1.jpg);
  background-position: 50% 50%;
  background-size: contain;
  height: 184px;
  width: 284px;
  *width: 284px;
  ]height: 184px;
  margin-top: -4px;
  $margin-top: -4px;
  display: inline-block;
  background-repeat: no-repeat;
  max-width: 100%;
}

 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {.image{
    min-height: 300px
  } }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { .image{
    min-height:300px;
    margin-left: 8%;
    
  } }
 
/* Landscape phones and down */
@media (max-width: 480px) {.image{
    min-height: 200px;
    margin-left: 0 !important;
  }}

h3.heading{
  padding: 10px 0 10px 0;
  color: #008921;
  margin: 0;
  font-size: 2em;
}

h4.subheading{
  padding: 10px 0 10px 0;
  color: #008921;
  margin: 0;
  font-size: 1.2em;
}

a.mySideLink{
  color: #008921;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
}

a.mySideLink:hover{
  text-decoration: none !important;
  color: black;
}

a.myArticleLink{
  color: #090;
  font-family: inherit;
  font-size: inherit;
}

a.myArticleLink:hover{
  text-decoration: none !important;
  color: black;
}

a.mySideMenuLink{
  color: #fff;
  font-family: inherit;
  font-size: inherit;
}

a.mySideMenuLink:hover{
  text-decoration: none !important;
  color: #3F0;
}

#subMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#subMenu ul li{
  display: inline;
}

#subMenu ul li a{
  padding: .2em;
  margin-left: .5em;
  margin-top: 1em;
  color: #008921;
  background-color: #F0FFE6;
}

#subMenu ul li a:hover{
	color: #fff;
	background-color: #008921;
}

hr{
  color: #ffffff;
}

#div .answer_result {
  display: none !important;
}

div.answer_result {
	display: none !important;
}
