@charset "utf-8";
/* CSS Document */

/*  
Theme URL: http://www.techtom.net/
Description: Digital Architect & Consultant
Author: Tom Hill
Author URL: http://www.techtom.net

Copyright (c) Techtom

*/

/* Generic
---------------------------------------------------------------------------------*/
body	{
	padding: 0;
	margin: 0;
	background-image: url(../images/bg.gif);
	font: bold 13px "Courier New", Courier, monospace;
	color: #FFF;
}

img {
	border: none;
}

td {
	padding-top: 10px;
}

/* Typography
---------------------------------------------------------------------------------*/
h1 {
	font: bold italic 20px "Courier New", Courier, monospace;
	color: #FFF;
	margin: 0 0 40px 0;
}

.col h2, .feature h2 {
	font: bold italic 20px "Courier New", Courier, monospace;
	color: #FFF;
	margin: 0 0 40px 0;
	border: none;
	padding: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h2 {
	font: bold 13px/1.5em "Courier New", Courier, monospace;
	color: #FFF;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

p {
	font: normal 14px/1.6em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	margin: 0;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color: #FFF;
}

a:hover {
	color: #333;
}

.contact_2 a:link, a:active, a:visited {
	color: #006699;
}

/* Buttons
---------------------------------------------------------------------------------*/
.cta-button {
	display: inline-block;
	background-color: #FFF;
	color: #00ACEE !important;
	padding: 12px 24px;
	margin-top: 15px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transition: background-color 0.2s, color 0.2s;
}

.cta-button:hover {
	background-color: #333;
	color: #FFF !important;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/bg_container.png) no-repeat;
}

#wrapper {
	width: 890px;
	margin: 0 auto 20px auto;
}

#header_left {
	float: left;
	margin: 50px 0;
	width: 315px;
	text-align: center;
}

#header_right {
	float: right;
	width: 575px;
	margin: 50px 0;
}

.title {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #FFF;
	font: bold italic 40px "Courier New", Courier, monospace;
	color: #6AD3F6;
	display:  inline-block;
}

#content {
	width: 850px;
	margin: 0 auto;
	background: #00ACEE url(../images/bg_content.png) top left no-repeat;
	clear: both;
	padding: 40px 0 40px 40px;
}

.col {
	width: 243px;
	margin: 0 35px 40px 0;
	display: inline-block;
	vertical-align: top;
	float: none;
}

.twitter {
	background: url(../images/bg_twitter.png) top right no-repeat;
	padding: 20px 0 20px 140px;
	margin: 20px 0 0 0;
	clear: both;
	min-height: 85px;
}

.twitter ul {
	margin: 0;
	padding: 0 0 15px 0;
}

.twitter li {
	list-style-type: none;
	padding-right: 20px;
	font: bold 17px/1.5em Arial, Helvetica, sans-serif;
	color: #FFF;
}

.feature {
	width: 345px;
	margin: 0 35px 0 0;
	display: inline-block;
	vertical-align: top;
	float: none;
	background: #77D4F6 url(../images/bg_feature.jpg) no-repeat;
	padding: 20px;
	position: relative;
}

.feature h2 {
	margin: 0 0 20px 0;
}

.knowledge_link {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 200px;
}

.knowledge {
	background: #6BD3F7 url(../images/knowledge.jpg) right top no-repeat;
	min-height: 72px;
}

.contact_1, .contact_2 {
	width: 355px;
	float: left;
	padding: 40px;
}

.contact_1 {
	margin: 20px 20px 0 0;
	background: url(../images/bg_contact_1.png) no-repeat;
}

.contact_2 {
	margin: 20px 0 0 0;
	background: url(../images/bg_contact_2.png) no-repeat;
	height: 303px;
}

.contact_2 p {
	padding: 0 0 10px 0;
}

.contact_2 h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}



.icon1 {background: url(../images/icon1.gif) no-repeat;}
.icon2 {background: url(../images/icon2.gif) no-repeat;}
.icon3 {background: url(../images/icon3.gif) no-repeat;}

#footer {
	width: 890px;
	text-align: center;
	clear: both;
	padding: 10px;
	background-color: #FFF;
	color: #333;
	margin: 20px auto;
}

/* Form
---------------------------------------------------------------------------------*/

.field, .textbox {
	border-top: 1px solid #AAA;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #AAA;
	padding: 5px;
	background-color: #FFF;
	font: 14px Arial, Helvetica, sans-serif;
}

.field {
	width: 250px;
}


/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

@media (max-width: 920px) {
    #container, #wrapper, #content, #footer {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #content {
        padding: 20px;
    }
    #header_left, #header_right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .col, .feature, .contact_1, .contact_2 {
        display: block;
        width: 100%;
        float: none;
        margin: 20px 0;
        box-sizing: border-box;
    }
    .feature {
        background-position: top right;
    }
    .twitter {
        padding: 20px;
        background-position: top right;
    }
    .contact_2 {
        height: auto;
    }
}
