@charset "utf-8";
/* CSS Document */

body {
	margin:0;
    padding:0;
	color:#555555;
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
	background-color:#f2f2f2;
	text-shadow:1px 1px 1px #ffffff;
}

.sample_img{
    margin: 0 8px;
    box-shadow:0 0 5px rgba(0,0,0,0.6);
    border-radius:6px;
}
.header_bg{
	position:relative;
	background-image: url(https://s3.amazonaws.com/BlackcloudStatic/img/header/background.png);
	background-repeat:repeat-x;
    height:100px;
}

.header_content {
    position:relative;
    width: 1020px;
    margin:0 auto;
}

blockquote{
    color:#585b60;
    font-weight:bold;
    padding-left:10px;
    border-left:2px solid #f60;
    width:220px;
    float:right;
    font-size:16px;
}
.header_menu{
    position:absolute;
    left:510px;
    top:30px;
}

.middle{
	background:url(https://s3.amazonaws.com/BlackcloudStatic/img/side_bg.png) repeat-x;
	position:relative;
	height:459px;
}

.landing_cracks{
	background: url(https://s3.amazonaws.com/BlackcloudStatic/img/front_bg_lower.jpg) no-repeat;
	position:relative;
	width:1020px;
	height:301px;
	margin:0 auto;	
}

.takeTheQuiz{
	text-align:center;
	background:url(https://s3.amazonaws.com/BlackcloudStatic/img/5MinuteQuiz.png) no-repeat;
	position:absolute;
	top:100px;
	right:60px;
	width:400px;
	height:200px;
}

.quizButton{
	position:relative;
	top:95px;
	left:-30px;
}

.siteContent{
	width:900px;
	margin:auto;
	line-height: 12px;
	font-size: 12px;
		font-family: "proxima-nova", sans-serif;
	padding:35px 75px;
}

.content{
	width:1020px;
	height:275px;
	padding-top:10px;
	margin:10px auto auto auto;
	background:url(https://s3.amazonaws.com/BlackcloudStatic/img/bottom-items-bg-top.png) no-repeat;	
}

.contentBottom{
	width:1020px;
	height:275px;
	margin-left: -5px;
	padding:0;
	background:url(https://s3.amazonaws.com/BlackcloudStatic/img/bottom-items-bg-bottom.png) no-repeat bottom;
}

.cool_button, .cool_button:visited{
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor:pointer;
}
.cool_button:hover{
	text-decoration:none;
}

.medium.cool_button, .medium.cool_button:visited{
	font-size:14px;
	padding:8px 14px 9px;
	font-weight:bold;
	line-height:1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.orange.cool_button, .orange.cool_button:visited{ 
	background-color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f79d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#f60));
	background: -moz-linear-gradient(top,  #FF9900,  #f60);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange.cool_button:hover{ 
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.blue.cool_button, .blue.cool_button:visited{ 
	background-color: #5084d9;
	border: solid 1px #5084d9;
	background: #5084d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#5084d9), to(#294571));
	background: -moz-linear-gradient(top,  #5084d9,  #294571);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5084d9', endColorstr='#294571');
}

.blue.cool_button:hover{ 
	background: #3e67a9;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e67a9), to(#294571));
	background: -moz-linear-gradient(top,  #3e67a9,  #294571);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e67a9', endColorstr='#294571');
}

.detail{
	float:left;
	width: 280px;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
    font-family: "proxima-nova", sans-serif;
	padding-top:1em;
	padding-right:2em;
	padding-left:2em;
      	text-shadow: 1px 2px 0 #fff;
        
}

.content_container{
	background:#bdd8ff;
	margin-top:-10px;
}

.bottom{
	width:960px;
	height:350px;
	margin:auto;
	position:relative;
}

.bottom_container{
    position:relative;
    background: url(https://s3.amazonaws.com/BlackcloudStatic/img/bg/footer_upper.png) repeat-x top #E1E1E1;
    margin-top: 25px;
    padding: 25px 0 0;
    overflow:hidden;
    border-bottom: #919191 solid 1px;
}

.bottomDetail{
	float:left;
	width: 440px;
	line-height: 22px;
	font-size: 11px;
	font-family: "proxima-nova", sans-serif;
	padding-right:2em;
	padding-left:2em;
}

.signupFront{
	float:left;
	background:url(https://s3.amazonaws.com/BlackcloudStatic/img/rightside.png);
	background-repeat:no-repeat;
	height:300px;
	width:315px;
	padding: 40px 0 0 0px;
	line-height: 22px;
	font-size: 12px;
	font-family: "proxima-nova", sans-serif;
	color:#FFF;
}

.signupBack{
	background:#69F;
	height:280px;
	width:300px;
	padding: 5px 5px;
	line-height: 22px;
	font-size: 12px;
	font-family: "proxima-nova", sans-serif;
	color:#FFF;
	float:right;
}

a img{
	border:0;
}

.clear {
    text-decoration:none;
    color:#f60;
    font-weight:bold;
}

.hline1{
	width:100%;
	height:1px;
	background:#FFF;
}

.hline2{
	width:100%;
	height:1px;
	background:#006;
}

a{
	color:#476BB2;
	font-size:12px;
	font-weight:bold;
    font-family: "proxima-nova", sans-serif;
  	text-shadow: #fff 0px 1px 0px;
    text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

.label{
	color:#476BB2;
	padding:2px 3px 2px 3px;
	font-size:12px;
	font-weight:bold;
        font-family: "proxima-nova", sans-serif; 
      	text-shadow: #fff 0px 1px 3px;
        text-decoration: none;
}

.pop_searches{
	font-weight:bold;;
	padding: .5em 1em .5em 1em;
	font-size:18px;
	font-weight:bold;	
	color:#666;
	margin-left:auto;
	margin-right:auto;
	width:360px;
	text-align:center;
        font-family: 'Lucida Grande','Lucida Sans Unicode','Helvetica Neue',Arial,Helvetica,sans-serif; 
      	text-shadow: #fff 0px 1px 3px;
}

.pop_searches p{
    font-family: "proxima-nova", sans-serif;
    font-size:12px;
}

.article_archives{
	position:absolute;
	right:30px;
	top:-15px;
	width:25%;
	color:black;
}

.article_archives a{
	color:#f60;
}

.article {
	margin:10px 0 10px 40px;
	font-size:16px;
    line-height: 1.6em;
    font-family: "proxima-nova", sans-serif;	
}

.articles-content {	
	left:40px;
	width:63%;
}

.article-list{
    overflow:hidden;
}

.blog_teaser{
	line-height:24px;
	padding:0 1em 1em 1em;
}

.extra_head{
	background:url(https://s3.amazonaws.com/BlackcloudStatic/img/header/extra-head.png) repeat-x;	
	height:70px;
	font-weight:bold;
	color:#FFF;
	font-size:32px;
	font-family: "proxima-nova", sans-serif;
	margin:0;
	position:relative;
    box-shadow:0 0 5px rgba(0,0,0,.6);
}

.inner_head{
	width:1020px;
	height:81px;
	margin:0 auto;
	font-family: "proxima-nova", sans-serif;
	font-size:36px;
	color:#FFF;	
	padding: 10px 0 0 0;
	font-weight:200;
	text-shadow: #000 0px 1px 3px;
}

.upper_content{
    position:relative;
    width:1012px;
    background:url(https://s3.amazonaws.com/BlackcloudStatic/img/bg/top.png) no-repeat;
    height:29px;
    margin:0 auto;
    overflow:hidden;
}

.blogblah{
    min-height:900;
}

.mid_section{
    position:relative;
    width:1012px;
    margin:0 auto;
    position:relative;
    background:url(https://s3.amazonaws.com/BlackcloudStatic/img/bg/middle.png) repeat-y;
    overflow:hidden;	
}

.lower_content{
    position:relative;    
    width:1012px;
    background:url(https://s3.amazonaws.com/BlackcloudStatic/img/bg/bottom.png) no-repeat;
    height:29px;
    margin:0 auto;
    margin-top:-20px;
}

.content_right{
    width:320px;
    position:absolute;
    top:20px;
    right:20px;
    background-color:green;
}

#footer{
    position:relative;
    background: #cecece;
    margin-top:0;
    padding: 25px 0 15px;
    border-top:1px white solid;
    
}

.footer_content{
    margin: 0 auto;
    padding:0;
    width:1020px;
}

.col-left{
    padding:0;
    width:540px;
    float:left;
}

#footer .col-right{
    width:280 px;
}

.col-right{
    padding-left: 100px;
    float:left;
}

.fix{
    clear:both;
    height:1px;
    margin: -1px 0 0;
    overflow: hidden;
}

h1, h2, h3, h4, h5{
    font-family: 'Lucida Grande','Lucida Sans Unicode','Helvetica Neue',Arial,Helvetica,sans-serif; 
    color:#222;
}

h1{
    color:#F60;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif;
}

.hr{
    border-bottom: 1px dotted #adb8c4;
    width:100%;
    height:1px;
}

.item_container{
    position:relative;
    height:300px;
}

.content_col_left{
    background:url(https://s3.amazonaws.com/BlackcloudStatic/img/bg/edge.png) repeat-y right top;
    padding:0 20px 0 0;
    width:715px;
    margin:10px auto 10px 30px;
    overflow:hidden;
}

.content_single_col{
    width: 940px;
    margin: 10px auto auto 30px;
    overflow:hidden;
}

hr{
    height:0;
    border:none;
    border-top:1px solid #C1C1C1;
    border-bottom:1px solid #ffffff;
    background-color: #C1C1C1;
    color: #C1C1C1
}

.dark{
    background-color: #919191;
    border-top:1px solid #919191;
    color: #919191;
    border-bottom:1px solid #EFEFEF;
}

.light{
    border-top:1px solid #666666;
    background-color: #666666;
    color: #666666;
    border-bottom:1px solid #D6EBFF;
}

.box{
    font-family:"lucida Grande";
    margin-right:20px;
    margin-bottom:20px;
    float:left;
    width:666px;
}

.solution{
    width:444px;
    height:222px;
}

.box h3{
    font-size:22px;
    line-height:34px;
    color:#F60;
    font-weight:bold;
    font-family: "proxima-nova", sans-serif;
    margin:0;
    padding-left:10px;
    text-shadow: 0px 1px 0px rgb(194, 194, 214);
    color:#FF6600;

}

.box h4{
    font-size:14px;
    line-height: 30px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    color:#666666;
    margin:0;
    padding-left:10px;
}

.box p{
    font-size:12px;
    line-height: 22px;
    font-family: "proxima-nova", sans-serif;
    margin:0;
    padding:10px;
}

h6{
	color:#476BB2;
	font-size:150%;
	font-weight:bold;
        font-family: "proxima-nova", sans-serif;
      	text-shadow: #fff 0px 1px 3px;
        text-decoration: none;
        margin:0;
}

.sub_head{
    border-bottom:1px dotted #ADB8C4;
    font-size:12px;
    line-height: 18px;
    font-family: "proxima-nova", sans-serif;
    margin:0;
    padding:0 10px 10px 10px;
    width:400px;
}

h2{
    font-size:20px;
    text-align:center;
    font-family: "proxima-nova", sans-serif;
}

.contact_form{
    padding:1em 1em;
    overflow:hidden;
}

.contact_form input[type='text']{
	background-image:url("https://s3.amazonaws.com/BlackcloudStatic/img/bg/bg-image-form-input.png") no-repeat;
	width:270px;
	height:22px;
	float:left;
	padding:5px;
	margin:5px 0;
}

.contact_form textarea{
	background-image:url("https://s3.amazonaws.com/BlackcloudStatic/img/bg/bg-image-form-textarea.png") no-repeat;	
	width:270px;
	height:110px;
	float:left;
	margin:5px 0;
	padding:5px;
}

.contact_form input[type='submit']{
	margin-top:10px;
	margin-left:150px;
}

.contact_form #captcha{
	font-weight:bold;
	float:left;
	padding-top:10px;
	height:35px;
}

.contact_form #captcha input[type='text']{
	width:120px;
	float:right;
	margin-top:-10px;
	margin-left:10px;
}

.fieldWrapper label{
	width:150px;
	height:24px;
	float:left;
	font-weight:bold;
	color: #666666;
	font-size:14px;
	font-family: "proxima-nova", sans-serif;
	margin-top:5px;
}

.fieldWrapper{
}
.blogger_box{
    -moz-box-shadow:1px 1px 0 #EEEEEE;
    background:none repeat scroll 0 0 #EEEEEE;
    border:1px solid #D6D6D6;
    margin-bottom:20px;
    margin-left:5px;
    padding:15px 5px 15px 15px;
    float:right;
    clear:right;
    text-shadow:0 1px 0 #F6F6F6;
    width:220px;
    color:#444444;
}

.blogger_box p{
    line-height:1.75em;
}

.blogger_box li{
    list-style-type:none;
}

.blogger_box ul{
    padding-left:0;
}

.blogger_box h2{
    margin:0 0;
    font-size:150%;
    color:#476BB2;
}

.classy_heading{
    font-family: "proxima-nova", sans-serif;
    font-size: 200%; 
    text-shadow: 0px 1px 0px rgb(194, 194, 214);
    color:#F60;
}
