/* @override 
	http://convention.dev.aauw.org/wp-content/themes/aauw/style.css?ver=1.24
	http://convention.aauw.dev/wp-content/themes/aauw/style.css?ver=1.24
	http://dev.aauw.org/wp-content/themes/aauw/style.css?ver=1.24
	http://dev.aauw.org/wp-content/themes/aauw/style.css
	https://www.aauw.org/wp-content/themes/aauw/style.css?ver=1.24 */

/*
Theme Name: AAUW Base Theme
Author: Joe Tan (joetan54@gmail.com)
*/
  
@font-face {
	font-family: 'DIN17SBOP-Regular';
	src: url('fonts/24F40D_0_0.eot');
	src: url('fonts/24F40D_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/24F40D_0_0.woff') format('woff'),url('fonts/24F40D_0_0.ttf') format('truetype');}



xmp { background: yellow; }
html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #363636;
	background: #fff;
	text-align: left;
}
html { overflow-y: scroll; background-color: #f6f6eb; }
body { 
	background: white url(images/bg.gif) 0 -16px repeat-x;
}
body.font-large #content {
	font-size: 14px;
}
body.font-small #content {
	font-size: 11px;
}

.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }
.alignmiddle,
.alignnone { margin-left: auto; margin-right: auto; }

img[align=left],
img.alignleft {	margin: 0 15px 9px 0; }
img[align=right],
img.alignright { margin: 0 0 9px 15px; }

a {
	color: #8b2346;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	font-style: italic;
	white-space: nowrap;
}
em strong,
strong em {
	font-weight: bold;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 0.70em 0;
	line-height: normal;
	font-family: 'DIN17SBOP-Regular',sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	color: #252525;
	font-size: 266%;
	font-weight: normal;
}
h1 a {
	color: #252525;
}
h2 {
	font-size: 183%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 116%;
	font-style: italic;
	font-weight: normal;
}
h6 {
	font-size: 116%;
	text-transform: lowercase;
	font-variant: small-caps;
}
th, td {
	border: 0;
}

.photo-border {
    background: none repeat scroll 0 0 #F9F9F4;
    border: 1px solid #E1E1D8;
    box-shadow: 1px 2px 6px #C4C2C2;
    padding: 8px;
}

input[type="submit"],
input[type="button"],
button,
.button {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; /* border radius */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background: #749c46 url(images/bg-green.jpg);
	background-clip: padding-box;
	color: #fff;
	text-decoration: none;
	font-family: 'DIN17SBOP-Regular', sans-serif;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	border: 0;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
	background: #749c46;
}
button .i,
.button .i {
	float: right;
	display: inline-block;
	margin: -3px -5px 0 10px;
	width: 21px;
	height: 20px;
	background:  url(images/sprites.png) -201px -292px;
}
button .i.next,
.button .i.next {
	background-position: -199px -321px;
}
button .i.prev,
.button .i.prev {
	background-position: -201px -351px;
}
button .i.up,
.button .i.up {
	background-position: -201px -382px;
}
input[type="submit"].green,
button.green,
.button.green {
	background: url(images/bg-green.jpg) #6b933d;
}
input[type="submit"].green:hover,
button.green:hover,
.button.green:hover {
	background: #749c46;
}


input[type="submit"].blue,
button.blue,
.button.blue {
	background: url(images/bg-blue.jpg) #45687f;
}
input[type="submit"].blue:hover,
button.blue:hover,
.button.blue:hover {
	background: #517489;
}

input[type="submit"].orange,
button.orange,
.button.orange {
	background: url(images/bg-orange.jpg) #ca5911;
}
input[type="submit"].orange:hover,
button.orange:hover,
.button.orange:hover {
	background: #d36624;
}

input[type="submit"].purple,
button.purple,
.button.purple {
	background: url(images/bg-purple2.jpg) #4a2740;
}
input[type="submit"].purple:hover,
button.purple:hover,
.button.purple:hover {
	background: #5f3b55;
}

input[type="submit"].red,
button.red,
.button.red {
	background: url(images/bg-red.jpg) #a11444;
}
input[type="submit"].red:hover,
button.red:hover,
.button.red:hover {
	background: #ac2455;
}

input[type="submit"].solid,
button.solid,
.button.solid {
	background-image: none;
}

