/*
Theme Name: Socrata 
Theme URI: http://blog.socrata.com/
Description: In west philadelphia... 
Version: 1.0 zXP
Author: Sam gibson 
Author URI: http://www.socrata.com/
Tags: sam, rules 
*/

/* 0. Global Styles/Reset */
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;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    background: #ebebeb;
    color: #333333;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
    width: 990px;
    margin: 0 auto;
}

/* 2.1 Header */
ul.tabList {
    margin-left: 3em;
}

ul.tabList li {
    height: 27px;
}

div#header {
    height: 44px;
}

div#header h1 {
}

div#header .userNav li.signUpLink {
  border-right:0 none;
  margin-right:10px;
  padding-right:0;
}

div#header fieldset {
    text-align: right;
    padding: 0px 10px 0px 0px;
}

div#header fieldset .ftxt {
    background: url("images/search-back.png") no-repeat top left;
    width: 223px;
    height: 24px;
    border: 0px;
    color: #999;
    font-style: italic;
    padding: 4px 40px 0px 7px;
}

div#header-top {
    padding-top: 11px;
}

div#header-top .info {
    float: left;
    width: 360px;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #aeaeae;
    padding-top: 2px;
}

div#header-top .info img {
    position: relative;
    top: 2px;
}

ul#top-nav {
    width: 430px;
    float: left;
}

ul#top-nav li {
    float: left;
}

ul#top-nav a {
    color: #fff;
    font-size: 1.2em;
    background: url("images/top-nav-tab.gif") no-repeat top left;
    width: 108px;
    height: 21px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 3px;
    font-weight: bold;
}

ul#top-nav a:hover, ul#top-nav a.active {
    background: url("images/top-tab-nav-over.gif") no-repeat top left;
}

ul#top-nav-links {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 3px;
}

ul#top-nav-links li {
    display: inline;
    font-size: 1.1em;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #aeaeae;
}

ul#top-nav-links li.first {
    border-left: 0px;
}

ul#top-nav-links a {
    color: #aeaeae;
    text-decoration: none;
}

ul#top-nav-links a:hover {
    text-decoration: underline;
}

/* 2.2 Navigation */
div#header .contact-page {
    background: url("images/top-nav-back-contact.png") no-repeat top left;
}

div#header .solution-page {
    background: url("images/top-nav-back-solution.png") no-repeat top left;
}

div#header .dir-page {
    background: url("images/top-nav-back-dataset.png") no-repeat top left;
}

ul#main-nav {
    background: url("images/top-nav-back.png") no-repeat top left;
    width: 955px;
    height: 35px;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: -1px;
}

ul#main-nav li {
    float: left;
    font-size: 1.2em;
    text-align: center;
    padding-top: 5px;
}

ul#main-nav li.t1 {
    width: 130px;
}

ul#main-nav li.t2 {
    width: 205px;
}

ul#main-nav li.t3 {
    width: 135px;
}

ul#main-nav li.t4 {
    width: 100px;
}

ul#main-nav a {
    color: #333;
    text-decoration: none;
}

ul#main-nav a:hover {
    text-decoration: underline;
}

ul#main-nav a.active {
}

ul#sub-nav {
    background: url("images/white-back.gif") repeat-x left 10px;
    width: 970px;
    margin-top: -17px;
    padding-left: 20px;
}

ul#sub-nav li {
    float: left;
    font-size: 1.1em;
}

ul#sub-nav a {
    color: #333;
    display: block;
    padding: 10px 25px 10px 25px;
    border-right: 1px solid #ddd;
    text-decoration: none;
}
ul#sub-nav a:hover {
    background: #f5f5f5;
}

/* 3. Body/Content/Sidebar */
div#outerBody {
background-color:#FFFFFF;
background-image:url(stylesheets/images/content/background_corner_left.png);
background-position:left top;
background-repeat:no-repeat;
}
div#body {
    margin-left: 1em;
    background: #fff;
    background-image:url(stylesheets/images/content/background_corner_right.png);
    background-position:right top;
    background-repeat:no-repeat;
    padding:1em 1em 0;
}
    
}

/* 3.1 Content */
p.postmetadata {
    font-size: 0.7em;
    background-color: #eeeeee;
    border: 1px dotted #888888;
}

div#content {
    width: 860px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
}

div#content .cleft {
    width: 550px;
    float: left;
    margin-right: 60px;
}

div#content .cright {
    width: 250px;
    float: left;
}

div#content .cleft2 {
    width: 490px;
    float: left;
    margin-right: 60px;
}

div#content .cright2 {
    width: 310px;
    float: left;
    padding-top: 60px;
}

