/*APH Redesign 2011 - created by april@aprilleone.com*/


body {
    background-color: #fff;
    font-family:Helvetica, Arial, sans-serif;
    color:#000;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
}

a, a:visited {
    color:#cc5a2c;
    text-decoration: none;
}

#site-wrapper {
    width:1000px;
    text-align: left;
    margin:auto;

}

/*HEADER LINKS - FIND, JOIN, READ ICONS*/
div#header-logo {float:left;margin-right: 100px;margin-top:15px;}
ul#header-links {
    float:left;
    /*    margin:18px 15px 0 0;*/
    list-style: none;
    padding: 0;
    margin-top: 25px;
    margin-left:0;
    width:250px;
}
ul#header-links li {
    float:left;
    margin:0 10px 0 0;
}
ul#header-links li a{
    background: url('../../images/header-links.png') no-repeat;
    height:64px;
    width:64px;
    display:block;
}

ul#header-links li#header-links-join a {
    background-position: center center;
    width:65px;
}

ul#header-links li#header-links-read a{
    background-position: top right;
}

div#site-wraper-account {
    float: right;
    padding:0 5px;
    font-size: 12px;
    color:#fff;
    background-color:#cc5a2c;
    border-radius:2px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:2px;
}

div#site-wraper-account a {
    color:#fff;
    text-decoration: underline;
}

div#site-search-gcse {
	float: left;margin-right: 0px; margin-top 0;
    padding:0;
    font-size: 12px;
	height: 12px;
	width: 185px;   
}    




/*-------------------CONTENT -----------------------*/

h1, h2, h3, h4, h5, h6 {color:#685437;font-weight: 500;}
h1, h2, h3 {margin:10px 0 }
h4, h5, h6 {font-weight: bold;}
#home h1,#home h2,#home h3,#home h4,#home h5,#home h6 {color:#000;}
strong {color:#685437;font-weight: bold}
h1.row-header {
    clear:both;
    background-color:#685437;
    color:#fff;
    font-weight: bold;
    padding:3px 10px 1px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

h1.blue-header,
h2.blue-header,
h3.blue-header,
h4.blue-header,
h5.blue-header,
h6.blue-header {
    background-color:#88b6c6;
    border:1px solid #685437;
    padding-left: 3px;
    color:#fff;
    margin-bottom: 5px;
}

.blue-header a {color:#fff;}

h1 {font-size: 22px;line-height: 36px;}
h2 {font-size: 19px;line-height: 36px;}
h3 {font-size: 18px;line-height: 30px}
h4 {font-size: 16px;line-height: 28px}
h5 {font-size: 15px;line-height: 28px}

#home h4 {
    clear:both;
    margin:0 50px;
    line-height: 22px;
}

div.float-half {
    width:45%;
    margin-left: 20px;
    float:left;
}
div.float-third {
    width:30%;
    float:left;
    margin-left: 20px;
}

div#home-rotating-images ul {
    list-style-type: none;
    margin:0;
    padding:0;
    float:left;
}

div#home-rotating-images li {
    display:none;
    margin:0;
}
div#home-rotating-images li.active {
    display:block;
}

div#home-rotating-images a {
    float:left;
}

#content-wrapper {
    clear:both;
    border:1px solid #000;
    border-bottom: 0px;
    padding: 25px 55px ;
    min-width:888px
}


#content-wrapper.member {
    background-color:#d8cfc4;
    color:#000;
}

#content-wrapper.member-old {
    background-color:#afa495;
    font-family: "Myriad Pro", "Myriad", Arial, sans-serif;
}

#content-wrapper.member p,
#content-wrapper.member td {
    color:#000;
}



#home #content-wrapper {
    padding:0 0 25px 0;
    border-width: 1px 0 0 0;
}

#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#home #content-wrapper {
    background-color:#afa495;
    text-align: center;
}

#home-tell-your-story,#home-help-others {
    background:url('../../images/home-large-nav.png') no-repeat left top;
    padding:275px 20px 0;
    height:32px;
    width:363px;
    float:left;
    margin:5px 0 5px 10px
}

#home-tell-your-story a,#home-help-others a {
    color:#fff;
    padding:5px;
}
#home-tell-your-story {
    margin-left:90px;
}
#home-help-others {
    background-position: right top;
}

.home-row {
    clear:both;
}

#home-recent-blog-posts {
    background:url('../../images/home-latest-blog-posts.png') no-repeat;
    width:283px;
    height:314px;
    float:left;
    margin-left: 15px;
}

#home-recent-blog-posts ul {
    height:215px;
    width:228px;
    margin:65px 25px 1px;
    overflow: hidden;
    list-style: none;
    padding: 0;

}
#home-recent-blog-posts ul a {
    color:#fff;
}
#home-recent-blog-posts ul li {
    margin-top:15px;
}

#home-aph-anthology {
    background:url('../../images/home-aph-anthology.png') no-repeat;
    float:left;
    width:286px;
    height:29px;
    padding-top: 283px;
}
#home-aph-conference {
    background:url('../../images/home-aph-news.png') no-repeat;
    float:left;
    width:286px;
    height:29px;
    padding-top: 283px;
}

