@import url(http://fonts.googleapis.com/css?family=Galdeano);
@import url(http://fonts.googleapis.com/css?family="Open Sans");

/* STRUCTURE */

body {
	font-size: 14pt;
	font-family: "Open Sans", serif;
	background: #FFFFE4;
	margin: 0;}

#box-outer {
	border: 12px solid;
	width: 958px;
	margin: -30px auto 0;
	border-radius: 20px; -moz-border-radius: 20px;
	position: relative;
	z-index: 1;}

#box {
	background: #fff;
	padding: 25px 38px 15px;
	border: 4px solid;
	width: 878px;
	margin: -2px;
	border-radius: 12px; -moz-border-radius: 12px;
	position: relative;
	z-index: 1;}

#head {
	margin: 0 auto;
	width: 994px;
	height: 302px;
	position: relative;}

#title {
	position: absolute;
	left: 8px;
	top: 90px;
	width: 668px;
	height: 126px;
	border: 0;}

#photo {
	position: absolute;
	left: 618px;
	top: 23px;
	height: 269px;
	width: 376px;
	background-image: url(basic/i/p.jpg);}

#home #box-outer						{border-color: #003088;}
#domain #box-outer						{border-color: #923801;}
#wordpress #box-outer					{border-color: #046819;}
#info #box-outer						{border-color: #88005c;}
#start #box-outer						{border-color: #006878;}

#home #box								{border-color: #ccdeff;}
#domain #box							{border-color: #ffd9c0;}
#wordpress #box							{border-color: #d2f9db;}
#info #box								{border-color: #fce;}
#start #box								{border-color: #99f2ff;}

#col1, #col2 {
	width: 413px;
	float: left;	
	padding: 0 24px;}

#col1	{margin: -23px 0 24px -24px;}
#col2	{margin: -23px -24px 24px 0;}

#divider {
	position: absolute;
	width: 2px;
	height: 755px;
	background-color: #ccc;
	z-index: 2;
	left: 473px;
	top: 133px;}

.clear	{clear: both;}



/* NAVIGATION */

.nav {
	margin: 0 auto;
	height: 80px;
	width: 991px;
	padding: 0 0 0 1px;
	z-index: 1;}

.nav a {
	height: 80px;
	width: 198px;
	float: left;
	display: block;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;}

#home .btn-home,			.btn-home:hover 			{background: url(i/b.png) -0px -80px;}
#domain .btn-domain, 		.btn-domain:hover 			{background: url(i/b.png) -198px -80px;}
#wordpress .btn-wordpress, 	.btn-wordpress:hover		{background: url(i/b.png) -396px -80px;}
#info .btn-info, 			.btn-info:hover 			{background: url(i/b.png) -594px -80px;}
#start .btn-start,			.btn-start:hover			{background: url(i/b.png) -792px -80px no-repeat;}

#connector, #connector-bottom {
	width: 190px;	
	position: relative;
	top: -12px;
	z-index: -1;}

#connector {
	height: 37px;
	margin: 0 auto;}

#connector-bottom {
	height: 35px;
	margin: -7px auto -21px;}

#home #connector					{background: #003088; right: 396px;}
#domain #connector					{background: #923801; right: 198px;}
#wordpress #connector				{background: #046819; right: 0px;}
#info #connector					{background: #88005c; right: -198px;}
#start #connector					{background: #006878; right: -396px;}

#home #connector-bottom				{background: url(i/c1.png); right: 396px;}
#domain #connector-bottom			{background: url(i/c2.png); right: 198px;}
#wordpress #connector-bottom		{background: url(i/c3.png); right: 0px;}
#info #connector-bottom				{background: url(i/c4.png); right: -198px;}
#start #connector-bottom			{background: url(i/c5.png); right: -396px;}

.btn-home							{background: url(i/b.png);}
.btn-domain							{background: url(i/b.png) -198px -0px;}
.btn-wordpress						{background: url(i/b.png) -396px -0px;}
.btn-info							{background: url(i/b.png) -594px -0px;}
.btn-start							{background: url(i/b.png) -792px -0px no-repeat;}



/* TEXT */

#footer {
	font-size: 8pt;
	color: #ccc;
	text-align: center;
	font-weight: bold;
	margin: 20px 0;}