div#content img.ifr {
    float: right;
    margin: 10px 0px 10px 10px;
}

div#content h1 {
    font-size: 3.5em;
    margin-bottom: 5px;
}

div#content h2 {
    font-size: 2.5em;
}

div#content h3 {
}

div#content p {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 20px;
}

div#content p.sb {
    padding-top: 80px;
}

div#content p.meta {
    color: #999;
    font-size: 1.2em;
}

div#content ul {
}

div#content ol {
}

div#content li {
}

div#content a {
    color: #0d72b9;
    text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
}

div#content fieldset {
    margin-left: 30px;
}

div#content h5 {
    color: #660000;
    font-size: 1.2em;
    margin-bottom: 20px;
}

div#content fieldset .frow {
    margin-bottom: 7px;
}

div#content fieldset .ftxt {
    border-top: 1px solid #717171;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #dadada;
    width: 250px;
    padding: 3px;
    font-size: 1.1em;
}

div#content fieldset .fs {
    border-top: 1px solid #717171;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #dadada;
    padding: 3px;
    width: 258px;
    font-size: 1.1em;
}

div#content fieldset .fta {
    border-top: 1px solid #717171;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #dadada;
    width: 250px;
    height: 100px;
    padding: 3px;
}

div#content fieldset .fbtn {
    background: url("images/download-btn.gif") no-repeat top left;
    width: 166px;
    height: 45px;
    border: 0px;
    position: relative;
    left: -10px;
    margin-top: 20px;
}

div#content fieldset .fbtn2 {
    background: url("images/send-btn.gif") no-repeat top left;
    width: 166px;
    height: 49px;
    border: 0px;
    position: relative;
    left: -10px;
    margin-top: 20px;
}


div#address .aleft {
    width: 300px;
    float: left;
}

div#address .aright {
    width: 150px;
    float: left;
    margin-left: 30px;
}

/*** In-entry ***/
div#content-top div.entry h1 {
    font-size: 2.4em;
    line-height: 1.4em;
    margin-bottom: .5em;
}

div#content-top div.entry h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

div#content-top div.entry h3 {
    font-size: 1.4em;
    line-height: 1.4em;
}

div#content-top div.entry h4 {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3em;
    text-align: left;
}

div#content-top div.entry h5 {
    display: inline;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.3em;
}


/*** content top ***/

div#content-top {
    padding:0px 20px 0px 20px;
    margin-top: -1px;
}

div#content-top .ctleft {
    float: left;
    width: 370px;
}

div#content-top .ctright {
    float: left;
    width: 560px;
}

div#content-top .ctleft2 {
    float: left;
    width: 450px;
}

div#content-top .ctright2 {
    float: left;
    width: 500px;
    background: url("images/light-shadow.gif") repeat-x left 187px;
}

div#content-top .ctleft3 {
    float: left;
    width: 350px;
    background: url("images/light-shadow.gif") repeat-x left 136px;
}

div#content-top .ctright3 {
    float: left;
    width: 600px;
}


div#content-top h1 {
    font-size: 6em;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
}

div.blog form input[type="text"], form textarea, form input[type="password"] {
  width: 370px;
}

div.blog cite.fn {
  font-size: 1.5em;
  vertical-align: top;
}

div.blog span.says {
  display: none;
}

div.blog div.comment-meta {
  margin-left: 35px;
}

div#content-top h2 {
    font-size: 3em;
    line-height: 1.1em;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

div#content-top h2.wp-comments {
  font-size: 2em;
}

div#content-top h3 {
    font-size: 3.5em;
    line-height: 1.1em;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

div#content-top h4 {
    font-size: 2em;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 30px;
}

div#content-top h4 a {
    color: #0d72b9;
    text-decoration: none;
}

div#content-top ul {
    margin-bottom: 20px;
}

div#content-top ul li {
    color: #333;
    background: url("images/arrow-red.png") no-repeat left center;
    padding-left: 15px;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4em;
}

div#content-top p {
    font-family:'Lucida Grande','Lucida Sans Unicode',sans-serif;
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 10px;
}

div.poster {
    font-size: 1.2em;
    line-height: 1.8em;
    color: #666666;
}

div#body a.learn {
    background: url("images/red-btn.gif") no-repeat top left;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 213px;
    height: 36px;
    padding-left: 33px;
    padding-top: 13px;
    text-decoration: none;
    float: left;
    margin-left: -10px;
}

div#body a.contact {
    background: url("images/grey-btn.gif") no-repeat top left;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 213px;
    height: 36px;
    padding-left: 33px;
    padding-top: 13px;
    text-decoration: none;
    float: left;
}