#home-aph-action {
    background:url('../../images/home-aph-action.png') no-repeat;
    float:left;
    width:395px;
    height:243px;
    padding-top: 75px;
    
}

#home-aph-action iframe {
    margin: 0 4px 3px;
}

#members-whats-new {
    background:url('../../images/whats-new-box.png') no-repeat;
    float:left;
    height: 152px;
    padding: 83px 75px;
    width: 420px;
}

#members-whats-new ul {
    width:440px;

    margin:0;
    overflow: hidden;
    
    padding: 0;

}
#members-whats-new ul a {
/*    color:#fff;*/
}
#members-whats-new ul li {
    margin-top:15px;
    list-style: disc outside;
    margin-left: 15px;
}

.error {
    background-color:#fff;
    padding:5px;
    border:1px solid #585c85;
    color:#585c85;
    font-weight: bold;
    margin:5px 0;

}

#content-wrapper #sidebar, .blog #primary {
    float:right;
    width:245px;
    background-color:#948671;
    margin: 0 0 20px 20px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:15px;
    -moz-box-shadow: 4px 4px 5px #999;
    -webkit-box-shadow: 4px 4px 5px #999;
    box-shadow: 4px 4px 5px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    text-align: center;
}
#content-wrapper #sidebar #sidebar-quote-wrapper {
    font-family: Times New Roman, serif;
    font-style: italic;
    color:#fff;
    font-size: 20px;
    line-height: 26px;
    margin:20px;
    text-align: center;
}

#content-wrapper #sidebar #sidebar-quote-wrapper div{
    color: #685437;
    font-size: 24px;
}

.conference-speakers {
    background: url('../../images/conference/c2012/speakers-2012-bg.png') no-repeat;
    height:279px;
    width:333px;
    float:right;

}
.conference-speakers h5 a {
    color:#ffffff;
    font-weight: normal;
    display:block;
    margin-top:33px;
    text-align: center;
    font-size: 18px;
}

.conference-speakers p {
    text-align: center;
    font-size: 12px;
    padding:40px;

}

#blue-circle {
    display:block;
    text-align: center;
    height: 190px;
    width:230px;
    padding:25px 0 15px;
    background: url('../../images/blue-circle-blank.png') no-repeat;
    color:black;
    line-height: 18px;
}
a#blue-circle {
    color:#000;
}

a#blue-circle h1 {
    color:#cc5a2c;

}

#blue-circle h1 {

    font-size: 18px;
    line-height: 18px;
}

#blue-circle h2 {
    font-weight: 600;
    font-size: 16px;
    color:#000;
    line-height: 18px;
}

.sidebar-content {
    background-color: #fff;
    color:#000;
    min-height: 100px;
    margin-top:20px;
    padding:10px;
    text-align: left;
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
}

.sidebar-content h1 {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 20px;
}

#content-wrapper #sidebar span{
    font-style: normal;
}

#content-wrapper p {

    margin-bottom: 15px;
}
.clear {clear:both;height:1px}

.bigClear {clear:both}

.bigClear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

div.center-image {text-align: center}

ol {
    margin-left: 25px;
    margin-bottom:15px;
}

ul.aph-list, ul {
    list-style-type:disc;
    margin-left: 25px;
    margin-bottom:15px;
}

ul.aph-list li, ul li, ol li {
    margin-bottom: 5px;
}

#sidebar ul.aph-list li {

    color: #685437;
}

ul ul {

    list-style: circle;
}

ul.aph-border-items {
    list-style-type: none;
    margin:0 0 10px;
    padding:0;
}

ul.aph-border-items li:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
ul.aph-border-items li img {
    float:left;
    margin:5px 10px 10px 0;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #948671;
    -moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;}


.aph-img, .aph-img-right {
    float:left;
    margin:5px 10px 10px 0;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #948671;
    -moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
    background-color: #948671;
    text-align: center;
    font-size: 12px;
}

.aph-blue {
    background-color:#88b6c6;
    border-color:#88b6c6
}

.aph-light-blue {
    background-color:#b8d1db;
    border-color:#b8d1db;
}

.aph-light-brown {
    background-color:#d8cfc4;
    border-color:#d8cfc4;
}
.aph-brown-white {
    background-color:#ffffff;
    border-color:#948671;
}
.aph-brown-light-brown {
    background-color:#d8cfc4;
    border-color:#948671;
}

#sidebar .aph-img, #sidebar .aph-img-right {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aph-img img, .aph-img-right img {
    display: block;
    margin: auto;
}

ul.aph-border-items li.alt img,.aph-img-right{float:right;margin:5px 0px 10px 10px;}


ul.member-links {
    list-style: none;
    width: 225px;
    margin:0 30px 0 0;
    padding:0;
}
ul.member-links li {
    background-color: #cc5a2c;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:0 5px
}
ul.member-links li a {
    color:#fff !important;
}

ul.member-links li.on {
    background-color: #78a3ac;
}
ul.member-links li.on a{
    color: #000 !important;
}

