/**
 * Global styles
 */
body {
    font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#212121;
    line-height:1.5;
}
h1,
.post h2 a { /* wordpress */
    font-size:18px;
    font-weight:bold;
    color:#008dff;
    margin:.5em 0;
}
h1 strong {
    color:#FF0033;
}
#main h2 {
    text-transform:uppercase;
}
.blog h2 {
    text-transform: none !important;
}
pre {
    font-size:14px;
}
p {
    color:#323232;
    margin:.5em 0;
}
p.smaller {
    font-size:12px;
}
.error {
    color:#F00;
}
a {
    color:#008dff;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
dl {
    padding:0 1em;
}
dl.first { padding: 0 1em 0 0; }
dt {
    font-weight:bold;
}
dd {
    font-size:13px;
    margin-bottom:1em;
}
input {
    font-family:Helvetica,Arial,sans-serif;
}
input {
    border:1px solid #ccc;
    padding:2px;
}
ul.bulleted {
    list-style-type:disc;
    padding-left:1em;
}
ul.bulleted li {
    line-height:1.2;
    margin-top:.5em;
}
.em {
    color:#FF0033;
}
p.em {
    margin:.5em 0;
}
.pane {
    width:45%;
    float:left;
}
.vpane {
    margin-left:.5em;
}
.button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/**
 * Main page layout
 */
.main-content {
    width:975px;
    margin:0 auto;
}
#header {
    position:relative;
    padding:25px 0 16px;
}
#login-form {
    position:absolute;
    top:4px;
    right:0;
}
#wide-main {
    background-color:#f1f2f2;
    border-top:1px dotted #000;
    border-bottom:1px dotted #000;
}
#main {
    min-height:300px;
}
#bottom {
    clear:both;
}
#footer {
    color:#999;
    text-align:center;
    font-size:12px;
    padding:20px;
    clear:both;
}
#footer a {
    color:#999;
}
#footer a:hover {
    color:#008dff;
}

/**
 * Re-usable stuff
 */
ul.nav {
    list-style:none;
    overflow:visible;
}
ul.nav li {
    float:left;
}

ul.grid li {
    float:left;
    width:282px;
    height:130px;
    margin:0 1em 1em 0;
    padding:.5em .75em;
    background-color:#FFF;
    border:1px solid #ccc;
}

.column-third {
    float:left;
    width:30%;
}

.img-grid li {
    float:left;
    width:47%;
    min-height:50px;
    overflow:visible;
    margin:1em 1em 1em 0;
}

/**
 * Main nav
 */
ul.nav#main-nav {
    position:absolute;
    top:50px;
    right:0;
}
ul.nav#main-nav li {
    background:transparent url(/img/tickmarks.gif) no-repeat scroll left bottom;
    height:31px;
    width:123px;
    padding-left:1px;
}
ul.nav#main-nav li a {
    font-size:16px;
    color:#7E7E7E;
    margin-left:10px;
}
ul.nav#main-nav li a:hover,
ul.nav#main-nav li a.selected {
    color:#008dff;
}

/**
 * Sub-nav
 */
ul.sub-nav {
    overflow:hidden;
    padding:10px 0;
}
ul.sub-nav li {
    padding:0 20px;
    height:20px;
    min-width:50px;
    text-align:center;
    border-right:1px #ccc solid;
    text-transform:lowercase;
}
ul.sub-nav li a {
    color:#7e7e7e;
}
ul.sub-nav li a:hover,
ul.sub-nav li a.selected {
    color:#FF0033;
}
ul.subnav li a:hover {
    text-decoration:underline;
}
ul.sub-nav li.first {
    padding-left:1px;
}
ul.sub-nav li.last {
    border-right:0;
}

/**
 * Pager + scroller + controller + navigation links
 *
 * Pager does not scroll! The container, #pager-scroller, has a width of 975px and overflow:auto
 */