button.unstyled,
.button.unstyled {
	padding: 3px 5px;
	background: none;
	color: #363636;
	font-size: 100%;
	font-family: arial,sans-serif;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background-image:    -moz-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background-image:      -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:     -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:         linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.unstyled:hover {
	background: #eeeeee;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	padding: 8px 10px;
	border: 1px solid #e5e6db;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.3);
}

textarea {
	background: #fbfbfa;
	border: 1px solid #e6e6db;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.call-to-action,
blockquote {
	position: relative;
	margin: 1.5em 0 1em 0;
	padding: 10px 20px;
	background: #f9f9f4;
	border: 1px solid #e9e9cf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.call-to-action {
	display: inline-block;
	padding-left: 40px;
}

blockquote cite {
	display: block;
	font-size: 80%;
	font-family: arial,sans-serif;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
.call-to-action.alignleft,
blockquote.alignleft {
	margin: 0 25px 1em 0;
}
.call-to-action.alignright,
blockquote.alignright {
	margin: 0 0 1em 25px;
}
.call-to-action.alignmiddle,
blockquote.alignmiddle {
	display: block;
	margin: 0 auto 1em auto;
}

.call-to-action,
blockquote.action {
	background: #FBFBE9;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #8b2346;
}
.call-to-action a,
blockquote.action a {
	text-decoration: underline;
}
.call-to-action a:hover,
blockquote.action a:hover {
	text-decoration: none;
}

.call-to-action > .i,
.call-to-action:after {
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -8px;
	content: ' ';
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/sprites.png) -280px 0;
}



.intro {
	margin-bottom: 1em;
	font-size: 130%;
}

ul.social, ul.social li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social {
	min-height: 30px;
}
ul.social li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
}
ul.social li a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -10000px;
	background: #293e6b url(images/sprites.png) no-repeat;
	-o-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
ul.social li.tw a { background-position: 0 -207px;}
ul.social li.fb a { background-position: -47px -207px;}
ul.social li.tb a { background-position: -224px -206px;}
ul.social li.ln a { background-position: -93px -207px;}
ul.social li.yt a { background-position: -140px -207px;}
ul.social li.rss a { background-position: -186px -207px;}
ul.social li a:hover {
	background-color: #8b2346;
}
/*
ul.social li.fb a:hover { background-position: -3px -120px;}
ul.social li.tw a:hover { background-position: -51px -120px;}
ul.social li.yt a:hover { background-position: -99px -120px;}
ul.social li.ln a:hover { background-position: -152px -120px;}
ul.social li.rss a:hover { background-position: -197px -120px;}
*/
ul.social2 {
	margin: 0 0 30px 20px;
	padding: 0;
}
ul.social2 li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
ul.social2 li a {
	position: relative;
	display: block;
	height: 25px;
	padding: 0 0 0 30px;
	line-height: 25px;
	background: ;
	color: #5c3890;
	text-decoration: none;
}
ul.social2 li a .i {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 25px;
	background: #009390 url(images/sprites.png) -1000px -1000px no-repeat;
	-o-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
ul.social2 .tw a .i { background-position: 0 -294px; }
ul.social2 .ln a .i { background-position: 0 -327px; }
ul.social2 .fb a .i { background-position: 0 -355px; }
ul.social2 li a:hover {
	color: #006f6d;
	text-decoration: underline;
}
ul.social2 li a:hover .i { background-color: #006f6d; }
#twitter {
	clear: both;
	position: relative;
	padding: 10px 5px;
	margin: 0 0 30px 0;
	background: #f6f6eb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#twitter .bottom {
	position: absolute;
	left: 30px;
	bottom: -25px;
	height: 0;
	width: 0;
	border: 25px solid #f6f6eb;
	border-right: 35px solid white;
	border-left: 0;
	border-bottom: 0;
	zoom: 1;
}
#twitter-updates {
	position: relative;
	zoom: 1;
}
#twitter-updates .twtr-hd,
#twitter-updates .twtr-ft,
#twitter-updates .twtr-avatar {
	display: none !important;
}
#twitter-updates .twtr-tweet-text {
	margin-left: 0 !important;
}

ul.call-to-actions,
ul.call-to-actions li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.call-to-actions {
	padding: 0 0 0 60px;
}
ul.call-to-actions li {
	min-height: 45px;
	margin: 0 0 25px 0;
	font-size: 11px;
	line-height: normal;
}
ul.call-to-actions li h3 {
	margin: 0;
	font-size: 22px;
	font-family: 'DIN17SBOP-Regular',sans-serif;
	text-transform: uppercase;
	line-height: 1;
}
ul.call-to-actions li h3 a {
	position: relative;
	display: inline-block;
}
ul.call-to-actions li h3 a:hover {
    color: #c99900;
    text-decoration: none;
}
ul.call-to-actions li h3 a .i {
	display: block;
	position: absolute;
	top: -4px;
	left: -60px;
	width: 42px;
	height: 41px;
	background: url(images/sprites.png) -1000px -1000px no-repeat;
}
ul.call-to-actions li.action h3 a .i { background-position: 2px -480px; }
ul.call-to-actions li.local  h3 a .i { background-position: -41px -480px; }
ul.call-to-actions li.join   h3 a .i { background-position: -84px -480px; }
ul.call-to-actions li.give   h3 a .i { background-position: -129px -479px; }

ul.posts, ul.posts li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.posts {
	margin: 0 0 15px 0;
	padding: 0;
	background: #f8f9f4;
	border-top: 1px solid #e5e5e3;
}
ul.posts li {
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e3;
}
.popular-posts {
	position: relative;
	padding: 0 10px 10px 10px;
	background: #f8f9f4;
}
.popular-posts h6 {
	display: block;
	margin: 0 -10px 15px -10px;
	padding: 5px 10px 3px;
	font-family: 'DIN17SBOP-Regular',sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: #293e6b;
	color: white;
}
#tooltip {
	display: none;
	position: absolute;
	margin: 30px 0 0 -5px;
	max-width: 300px;
	min-width: 100px;
	padding: 10px;
	background: #000;
	background-color: rgba(0,0,0,0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 90%;
	line-height: normal;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}
#tooltip:after {
	position: absolute;
	top: -5px;
	left: 10px;
	content: ' ';
	display: block;
	border: 5px solid  rgba(0,0,0,0.7);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0;
}
#tooltip.right:after {
	left: auto;
	right: 10px;
}
.search.refine {
	clear: both;
	margin: 0 0 30px 0;
}
/* @group Grid Layout */

