/* @override 
	http://aaontu.ie/wp-content/themes/aaontu/style.css */

/*
Theme Name: Aaontu
Description: Aaontu
Version: 1.0
*/

@import url(css/reset.css);
html {overflow-y: scroll;}
#index, #page {
	font: 13px "Open Sans", sans-serif;
	text-align: center;
	color: #000000;
	/*background-color: #00adf9;*/
}
.container {
	width: 960px;
	margin: 20px auto 0 auto;
  padding: 0 20px;
	text-align: left;
	position: relative;
  background: #fff;  
  border-top: 5px solid #e37a40;
  -webkit-box-shadow:  0px 3px 10px 0px , 0, 0, 0.3);
  box-shadow:  0px 3px 10px 0px , 0, 0, 0.3);
}
/* --------------------- HEADER --------------------- */
#header {
	height: 160px;
	position: relative;	
  margin: 0 0 20px 0;  
}

#slogan
{
color: #0d5dc3;
font-size: 32px;
text-align: center;
font-weight: 600;
position: absolute;
/*left: 280px;*/
left: 10px;
top: 35px;
font-family: "Gloria Hallelujah";
}

#slogan p
{
line-height:28px;
}

#logo-text {
  font-size: 50px;
  font-weight: 700;                                 
  font-family: "Gloria Hallelujah";
	left: 0;
  top: 0;
	position: absolute;
	z-index: 10;
  color: #69981c;
}

#logo {
  width: 207px;
	height: 81px;
	left: 0;
  top: 25px;
	position: absolute;
	text-indent: -10000px;
	z-index: 10;
  background: url(images/logo_top.jpg) no-repeat;
}

#contact-top
{
right: 0;
top: 15px;
position: absolute;
color: #0d5dc3;
font-size: 20px;
font-weight: 600;
font-family: "Gloria Hallelujah";
}
#contact-top p
{
font-size: 20px;
margin: 0;
font-weight: 700;                                 
line-height: 24px;
text-align: right;
}
#contact-top a
{
color: #615f5f;
}
#name-top
{
left: 0;
top: 28px;
position: absolute;
color: #F18E00;

width: 920px;
display: none;
}
#name-top p
{
font-size: 14px;
margin: 0;
font-weight: bold;
}
#name-top a
{
color: #F18E00;
}

#menu-top {
	position: absolute;
  bottom:0;
  left: -0;
  width: 974px;
  text-align: left;
  margin: 0;  
background: #f74902; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #ffb805 0%, #e86e17 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb805), color-stop(100%,#e86e17)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb805 0%,#e86e17 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb805', endColorstr='#e86e17',GradientType=0 ); /* IE6-8 */

  

}
#menu-top li {
	display: inline-block;
	background: none;
	padding: 0; 
}
#menu-top a {
	color: #fff;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
	font-weight: 600;
	position: relative;
  display: block;
  border-right: 1px solid #fff;
}
#menu-top a:hover, #menu-top .current-menu-item a, #menu-top .current_page_ancestor a, #menu-top .sfHover a {
}

#menu-top .sfHover ul li a
{
background: #f74902; 
text-align: left;
color: #fff;
}
#menu-top ul 
{
background: #f74902;
}

#menu-top ul li
{
background: url(images/bg-menu-top-sub.png) center 0 no-repeat;
}

#menu-top ul li a, #menu-top .current-menu-item ul a
{
float: none;
font-size: 14px;
color: #5b5d5e; 
padding: 10px 22px; 
background: none;
}

#menu-top ul li a:hover, #menu-top ul .current-menu-item a, #menu-top .sfHover ul .current-menu-item a
{
background: #e94f0b;
color: #fff;
}



#menu-top .current-page-ancestor ul .current-menu-item
{
background: url(images/bg-menu-top-sub-a.png) 8px 17px no-repeat; 
}
#rotator-wrapper
{
position: relative;
}
#content #rotator
{
margin: 0 0 15px 0;
}   
#rotator img
{
}      
#content
{
padding: 0 0 20px 0;
}

#page #content
{
}

.menu-sidebar
{
margin: 0 0 20px 0;
padding: 0;
}

.menu-sidebar li
{
background: none;
padding: 0;
}

.menu-sidebar a
{
display: block;
font-size: 15px;
margin: 0 0 2px 0;
background: #1d47ca;
font-weight: 600;
color: #fff;
padding: 9px 10px;
}

.menu-sidebar a:hover, .menu-sidebar .current-menu-item a, .menu-sidebar .current-products-list-parent a, .menu-sidebar .current_page_item a
{
background: #f0c326;
}

.button-red
{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #ff3019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */

color: #fff;
font-size: 30px;
font-weight: 600;
text-align: center;
padding: 20px;
display: block;
line-height: 37px;
margin: 0 0 10px 0;
}

.button-green
{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #87d600; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #87d600 0%, #4cb700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87d600), color-stop(100%,#4cb700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #87d600 0%,#4cb700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #87d600 0%,#4cb700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #87d600 0%,#4cb700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #87d600 0%,#4cb700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d600', endColorstr='#4cb700',GradientType=0 ); /* IE6-8 */

color: #fff;
font-size: 20px;
font-weight: 600;
text-align: center;
padding: 20px;
display: block;
line-height: 37px;
margin: 0 0 10px 0;
}

.button-blue
{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #499bea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-8 */

color: #fff;
font-size: 20px;
font-weight: 600;
text-align: center;
padding: 20px;
display: block;
line-height: 37px;
margin: 0 0 10px 0;
}