div#pager-scroller {
    width:975px;
    height:373px;
    clear:both;
    position:relative;

    overflow-x:scroll;
    overflow-y:hidden;
}
ul.pager {
    clear:both;
    overflow:visible;
}
ul.pager li.page {
    float:left;
    position:relative;
    width:975px;
    /* TODO! wtf */
    height:373px;
}
.page a.anchor {
    position:absolute;
    top:0;
    left:0;
}
.page h1 {
}
.page-link {
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    position:absolute;
    top:255px;
    font-size:40px;
    z-index:100;
}
.page-link:hover {
    color:#FF0033;
    text-decoration:none;
}
#page-right {
    right:0;
}
#page-left {
    left:0;
}

/**
 * Page Bottom (above footer)
 */
#bottom {
    padding:20px 0;
}
#bottom .pane {
    width:487px;
    overflow:hidden;
}
#bottom .pane h1 {
    color:#3D3D3D;
    font-size:18px;
    margin:.5em 0;
    font-weight:bold;
    text-transform:uppercase;
}
#bottom .pane h1 .differentiator {
    color:#212121;
}
#bottom .pane p {
    font-size:12px;
}

#news-items {
    background-color:#008dff;
    padding:20px 20px 10px 20px;
}
#news-items li {
    margin-bottom:20px;
}
#news p.body {
    color:#FFF;
    position:relative;
}
#news a {
    color:#fff;
    text-decoration:underline;
}
/*#news p.body */
a.read-more {
    float:right;
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none !important;
    background-color:#008dff;
}
#news p.body a.read-more:hover {
    text-decoration:underline;
}
.posted-date {
    color:#8FC4FC;
    font-size:12px;
    font-weight:normal;
}


/**
 * home-page styles
 */

.signup a {
    color:#FFF;
    background-color:#008dff;
    font-weight:bold;
    padding:4px 8px;
    
}
.signup a:hover {
    background-color:#0093FF;
}

img#analytics-screenshots,
img#the-number-one {
    float:left;
    border:0;
    margin:0 10px 0 0;
}

#page-pinchanalytics li {
    font-size:12px;
    line-height:1.4;
}
#news-about p {
    width:92%;
}
#news-about p.quote {
    font-style:italic;
}
#news-about .attrib {
    font-style:normal;
    font-weight:bold;
}
#news-about .attrib a {
/*    font-style:italic;*/
    color:#666;
}

/**
 * features
 * tingly is re-usable
 */
.tingly {
    background: transparent url(/img/linebox2.png) no-repeat scroll bottom right;
}
.tingly-content {
    padding:.5em .75em;
    background-color:#FFF;
    border-top: 1px dotted #aaa;
    border-left:1px dotted #aaa;
    overflow:hidden;
}
.blocker {
/*    display:none !important;*/
    width:8px;
    height:8px;
    background: transparent url(/img/corner-bl.gif) no-repeat scroll bottom right;
}
.r-blocker {
    float:right;
    background-image: url(/img/corner-tr.gif);
}

#feature-grid li,
#screenshot-grid li {
    margin:0 10px 10px 0;
    border:0;
    padding:0;
    float:left;
    width:312px;
    height:143px;
}
#feature-grid .tingly-content,
#screenshot-grid .tingly-content {
    width:283px;
    height:121px;
}

#feature-grid p,
#screenshot-grid p {
    margin:5px 0 0 0;
    font-size:11px;
}
#screenshot-grid p {
    font-size:12px;
}

#screenshot-grid h3 a {
    color:#212121;
}

#feature-grid h3 img,
#screenshot-grid h3 img {
    float:right;
    margin:0 0 4px 4px;
}


/**
 * demo "page"
 */
#demo-video-player {
    margin-top:1em;
}

#demo_signup_container {
    background-color:#ccc;
    padding:1em;
    width:394px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#demo_signup input,
#demo_signup p {
    font-size:13px;
    padding:4px;
    margin:4px 4px 4px 0;
    border-color:#FFF;
}
#demo_signup p {
    font-size:10px;
    font-family:Helvetica,Arial,sans-serif;
    margin-top:0;
    padding-top:0;
    text-align:left;
}
#demo_signup p.error {
    font-size:11px;
    font-weight:bold;
    margin:0;
}