#footer a {
	color: #ccc;
	text-decoration: none;}

.info-box, .story-box, .info-snippet, .story-snippet, .setup {
	display: block;
	margin: 18px 0 6px;
	padding: 4px 20px;
	border: 2px solid;
	border-radius: 12px; -moz-border-radius: 12px;
	line-height: 125%;}

.info-box, .info-snippet {
	background-color: #D5F0F0;
	border-color: #37a6a6;}

.story-box, .story-snippet {
	background-color: #E2D5F0;
	border-color: #6F37A6;}

.setup {
	background-color: #fdffbe;
	border-color: #babe00;}

.info-box, .story-box, .setup {
	margin: 55px 0 15px;}

.info-box:before, .story-box:before, .info-snippet:before, .story-snippet:before {
	content: "?";
	color: #fff;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	line-height: 24pt;
	display: block;
	height: 30px;
	width: 30px;
	margin: -19px -8px 0 0;
	background-color: #37a6a6;
	border-radius: 20px; -moz-border-radius: 20px;}

.story-box:before, .story-snippet:before {
	background-color: #6F37A6;}

.info-box p + h2, .story-box p + h2 {
	margin-top: 56px;}

.info-box img {
	border: 1px solid #999;
	margin: 12px 0;}

#box > p, li {
	line-height: 150%;}

#col1 li {
	line-height: 110%;
	margin: 10px 0;}

a {
	font-weight: bold;
	color: #00f;}

a:visited {
	color: #609;}

#box > ul {
	margin-bottom: 36px;}

h1, h2 {
	font-family: Galdeano, sans-serif;}
	
h1 {
	font-size: 34pt;
	margin: 0 0 20px;
	letter-spacing: -1pt;}

h2 {
	font-size: 24pt;
	letter-spacing: -0.5pt;}

h3 {
	font-size: 12pt;
	margin: 30px 0 -13px;
	color: #888;
	font-style: italic;}

#box > h2, #col1 > h2, #col2 > h2 {
	margin: 56px 0 -5px;}

#disc {
	color: #6F37A6;}

.setup {
	padding: 10px 40px 5px 42px;}

.setup ol {
	list-style-type: none;}

.setup li {
	padding: 5px;}

.setup .first-step:before {
	content: "STEP 1";}

.setup .second-step:before {
	content: "STEP 2";}

.setup li:before {
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	float: left;
	display: block;
	margin: 20px 0 0 -88px;
	padding: 4px 9px 4px 9px;
	letter-spacing: 0.5pt;
	background: #babe00;}

#nav-article {
	width: 100%;
	padding: 0 0 28px 0;
	margin-top: 50px;
	clear: both;
	border-top: 2px solid #ccc;}

#nav-article a:first-child {
	float: left;}

#nav-article a:last-child {
	float: right;}



/* DEFINITION LISTS */

.instructions dt {
	color: #F4DFF1;
	background-color: #605;
	font-weight: bold;
	padding: 9px 15px 14px;
	width: 150px;
	height: 53px;
	display: block;
	float: left;
	clear: left;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	line-height: 130%;
	font-size: 12pt !important;}

.instructions dl img {
	float: left;
	margin-right: -5px;}

.instructions dd {
	background-color: #cfc;
	padding: 0px 10px 0px 10px;
	width: 645px;
	margin: 0 0 15px 195px;
	border: 2px solid #005900;
	min-height: 72px;
	vertical-align: top;}

.instructions dd:before {
	content: url(i/arrow.png);
	position: relative;
	float: left;
	right: 27px;
	bottom: 2px;
	margin-right: -24px;}

.instructions dd img {
	margin: 0 2px;
	float: none;}

.questions dt {
	line-height: 160%;}

.questions dd {
	padding: 0 0 20px 0;}

.questions dt a, .expander a {
	text-decoration: none;}

.questions dt a:before, .expander a:before {
	margin: 0 7px 0 0;
	padding: 0 5px;
	font-size: 12pt;
	font-weight: bold;
	content: "+";
	color: #fff;
	background: #00f;
	border-radius: 2px;}

.questions dt a:before {
	margin-left: 13px;}

.question {padding: 0 16px; background-color: #ddd;	border: 2px solid #bbb;}
	.question p {font-style: italic;}
.response {margin: 10px 0 0 40px; padding: 0 16px; background-color: #C8C8F2; border: 2px solid #9191E6;}

/* EMAIL DNLPCHNK FORMS */

.text-box {
	padding: 10px;
	margin: 20px 0 -15px;
	border-radius: 12px;
	width: 550px;
	border: 3px solid #a637a6;
	background: #ece;
	overflow: auto;
	font: bold 12pt sans-serif;}

#submit-btn {
	color: #ece;
	margin: 0 0 20px;
	font-size: 12pt;
	height: 30px;
	width: 90px;
	font-weight: bold;
	border-radius: 20px;
	border: 0;
	outline: none;
	background: #a637a6;}

input[type=text]:focus, textarea[type=text]:focus {
	border-color: #CC64CC;
	background-color: #F2D9F2;
	color: #444;}



/* MISC & MEDIA */

.hidden {
	display: none;}

#gallery {
	padding: 4px 3px 8px;
	display: none;}

#gallery img {
	margin: 18px 30px 12px 0;
	border: 1px solid #999;}

.gallery-expand {
	padding: 0 2px 12px;
	font-size: 10pt;
	font-weight: bold;
	margin: 20px -38px 0;}

.gallery-expand a {
	color: #fff;
	text-decoration: none;
	background-color: #999;
	display: inline;
	margin: 0 38px;
	padding: 1px 6px;
	border-radius: 3px;
	text-transform: uppercase;}

#website-blog-comparison {
	margin: 0 0 -40px -16px;
	border-spacing: 15px 10px;
	border-style: none;
	width: 760px;}

#website-blog-comparison td {
	border: none;
	padding: 10px 15px;}

#website-blog-comparison h2 {
	margin-bottom: -23px;}