.row {
	position: relative;
	margin-left: -12px;
	margin-bottom: 20px;
	zoom: 1;
}
.row.group {
	margin-bottom: 0;
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}

.span1 { width: 39px; }
.span2 { width: 90px; }
.span3 { width: 141px; }
.span4 { width: 192px; }
.span5 { width: 243px; }
.span6 { width: 294px; }
.span7 { width: 345px; }
.span8 { width: 396px; }
.span9 { width: 447px; }
.span10 { width: 498px; }
.span11 { width: 549px; }


[class*="span"] {
	float: left;
	margin-left: 12px;
}
[class*="span"].alignright {
	float: right;
}

.offset1 { margin-left: 63px; }
.offset2 { margin-left: 114px; }
.offset3 { margin-left: 165px; }
.offset4 { margin-left: 216px; }
.offset5 { margin-left: 267px; }
.offset6 { margin-left: 318px; }
.offset7 { margin-left: 369px; }
.offset8 { margin-left: 420px; }
.offset9 { margin-left: 471px; }
.offset10 { margin-left: 522px; }
.offset11 { margin-left: 573px; }


.wide .row { margin-left: -20px; }
.wide [class*="span"] { margin-left: 20px; }
.wide .span1 { width: 60px; }
.wide .span2 { width: 140px; }
.wide .span3 { width: 220px; }
.wide .span4 { width: 300px; }
.wide .span5 { width: 380px; }
.wide .span6 { width: 460px; }
.wide .span7 { width: 540px; }
.wide .span8 { width: 620px; }
.wide .span9 { width: 700px; }
.wide .span10 { width: 780px; }
.wide .span11 { width: 860px; }

.wide .offset1 { margin-left: 100px; }
.wide .offset2 { margin-left: 180px; }
.wide .offset3 { margin-left: 260px; }
.wide .offset4 { margin-left: 340px; }
.wide .offset5 { margin-left: 420px; }
.wide .offset6 { margin-left: 500px; }
.wide .offset7 { margin-left: 580px; }
.wide .offset8 { margin-left: 660px; }
.wide .offset9 { margin-left: 740px; }
.wide .offset10 { margin-left: 820px; }
.wide .offset11 { margin-left: 900px; }

.wide2 .row { margin-left: -22px; }
.wide2 [class*="span"] { margin-left: 22px; }
.wide2 .span1 { width: 38px; }
.wide2 .span2 { width: 98px; }
.wide2 .span3 { width: 158px; }
.wide2 .span4 { width: 218px; }
.wide2 .span5 { width: 278px; }
.wide2 .span6 { width: 338px; }
.wide2 .span7 { width: 398px; }
.wide2 .span8 { width: 458px; }
.wide2 .span9 { width: 518px; }
.wide2 .span10 { width: 578px; }
.wide2 .span11 { width: 638px; }

.wide2 .offset1 { margin-left: 82px; }
.wide2 .offset2 { margin-left: 142px; }
.wide2 .offset3 { margin-left: 202px; }
.wide2 .offset4 { margin-left: 262px; }
.wide2 .offset5 { margin-left: 322px; }
.wide2 .offset6 { margin-left: 382px; }
.wide2 .offset7 { margin-left: 442px; }
.wide2 .offset8 { margin-left: 502px; }
.wide2 .offset9 { margin-left: 562px; }
.wide2 .offset10 { margin-left: 622px; }
.wide2 .offset11 { margin-left: 682px; }


.row10 { margin-left: -20px; }
.row10 [class*="span"] { margin-left: 20px; }

.row10 .span1 { width: 42px; }
.row10 .span2 { width: 104px; }
.row10 .span3 { width: 166px; }
.row10 .span4 { width: 228px; }
.row10 .span5 { width: 290px; }
.row10 .span6 { width: 352px; }
.row10 .span7 { width: 414px; }
.row10 .span8 { width: 476px; }
.row10 .span9 { width: 538px; }

.row10 .offset1 { margin-left: 82px; }
.row10 .offset2 { margin-left: 144px; }
.row10 .offset3 { margin-left: 206px; }
.row10 .offset4 { margin-left: 268px; }
.row10 .offset5 { margin-left: 330px; }
.row10 .offset6 { margin-left: 392px; }
.row10 .offset7 { margin-left: 454px; }
.row10 .offset8 { margin-left: 516px; }
.row10 .offset9 { margin-left: 578px; }


.wide .row10 { margin-left: -20px; }
.wide .row10 [class*="span"] { margin-left: 20px; }

.wide .row10 .span1 { width: 76px; }
.wide .row10 .span2 { width: 172px; }
.wide .row10 .span3 { width: 268px; }
.wide .row10 .span4 { width: 364px; }
.wide .row10 .span5 { width: 460px; }
.wide .row10 .span6 { width: 556px; }
.wide .row10 .span7 { width: 652px; }
.wide .row10 .span8 { width: 748px; }
.wide .row10 .span9 { width: 844px; }

.wide .row10 .offset1 { margin-left: 116px; }
.wide .row10 .offset2 { margin-left: 212px; }
.wide .row10 .offset3 { margin-left: 308px; }
.wide .row10 .offset4 { margin-left: 404px; }
.wide .row10 .offset5 { margin-left: 500px; }
.wide .row10 .offset6 { margin-left: 596px; }
.wide .row10 .offset7 { margin-left: 692px; }
.wide .row10 .offset8 { margin-left: 788px; }
.wide .row10 .offset9 { margin-left: 884px; }

