/*
Theme Name: AAG
Theme URI: http://www.yarraweb.com/
Author: Yarra Web
Author URI: http://www.yarraweb.com/
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	overflow:auto;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	margin: 0;
	}
body {
  background:url(images/bg.png);
  font-family: Verdana, Arial, Helvetica;
}

/* Basic Elements */
html, body {
	margin: 0;
	}
#container {
	width: 980px;
	margin: 0 auto;
	}
#top {
	height:55px;
	}
#wrapper-outter {
	width: 920px;
	margin: 0 auto;
  border:1px solid #dbdbdb;
  padding:9px;
  background:url(images/bg-wrapper-outter.png);
	}
#wrapper {
	width: 920px;
	margin: 0 auto;
  background:#fff;
	}
#header {
  position:relative;
	width: 100%;
	height: 150px;
	}
#logo {
  position:absolute;
  top:14px;
  left:16px;
	}
#site-title {
  position:absolute;
  top:43px;
  right:39px;
  font-size:25px;
  color:#848b9b;
	}
a#facebook-icon {
  float:right;
  margin-top:12px;
  margin-right:20px;
  display: block;
  width: 50px;
  height: 33px;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
	background: transparent url(images/facebook-icon.png) 0px 0px no-repeat;
}
a#facebook-icon:hover {
  opacity:0.7;
}
#banner{
  position:relative;
  width:980px;
  height:191px;
  margin-left:-30px;
  background:url(images/banner-left.png) no-repeat bottom left;
}
#banner .inner{
  position:relative;
  width:980px;
  height:191px;
  background:url(images/banner-right.png) no-repeat bottom right;
}
#banner .inner .inner-bg{
  position:absolute;
  top:0;
  width:980px;
  height:180px;
  background:url(images/banner-content-bg.jpg);
}
#banner .content-wrap{
  position:absolute;
  top:0;
  width:980px;
  height:180px;
}
#banner .content{
  position:absolute;
  right:0;
  width:270px;
  padding:5px 10px 5px 10px;
  font-size:12px;
  color:#fff;
  background:url(images/banner-content-bg.jpg);
  z-index:11;
}
#banner .content .title{
  display:block;
  font-size:20px;
  padding-bottom:10px;
}
#banner .banner-link {
  position:relative;
  z-index:10;
}

#ticker-wrapper {
  position:relative;
}
#ticker {
  position:relative;
  overflow:hidden;
  width:100%;
  margin-top:-11px;
  font-size:12px;
  height:30px;
  color:#fff;
  background:url(images/banner-content-bg.jpg);
}
#ticker p {
  display:inline;
  padding:0;
  margin:0;
}
#ticker .sections {
  position:absolute;
  left:0px;
  top:0;
  white-space:nowrap;
}
#ticker .section {
  padding:0;
  float:left;
  padding:7px 0 7px 0;
}
#ticker ul  {
  margin:0;
  padding:0;
}
#ticker ul  li {
  margin:0;
  padding:0 20px 0 0;
  list-style-type:none;
  display:inline;
}
#ticker-wrapper .fade{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url(images/ticker.png) repeat-y;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	position:absolute;
  bottom:0;
  right:30px;
}
.sf-menu a {
  font-size:17px;
	padding: 7px 7px 4px 7px;
	text-decoration:none;
  border-bottom:3px solid #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#383a40;
}
.sf-menu > li {
  margin-right:1px;
}
.sf-menu li li a{
  margin-left:5px;
  margin-right:5px;
  color:#fff;
  font-size:12px;
  border-top:1px solid #aec830;
}
.sf-menu li li a{
  margin-left:5px;
  margin-right:5px;
  color:#fff;
  font-size:12px;
  border-top:1px solid #aec830;
}
.sf-menu li li:first-child a{
  border-top:none;
}
.sf-menu li li li {
	background:		#9eb52c;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color:#000;
	outline:		0;
}
.sf-menu > li > a:hover {
  color:#fff;
}
.sf-menu > li:hover a, .sf-menu > li.sfHover a {
	background:		#9eb52c;
  border-bottom:3px solid #9eb52c;
  -webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
  behavior: url(/wp-content/themes/aag/pie/PIE.htc);
}
.sf-menu li ul {
	background:		#9eb52c;
  -webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-webkit-box-shadow: #3c3c3c 2px 2px 3px;
	-moz-box-shadow: #3c3c3c 2px 2px 3px;
	box-shadow: #3c3c3c 2px 2px 3px;
  behavior: url(/wp-content/themes/aag/pie/PIE.htc);
}
.sf-menu > li.current_page_item > a, .sf-menu li.current_page_parent > a{
  border-bottom:3px solid #9eb52c;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
  behavior: url(/wp-content/themes/aag/pie/PIE.htc);
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#content {
  float:left;
  width:100%;
  font-size:12px;
  color:#686c76;
  line-height:20px;
}
#content .inner{
  padding:20px 10px 20px 20px;
  overflow:hidden;
}
#content  .left {
  float:left;
  width:570px;
}