#website-blog-comparison img {
	margin: 0 auto;}

.comparison-row td {
	background-color: #eee;
	vertical-align: top;}

#site-map {
	position: absolute;
	top: 0;
	right: 8px;
	background-color: #f5f5dc;
	height: 22px;
	padding: 0 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;}

#site-map a {
	font-size: 10pt;
	font-weight: normal;
	color: #B9AE7B;
	margin: 0 9px;
	text-decoration: none;
}

#talk {
	display: none;}





@media all and (max-width: 750px) and (min-width: 100px) {



/* STRUCTURE */

body {
	font-size: 14pt;
	font-family: "Open Sans", serif;
	background: #FFFFE4;
	margin: 0;
	}

#box-outer {
	border-top: 2vw solid;
	border-bottom: 2vw solid;
	border-left: none;
	border-right: none;
	width: 100%;
	margin: -8vw auto 0;
	border-radius: 0;
	position: relative;
	z-index: 1;}

#box {
	background: #fff;
	padding: 4vw 5% 8vw;
	border-top: 1.2vw solid;
	border-bottom: 1.2vw solid;
	width: 90%;
	border-radius: 0;
	position: relative;
	border-left: none;
	border-right: none;
	z-index: 1;}

#head {
	height: 30vw;
	width: 100%;}

#title {
	top: 8.5vw;
	width: 65vw;
	height: auto;
	border: 0;}

#photo {
	left: 64.5vw;
	top: 6vw;
	width: 30vw;
	height: 20vw;
	background-image: url(basic/i/p.jpg);
	background-size: 30vw;}

#col1, #col2 {
	width: inherit;
	float: left;	
	padding: 0;}

#col1, col2	{margin: 0;}

#divider {

	display: none;}



/* NAVIGATION */

.nav {
	margin: 0 auto;
	height: 8.5vw;
	width: 100vw;
	z-index: 1;
	width: 99.8%;
	margin-bottom: 3vw;}

.nav a {
	height: 12vw;
	width: 18vw;
	float: left;
	display: block;
	outline: none;
	overflow: hidden;
	margin: 0 0.4vw;}