.button-orange
{
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #ffb805; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  #ffb805 0%, #e86e17 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb805), color-stop(100%,#e86e17)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb805 0%,#e86e17 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb805', endColorstr='#e86e17',GradientType=0 ); /* IE6-8 */

color: #fff;
font-size: 30px;
font-weight: 600;
text-align: center;
padding: 20px;
display: block;
line-height: 37px;
margin: 0 0 10px 0;
}


#column-1
{
width: 200px;
float: left;
}

#column-2
{
width: 520px;
float: left;
margin: 0 0 0 20px;
}

#column-2a
{
width: 740px;
float: left;
margin: 0 0 0 20px;
}

#slider
{
margin: 0 0 20px 0;
}

#column-3
{
width: 200px;
float: right;
}

p {
	line-height: 19px;
	margin: 0 0 15px 0;
}
a {
	color: #222221;
	text-decoration: none;
}
ul {
	line-height: 19px;
	margin: 0 0 15px 0;
}
ul li {
	background: url(images/bullet.png) 4px 8px no-repeat;
	padding: 0 0 0 17px;
}
blockquote {
	border-left: 2px solid #d5d5d5;
	padding: 0 0 0 20px;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #0d5dc3;
	margin: 0 0 10px 0;
	font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0d5dc3;
	text-decoration: none;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
/* --------------------- CONTENT --------------------- */
/* --------------------- FOOTER --------------------- */
#footer-wrapper
{
}
#footer
{
margin: 0 auto 20px auto;
color: #fff;  
text-align: left;
background: # #ffd816; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjgwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODZlMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffb805 0%, #e86e17 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb805), color-stop(100%,#e86e17)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb805 0%,#e86e17 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb805 0%,#e86e17 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb805', endColorstr='#e86e17',GradientType=0 ); /* IE6-8 */
text-align: center;
font-size: 14px;
width: 940px;
padding: 20px 30px 30px 30px;
}

#footer p {
	margin: 0;
	line-height: 18px;
	padding: 0;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#menu-footer
{
margin: 0;
padding: 0;
text-align: left;
}
#menu-footer li
{
padding: 0;
background: none;
display: inline;
margin: 0 10px 0 0;
}
#menu-footer a:hover, #menu-footer .current-menu-item a
{
color: #da5124;
}

#footer h2
{
color: #fff;
}

#footer ul
{
margin: 0;
padding: 0;
}

#footer ul li
{
background: url(images/bullet2.png) right center no-repeat;
border-bottom: 1px solid #d8632f;
padding: 7px 0;
font-weight: 600;
}

#footer-1
{
float: left;
width: 290px;
margin: 0 52px 0 0;
}

#footer-2
{
float: left;
width: 290px;
margin: 0 52px 0 0;
}

#footer-3
{
float: left;
width: 290px;
}

.wp-pagenavi {
	text-align: center;
	padding: 10px 0;
}
/* WPCF7 */
#content .wpcf7 {
	width: 260px;
	margin: 0 auto;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7 span {
	margin: 7px 0 0 0;
}
.wpcf7 input {
	width: 250px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #fff;
	margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.wpcf7 textarea
{
  width: 250px;
  height: 75px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #fff;
	margin: 2px 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.wpf7 select {
	border: none;
	padding: 4px;
}
.wpcf7-submit {
	width: auto !important;
	float: right;
	padding: 5px 20px !important;
	color: #fff;
	border: 0 !important;
	font-weight: bold;
	cursor: pointer;
	background: #eb7914 !important;
	color: #fff;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	padding: 3px 15px;
}
#content span.wpcf7-not-valid-tip
{
color: #fa000f;
border: 1px solid #fa000f;
font-size: 12px;
left: 0;
padding: 3px;
position: absolute;
top: -5px;
width: 252px;
z-index: 100;
}
#content .wpcf7 span
{
margin: 0;
}
#content div.wpcf7-validation-errors, #content div.wpcf7-mail-sent-ok
{
color: #fa000f;
border: 1px solid #fa000f;
}
#content div.wpcf7-response-output
{
margin: 25px 0 0 0;
padding: 10px;
-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%;
/* When images are too wide for containing element, force them to fit. */
	height: auto;
/* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {

}
img {
	border: 0;
}
em {
	font-style: italic;
}
.align-justify {
	text-align: justify;
}
.align-right, .align-r {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.float-left, .left {
	float: left;
}
.float-right, .right {
	float: right;
}
/* clear fix */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
}
/* ie6 */
*:first-child+html .group {
	zoom: 1;
}
/* IE7 */
.clear {
	clear: both;
}

#comments
{
margin: 0;
}

.comment
{
border-bottom: 1px solid #e7e7e7;
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}

.comment-avatar
{
float: left;
}

.comment-content
{
width: 696px;
float: right;
}

.column-content-right .comment-content, .column-content-left .comment-content
{
width: 580px;
float: right;
}

.comment-meta
{
font-size: 10px;
color: #99a1a5;
margin: 0;
}

#comments-form h2
{
margin: 0 0 15px 0;
}

#comment-form input, #comment-form textarea
{
background: #fff;
border: 1px solid #c2c2c2;
padding: 5px 10px;
color: #5c5c5c;
font-size: 12px;
font-family: Arial;
}

#comment-form p
{
margin: 0 0 10px 0;
}

#comment-author
{
width: 295px;
}

#comment-email
{
width: 295px;
}

#comment-text
{
width: 666px;
height: 95px;
}

.column-content-right #comment-text, .column-content-left #comment-text
{
width: 663px;
}

#comment-form #comment-submit
{
background: #ae5e81;
color: #fff;
padding: 5px 10px;
border: none;
cursor: pointer;
}