/*

Reset
Eric Meyer
http://meyerweb.com/

*/


/* v1.0 | 20080212 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*

TypePad: Core
Six Apart
http://www.sixapart.com/

*/


/* Fonts */

body {
    color: #000;
    font-size: 81.25%;
    line-height: 1.4;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

code {
    font-size: 1.2em;
    font-family: Courier, monospace;
}


/* Utilities */

.pkg:after,
.field:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg,
.field { display: inline-block; }
/* no ie mac \*/
* html .pkg,
* html .field { height: 1%; }
.pkg,
.field { display: block; }
/* */

.col {
    float: left;
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

.hiddenBox,
.hide {
    display: none;
}

.cb, .rb {
    margin: 0;
}

.rel {
    position: relative;
}
.social-compose {
    width: 260px;
    color: black;
    display: none;
    resize: vertical;
}
.tweet-counter {
    background-color: transparent;
    border:medium none;
    box-shadow: none;
    margin: 0;
    display: none;
    width: 20px;
    color: #999;
}
.caption-text {
    margin: -10px 0 0 0;
    display: none;
    color: #999;
}
.shareaccts {
    margin-bottom: -15px;
}
/*

TypePad: App
Six Apart
http://www.sixapart.com/

*/


/* Global */

html, body {
    height: 100%;
}

body {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: #287098;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

a.ilink {
    padding: 0 5px;
    background-color: #f0f5f8;
}


/* Form Elements */

input.ti,
textarea,
textarea.ta {
    background: #f9f9f9;
    font-size: 1em;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 2px 4px;
    border: 1px solid #eee;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
}


/* Page Layout */

#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header-inner,
#content-inner {
    width: 960px;
    margin: 0 auto;
}


/* Content */

#content {
    padding: 30px 10px;
}

.content-main h2 {
    position: relative;
    background: #d5e9f5;
    padding: 12px 10px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    color: #333;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}


/* Columns */

.content-nav {
    width: 120px;
    margin-right: 20px;
}

.content-main {
    width: 590px;
    margin-right: 20px;
}

.content-related {
    width: 210px;
}


/* Columns: Dashboard */

.content-dashboard .content-main {
    width: 600px;
}

.content-dashboard .content-related {
    width: 340px;
}


/* Columns: Profile Editor */

.content-profile_editor .content-related {
    margin-right: 20px;
}

.content-profile_editor .content-main {
    width: 730px;
    margin-right: 0;
}

.content-vox-importer .content-main {
    width: 940px;
    margin-right: 0;
}

/* Columns: Profile */

.content-profile #content-main {
    position: relative;
    left: 270px;
    width: 470px;
    margin-right: 20px;
}

.content-profile #content-related {
    position: relative;
    left: -490px;
    width: 250px;
    margin-right: 20px;
}

.content-profile #content-ad {
    position: relative;
    left: 0;
    width: 200px;
}


/* Columns: Two Column */

.content-2col .content-main {
    width: 730px;
}


/* Columns: Nav-Main */

.content-nm .content-main {
    width: 820px;
    margin-right: 0;
}


/* Columns: Compose */

.content-compose .content-main {
    width: 690px;
}

.content-compose .content-related {
    width: 300px;
}


/* Related Module */
/* TODO: move to related module */

.content-related .related-module {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #e8f2f7;
}

.content-related .related-module p {
    padding-top: 2px;
    font-size: 12px;
}

.content-related .related-module .related-header {
    margin-bottom: 3px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.content-related .related-content {
    margin-bottom: 10px;
}


/* Boxes */
/* TODO: replace with the new box pattern */

.tpshadow {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    -moz-box-shadow: 1px 1px 2px #aaa;
}

.tpshadow-alt {
    margin-bottom: 1px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #aaa;
    padding: 20px 19px 4px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    -moz-box-shadow: 1px 1px 2px #aaa;
}


/* HACK: Flyout style ... */

#content .tpc-flyout {
    z-index: 1002;
}

.hide-item {
    float: right;
}