.wide2 .row10 { margin-left: -22px; }
.wide2 .row10 [class*="span"] { margin-left: 22px; }

.wide2 .row10 .span1 { width: 50px; }
.wide2 .row10 .span2 { width: 122px; }
.wide2 .row10 .span3 { width: 194px; }
.wide2 .row10 .span4 { width: 266px; }
.wide2 .row10 .span5 { width: 338px; }
.wide2 .row10 .span6 { width: 410px; }
.wide2 .row10 .span7 { width: 482px; }
.wide2 .row10 .span8 { width: 554px; }
.wide2 .row10 .span9 { width: 626px; }

.wide2 .row10 .offset1 { margin-left: 94px; }
.wide2 .row10 .offset2 { margin-left: 166px; }
.wide2 .row10 .offset3 { margin-left: 238px; }
.wide2 .row10 .offset4 { margin-left: 310px; }
.wide2 .row10 .offset5 { margin-left: 382px; }
.wide2 .row10 .offset6 { margin-left: 454px; }
.wide2 .row10 .offset7 { margin-left: 526px; }
.wide2 .row10 .offset8 { margin-left: 598px; }
.wide2 .row10 .offset9 { margin-left: 670px; }

.row.alt-cols .c {
	padding-bottom: 10px;
	padding-top: 10px;
}
.row.alt-cols .c.even {
	background: #f9f9f4;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #f5f5f0;
	border-top: 0;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row > .c.filled {
	background: #f9f9f4;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row > .c.filled img.fullwidth {
	display: block;
	margin: -15px -15px 0px -15px;
}
.row > .c.ragged-bottom {
	background-image: url(images/bg-ragged-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.row.join > .c {
	padding-bottom: 50px;
}
.row.join > .c > .button {
	position: absolute;
	bottom: 0;
}

.box {
	clear: both;
	margin: 0 -10px 20px -10px;
	padding: 10px;
	background: #f9f9f4;
	border-radius: 2px;
}
.box > .row {
	margin-top: 0;
	margin-bottom: 0;
}

.row.vertical-bars > .c {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
}
.row.vertical-bars > .c:after {
	content: ' ';
	position: absolute;
	top: 0px;
	left: -6px;
	display: block;
	height: 100%;
	width: 2px;
	background: #e0e0d4;
}
.row.vertical-bars > .c:first-child {
	padding-left: 0;
}
.row.vertical-bars > .c:first-child:after {
	display: none;
}
.row.vertical-bars > .c:last-child {
	padding-right: 0;
}

.wide .row.vertical-bars > .c:after {
	left: -10px;
}
.wide2 .row.vertical-bars > .c:after {
	left: -10px;
}


.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
	color: #000;
}


/* @end */


#bg {
	position: absolute;
	top: 157px;
	left: 0;
	width: 100%;
	height: 93px;
	background: #486a7f url(images/bg-diag3.png) top center;
}
.admin-bar #bg {
	margin-top: 32px;
}

#wrap,
#wrap2 {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-left: 15px;
}

/* @group Header */

#header {
	position: relative;
	height: 157px;
}
#header h1 {
	position: absolute;
	top: 90px;
	left: 0;
	margin: 0;
	z-index: 100;
}
#header h1 a {
	display: block;
	width: 163px;
	height: 90px;
	background: #eeeee5;
}
#header h1 em {
	display: block;
	width: 150px;
	height: 50px;
	padding: 20px 0 0 13px;
	font-size: 12px;
	font-family: "DIN17SBOP-Regular", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	background: #314a70 url(images/bg-diag3.png);
	color: white;
}
#header form {
	position: absolute;
	top: 0;
	right: 0;
	background: #f9f9f7;
	width: 180px;
	height: 42px;
	border-bottom: 8px solid #f2f2ef;
}
#header form button {
	position: absolute;
	top: 4px;
	right: 0;
	width: 30px;
	height: 30px;
	border: 0;
	background: url(images/sprites.png) -167px -170px;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
}
#header form button:hover {
	background-position: -195px -170px;
}
#header form input[type="text"] {
	position: absolute;
	top: 4px;
	left: 5px;
	border: 0;
	width: 140px;
	padding: 5px 5px 5px 0;
	background: none;
	font-size: 16px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: none;
}

/* @end */

/* @group Nav */

#nav {
	position: absolute;
	top: 89px;
	left: 221px;
	font-family: 'DIN17SBOP-Regular',sans-serif;
}
#nav .toggle {
	display: none;
}
#nav ul, #nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#nav > ul > li {
	display: block;
	float: left;
	margin: 0 0 0 15px ;
	padding: 20px 6px 0 6px;
	background: url(images/sprites.png) no-repeat 0 -414px;
}
#nav > ul > li > a {
	color: #252525;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav > ul > li.selected > a,