#home .btn-home, .btn-home					{background: url(i/m/1.png) no-repeat;	background-size: 18vw !important;}
#domain .btn-domain, .btn-domain			{background: url(i/m/2.png) no-repeat;	background-size: 18vw !important;}
#wordpress .btn-wordpress, .btn-wordpress	{background: url(i/m/3.png) no-repeat;	background-size: 18vw !important;}
#info .btn-info, .btn-info					{background: url(i/m/4.png) no-repeat;	background-size: 18vw !important;}
#start .btn-start, .btn-start				{background: url(i/m/5.png) no-repeat;	background-size: 18vw !important;}

#connector, #connector-bottom {
	width: 18vw;	
	position: relative;
	top: -5vw;
	z-index: -1;}

#connector {
	height: 5vw;
	margin: 0 auto;}

#connector-bottom {
	height: 3vw;
	margin: 5vw auto -7vw;
	background-size: 18vw;}

#home #connector, #home #connector-bottom			{background: #003088; right: calc(40.7vw + -10px);}
#domain #connector, #domain #connector-bottom		{background: #923801; right: calc(21.9vw + -10px);}
#wordpress #connector, #wordpress #connector-bottom	{background: #046819; right: calc(3.1vw + -10px);}
#info #connector, #info #connector-bottom			{background: #88005c; right: calc(-15.7vw + -10px);}
#start #connector, #start #connector-bottom			{background: #006878; right: calc(-34.5vw + -10px);}



/* TEXT */

p, li {font-size: 4.6vw !important; line-height: 100% !important;}
h2, h3 {font-size: 7vw !important; line-height: 80% !important;}



/* DEFINITION LISTS */

.instructions {
	max-width: 100vw;
	padding: 0;
	margin: 5vw -5%;}

.instructions dt {
	color: #F4DFF1;
	background-color: #605;
	font-weight: bold;
	padding: 1.3vw 2.75vw 2.8vw;
	width: 20vw;
	height: 53px;
	display: block;
	float: left;
	clear: left;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	line-height: 100%;
	font-size: 2.9vw !important;}

.instructions dl img {
	float: left;
	margin-right: -1vw;}

.instructions dd {
	background-color: #cfc;
	padding: 0 2vw 0 2vw;
	width: 62vw;
	margin: 0 0 3vw 28.2vw;
	border: 2px solid #005900;
	min-height: 72px;
	vertical-align: top;}

.instructions dd:before {
	content: url(i/arrow.png);
	position: relative;
	float: left;
	right: 27px;
	bottom: 2px;
	margin-right: -24px;}

.instructions dd img {
	margin: 0 2px;
	float: none;}

.questions dt {
	line-height: 160%;}

.questions dd {
	padding: 0 0 20px 0;}

.questions dt a, .expander a {
	text-decoration: none;}

.questions dt a:before, .expander a:before {
	margin: 0 7px 0 0;
	padding: 0 5px;
	font-size: 12pt;
	font-weight: bold;
	content: "+";
	color: #fff;
	background: #00f;
	border-radius: 2px;}

.questions dt a:before {
	margin-left: 13px;}

.question {padding: 0 16px; background-color: #ddd;	border: 2px solid #bbb;}
	.question p {font-style: italic;}
.response {margin: 10px 0 0 40px; padding: 0 16px; background-color: #C8C8F2; border: 2px solid #9191E6;}



/* EMAIL DNLPCHNK FORMS */

.text-box {
	padding: 2vw;
	margin: 4vwpx 0 -3vw;
	border-radius: 2.4vw;
	width: 75vw;
	border: 0.6vw solid #a637a6;
	background: #ece;
	overflow: auto;
	font: bold 2.7vw sans-serif;}

#submit-btn {
	color: #ece;
	margin: 0 0 4vw;
	font-size: 2.7vw;
	height: 6vw;
	width: 18vw;
	font-weight: bold;
	border-radius: 4vw;
	border: 0;
	outline: none;
	background: #a637a6;}



/* MISC & MEDIA */

img {max-width: 75vw;}

.hidden {
	display: none;}

#website-blog-comparison {
	border-style: none;
	width: 95vw;}

#website-blog-comparison td {
	border: none;
	padding: 2vw;
	width: 55vw;}

#website-blog-comparison h2 {
	margin-bottom: -4.6vw;}

#website-blog-comparison img {
	width: 43vw;
	margin: 0 -2vw;}
