/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --- 1. defaults  ----------------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: Helvetica,sans-serif;
	background-color: #000014;
	color: #7e7e79;
}
		
/*  --- 2. structure  ---------------- */

#wrapper {
	width: 850px;
	background-color: #fff;
	margin: 4em auto 2em;
}
		
#header {
	height: 70px;
	width: 850px;
	background-color: #fff;
	color: #000;
}

#header img {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 2em;
}

#logo {
	float: left;
	overflow: visible;
	margin-left: -20px;
	margin-top: -40px;
}
		
#content {
	background-color: #fff;
	width: 850px;
	color: #000;
	font-size: 110%;
	text-align: left;
	line-height: 120%;
}

#content .app-desc img {
	float: left;
	margin-left: 2em;
	margin-right: 2em;
}

#content .app-desc p {
	display: block;
	margin: 2em;
	text-align: left;
	width: 700px;
}

#content .centered-bold {
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-weight: bold;
	font-size: 120%;
	margin-top: 4em;
}

#content .centered {
	width: 850px;
	text-align: center;
	clear: both;
	font-size: 100%;
	margin: 4em auto;
}

#content #app-logo {
	float: left;
	margin-left: 1.5em;
}

#content #app-iphone {
	float: right;
}

#content .app-text {
	width: 495px;
	padding-left: 75px;
	clear: none;
	margin-top: 1.5em;
}

#content .app-text p {
	margin-left: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}

#content .app-text ul {
	list-style-position: outside;
	padding-left: 3em;
}

#content .app-text li {
	padding-bottom: 0.4em;
}

#content .app-text h1 {
	font-size: 150%;
	margin-left: 1em;
}

#content .app-text h2 {
	font-size: 100%;
	margin-left: 1.5em;
	margin-top: 1em;
}

#content .app-text #faq {
	width: 680px;
}

#content .app-text #faq h2 {
	font-size: 130%;
}

#content .app-text #faq p.question {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-left: 3em;
	margin-bottom: -0.5em;
}

#content .app-text #faq p.answer {
	font-size: 100%;
	text-align: left;
	margin-left: 3em;
	margin-bottom: 2em;
}

#content .app-text #faq ul {
	margin-left: 3em;
	margin-top: -1.5em;
	margin-bottom: -0.75em;
}

#content .app-text #routers {
	width: 680px;
}

#routers table.routers {
	margin-left: 1.5em;
	font-size: 90%;
	width: 670px;
	margin-top: 0.5em;
	border: 1px solid #000;
}

#routers table.routers thead td {
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	background-color: #ccc;
	font-weight: bold;
}

#routers table.routers td.data-good{
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	background-color: #beffca;
}

#routers table.routers td.data-bad{
	border: 1px solid #000;
	padding: 4px;
	vertical-align: top;
	background-color: #ffbebf;
}

#routers table.routers .make {
	width: 70px;
}

#routers table.routers .model {
	width: 100px;
}

#routers table.routers .fw {
	width: 120px;
}

#routers table.routers .hw {
	width: 120px;
}

#routers table.routers .notes {
}

#content .app-text #support {
	width: 680px;
}

#content .app-text #support h2 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

#content .app-text #support p {
	font-size: 100%;
	text-align: left;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#content .app-text #support ol {
	margin-left: 3.5em;
}

#content .app-text #support ol ul {
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content .app-text #support ul {
	margin-left: 2em;
	margin-top: -0.5em;
	margin-bottom: -0.75em;
}

#content #tutorial {
	width: 650px;
}

#content #tutorial h2 {
	padding-top: 1.5em;
	font-size: 120%;
	clear: both
}

#content #tutorial img {
	float: left;
	margin: 1em;
}

#content #tutorial div p {
	clear: both;
	width: 400px;
	float: right;
	margin-top: 2em;
}

#content .app-text #releases {
	width: 680px;
}

#content img#appstore {
	position: relative;
	background-position: center;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#content div#appstore {
	position: relative;
	background-position: center;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#content div#services {
	margin-top: 2em;
	margin-left: 2em;
}

#content img.service {
	float: left;
	margin-left: 0em;
	margin-right: 2em;
	margin-bottom: 2em;
}

#content div.service {
	margin-left: 5em;
}

#content .service h3 {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
	width: 700px;
}

#content .service p {
	display: block;
	text-align: left;
	width: 700px;
}

#content div#services p.spacer {
	margin: 0.5em;
	clear: both;
}

#content div#services div#contact {
	margin-top: -1.5em;
	margin-bottom: 0.5em;
}

