/* Basic HTML Elements
----------------------------------------------------------------------------------------------------*/

body, p, div {
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

h1 {
    font-size: 28px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 1em;
}

h2 {
    font-size: 21px;
    margin-bottom: 15px;
    padding-top: 5px;
}

h2.big {
    font-size: 24px;
}

h2.subtitle {
    line-height: 27px;
    color: #666;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
}

.section {
    margin-bottom: 28px;
}

.sectiontitle {
    margin-bottom: 14px;
}

a {
    text-decoration: none;
    outline: none;
    color: #0084ff;
}

img {
    border: 0px solid #ddd;
}

pre {
    margin: 10px;
    border-left: 5px solid #eee;
    padding-left: 10px;
    font-size: 11px;
}

dt {
    color: #666;
    font-weight: bold;
}

dd {
    color: #999;
    margin-bottom: 15px;
}

dt, dd {
    font-size: 14px;
    line-height: 20px;
}

hr {
    height: 3px;
    background: #333;
}

table.simpletableborder {
    border-left: 5px solid #ccc;
}

th {
    color: #666;
    /*	border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    */
    letter-spacing: 2px;
    text-align: left;
    padding: 6px 6px 6px 12px;
}

td {
    /*	border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    */
    padding: 6px 6px 6px 12px;
    text-align: left;
    color: #333;
}

/* Basic UI / Typographical elements
----------------------------------------------------------------------------------------------------*/

.container_12 {
    /*	background: #fff url(../img/12_col.gif) repeat-y;*/
}

.container_16 {
    /*	background: #fff url(../img/16_col.gif) repeat-y;*/
}

.big {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.hover {
    cursor: pointer;
    cursor: hand;
}

.vspace_2 {
    height: 20px;
}

.param {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
    width: 440px;
    float: left;
}

.param .name {
    font-weight: bold;
}

.param .descriptor {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    text-align: right;
}

.titlesub {
    margin-bottom: 20px;
}

.titlesub h3 {
    line-height: 18px;
    margin-bottom: 0;
}

.titlesub h4 {
    line-height: 12px;
    margin-bottom: 0;
}

.titlesub span {
    font-size: 11px;
    color: #aaa;
}

.header .titlesub {
    margin-bottom: 10px;
}

.header .titlesub span {
    font-size: 12px;
}

.pdf {
    padding: 3px 0 0 25px;
    background: url(../images/file-pdf.jpg) no-repeat scroll left top;
}

.html {
    padding: 8px 0 0 30px;
    height: 23px;
    background: url(../images/file-html.jpg) no-repeat scroll left top;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.main_nav {
    text-align: right;
}

.main_nav a, .main_nav a:active, .main_nav a:visited {
    margin-left: 30px;
    font-size: 18px;
    color: #999;
}

.main_nav a:hover {
    color: #333;
}

.main_nav a.active {
    color: #333;
    border-bottom: 3px solid #333;
}

/* Documentation (in general)
----------------------------------------------------------------------------------------------------*/

#left_nav_contents {
    display: none;
}

#left_nav {
    border-right: 1px solid #eee;
}

#left_nav ul {
    list-style-type: none;
    margin: 0;
}

#left_nav ul li {
    margin-left: 0;
    color: #999;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 10px;
}

#left_nav ul li.header {
    border-top: 1px solid #ddd;
}

#left_nav ul li a {
    color: #666;
    text-transform: none;
    display: block;
    padding: 5px 10px;
    background: url(../img/leftnav-arrow.gif) no-repeat scroll right center;
    margin-top: -10px;
}

#left_nav ul li a.active {
    background: #00519d url(../img/leftnav-arrow-active.gif) no-repeat scroll right center;
    color: #fff;
}

#left_nav ul li a.loading {
    background: #00519d url(http://open.convio.com/assets/images/loading.gif) no-repeat scroll 200px center;
}

/* DOWNLOADS Section
----------------------------------------------------------------------------------------------------*/
ul#tabs li a.selected {
    background: #00519d url(../img/leftnav-arrow-active.gif) no-repeat scroll right center;
    color: #fff;
}

#left_nav_dl {
    border-right: 1px solid #eee;
}

#left_nav_dl ul {
    list-style-type: none;
    margin: 0;
}

#left_nav_dl ul li {
    margin-left: 0;
    color: #999;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 10px;
}

#left_nav_dl ul li.header {
    border-top: 1px solid #ddd;
}

#left_nav_dl ul li a {
    color: #666;
    text-transform: none;
    display: block;
    padding: 5px 10px;
    background: url(../img/leftnav-arrow.gif) no-repeat scroll right center;
    margin-top: -10px;
}

#left_nav_dl ul li a.active {
    background: #00519d url(../img/leftnav-arrow-active.gif) no-repeat scroll right center;
    color: #fff;
}

#left_nav_dl ul li a.loading {
    background: #00519d url(http://open.convio.com/assets/images/loading.gif) no-repeat scroll 200px center;
}

/* API Section
----------------------------------------------------------------------------------------------------*/
#api_reference {
    display: none;
}

#api_section .api_nav {
    background-color: #ddd;
    text-align: center;
}

#api_section .api_nav #pane {
    overflow: hidden;
}

#api_section .api_nav #pane div {
    width: 2000px;
}