ul#prior-conferences {
    background: url('../../images/conference/c2011/prior-conferences-bg.png') no-repeat;
    margin:0;
    list-style: none;
    width: 179px;
    height: 209px;
    float:left;
    color:#fff;
    font-size: 11px;
    padding:70px 30px 0 30px;
}

ul#prior-conferences a {
    color:#fff;
    font-size: 11px;
}

hr {height:3px;background-color: #948671; }
hr.aph-blue {background-color: #88b6c6;}

/***********TABLES*************/


table {width:100%;}
td {vertical-align: top;}
td.alignright {text-align: right}
tr.light-blue-row td {background-color: #dae7ec}
/******TABLE HEADERS *********/

th {color:#685437;font-weight: 600;text-align: left;vertical-align: top;margin:0;}
th a, th a:visited {color:#685437;}
th span {color:#000; font-weight: normal;font-size: 12px;}
tr.blue-header-row th {border-top:1px solid #948671;color:#fff;background-color:#88b6c6;}
tr.blue-header-row th a {color:#fff;}
tr.sub-header-row  th{vertical-align: bottom}


.data-table-border td,
ul.aph-border-items li,
.data-table-border th{
    border-bottom:1px solid #948671;
    padding:20px;
    margin:0;
}
ul.aph-border-items li li {
    border-bottom-width: 0;
    padding:0;
}


.data-table-border-light th,.data-table-border-light td{
    border-bottom:1px solid #948671;
    padding:5px;    
}



/* full bordrers on all cells - see usage on registration_fees*/
.table-border-full {border-left: 1px solid #948671;}
.table-border-full th,
.table-border-full td {border:1px solid #948671;border-width: 0 1px 1px 0;text-align: center;padding:5px;vertical-align: middle;}
.table-border-full td.left-align {text-align: left;padding:3px}
.table-small td {  /* for use with table-border-full*/
    font-size:12px;
    padding:0;
    

}

.table-border-full.table-left td {text-align: left;padding:3px}

.data-table td{
    padding:5px;
}
.data-table td.region-header {
    border-bottom:1px solid #948671;
    color:#685437;
    font-size: 18px;
}


span.pdf {
    display: inline-block;
    background: url('../../images/pdf-image.gif') no-repeat center left;
    padding-left: 13px;
    font-style: italic;
    font-size: 11px;
    margin-left: 1px;
}

span.filesize {
    display: inline-block;
    font-style: italic;
    font-size: 11px;
    margin-left: 1px;
}


#content-layout {width:888px;}
#content-layout #content-layout-sidebar {
    width:275px;
    padding-left: 40px;
}

#content-layout #content-layout-sidebar #sidebar {
    margin-left: 0;
}

.small,small {font-size: 10px}
form div.small {margin-top: -20px;}



#sortable { list-style-type: none; margin: 0; padding: 0; width: 400px; }
#sortable li { margin: 0 3px 3px 3px; padding: 3px; border:1px solid #948671;height:22px; background-color: #88b6c6}
#sortable li input { margin:0;}
#sortable li span { position: absolute;  }



/*--------------form----------------------*/

/*form#search */
label {
    clear:both;
    display:block;
    font-size: 14px;
}

/*form#search */
form#search input, form#search select {

    display:block;
}
form#search input[type="radio"],form#search input[type="checkbox"],form#search.oneline input, form#search.oneline select{
    display:inline;
}


input, select {
    clear:both;
    margin:3px 0 3px 0;
    /*    border:1px solid #cfecf2;*/
    padding:3px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 3px;
}

body .btn {
    padding:2px;
    background-color: #fff;
    color:#CC5A2C;
}


/* -------------FOOTER -------------------*/

#footer {
    background:url(../../images/footer-top-bg.png) top no-repeat #fff;
    padding-top:36px;
    font-size: 13px;
}

#footer a {
    padding:15px 11px;
}
#footer strong {
    clear:both;
    float:left;
    font-size:11px;
    margin:10px 0 10px 5px;
}

ul#footer-social-links {
    float:left;
    margin:0 40px 0 0;
    list-style: none;
}

ul#footer-social-links li{
    float:left;
    margin-left: 6px;
}
ul#footer-social-links li a{
    background:url('../../images/social-icons.png') no-repeat;
    height:23px;
    width:23px;
    display: block;
    padding:0
}

ul#footer-social-links li#footer-social-facebook a{
    background-position: 0 0;
}
ul#footer-social-links li#footer-social-twitter a{
    background-position: -28px 0;
}
ul#footer-social-links li#footer-social-youtube a{
    background-position: -56px 0;
}
ul#footer-social-links li#footer-social-linkedin a{
    background-position: -84px 0;
}
ul#footer-social-links li#footer-social-flickr a{
    background-position: -112px 0;
}
ul#footer-social-links li#footer-social-rss a{
    background-position: -139px 0;
}


/*blog styles*/

.blog #container {
    float:left;
    width:590px;
}

.blog #primary {

}

.blog #primary ul  {
    list-style-type: none;
    margin-left: 0px;
    text-align: left;
    background-color: #fff;
    padding:5px;
}