@import url(/static/dhplatform/boilerplate/css/style.css);
@import url(http://s3.amazonaws.com/devhub/template/theme/dh-columns.css); /* Standard column elements */@import url(http://dh-fonts.s3.amazonaws.com/sans_serif/Raleway/stylesheet.css);
/**@import url(/static/shared/fonts/slab_serif/Arvo/stylesheet.css);**/

/**#sitelogo #logotext { font-family: ArvoRegular, Georgia, serif; }**/

.col-padding { padding-right: 0; }
.box,
.image-wrap {
	margin-bottom: 0;
}
.box {
	padding: 22px 34px;
}
.image-wrap {
}
.image-wrap img {
    display: block;
}
.box-inner {
}

/************/

body {
	text-align: center;
    background: url(images/noise-bg.jpg) top left repeat #eaeaea;
}

#container {
    text-align: left;
}


/* Header */
#header {
    background: #fff;
    border-bottom: 3px solid #99cee4;
    padding: 36px 36px 33px;
    margin-bottom: 22px;
}
.logo-wrapper {
    float: left;
}
#sitelogo {
    display: block;
    position: relative;
    background-color: #99cee4;
    font-size: 2.2em;
    font-weight: 600;
    text-transform: uppercase;
}
#sitelogo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
#sitelogo a {
    display: block;
    position: relative;
    top: -3px;
    left: -3px;
    background-color: #0084bc;
    padding: 9px 13px 6px 13px;
    color: #eee;
    text-decoration: none;
    text-shadow: 0 -1px 0 #016894;
}
#logotext span {
    color: #d0e9f3;
}


/* Navigation */
#nav {
    float: left;
}
#nav ul {
    margin: 0;
    padding: 15px 38px;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}
#nav li {
    display: inline;
}
#nav a {
    color: #ccc;
    text-decoration: none;
    margin-right: 18px;
}
#nav a:hover {
    color: #0084bc !important;
}
#nav .selected a {
    color: #444;
}


/* Posts */
.post {
    position: relative;
    padding-bottom: 25px;
}
.post .title {
    font-size: 2.4em;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 135px;
}
.post .title a {
    color: #000;
    text-decoration: none;
}
.post .title a:hover {
    color: #0084bc;
}
.post .author {
    display: none;
    visibility: hidden;
}
.post .comments {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}
.post .comments a {
    color: #0084bc;
    text-decoration: none;
}
.post .comments a:hover {
    color: #000;
}
.post .time {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #99cee4;
}
.post .entry {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #555;
    padding: 10px 0 0;
}
.post .entry a {
    color: #000;
}
.post .entry a:hover {
    color: #0084bc;
}
.post .entry p {
    margin: 14px 0;
}
.post .entry strong {
    font-weight: 600;
    color: #000;
}
.post .entry img {
    border: 3px solid #fff;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.post .entry img[align=right] {
    margin: 0 0 5px 15px;
}
.post .social {
    display: none;
    visibility: hidden;
}


/* Content */
.content {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #555;
}
.content a {
    color: #000;
}
.content a:hover {
    color: #0084bc;
}
.content p {
    margin: 12px 0;
}
.content strong {
    font-weight: 600;
    color: #000;
}


/* Columns */
.col_2_1 .col-inner {
    border-right: 1px solid #ccc;
}
.col_2_1 .col-padding {
    border-right: 1px solid #fff;
}



/* Forms */
.form {
    padding: 5px 0;
}
.form label {
    display: block;
    float: left;
    width: 30%;
    font-weight: 600;
    font-size: 1.2em;
    padding: 7px 7px 7px 0;
    color: #444;
}
.form input[type=text],
.form textarea {
    float: right;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 1.2em;
    width: 60%;
    color: #222;
    background-color: #fff;

    -moz-box-shadow: inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow: inset 0 0 10px #ddd;
}
.form input[type=text]:hover,
.form textarea:hover {
    border-color: #99cee4;
}
.form p {
    clear: both;
    padding: 6px 0 0;
}
.form .submit {
    text-align: right;
}
.form .submit input {
    padding: 5px 10px;
    font-size: 1em;
    background: #eee; /* old browsers */
    background: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 ); /* ie */
    color: #0084bc;
    border: 1px solid #bbb;
    text-shadow: 0 1px 0 white;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}
.form .submit input:hover {
    border-color: #0084bc;
}
