body {
    color: #111;
    font-size: .7em;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    background: #111 repeat-x scroll left top;
}

h1 {
    font-size: 3em;
}
h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    color:#333;
    font-weight: bold;
    margin-bottom: .5em;
}
h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}

p {
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5em;
}


a {
    color: #222;
    border-bottom: 1px solid #333;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dotted;
}

#content {
    background:#eee;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
    margin-top:50px;
    padding:10px;
    padding-left:19px;
    width: 760px;
    border: 1px solid #bbb;
    border-top:none;
}

#header, #footer {
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#header a {
    border: none;
}

#header h1.title {
    color: #fff;
    padding: 0;
    margin-top:20px;
    float:left;
    position:absolute;
    font-weight: normal;
}

#header .nav-links span {
    font-size: 1.5em;
    margin-left: 40px;
}

.header .nav-links {
    text-align: right;
}
.nav-links {
    float: right;
	margin-top: 35px;
	margin-bottom:0px;
	text-align:right;
}

.nav-links span {
	margin-left: 15px;
}
.nav-links span a {
    color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

#footer {
    color: #666;
    margin-top: .5em;
    text-align: center;
}

#footer a {
    color:#666;
}

#main {
    
}

#full h2 {
    
}

#full p {
    margin-left: 10px;
    margin-bottom: 1.5em;
}

#full .whitepaper p img {
    margin-left:10px;
}

.product {
    margin-left: 3em;
    
}

#columns {
    margin-top: 1em;
    overflow: auto;
}

#columns .column {
    width: 32%;
    float: left;
}

#column-one {
    margin-right: 15px;
}

#column-two {
    margin-right: 15px;
}

#column-three {
}

pre, .whitepaper .highlight {
    width: 700px;
    background-color: #fff;
    padding: .5em;
    font-size: 1.1em;
    overflow: none;
    margin-left: 15px;
}


.highlight pre {
    overflow: visible;
    padding: 0;
}

div.info {
    background-image: url(info.png);
    background-repeat: no-repeat;
    background-position: center left;
}

div.tip {
    background: #ddd;
    color: #555;
    font-style: italic;
    font-size:1.1em;
    line-height:1.5em;
    width:75%;
    padding:10px;
    margin-left:45px;
}