#nav > ul > li.current-menu-item > a,
#nav > ul > li.current-page-ancestor > a,
#nav > ul > li > a:hover {
	color: #8b2346;
}
#nav2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#nav2 ul, #nav2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#nav2 > ul > li {
	display: block;
	float: left;
	padding: 8px 0 12px;
}
#nav2 > ul > li > a {
	display: block;
	padding: 0 12px;
	height: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #464646;
	border-right: 1px solid #464646;
}
#nav2 > ul > li > a:hover {
	text-decoration: underline;
}
#nav2 > ul > li:last-child > a {
	border-right: 0;
}
#nav2 > ul > li.last > a {
	border-right: 0;
}
#nav2 > ul > li.selected {
	background: white;
	margin-left: -1px;
}
#nav2 > ul > li.selected > a{
	border-right: 0;
}
#nav3 {
	position: absolute;
	display: block;
	right: 0px;
	top: 110px;
	height: 16px;
	width: 160px;
	line-height: 18px;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(images/sprites.png) -382px 0 no-repeat;
	color: #464646;
	text-transform: uppercase;
}
#nav3:hover {
	background-position: -382px -18px;
}
#btn-login {
	position: absolute;
	top: 0;
	right: 285px;
	width: 98px;
	height: 28px;
	line-height: 27px;
	text-align: center;
	border-left: 1px solid white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #363636;
}
#btn-login:hover {
	text-decoration: underline;
}
#btn-join,
#btn-give {
	position: absolute;
	top: 0;
	width: 50px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	-o-transition: padding-top .1s linear;
	-moz-transition: padding-top .1s linear;
	-webkit-transition: padding-top .1s linear;
	transition: padding-top .1s linear;
	color: white;
	font-size: 16px;
	background: bottom;
}
#btn-join {
	right: 245px;
	background-image: url(images/bg-purple2.jpg);
}
#btn-give {
	right: 193px;
	background-image: url(images/bg-orange.jpg);
}
#btn-join:hover,
#btn-give:hover {
	padding-top: 3px;
}

#user-tools {
	position: absolute;
	top: 8px;
	right: 307px;
}
#user-tools .greeting {
	position: absolute;
	z-index: 101;
	top: 0;
	right: 0px;
	padding: 0 22px 6px 0;
	display: block;
	height: 12px;
	min-width: 80px;
	line-height: 12px;
	white-space: nowrap;
	background: #ddddd1;
	text-align: right;
}
#user-tools .toggle {
	position: absolute;
	z-index: 102;
	top: -3px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url(images/sprites.png) -344px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
#user-tools .toggle:hover {
	background-position: -327px 0;
}
#user-tools .toggle span {
	display: none;
}
#user-tools .menu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 18px;
	right: 2px;
	width: 100px;
	background-color: #ddddd1;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
#user-tools .menu ul,
#user-tools .menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#user-tools .menu ul {
	padding: 5px 10px;
	text-align: right;
	font-size: 90%;
}
#user-tools .menu ul li a {
	display: block;
	padding: 2px 0;
	color: #363636;
}

#user-tools.opened .menu {
	display: block;
}
/* @end */

/* @group Banner */

#banner {
	position: relative;
	height: 93px;
}
#banner h1 {
	position: absolute;
	left: 240px;
	top: 35px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
#banner h1 a {
	color: #fff;
	text-decoration: none;
}
#banner .social {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 12px 5px 12px;
	background: white;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#banner .social ul, #banner .social ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#banner .social > ul {
	margin-left: -10px;
}
#banner .social > ul > li {
	float: left;
	margin: 0 0 0 10px;
}
#banner .social > ul > li.fb {
	margin-right: 13px;
}
#banner .social > ul > li.share {
	margin-left: 0;
}
#banner .social > ul > li.share > a,
#banner .social > ul > li.email > a {
	display: block;
	margin: 0 auto;
	width: 19px;
	height: 18px;
	text-indent: -10000px;
	background: url(images/sprites.png) -1000px -1000px #293e6b no-repeat;
}


#banner .social > ul > li.share > a {
	background: url(images/sprites.png) -147px -298px #293e6b;
}
#banner .social > ul > li.email > a {
	background-position: -147px -328px;
}
#banner .social > ul > li.email > a.addthis_button_email > span {
	display: none;
}
#banner .social > ul > li.share > a:hover,
#banner .social > ul > li.email > a:hover {
}

/* @end */

/* @group Main */

#main {
	position: relative;
	padding-top: 70px;
}
#content {
	position: relative;
	width: 600px;
	float: right;
	margin: 0 98px 0 0;
	padding: 0 0 50px 0;
	min-height: 500px;
}
.wide #content {
	width: auto;
	float: none;
	margin: 0;
}
.wide #sidebar {
	display: none;
}

.wide2 #content {
	width: 698px;
	margin-right: 0;
}

.hentry {
	position: relative;
}
.hentry .title,
.hentry .title a {
	display: inline-block;
}
.hentry .meta-top {
	margin: -10px 0 10px;
	font-size: 10px;
}
.hentry .meta-top a:hover, .hentry .meta-bottom a:hover {
	text-decoration: none;
}
.hentry .meta-top a {
	color: #363636;
	text-decoration: underline;
}
.hentry .meta-bottom {
	clear: both;
	font-size: 10px;
}
.hentry .meta-bottom a {
	color: #363636;
	text-decoration: underline;
}
.hentry .meta-bottom .terms strong {
	font-weight: normal;
}
.hentry .meta-bottom .terms a {
	text-decoration: underline;
}
.hentry .meta-bottom .terms a:hover {
	text-decoration: none;
}
.hentry {
	margin: 0 0 30px 0;
	padding: 0 0px 0 0;
}

