/* Main CSS for GedStar.com site based on PBM2 generation */

/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  06: 2 Col Flex Sidebar Right, Top Menu
  ------------------------------------------------
*/

/* Main structure DIVs and other definitions */
body {
	font-family: "Segoe UI", "Open Sans", Optima, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*  Standard tag definitions (were cleared by cssreset.css  */
img {
	vertical-align: bottom;
}

p {
	margin: 1em 0;
}

ul {
	margin: 1em 0;
	padding-left: 2.5em;
}


.masthead {
	padding: 0px;
	text-align: left;
	background-color: #ccc;
	height: 70px;
	background-image: url(../_images/headbg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	box-shadow: 0px 0px 10px #333;
}

.logo {
	width: 500px;
	margin: 0 auto;
}

/*Max-Width allows the image to scale with the page*/
.logo img {
	display: block;
	margin: 0 auto;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.content-wrapper {
	border: 1px solid #222;
	margin: 0px;
	overflow: hidden;
}
.columns-wrapper {
	/*	overflow: hidden; */
	width: auto;
	height: auto;
	max-width: 980px;
	margin: 0px auto;
}

.main-content {
	float: left;
	width: 80%;
	max-width: 700px;
}

.doc-content {
	width: 90%;
	margin: 0 auto;
	max-width: 760px;
}

.sidebar {
	width: 15%;
	min-width: 160px;
	max-width: 240px;
	float: left;
}

/* The sidebar is used for Google AdSense */
.sidebar .content {
	padding: 60px 10px;
	font-size: .85em;
	line-height: 1.2em;
/*	background-color: #D8D8D8;
	background-image: -ms-linear-gradient(top, #FFF, #AAA);
	background-image: -moz-linear-gradient(top, #FFF, #AAA);
	background-image: -webkit-linear-gradient(top, #FFF, #AAA);
	background-image: linear-gradient(top, #FFF, #AAA); */
}

.main-content .content{
	padding: 40px 40px 20px 20px;
	font-size: 1em;
	line-height: 1.25em;
	color: #563449;
}

.doc-content .content {
	padding: 20px;
	font-size: .95em;
	line-height: 1.1em;
	color: #59374f;
}


/*Heading styles*/
h1, h2, h3, h4 {
	margin: 20px 0px 0px 0px;
}
h1 {
	font-size: 1.8em;
	font-family: 'Racing Sans One', Helvetica, Arial, sans-serif;
	font-weight: 400;
	/*	font-weight: bold; */
	color: #400040;
	text-align: center;
}
h2 { 
	font-size: 1.6em;
	font-family: 'Racing Sans One', Helvetica, Arial, sans-serif;
	font-weight: 400;
/*	font-weight: bold; */
	color: #239178;
	text-align: center;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a {
	color: #563449;
	font-weight: bold;
	text-decoration: underline;
	}
.content a:hover, .content a:focus {
	color: #239178;
	text-decoration: none;
	}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

/* Wrapper for PMM3 menu */
.menu-wrapper {
}

/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #6E6D68;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	background-image: url(../css/img/pbm-menu-bg.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}

.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	clear: both;
	background-color: #795475;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: 0.7em;
	color: #dcd5a1;
	text-align: center;
	border-top: 4px solid #DCD39F;
}
.footer p.copyright {
	text-transform: none;
	margin: 0px;
}

/* Content DIVs and other definitions  */
.singlewide {
	background-color: #fff;
	width: 90%;
	margin: 20px auto;
	padding: 10px 30px 20px 30px;
	border: 2px solid #7d7b71;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 2px #bbb;
}

.docrightcol {
	background-color: #fff;
	width: 90%;
	margin: 20px auto;
	padding: 10px 30px 20px 30px;
	border: 2px solid #7d7b71;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 2px #bbb;
}

img.docscreen {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #600;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}


/*  News headlines  */
.newsbox {
	font-size: 1em;
	font-style: normal;
	color: #400040;
	background-color: #FFFF99;
	text-align: center;
	padding: 4px;
	width: 85%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 2px #999;
}

.newsbox2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #845F94;
	background-color:#C2E0FE;
	text-align: center;
	padding: 8px;
	width: 85%;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 2px #999;
}

.centerdiv {
	margin: 10px auto;
	text-align: center;
}

.errorBox {
	width: 90%;
	text-align: left;
	margin: 12px auto 12px auto;
	padding: 4px 10px;
	background-color: #eee;
	border: solid 1px;
	border-color: #205557;
	color: #F00;
}

/*  Place holders used to suppress parts of pages on smaller screens  */
.no-phone {
}
.no-medium {
}

ul.smbulletList {
	margin-left: 1em;
}

ul.smbulletList li {
	list-style-position: outside;
	list-style-type: disc;
}

.successMsg {
	color: #669966;
}

/* Image left-floated in text section */
img.leftimage {
	margin-right: 10px;
	float: left;
}

/*  Usually used with a <br> tag  */
.clearing {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*  Alternate clearing to be used on container with floated DIVs  */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.bigleft {
	font-size: 200%;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	color: #239178;
}

.emphasis {
	font-weight: bold;
	font-size: 105%;
	color: #239178;
}

ul.bulletlist {
	margin-left: 0;
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-image: url(../_images/pbullet.png);
	list-style-position: outside;
}

ul.bulletlist li {
	margin-bottom: 4px;
}

ul.indent_bulletlist {
	margin-left: 0;
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-image: url(../_images/pbullet.png);
	list-style-position: outside;
}

ul.indent_bulletlist li {
	margin-bottom: 4px;
}

.clearall {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.biglink {
	font-size: 1.2em;
	font-weight: bold;
}

/* Download button that transitions on hover by making the foreground transparent,
   wbich then reveals the background image. */

.download_btn {
	width: 200px;
	height: 40px;
	background-image: url(../_images/download_s2.png);
	margin: 0 auto;
}

.download_btn a {
	display: block;
}

.download_btn img {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.download_btn img:hover, .download_btn img:focus {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}


/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }


/*******************   MEDIA QUERIES   ****************/


/*Medium windows - reduce padding content padding*/
@media only screen and (max-width: 900px) {
.masthead .logo {
	width: 350px;
}
	
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.content {
	padding: 10px 10px;
	border: none;
	height: auto;
	max-height: 888678px;
}
.singlewide, .docrightcol {
	width: 95%;
	padding: 10px 15px;
}
.no-medium {
	display: none;
}
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (max-width: 699px) {
body {
	background: #fff;
}
.masthead .logo {
	width: 300px;
}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.content {
	padding: 10px 10px;
	border: none;
	height: auto;
	max-height: 888678px;
}
.singlewide,.docrightcol {
	width: auto;
	padding: 0px;
	border: none;
	box-shadow: none;
}
.no-phone {
	display: none;
}
}
.captcha-img {
	vertical-align: middle;
}
