/************************************************************************************
Rest
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
General
*************************************************************************************/
body {
	background: #000000 url(../img/back-ground.jpg) no-repeat center top;
	border-top: 8px solid #3ab1e2;
	font: 12px/75% 'Open Sans', sans-serif;
	overflow-x: hidden;
	line-height: 16px;
	color: #333;
}
a {
	color: #e1bf2a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
Layout
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 240px auto;
	margin-bottom: 30px;
}

/************************************************************************************
Header
*************************************************************************************/
#header {
	position: relative;
	height: 175px;
}
#site-logo {
	margin: -15px 0 0px 0;
	float: right;
}
#site-logo a {
	width: 100%;
	float: right;
}
#site-description {
	font: italic 100%/130% 'Fjalla One', sans-serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/************************************************************************************
Navigation
*************************************************************************************/
.social-media {
	float: right;
}
.social-media li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

/************************************************************************************
Content
*************************************************************************************/
#full {
	margin: 15px 0 10px 0;
	padding: 0 0;
	width: 980px;
	float: left;
}
.full-div {
	background: #fff;
	padding: 10px 10px;
	margin: 0 0 10px 0px;
}
#content {
	margin: 15px 0 10px 0;
	padding: 0 0;
	width: 600px;
	float: right;
}
.content-div {
	background: #fff;
	padding: 10px 10px;
	margin: 0 0 10px 0px;
}
.content-div ul {
	margin: 0px 0 0 0;
}
.content-div li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #eee;
}
.post {
	margin-bottom: 10px;
}
.post-title {
	margin: 0 0 0px;
	padding: 15px;
	font: normal 26px/120% 'Fjalla One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #3ab1e2 url(../img/circle.png) no-repeat;
	background-position: 95% 50%;
	color: #fff;
}
.post-title a {
	text-decoration: none;
	color: #fff;
}
.post-title a:hover {
	text-decoration: underline;
}
.post-meta p {
	border-bottom: 1 dotted #ccc;
	border-top: 1 dotted #ccc;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 90%;
}
.post-image {
	border: 1px solid #ccc;
	margin: 0 0 15px 15px;
	padding: 5px 5px 3px 5px;
	float: right;
}
.page-title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 0;
	font: normal 22px/100% 'Fjalla One', sans-serif;
	text-transform: uppercase;
}
.case {
    background: #333;
    float: left;
    margin: 10px 0 25px 0px;
    position: relative;
    width: 265px;
}
.case h2 {
        padding: 10px 8px 10px 8px;
        font-weight: bold;
        font-size: 13px;
        color: white;
        margin: 0;
    }
.case h2 a {
            text-decoration: none;
            color: white;
        }
.case span {
            font-weight: 100;
            font-size: 10px;
            line-height: 19px;
            float: right;
        }
.case a.view-info {
            background: #000 url("../img/view-tab.png") no-repeat;
            border-radius: 0px 3px 3px 0px;
            display: block;
            padding: 10px 15px 10px 15px;
            position: absolute;
            bottom: 20px;
            left: 0;
            text-decoration: none;
            color: #fff;
        }
.case a:hover { text-decoration: underline; }
.download {
    background: #333;
    float: left;
    margin: 10px 10px 10px 0px;
    position: relative;
    width: 170px;
    height: 199px;
}
.download h2 {
        padding: 10px 8px 10px 8px;
        font-weight: bold;
        font-size: 11px;
        color: #fff;
        margin: 0;
    }
.download h2 a {
            text-decoration: none;
            color: white;
        }
.download span {
            font-weight: 100;
            font-size: 10px;
            line-height: 19px;
            float: right;
        }
.download a.view-info {
            background: #000 url("../img/view-tab.png") no-repeat;
            border-radius: 0px 3px 3px 0px;
            display: block;
            padding: 10px 15px 10px 15px;
            position: absolute;
            bottom: 20px;
            left: 0;
            text-decoration: none;
            color: #fff;
        }
.download a:hover { text-decoration: underline; }
.download-sticky {
	margin: 10px 0 5px 23px;
}