.hentry.has-thumbnail {
	padding-left: 235px;
	min-height: 130px;
}
.hentry.has-thumbnail .thumb {
	position: absolute;
	top: 0;
	left: 0;
}
.hentry.excerpt .thumb {
	display: block;
	margin-bottom: 16px;
}
.single .meta-top {
	margin-top: -1em;
	margin-bottom: 2em;
}
.single strong.meta-top-date {
	float: left;
	margin-right: 0.5em;
}
.single .meta-bottom {
	position: relative;
	clear: both;
	margin:50px 0 100px 80px;
	padding: 15px 0 0 0px;
	border-top: 1px solid #eee;
	color: #ddd;
}
.single .meta-bottom strong {
	color: #333;
	font-weight: normal;
}
.single .meta-bottom .avatar {
	position: absolute;
	top: 0;
	left: -80px;
}
.single .featured-image {
	float: left;
	margin: 0 15px 15px 0;
}
.single .featured-image.size-post-featured {
	display: block;
	float: none;
}
#sidebar {
	float: left;
	width: 163px;
}
#sidebar > .ad {
	margin: 0 0 50px 0;
}
/* @end */

/* @group Subnav */

#subnav {
	position: relative;
	margin: 0 0 80px 0;
	background: #f9f9f4;
	line-height: normal;
}
#subnav h2 {
	margin: 0;
	border-bottom: 2px solid #eeecea;
	color: #8b2346;
	background: #eeeee5;
	font-weight: normal;
	font-size: 183%;
}
#subnav h2 a {
	color: #8b2346;
}
#subnav h2 a {
	display: block;
	padding: 16px 0 11px 16px;
}
#subnav ul, #subnav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav > ul > li {
	border-bottom: 2px solid #eeecea;
}
#subnav > ul > li > a {
	display: block;
	padding: 9px 5px 9px 16px;
	text-decoration: none;
	color: #363636;
	line-height: 1.5;
}
#subnav > ul > li.selected > a,
#subnav > ul > li.current_page_item > a,
#subnav > ul > li > a:hover {
	color: #8b2346;
}
#subnav > ul > li.current_page_item > a,
#subnav > ul > li.selected > a {
	font-weight: bold;
}
#subnav > ul > li > ul {
	display: none;
	padding: 6px 16px;
	background: #deded2;
}
#subnav > ul > li.selected > a {
	padding-bottom: 8px;
}
#subnav > ul > li.selected > ul,
#subnav > ul > li.current_page_item > ul,
#subnav > ul > li.current_page_ancestor > ul {
	display: block;
}
#subnav > ul > li > ul:before {
	content: " ";
	display: block;
	position: absolute;
	top: -5px;
	left: 16px;
	width: 0px;
	border: 8px solid #deded2;
	border-top: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
#subnav > ul > li > ul > li {
	margin: 10px 0;
}
#subnav > ul > li > ul > li > a {
	display: block;
	padding: 0px 0;
	color: #333;
	text-decoration: none;
	font-size: 90%;
}
#subnav > ul > li > ul > li > a:hover {
	text-decoration: underline;
}
#subnav > ul > li > ul > li.selected > a,
#subnav > ul > li > ul > li.current_page_item > a,
#subnav > ul > li > ul > li.current_page_ancestor > a {
	font-weight: bold;
}

#subnav-terms {
	position: relative;
	background: #F6F6EB;
	margin: 0 0 80px 0;
}
#sidebar .expandable,
#sidebar .expandable + ul {
	visibility: hidden;
}
#sidebar .expandable.initialized,
#sidebar .expandable.initialized + ul {
	visibility: visible;
}

#subnav-terms h3 {
	position: relative;
	margin: 0px 0 0 0;
	padding: 7px 10px;
	background-color: #e8e9d7;
	color: #8b2346;
	font-weight: normal;
	font-size: 110%;
	font-family: 'DIN17SBOP-Regular',sans-serif;
	border-top: 1px solid #e0e0d5;
}
#subnav-terms h3.expandable {
	cursor: pointer;
}
#subnav-terms h3:first-child {
	border-top:none;
}
#subnav-terms h3 .status {
	position: absolute;
	top: 0px;
	right: 5px;
	padding: 7px 0;
	width: 15px;
	text-align: center;
}
#subnav-terms ul, #subnav-terms ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav-terms > ul {
	padding:5px 0 10px;
}
#subnav-terms > h3.expandable.opened + ul,
#subnav-terms > ul.opened {
	display: block;
}
#subnav-terms > ul > li > a {
	display: block;
	padding: 2px 10px;
	color: #363636;
}
#subnav-terms > ul > li.selected,
#subnav-terms > ul > li.current-cat {
	background-color: #DEDED2;
	
}

/* @end */

/* @group Page Tools */

#page-tools {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	padding: 10px 20px 10px;
	margin-right: -20px;
	text-align: center;
	background: #f9f9f4;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#page-tools .font-size {
	margin-bottom: 3px;
	border-bottom: 1px solid #ececea;
}
#page-tools .font-size a { margin: 0 2px;}
#page-tools .font-size .medium { font-size: 10px; }
#page-tools .font-size .medium { font-size: 12px; }
#page-tools .font-size .large { font-size: 18px;}
#page-tools a {
	color: #7f7e7e;
	text-decoration: none;
	font-size: 10px;
}
#page-tools a:hover {
	text-decoration: underline;
}
#page-tools a.print {
	padding-left: 18px;
	background: url(images/sprites.png) no-repeat -174px -142px;
}

#share-tools {
	position: absolute;
	top: 100px;
	width: 83px;
	margin-left: 877px;
	padding: 20px 0;
	text-align: center;
	background: #f9f9f4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#share-tools.fixed {
	position: fixed;
	margin-top: 0;
}
.admin-bar #share-tools.fixed {
	margin-top: 28px;
}

