/*---------------------------------------------------------------------------------

    Theme Name: NoVirusThanks
    Theme URI: http://www.novirusthanks.org/
    Author: NoVirusThanks
    Author URI: http://www.novirusthanks.org/
    Description: NoVirusThanks
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: novirusthanks
	
*/

@CHARSET "UTF-8";

* {
	box-sizing: border-box;
 	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/bg.png);
	/*font: 14px/1.6em Arial, serif;*/
	font:400 14px/28px "Open Sans", sans-serif !important; /*Google Font*/
	color: #808184;
	text-rendering: optimizeLegibility; /*Google Font - support iOS*/
}
a {
	color: #147bca;
}
a:hover {
	text-decoration: none;
}
h1 {
    font-family: "Open Sans", sans-serif !important; /*Google Font*/
	font-size: 30px;
	font-weight: normal;
	color: #555;
	margin-bottom: 15px;
}
h2 {
    font-family: "Open Sans", sans-serif !important; /*Google Font*/
	font-size: 24px;
	font-weight: normal;
	color: #555;
	margin: 25px 0;
}
h3 {
    font-family: "Open Sans", sans-serif !important; /*Google Font*/
	font-size: 20px;
	color: #555;
	margin: 25px 0;
}
h4 {
    font-family: "Open Sans", sans-serif !important; /*Google Font*/
	font-size: 16px;
	color: #555;
	margin: 20px 0;
}
h5 {
    font-family: "Open Sans", sans-serif !important; /*Google Font*/
	font-size: 14px;
	color: #555;
	margin: 20px 0;
}
h6 {
    font-family: "Open Sans", sans-serif !important; /*Google Font*/
	font-size: 12px;
	color: #555;
	margin: 20px 0;
}
p {
    line-height: 28px;
	margin-bottom: 25px;
}
table {
    margin: 25px 0;
}
textarea.changelog {
 background: url(images/notebook.png);
 font: normal 14px verdana;
 line-height: 25px;
 padding: 2px 10px;
 border: solid 1px #ddd;
 width: 100%;
 min-height: 450px;
}
.table tbody > tr > td {
    line-height: 26px;
}
ul {
    margin: 25px 0;
}
ul.features-list li {
    padding-left: 25px;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    margin-bottom: 6px;
	padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}
ul.no-list {
      margin: 1em 0 1em 0;
      padding-left: 0px; 
}
ul.no-list li {
        list-style: none;
        padding: 0;
        padding: 4px 0;
        line-height: 2em; 
}
dl#faqs dt {
    color: #1990dc;
    cursor: pointer;
    margin: 0 0 5px 0;
	line-height: 30px;
}  
dl#faqs dt:hover {
	text-decoration: underline;
}
dl#faqs dd {
	margin: 10px 0 0 0;
}

header {
	display: block;
	width: 100%;
	min-height: 51px;
	background: #222;
}
	header > section {
		display: block;
		width: 960px !important; /*max-width: 960px;*/
		margin: 0 auto;
		position: relative;
	}

/* Bootstrap styles override - start */
	
.navbar-default {
	border: none;
	background: none;
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	/*
	.navbar-brand {
		width: 250px;
		height: 28px;
		background: url(images/logo.png) left center no-repeat;
		text-decoration: none;
		margin: 10px 50px 0 60px;
	}
	*/
	.navbar-brand {
	    font-weight: bold;
		font-size: 20px;
		color: #fff !important;
		margin: 0 50px 0 30px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0 14px;
		line-height: 51px;
		display: inline-block;
		color: #999;
		text-decoration: none;	
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background: #080808;
		color: #fff;	
	}

/* Bootstrap styles override - end */

#top-banner {
	width: 728px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
}


#promo {
	width: 960px;
	height: 330px;
	background: url(images/promo-bg.jpg);
	text-align: center;
	color: #fff;
	margin: 30px auto 40px auto;
}
	#promo h2 {
		margin: 0;
		padding: 30px 0 25px 0;
		font-weight: bold;
		letter-spacing: 2px;
		font-size: 36px;
		color: #fff;
	}
	#promo h3 {
		margin: 0;
		color: #ececec;
		font-weight: normal;
		line-height: 1.4em;
		letter-spacing: 2px;
		font-size: 26px;
	}
	#promo > div {
	    margin-top: 40px;
	}
	#promo > div > a {
	    font-size: 16px;
		font-weight: normal;
		padding: 15px 25px;
	}
	
#content {
	width: 960px !important; /*max-width: 960px;*/
	margin: 0 auto;
	margin-bottom: 26px;
	background: #fff;
	border: 1px solid #ccc;
}
#left {
	width: 660px !important; /*max-width: 660px;*/
	padding: 10px 40px 30px 40px;
	float: left;
	border-right: 1px solid #ccc;
}
    #left img {
	    max-width: 580px;
		margin: 5px 0;
	}
	#left .product-buttons {
	    margin: 25px 0;
	}
	#left h3.post-title {
	    margin-bottom: 15px;
	}
	#left p.posted-on {
	    font-size: 11px; 
		text-transform: uppercase; 
		color: orange;
	}
#right {
	width: 298px;
	padding: 40px;
	float: right;
}
	#right h3 {
	    font-size: 16px;
	    color: #555;
	    margin: 20px 0;
	}
	#right nav a {
		display: block;
		background: url(images/arrow.png) left center no-repeat;
		padding: 0 0 0 20px;
		margin-bottom: 5px;
	}
	#right > #social a {
		display: block;
		margin-bottom: 8px;
	}

footer {
	text-align: center;
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 26px 0 26px 0;
}
	footer p {
		line-height: 24px;
		margin-bottom: 10px;
	}
	footer > div {
		margin-top: 20px;
	}
	
	
/* Common styles */

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: " ";
}


/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 25px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}


@media screen and (max-width: 900px) {
	#top-banner {
		width: 90%;
		margin: 0 auto;
	}
		#top-banner img {
			width: 100%;
			margin: 5px 0;
		}
	#content {
		max-width: 960px;
		margin: 0 auto;
		margin-bottom: 26px;
		background: #fff;
		border: 1px solid #ccc;
	}
	#left {
		width: 100%;
		padding: 10px 40px;
		float: none;
		border-right: none;
	}
	#right {
		display: none;
	}
}