#api_section .api_nav ul {
    list-style-type: none;
    float: left;
    margin: 0;
}

#api_section .api_nav ul li {
    float: left;
    display: block;
    width: 120px;
    margin: 0;
}

#api_section .api_nav ul li.hover {
    background-color: #eee;
}

#api_section .api_nav ul li.hover a {
    background-position: center -90px;
    color: #00519d;
}

#api_section .api_nav ul li.active {
    background: #00519d url(../images/apis/button-active-bg.jpg) no-repeat center center;
}

#api_section .api_nav ul li.active a {
    background-position: center -190px;
    color: #fff;
}

#api_section .api_nav ul li a {
    color: #333;
    background-repeat: no-repeat;
    background-position: center 10px;
    padding-top: 75px;
    outline: none;
    display: block;
}

#api_section .api_nav .arrow {
    display: inline;
    float: left;
    width: 49px;
    margin: 0;
}

#api_section .api_nav .prev {
    border-right: 1px solid #ccc;
}

#api_section .api_nav .next {
    border-left: 1px solid #ccc;
}

#api_section .api_nav, #api_section .api_nav #pane, #api_section .api_nav li, #api_section .api_nav .arrow {
    height: 100px;
}

#api_section #left_nav ul#users_guide li li {
    border-top: none;
}

/* buttons */
#api_section li#address_book_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-addressbook.png);
}

#api_section li#advocacy_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-advocacy.png);
}

#api_section li#constituent_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-constituents.png);
}

#api_section li#content_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-content.png);
}

#api_section li#datasync_cross_reference_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-datasync.png);
}

#api_section li#donation_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-donation.png);
}

#api_section li#calendar_event_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-events.png);
}

#api_section li#group_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-constituents.png);
}

#api_section li#organization_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-organization.png);
}

#api_section li#single_sign_on_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-singlesignon.png);
}

#api_section li#survey_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-survey.png);
}

#api_section li#teamraiser_api_button a {
    background-image: url(http://open.convio.com/assets/images/apis/button-teamraiser.png);
}

img.right {
    display: block;
    float: right;
    margin-left: 5px;
}

/* Web Services Section
----------------------------------------------------------------------------------------------------*/

#webservices_section #nav {
    height: 40px;
    background-color: #ddd;
    margin-bottom: 20px;
}

#webservices_section #nav ul li {
    float: left;
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 120px;
    text-align: center;
}

#webservices_section #nav ul li.active {
    background: #00519d url(http://open.convio.com/assets/images/nav-active-bg.jpg) no-repeat center center;
}

#webservices_section #nav ul li.active a {
    color: #fff;
    text-shadow: none;
    border: none;
}

#webservices_section #nav ul li a {
    color: #333;
    display: block;
    padding: 3px 25px;
    border-right: 1px solid #ccc;
    text-shadow: 1px 1px 1px #fff;
    outline: none;
}

/* Extensions Section
----------------------------------------------------------------------------------------------------*/

.topfold {
    float: left;
    padding-bottom: 20px;
}

.topfold #carousel {
    border-bottom: 3px solid #ddd;
}

.topfold .description {
    font-size: 11px;
    color: #666;
    font-style: italic;
}

.topfold #nav {
    background: #ddd;
    float: right;
    padding-bottom: 3px;
    display: none;
}

.topfold #nav .button {
    width: 21px;
    height: 16px;
    background: #ddd url('http://open.convio.com/assets/images/carousel-button.jpg') no-repeat scroll -2px center;
    float: left;
    margin: 0 5px;
}

.topfold #nav .button.active {
    background: #ddd url('http://open.convio.com/assets/images/carousel-button.jpg') no-repeat scroll -32px center;
}

#extensions_section .block {
    height: 230px;
    padding: 5px 10px;
    width: 200px;
    margin-bottom: 30px;
}

#extensions_section .block h3 {
    margin: 3px 0 12px;
}

#extensions_section .hover h3 a {
    color: #fff;
}

#extensions_section .hover {
    background: #fff url('http://open.convio.com/assets/images/extensions/block-hover.jpg') no-repeat scroll left top;
}

#extensions_section .block img {
    border: 0;
    display: block;
    margin: 0 auto 5px;
}

#extensions_section .param {
    width: 380px;
}

#extensions_section .walkthrough p {
    margin-bottom: 10px;
}

#extensions_section .walkthrough img {
    margin-bottom: 10px;
}

/*comment styling */
.comment.list-item {
    border-bottom: 1px dotted #ccc;
    padding: .5em 0;
    margin: 0 0 1em 0;
}

.comment .meta {
    font-size: .92em;
    color: #555;
}

.comment .entry {
    margin: .5em 0 0 0;
}

.comment .author {
    font-weight: bold;
}

.comment .date, .comment .time {
    font-style: italic;
}

.comment-form {
    margin: 1em 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
}

.comment-form .row {
    display: block;
    clear: both;
    margin: 0 5px 5px 0;
}

.comment-form .label {
    display: block;
    font-weight: bold;
    width: 110px;
    padding: 0 5px 0 0;
    float: left;
}

.comment-form textarea {
    width: 470px;
}

.comment-form input[type=text] {
    width: 150px;
}

.comment-form .captchaContainer, .comment-form input[type=submit] {
    margin-left: 115px;
}