#share-tools.bottom {
	position: absolute;
	top: auto;
	bottom: 30px;
}
#share-tools ul,
#share-tools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#share-tools > ul > li {
	text-align: center;
	margin: 0 0 10px 0;
}
#share-tools > ul > li.share > a,
#share-tools > ul > li.email > a {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	background: url(images/sprites.png) -100px -297px #293e6b;
}
#share-tools > ul > li.share > a {
	background: url(images/sprites.png) -100px -297px #293e6b;
}
#share-tools > ul > li.email > a {
	background-position: -100px -342px;
}
#share-tools > ul > li.email > a.addthis_button_email > span {
	display: none;
}
#share-tools > ul > li.share > a:hover,
#share-tools > ul > li.email > a:hover {
	background-color: #8b2346;	
}

/* @end */

/* @group Footer */

#footer {
	padding: 30px 0 55px 0;
	background: #f6f6eb;
	font-family: 'DIN17SBOP-Regular',sans-serif;
}
#footer a {
	color: #3c3730;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer > .content {
	position: relative;
	width: 940px;
	margin: 0 auto;
	min-height: 100px;
}
#footer .links ul, #footer .links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#footer .links {
	position: absolute;
	top: 0;
}
#footer .links ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(images/hr-vertical.gif) repeat-y;
	
}
#footer .links ul li {
	margin: 0 0 15px 0;
}
#footer .links li a {
	color: #293e6b;
	text-decoration: none;
	font-size: 14px;
}
#footer .links li a:hover {
	text-decoration: underline;
}
#links1 {
	left: 0;
}
#links2 {
	left: 180px;
}
#address {
	position: absolute;
	top: 0;
	left: 415px;
}
#connect {
	position: absolute;
	top: 0;
	right: -10px;
	width: 220px;
}
#connect .social {
	margin-bottom: 20px;
}
#connect form {
	position: relative;
	width: 180px;
}
#connect form input[type="text"] {
	background: #e7e7db;
	border: 0;
	padding: 10px 8px;
	width: 164px;
	-webkit-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
	box-shadow: inset 3px 3px 5px rgba(0,0,0,0.1);
	margin-top: 10px;
}
#connect form button {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 9px;
	right: 6px;
	background: url(images/sprites.png) no-repeat -386px -145px #f6f6e5;
	border: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	
	cursor: pointer;
	text-indent: -10000px;
	-o-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
#connect form button:hover {
	background-position: -386px -183px;
	background-color: #8b2346;
}

/* @end */

/* @group Paging */
.posts-nav {
	clear: both;
	margin: 0 0 40px 0;
}
.posts-nav ul {
	margin: 0;
	padding: 0;
}
.posts-nav ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.posts-nav ul li.page_info {
	display: none;
}
.posts-nav ul li a {
	line-height: normal;
	display: block;
	float: left;
	padding: 8px 0px;
	width: 28px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e8e9db;
	color: #333;
	background-color: #f6f6ec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.posts-nav ul li .a {
	display: block;
	float: left;
	padding: 8px 0px;
	width: 28px;
	text-align: center;
	
}
.posts-nav ul li a:hover {
	background: #E7E7DB;
}
.posts-nav ul li.pager a {
	color: #5b5b5b;
}
.posts-nav ul li.active_page a {
	color: #fff;
	background: #8B2346;
	border-color: #8B2346;
}
.posts-nav ul li.ends a {
	background: none;
	border: none;
	color: #a81c45;
}
.posts-nav ul li.ends.last a {
	margin-left: 8px;
}
.posts-nav ul li.ends.first a {
	margin-right: 8px;
}
.posts-nav ul li.ends a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Comments */
#comments {
	padding: 0px 0 0 0;
}
#comments #comments-count {
	float: left;
	margin-bottom: 20px;
}
#comments-nav {
	position: relative;
	float: right;
}
#comments .commentlist {
	position: relative;
	clear: both;
	margin: 0 0 30px 0px;
	padding: 30px;
	background: #fcfcfa;
}
#comments .commentlist li {
	position: relative;
	padding: 0 0 20px 0;
	list-style: none;
}
#comments .commentlist li .comment-body {
}
#comments .commentlist li .avatar,
#comments .commentlist li .says {
	display: none;
}
#comments .commentlist li .comment-author {
	line-height: normal;
}
#comments .commentlist li cite a {
	text-decoration: none;
}
#comments .commentlist li .comment-meta {
	line-height: normal;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#comments .commentlist li .comment-meta a {
	font-size: 85%;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#comments .commentlist li .reply {
	position: absolute;
	top: 0;
	right: 0;
}
#comments .commentlist li .reply a {
	font-size: 80%;
	padding: 3px;
	background: #efefef;
	border: 1px solid #aeaeae;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#comments .children {
	margin: 0 0 0px 30px;
	padding: 20px 0 0 0;
}
#comments .children li {
	list-style: none;
}
#comments li.bypostauthor cite {
	font-weight: bold;
}
#respond h3 {
	text-transform: uppercase;
}
#respond h3 em {
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#commentform {
	clear: both;
}
#commentform label {
	padding-left: 5px;
	color: #999;
}
#commentform input {
	width: 180px;
}
#commentform input#submit {
	display: block;
	position: relative;
	background: #e8e3de;
	color: #555;
	cursor: pointer;
}
#commentform textarea {
	width: 90%;
}
/* @end */

/* @group Captions */