#content  .right {
  float:right;
  width:292px;
}
#content  .right ul {
  padding:0;
  margin-bottom:10px;
  list-style-type:none;
}
#content  .right ul li{
  padding:9px 0 7px 0;
  background:url(images/li-bottom.png) repeat-x top;
}
#content  .right ul li:first-child{
  background:none;
  padding-top:0;
}
#content  .right a {
  text-decoration:none;
}
#content  .right a:hover {
  text-decoration:underline;
}
#content  .right .button:hover {
  text-decoration:none;
}
#content  .right h4{
  margin-top:0;
}
#content ul {
  padding-left:30px;
}
#content ul li {
  padding-bottom:10px;
}
#content table td {
  padding:5px;
}
#content .acc-close {
  cursor:pointer;
  float:right;
  margin:-5px 0 20px 0;
  font-weight:bold;
}

#contact-wrapper div {
		clear:both;
		margin:10px 0;
	}
#contact-wrapper label {
  display:block;
  float:none;
  font-size:12px;
  width:auto;
}
form#contactform input {
  border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
  border-style:solid;
  border-width:1px;
  padding:5px;
  font-size:14px;
  color:#333;
}
form#contactform textarea {
  font-family:Arial, Tahoma, Helvetica, sans-serif;
  font-size:100%;
  padding:0.6em 0.5em 0.7em;
  border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
  border-style:solid;
  border-width:1px;
}

#orderform .donor {
  width:350px;
  padding:7px;
  border:1px solid #DBDBDB;
}

/* Additional styles */
h2, h3, h4, h5 {
  color:#383a40;
  margin-top:20px;
  margin-bottom:10px;
}
h1 {
  color:#9eb52c;
  font-size:28px;
  margin-bottom:20px;
  background:url(images/header.png) repeat-x bottom;
}
h1 span {
  background-color:#fff;
  padding: 0 10px 2px 0;
}
h2 {
  font-size:25px;
}
h3 {
  font-size:22px;
}
h4 {
  font-size:19px;
}
h5 {
  font-size:15px;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
	}
img {
	border: 0;
	}
a {
	color: #9eb52c;
	text-decoration: underline;
	}
a:hover {
	color: #849a19;
	text-decoration: none;
	}
.clear {
  clear:both;
}
a.button, input.button, input[type="submit"] {
	cursor: pointer;
	color: #fff;
	line-height: 12px;
  font-weight:bold;
	background: #9eb52c url('images/button.png') bottom left repeat-x;
	border:1px solid #fff;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 2px 2px 2px #a8a8a8;
	-moz-box-shadow: 2px 2px 2px #a8a8a8;
	box-shadow: 2px 2px 2px #a8a8a8;
  behavior: url(/wp-content/themes/aag/pie/PIE.htc);
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
input.button, input[type="submit"] {
	margin: 0;
	height: 24px;
	padding: 4px 10px 4px 10px;
}
a.button:hover, input.button, input[type="submit"]:hover {
	color:#000;
	text-decoration:none;
	background: #afbd6a;
}
.error {
  color:#ff0000;
}

#footer {
	width: 940px;
	margin: 20px auto 20px auto;
	clear: both;
  overflow:hidden;
	font:11px Verdana, Arial;
	}
#footer .left {
  float:left;
  width:650px;
}
#footer .left ul li {
	display: inline;
	list-style-type: none;
	padding-right:10px;
}
#footer .left ul li a {
	color:#383a40;
	text-decoration:none;
}
#footer .left ul li a:hover, #footer .left ul li.current_page_item a {
	color:#9eb52c;
}
#footer .right {
  float:right;
  text-align:right;
  width:270px;
  line-height:16px;
	color:#5c5f67;
}
#footer .right a{
  color:#5c5f67;
  border-bottom:1px dotted #9eb52c;
  text-decoration:none;
}
#footer .right a:hover {
	color:#9eb52c;
  border-bottom:1px solid #9eb52c;
  text-decoration:none;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