/************************************************************************************
Sidebar
*************************************************************************************/
#sidebar {
	width: 370px;
	float: left;
	margin: 15px 0px 0;
	padding: 0 0;
}
.widget {
	background: #fff;
	margin: 0 0 20px 0;
	padding: 12px 10px 5px 10px;
}
.widget ul {
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}
.widget li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #eee;
	font-weight: bold;
}
.sub-title {
	margin: 0 0 0px;
	padding: 15px;
	font: normal 26px/120% 'Fjalla One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #3ab1e2 url(../img/circle.png) no-repeat;
	background-position: 92% 50%;
	color: #fff;
}
.sub-title a {
	color: #fff;
}
.sub-link {
	margin: -20px 0 12px;
	padding: 15px;
	font: normal 18px/105% 'Fjalla One', sans-serif;
	text-transform: uppercase;
	background: #ccc;
}
.sub-link a {
	color: #666;
}

/************************************************************************************
Footer
*************************************************************************************/
#footer {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	clear: both;
	color: #fff;
	font-size: 85%;
}
#footer a {
	color: #666;
}
#footer .credit {
	float: right;
}

/************************************************************************************
Wordpress Comments
*************************************************************************************/

#comments { }
#respond { margin-bottom: 30px; }
#comments a { color: #00b6f8; text-decoration: none; }
#comments a:hover { text-decoration: underline; }
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
#comments-title { text-transform:uppercase; } 
.commentlist li {
    background: #f5f5f5;
    color: #000;
    margin-bottom: 30px;
    padding: 15px 15px 5px 98px;
    position: relative;
}
.commentlist li article footer {
    background: none;
    padding: 0;
}
.commentlist li .comment-author  {
    color: #333;
    font-size: 12px;
    margin-bottom: 15px;
}
.commentlist li .comment-author .fn {
    display: block;
    font-size: 24px;
}
.commentlist li .comment-author a {
    border: none;
}
.commentlist li .comment-edit-link {
    position: absolute;
    top: 15px;
    right: 15px;
}
.commentlist li .comment-content { font-size: 12px; color: #666;}
.commentlist li .avatar {
    position: absolute;
    top: 15px;
    left: 15px;
}
#comments .form-allowed-tags { display: none;}
#respond h3#reply-title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	font: normal 22px/100% 'Fjalla One', sans-serif;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}
#respond .comment-notes {
    color: #ccc;
    font-weight: 100;
    font-style: italic;
}
#respond input[type=text], #respond textarea {
	font: 12px/75% 'PT Sans Caption', sans-serif;
	border: 1px solid #ccc;
    display: block;
    padding: 5px;
    margin: 5px 0;
    resize: none;
    width: 98%;
}
#respond input[type=submit] {
    font: 12px/75% ;
    background: #272525; 
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 10px 60px;
    font-weight: bold;
    cursor: pointer;
}
#respond input[type=submit]:hover { background: #e1bf2a; }
.comment-meta { margin-top: 0;}

/************************************************************************************
Wordpress Misc
*************************************************************************************/
img.centered {
    margin-right: auto;
	margin-left: auto;
	display: block;
}
img.alignright {
    border: 1px solid #cccccc;
    margin: 0 0 15px 15px;
    display: inline;
	padding: 5px;
}
img.alignleft {
    border: 1px solid #cccccc;
    margin: 0 15px 15px 0;
    display: inline;
	padding: 5px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.pagenavi {
    margin: 5px -5px 10px 20px;
    padding: 5px 1px 10px;
    float: right;
    width: 98%;
    color: #666;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi a {
    background-color: #ececec;
	padding: 5px 6px 4px 6px;
	text-decoration: none;
	margin: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi a:hover {
    background-color: #333333;
	color: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi span.pages {
    background-color: inherit;
	padding: 5px 6px 4px 6px;
	font-weight: bold;
	margin: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi span.current {
    background-color: #333333;
	padding: 5px 6px 4px 6px;
	font-weight: bold;
	color: #ffffff;
	margin: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi span.expand {
    background-color: inherit;
	padding: 5px 6px 4px 6px;
	margin: 3px;
    color: #444;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi .first, .pagenavi .last {
    border: 0 solid #aaa;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenavi .single_page {
	border: 0px solid #666666;

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

/************************************************************************************
Misc
*************************************************************************************/
.fb-like {
	margin: 10px 0 15px 0;
	width: 80%;
}
.addthis_default_style {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0 9px 8px;
	margin: 30px 0 10px 0px;
	background: #ececec;
	width: 60%;
}
#crumbs {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    padding: 8px 0 8px 0;
    margin: 0 0 10px 0;
}
#crumbs .current {
}

/************************************************************************************
Clearfix
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1;
}