#content #blog_content {
	width: 570px;
	font-size: 90%;
	float: left;
	margin-left: 1.5em;
	margin-top: 1.5em;
}

#content #blog_content h2 {
	font-size: 140%;
	margin-bottom: 0.75em;
	margin-left: -0.2em;
}

#content #blog_content h3 {
	font-size: 130%;
	margin-bottom: 0.75em;
	margin-left: -0.1em;
}

#content #blog_content p {
	font-size: 100%;
}

#content #blog_content div.post {
	font-size: 100%;
	margin-top: 0.1em;
	margin-bottom: 3em;
}

#content #blog_content .post li {
	margin-left: 1.5em;
}

#content #blog_content div.post div.meta {
	font-size: 85%;
	color: #4c4c4c;
}

#content #blog_content ol#commentlist li {
	margin-left: 1.4em;
}

#content #blog_content h2#postcomment {
	margin-top: 2em;
}

#content #blog_content form#commentform input#submit {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content #blog_sidebar {
	float: right;
	width: 190px;
	font-size: 95%;
}

#content #blog_sidebar div#menu {
	padding: 1em;
	font-size: 90%;
}

#content #blog_sidebar div.textwidget {
	font-weight: normal;
	font-style: normal;
}

/* @group My Group */



/* @end */

#content #blog_sidebar li {
	list-style-type: none;
	margin-bottom: 0;
	color: #000;
}

#content #blog_sidebar li.widget {
	font-weight: bold;
	margin-bottom: 1em;
}

#content #blog_sidebar li li {
	font-weight: normal;
}

#content #blog_sidebar li#calendar tbody {
	font-weight: normal;
	font-style: normal;
}

#content #blog_sidebar table#wp-calendar {
	margin-bottom: -1em;
}

#content .clear {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 90%;
}

#appreviews-donate {
	text-align: center;
	font-size: 90%;
}

#follow-twitter {
	text-align: center;
}

#footer p {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: 2em;
	color: #e6e6e6;
}

.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

.roundedcornr_top div {
   background: url(roundedcornr_tl.png) no-repeat top left;
}

.roundedcornr_top {
   background: url(roundedcornr_tr.png) no-repeat top right;
}

.roundedcornr_bottom div {
   background: url(roundedcornr_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom {
   background: url(roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}

/* --- 3. links and navigation ------- */

a {
		}
		
a:hover {
}

#content a:link {
	color: #002966;
}

#content a:visited {
	color: #002966;
}

#content a:active {
	color: #002966;
}

#content a:hover {
	color: #002966;
	text-decoration: none;
}

#content #blog_sidebar a:link {
	color: #e18b00;
}

#content #blog_sidebar a:visited {
	color: #e18b00;
}

#content #blog_sidebar a:active {
	color: #e18b00;
}

#content #blog_sidebar a:hover {
	color: #e18b00;
	text-decoration: none;
}

#navMain {
	width: 850px;
	height: 50px;
	text-align: center;
	background: gray url(navbar-normal.png) repeat-x;
	font-size: 145%;
}

#navMain a {
	text-decoration: none;
	color: #000;
	margin: auto 0.5em;
	vertical-align: middle;
	line-height: 50px;
	position: relative;
	left: -76px;
}

#navMain a.currentPage {
	color: #fff;
}

#navMain a:hover {
	color: #fff;
}

#navSub {
	width: 850px;
	height: 25px;
	text-align: center;
	font-size: 110%;
	background-color: #999;
}

#navSub a {
	text-decoration: none;
	color: #000;
	margin: auto 0.5em;
	vertical-align: middle;
	line-height: 25px;
}

#navSub a.currentPage {
	color: #fff;
}

#navSub a:hover {
	color: #fff;
}

/* --- 4. fonts ------------------- */

html {
		font-size: 100%;
		}

body {
		font-size: 80%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
		}

ul {
		}

blockquote {
		}
		
#header h1 {
	vertical-align: middle;
	font-size: xx-large;
	float: none;
	padding-top: 50px;
}

/* --- 5. images ----------------- */

a img {
		border: 0;
		}
		
/* --- 6. tables ------------------ */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* --- 7. forms ------------------ */	
		
ul.warning {
	color: #c00;
	font-weight: bold;
	margin: 1em auto;
	text-align: center;
	list-style-type: none;
}

fieldset {
	width: 600px;
	border:none;
	padding: 10px;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

legend {
	font-weight: bold;
	font-size: 150%;
	padding: 0 5px;
	margin-bottom: 10px;
}

label {
	width: 125px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

form div {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

form .form-button {
	display: inline;
	margin: 0.5em;
}

form #cfreset {
	margin-left: 220px
}