/*** content bottom ***/
div#content-bot {
    width: 968px;
    margin: 0 auto;
}

div#content-bot .cb-features {
    background: url("images/features.jpg") no-repeat top left;
    width: 930px;
    height: 113px;
    padding-top: 140px;
    padding-left: 38px;
}

div#content-bot .cb-features li {
    float: left;
    font-size: 1.2em;
    width: 150px;
    margin-right: 42px;
    line-height: 1.4em;
}

div#content-bot .cb-features li.last {
    margin-right: 0px;
}

ul#cb-nav li {
    float: left;
    margin-right: 10px;
    font-size: 1.4em;
    font-weight: bold;
}

ul#cb-nav li.last {
    margin-right: 0px;
}

ul#cb-nav a {
    background: url("images/tab.gif") no-repeat top left;
    width: 316px;
    height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 16px;
}

ul#cb-nav a:hover, ul#cb-nav a.active {
    background: url("images/tab-over.gif") no-repeat top left;
}

div#content-bot .cb-inside {
    background: #103d6a url("images/cb-back.gif") repeat-x top left;;
}

div#content-bot .cb-inside-bottom {
    background: url("images/block-bot-round.gif") no-repeat top left;
    height: 12px;
    display: block;
}

div#content-bot h2 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    padding: 37px 0px 38px 0px;
}

div#content-bot h3 {
    font-size: 1.8em;
    text-align: right;
    padding: 15px 20px 10px 0px;
}

div#content-bot h3 a {
    color: #fff;
    text-decoration: none;
    background: url("images/arr-white.gif") no-repeat right center;
    padding-right: 18px;
}

div#content-bot h4 {
    font-size: 2.8em;
    color: #fff;
    padding: 0px 0px 8px 68px;
}

div#content-bot h5 {
    font-size: 2em;
    padding: 0px 0px 8px 0px;
}

div#content-bot .cb-inside-block {
    display: block;
    margin: 0 auto;
    padding: 20px 300px 30px 20px
}

div#content-bot p {
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 20px;
}

div#content-bot .cb-inside-block li {
    font-size: 1.4em;
    line-height: 1.4em;
    background: url("images/arrow-blue.png") no-repeat left 5px;
    padding-left: 20px;
    margin-bottom: 5px;
}

div#content-bot .api-block {
    background: url("images/api-back.png") no-repeat top left;
    width: 552px;
    height: 387px;
}

div#content-bot .analytics-block {
    background: url("images/analytics-back.png") no-repeat top left;
    width: 552px;
    height: 255px;
}

div#content-bot .commerce-block {
    background: url("images/commerce-back.png") no-repeat top left;
    width: 552px;
    height: 249px;
}

div#content-bot .synthesizer-block {
    background: url("images/synthesizer-back.png") no-repeat top left;
    width: 552px;
    height: 250px;
}

div#content-bot .socializer-block {
    background: url("images/socializer-back.png") no-repeat top left;
    width: 552px;
    height: 249px;
}

div#content-bot .mobile-block {
    background: url("images/mobile-back.png") no-repeat top left;
    width: 552px;
    height: 250px;
}

ul#four-cols {
    margin-left: 7px;
}

ul#four-cols li {
    float: left;
    width: 231px;
    height: 206px;
    font-size: 1em;
    line-height: 1.3em;
    color: #666;
    background: url("images/bot-round-back.gif") no-repeat bottom left;
    margin-right: 10px;
}

ul#four-cols li.last {
    margin-right: 0px;
}

ul#four-cols li p {
    padding: 10px 10px 0px 10px;
}

div#directory {
    background: url("images/table-back.gif") no-repeat top left;
    width: 971px;
    margin: 0 auto;
}

div#directory .dir-top {
    height: 25px;
}

div#directory .dir-bottom {
    height: 83px;
    position: relative;
}

div#body .blog {
    width: 670px;
    margin-left: 250px;
    float: left;
}

div#body-bottom {
    background: url("images/content-bot-round.gif") no-repeat top left;
    width: 990px;
    height: 15px;
    margin-bottom: 20px;
}

div#directory a.solution {
    position: absolute;
    height: 24px;
    width: 195px;
    left: 320px;
    top: 0px;
    padding-left: 35px;
    padding-top: 7px;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    
background:transparent url(images/red-btn.png) no-repeat scroll left top;
color:#FFFFFF;
display:block;
float:left;
font-size:1.3em;
font-weight:bold;
height:36px;
margin-left:-10px;
margin-top:-10px;
padding-left:33px;
padding-top:18px;
text-decoration:none;
width:213px;
}

div#directory .dir-content {
}

div#directory .dir-head {
}

