/* Pring CSS for SST Engineering blog */

/*Reset Style*/
* {
background-color: #FFF !important;
background-image: none !important;
box-shadow: none;	
outline: none !important;
}

a {
color: #000;
text-decoration: none;
}

body {
background: #FFF;
color: #000;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-size: 12pt;
font-weight: 300;
line-height: 160%;


word-spacing: 1px;
letter-spacing: 0.2px;
}

h1.entry-title,
h2.entry-title {
font-size: 18pt;
font-weight: normal;
line-height: 22pt;
margin-bottom: -5px;
padding-bottom: 0;
}




/* Show URL */
/*
a:link,
a:visited {
background: transparent;
color:#333;
text-decoration:none;
}

a:link[href^="http://"]:after,
a[href^="http://"]:visited:after {
content: " (" attr(href) ") ";
font-size: 11px;
}

a[href^="http://"] {
color:#000;
}
*/

@page {
margin: 0.75in;
}

@page :first {
margin-top: 0.25in;
}

article {
clear: both;
margin-bottom: 30px;
}

header img {
border: none;
margin-left: -15px;
}



.alignleft {
display: inline;
float: left;
margin: 0 30px 10px 1px;
}

.alignright {
display: inline;
float: right;
margin: 0 1px 10px 30px;
}

.dsq-comment-body {
padding-left: 0;
}

.entry-content img {
border: 1px solid #CCC;
border-radius: 2px;
background-color: #FFF;
padding: 10px;
}

.wp-caption-text {
font-size: 10pt;
line-height: 13pt;
margin-top: 0;
margin-bottom: 0;
padding: 0 10px 0px 10px;
position: relative;
}

#branding {
margin-bottom: -15px;
padding-bottom: 0;
}

#content {
margin: 0;
width: 900px;
}


/*Break Page*/
#comments {
page-break-before: always;
}

/*Remove Element*/
a.more-link,
footer,
h3.entry-format,

.addthis_toolbox,
.comments-link,
.dsq-avatar,
.dsq-comment-footer,
.dsq-tt,
.entry-meta,
.comments-link,

#access,
#dsq-global-toolbar,
#dsq-like-tooltip,
#dsq-reply,
#dsq-sort-by,
#nav-above,
#nav-below,
#nav-single,
#searchform,
#secondary {
display: none;
}