.wp-caption {
	margin-left: -5px;
	margin-bottom: 1em;
	padding-top: 4px;
}
.wp-caption img {
	display: block;
	margin:0 auto;
	float: none;
}
.wp-caption.alignright {
	margin: 0 -5px 1.5em 1.5em;
}
.wp-caption.alignleft {
	margin: 0 1.5em 1.5em -5px;
}
.wp-caption.alignnone {
	margin: 0 0 1.5em -5px;
}
.wp-caption .wp-caption-text {
	position: relative;
	background: #44687d;
	margin: 0px 5px 0 5px;
	padding: 5px;
	color: white;
	font-size: 11px;
}
.wp-caption .wp-caption-text a {
	color: white;
}
.wp-caption .wp-caption-text:before {
	content: " ";
	position: absolute;
	top: -15px;
	left: 0;
	display: block;
	width: 100%;
	height: 15px;
	background-color: rgba(68, 104, 125, 0.20);
}
.wp-caption .wp-caption-text p {
	margin: 0;
}

/* @end */

.has-related #content {
	
}
#related {
	clear: both;
	position: relative;
	margin: 36px -98px 0 0;
	xwidth: 698px;
}

#related h3 {
	margin-bottom: 0.70em;
}


table.ad-rates tbody tr td {
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
table.ad-rates tbody tr td:nth-of-type(odd) {
	background: #f5f5f0;
}
table.ad-rates tbody tr td.type {
	background: none;
}
/* @group Login */

#login-form {
	float: left;
	position: relative;
	width: 320px;
	padding: 40px 50px 0 80px;
	margin: -70px 30px 0 -79px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7db', endColorstr='#ffffff',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7db), color-stop(100%,#ffffff));
	background-image:    -moz-linear-gradient(top, #e6e7db 0%,#ffffff 100%); 
	background-image: -webkit-linear-gradient(top, #e6e7db 0%,#ffffff 100%);
	background-image:      -o-linear-gradient(top, #e6e7db 0%,#ffffff 100%); 
	background-image:     -ms-linear-gradient(top, #e6e7db 0%,#ffffff 100%); 
	background-image:         linear-gradient(top, #e6e7db 0%,#ffffff 100%);
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#login-form button {
	float: right;
	padding:8px 15px;
	font-size: 105%;
}
#login-form .options label {
	display: block;
	margin: 0 0 5px 0 ;
}
#login-form .alt {
	clear: both;
	position: relative;
	margin: 30px 0 0 0;
	text-align: center;
}
#login-form .alt .or {
	position: relative;
	margin: 0 0 20px  0;
	border-top: 1px solid #e0e0db;
}
#login-form .alt .or strong {
	display: block;
	background: white;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	font-size: 20px;
	font-family: 'DIN17SBOP-Regular', sans-serif;
	margin: -15px auto 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#login-form .alt .services,
#login-form .alt .guest {
	font-size: 150%;
}

#login-form .message {
	position: relative;
	padding: 5px 15px;
	margin: 0 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0, 0.2);
	font-size: 120%;
}
#login-form .message.error {
	background: url(images/bg-red.jpg) #ab2254;
	color: white;
}
#login-form .message.error a {
	color: white;
	text-decoration: underline;
}

#login-form-join {
	position: relative;
	float: left;
	margin: -60px 0 0 -60px ;
	padding: 220px 0 0 60px;
	width: 230px;
	background:url(images/photo-login-become-member.png) no-repeat;
}
#login-form-join h2 {
	margin-bottom: 0;
}
#login-help {
	position: relative;
	padding: 0 0 30px 0;
	display: none;
}
#login-help-button {
	display: block;
	position: absolute;
	top: -24px;
	right: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	background: white;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#login-help-button.active {
	background-color: #e6e7db;
}/* correction for misspelled "initialized" */
#content .aauw_expandable.aauw_expandable_initialized, #content .aauw_expandable.aauw_expandable_intialized{
	background: url(images/plus-icon.png) no-repeat scroll 6px center #FBFBE9;
    border: 1px solid #E9E9CF;
    color: #8B2346;
    cursor: pointer;
    margin-bottom: 23px;
    padding-left: 49px;
}#content .aauw_expandable.aauw_expandable_initialized + div, #content .aauw_expandable.aauw_expandable_intialized + div {	display: none;}
#content .aauw_expandable.aauw_expandable_opened {
    background: url(images/minus-icon.png) no-repeat scroll 6px center #749C46;
    color: #FFFFFF;
    margin-bottom: 0;
}
/* @end */

/* donate page sidebar  */

.donatesidebar2014 {
	background-image:url(http:/www.aauw.org/wp-content/themes/aauw/images/bg-diag-horiz2.gif);
	text-align:center;
	float:right;
	width:230px;
	margin-left:5px;
	display:block !important;
}
 
 .donatesidebar2014 .photo {
	 max-width:230px;
	 max-height:345px;
	 height:auto !important;
	 display:block !important;
}
 
.donatesidebar2014 p {
	font-size:12px;
}

.donatesidebar2014 .blurb {
	font-size:14px;
	padding:20px;
	text-align:center;
	display:block !important;
	
}

.donatesidebar2014 .contact {
	font-size:14px;
	padding:20px;
	text-align:center;
}

#contribute_form {
	z-index:0;
	width:705px;
	position:inherit;
}


.donateGiveForm0000 {
	max-width:705px;
	float:left;
 }
/* end donate page sidebar  */