div#directory .dir-head-left {
    float: left;
    width: 230px;
    font-size: 1.6em;
    font-weight: bold;
    padding: 20px 0px 20px 20px;
}

div#directory .dir-head-right {
    float: left;
    width: 340px;
    font-size: 1.6em;
    font-weight: bold;
    padding: 20px 0px 20px 20px;
}

div#directory .dir-head-mid {
    float: left;
    width: 357px;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

div#directory .dir-row-align {
    padding-top: 30px;
}

div#directory .dir-row-align2 {
    padding-top: 50px;
}

div#directory .dir-row-align3 {
    padding-top: 45px;
}

div#directory .dir-row-left {
    float: left;
    width: 230px;
    font-size: 1.4em;
    padding: 10px;
    font-weight: bold;
}

div#directory .dir-row-mid {
    float: left;
    width: 357px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div#directory .dir-row-mid ul {
    background: url("images/check-icon3.png") no-repeat 20px top;
    padding-left: 80px;
    margin-top: 10px;
    padding-top: 10px;
}

div#directory .dir-row-mid li {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
    background: url("images/arrow-white.png") no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 30px;
}

div#directory .dir-row-right {
    float: left;
    width: 360px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div#directory .dir-row-right ul {
    background: url("images/check-icon.png") no-repeat 20px top;
    padding-left: 80px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#directory .dir-row-right ul.checked {
    background: url("images/check-icon2.png") no-repeat 20px top;
}

div#directory .dir-row-right li {
    font-size: 1.2em;
    line-height: 1.4em;
    background: url("images/arrow-red.png") no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 30px;
}

/* 3.2 Sidebar */
div#sidebar {
    width: 250px;
    float: left;
    margin-top: 20px;
    margin-right: -28em;
    padding-left: 1em;
}

div#sidebar a,
div#sidebar img {
  vertical-align: middle;
}

div#sidebar a.learn {
    font-size: 1.4em;
    padding-top: 15px;
    margin-left: -10px;
}

div#sidebar h2 {
    color: #660000;
    margin-bottom: 10px;
    font-size: 1.4em;
}

div#sidebar h3 {
}

div#sidebar ul {
    margin-bottom: 30px;
}

div#sidebar li {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 5px;
}

div#sidebar p {
    margin-bottom: 15px;
}

div#sidebar p.subscr {
    margin-left: -10px;
}

div#sidebar a {
    color: #0d72b9;
    text-decoration: none;
}

div#sidebar a:hover {
    text-decoration: underline;
}

div#sidebar fieldset .frow {
    margin-bottom: 20px;
}

div#sidebar fieldset .ftxt {
    border-top: 1px solid #717171;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #dadada;
    width: 200px;
    padding: 3px;
    font-size: 1.1em;
}

/* 4. ]/Navigation */

div#footer p.copyright {
    color: #aeaeae;
    font-size: 1.1em;
    padding-left: 25px;
}

div#footer ul {
  padding-top: 2em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}

div#footer-top {
    background: url("images/footer-bot-back.gif") no-repeat top left;
    height: 50px;
    width: 910px;
    padding: 40px;
    padding-bottom: 100px;
}

div#footer-top h2 {
    color: #660000;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1em;
}

div#footer-top h4 {
    color: #333333;
    font-size: 1.8em;
    font-weight: normal;
}

div#footer-top a {
    color: #0d72b9;
    text-decoration: none;
}

div#footer-top a:hover {
    text-decoration: underline;
}

div#footer-bot {
    padding: 25px 0px 25px 0px;
}

/* 4.1 Navgation */
ul#foot-nav {
    float: right;
    text-align: right;
    font-size: 1.1em;
}

ul#foot-nav li {
    display: inline;
    color: #aeaeae;
}

ul#foot-nav a {
    padding: 0px 25px 0px 25px;
    color: #aeaeae;
    text-decoration: none;
}

ul#foot-nav a:hover {
    text-decoration: underline;
}

ul#foot-nav a.active {
}

#blog .tabList li.blog,
#ceo .tabList li.ceo
{
    background-image: url(stylesheets/images/content/tabs/tab_large_sprites.png);
    background-position: 0 0;
    margin-top: 0;
    z-index: 10;
}
#blog .tabList li.blog .wrapper,
#ceo .tabList li.ceo .wrapper
{
    background-image: url(stylesheets/images/content/tabs/tab_large_sprites.png);
    background-position: right -52px;
    height: 26px;
    padding: 0 18px;
}
#blog .tabList li.blog a,
#ceo .tabList li.ceo a
{
    background-color: #ffffff;
    font-weight: bold;
    height: 20px;
    padding: 6px 2em 0;
}