#demo_signup .single {
    width:180px;
}
.errorholder {
    width:195px;
    float:left;
}
#demo_signup .double {
    width:376px;
}
#demo_signup input.submit {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#008DFF;
    border-color:#008DFF;
    color:#FFF;
    font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-weight:bold;
    padding:.4em .5em;
    width:388px;
}
#demo_signup h1 a {
    color:#7E7E7E;
    font-weight:normal;
}

#fake-console {
    position:absolute;
    bottom:0;
    right:0;
    width:400px;
    height:120px;
    overflow:scroll;
    font-family:monospace;
    font-size:10px;
    background-color:#FFF;
}

/**
 * grumble grr $*(&$#* wordpress
 * a lot of these rules feel crazy because i didn't want to
 * have to re-write all the wordpress templates. whatever.
 */
#content {
    float:left;
    width:660px;
    margin-top:.5em;
}
#sidebar {
    width:220px;
    float:right;
}
#main.blog #content #sidebar ul {
	list-style:none;
}
#sidebar ul li {
    margin-top:1em;
}
#sidebar ul li ul li {
    margin-top:0;
    font-size:12px;
}
#sidebar h2 {
    text-transform:uppercase;
    margin-bottom:.5em;
}
#sidebar .tingly {
    position:relative;
    background-image:url(/img/linebox.png);
}
#sidebar .tingly-bg {
    border-top: 1px dotted #ccc;
    border-left:1px dotted #ccc;
    position:absolute;
    top:0;
    left:0;
    width:95%;
    height:96%;
    background-color:#fff;
}
#sidebar .tingly-content {
    position:relative;
    clear:none;
    top:-5px;
    left:-5px;
    padding:1em 1.5em;
    background-color:transparent;
    border:0;
}
.shortest .tingly-bg {
    height:77% !important;
}
.shortest .tingly-content {
    padding:4px !important;
}
.shorter .tingly-bg {
    height:92% !important;
}
#searchform {
    font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
}
#searchform label {
    display:none;
}
#sidebar input#s {
    position:relative;
    top:4px;
    left:4px;
    width:190px;
    padding:5px 6px 4px;
    border:1px inset #ccc;
    color:#323232;
    font-size:1.2em;
    /* use trebuchet gaw dammit
       candidate for removal once the top form is styled */
    font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
}
#searchsubmit {
    display:none;
    font-size:1em;
}


#main.blog {
    overflow:hidden;
    padding:1em 0;
}
.post {
    margin-bottom:2em;
}
#main.blog #content ul {
    list-style-type:disc;
    padding-left:25px;
}
.posted {
    margin-left:1em;
    font-weight:normal;
    color:#7E7E7E;
}
p.postmetadata {
    font-size:12px !important;
    text-align:center;
    margin-top:2em;
}
.alt {
    text-align:left !important;
}

.navigation {
    margin-bottom:2em 0;
    overflow:hidden;
    font-size:12px;
}
.navigation a {
    color:#7E848F;
}
.navigation a:hover {
    color:#008dff;
}
#main.blog .alignleft {
    float:left;
}
#main.blog .alignright {
    float:right;
    text-align:right;
}

#comment-section {
    margin-top:2em;
}
h3#comments {
    font-size:16px;
    margin-bottom:1em;
}
.commentlist p {
    margin-left:2em;
    margin-right:2em;
    clear:both;
}
.commentlist li {
    margin-bottom:2em;
}

#pageslide-body-wrap {
    position: relative;
}
#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ccc;
    overflow-y:auto;
    overflow-x:hidden;
}
#pageslide-content {
    padding:10px;
}
#pageslide-content p {
    margin:0 1em .5em 0;
    min-height:2em;
    width:675px;
    clear:none;
}
#closer h1 {
    color:#FFF;
    font-size:60px;
    line-height:0.5;
    margin:0 .25em 0 0;
    float:left;
    display:inline;
    text-decoration:none;
}
#closer a:hover {
    text-decoration:none !important;
}

#main dl div {
    width:45%;
    float:left;
    margin-right:40px;
}

#main-signup {
    float:none;
    clear:both;
    text-align:center;
    margin:0;
    position:relative;
    top:12px;
}

#pageslide-slide-wrap {
    position:absolute;
}
#page-demo .pane h2 {
    margin-bottom:0.5em;
}
