/*
Theme Name: WibWabWeb website
Theme URI: http://www.wibwabweb.com/
Version: 1.0
Author: ArrowQuick Solutions
Copyright: (c) 2009 ArrowQuick Solutions. All rights reserved.
*/

/*
 * Note: The vertical rhythm of the site is 16pt (14pt font with 16pt leading),
 *   so all vertical spacing needs to align to that grid.
 */

html, body
{
	height: 100%; /* expand page to fill the browser window */
}

body
{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	margin: 0;
	background: #fafafa;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 1em;
	margin-bottom: 0;
}

h1
{
	font-size: 257.1%; /* 36 pt */
	line-height: 1.33em; /* 48pt */
	margin: 0;
	padding: 0 3.85em; /* align leftside with text */
	background: #6b7cb7 url(images/gradient_bg.png) repeat-x;
	color:#fff;
}

h2
{
	font-size: 150%; /* 21pt */
	line-height: .76em; /* 16pt */
	margin-top:  1.52em; /* 32pt */
}

h3
{
	font-size: 114.3%; /* 16pt */
	line-height: 1em; /* 16pt */
	margin-top:  1em; /* 16pt */
}

h4
{
	font-size: 100%; /* 14pt */
	line-height: 1.14em; /* 16pt */
	margin-top:  1.14em; /* 16pt */
}

h5
{
	font-size: 100%; /* 14pt */
	line-height: 1.14em; /* 16pt */
	margin-top:  1.14em; /* 16pt */
	font-weight: normal;
	font-style: italic;
}

a:link {
	color:#4067A8;
}

a:visited {
	color:#4067A8;
}

a:hover {
	color:#E85828;
}

p, li
{
	margin-bottom: 1.14em; /* 16pt */
}

ul.no-bullets
{
	margin-left: 0;
}

ul.no-bullets li
{
	list-style: none;
}

.clearall
{
	clear: both;
}

.row
{
	display: table-row;
}

.cell
{
	display: table-cell;
}

#doc3
{
	font-size: 108%; /* 14pt */
	line-height: 1.14em; /* 16pt baseline leading */
	margin: auto; /* remove YUI left/right margins */
	min-height: 100%; /* fill the browser window. requires relative positioning. */
	position: relative;
}

#bd {
		background-color:#FAFAFA;
}

#hd .logo img
{
	margin-left: 8.5em; /* align the bug body with the text */
}

#hd .pagenav
{
	margin-top: 80px; /* 3.4em minus tabs' padding */
}

#hd .pagenav li
{
}

#hd .pagenav a
{
	display: block;
	float: left;
	background: #efefef;
	padding: .25em .75em 0 .75em;
	margin-left: .5em; /* spacing between tabs */
	border: 1px solid #ccc;
	border-bottom: none;
	text-decoration: none;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft:  .5em;
	-webkit-border-top-right-radius: .5em;
	-webkit-border-top-left-radius:  .5em;
	border-top-right-radius: .5em;
	border-top-left-radius:  .5em;
	color:#333;
	}

#hd .pagenav .current_page_item a,
#hd .pagenav a:hover,
#hd .pagenav a:active
{
	background: #4067A8;
	color:#fff;

}

#hd
{
	position: relative;
	padding-top: 1.14em; /* room for .utilitynav */
}

#bd
{
	padding-bottom: 5em; /* height of #ft, plus extra for padding */
}

#content {
	padding-top: .1em; /* any amount of padding keeps the bg at the top */
    background:#FAFAFA url(images/gradient-container.png) repeat-x !important;
}

#content div.entry {

	padding: 1.14em .75em;
}

#content h2 {
    line-height: 1em;
    }

div.entry p {
	margin-top:.3em;
}

ul.pagenav,
ul.utilitynav
{
	list-style: none;
	margin: 0;  
	padding: 0;
}

.pagenav li,
.utilitynav li
{
	display: inline;
}

ul.utilitynav
{
	position: absolute;
	top: .5em;
	right: .5em;
	width: 50%;
	text-align: right;
}

ul.utilitynav a
{
	padding: .1em .25em;
}

ul.utilitynav a:link,
ul.utilitynav a:visited
{
	text-decoration: none;
}

ul.utilitynav a:hover,
ul.utilitynav a:active
{
	text-decoration: underline;
}

ul.utilitynav li:not(:last-child):after
{
	content: " | ";
}

.current_page_item
{
	/* TODO */
}

.pagenav .signup
{
	font-weight: bold;
}



/* ToS footer */
#bd .copyright img
{
	display: inline;
	float: left;
	margin-right: 5px;
}

#content .post,
#content .page,
#sidebar,
#content .comments,
#content .navigation,
#content .mu_register
{
	padding: 1em 10em;
	max-width: 40em; /* prevent long lines on wide screens */
}

#content #post-18, /* Overview page */
#content #post-21, /* Pricing page */
#content #post-28  /* Tour page */
{
	max-width: 80em; /* can be wider than normal */
}

#content .comments .navigation
{
	margin: 1em 0;
}

/*** turn off link styles for headings ***/
#content .post h2 a,
#content .page h2 a
{
	text-decoration: none;
	color: #000;
}

#content .post h2 a:hover,
#content .post h2 a:active,
#content .page h2 a:hover,
#content .page h2 a:active
{
	text-decoration: underline;
}
/*** end link styles for headings ***/

.post .metadata
{
	padding: .5em 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

#commentform label,
form.wpcf7-form
{
	font-weight: bold;
	display: block;
}

#commentform small
{
	display: block;
}

#ft
{
	padding-top: 1.5em;
	color: #fff;
	background: #3c3c3c url(images/gradient_footer.png) repeat-x;
	width: 100%;
	/* position the footer to always be at the bottom of the page */
	/* see http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */
	position: absolute;
	bottom: 0;
	height: 4em;
	overflow: visible;
}

#ft p
{
	margin: 0 10em;
}

#ft a {
	color: #fff;
}

#ft a:hover {
	color:#E85828;
}

/******** start homepage **********/
div.front-page
{
	padding: 1.14em 10em; /* BUG TODO out of sync with vertical rhythm */
	color: #fff;
	/*background: #4183A6;
	background: #3161A5;*/
	background: #DEEFF7 url(images/gradient_bg.png) repeat-x;
}

.tag-line {
	font-size:1.5em;
	line-height:1.2em;
}

.front-page .description
{
	font-size: 514.3%; /* 72pt */
	line-height: .89em; /* 64pt */
	margin-top: .5em;
}

.front-page .call-to-action
{
	width: 435px; /* approx. size of the video */
}

.front-page form
{
	text-align: right;
	margin-top: 1.14em;
}

.front-page input /* signup button */
{
	font-weight: bold;
	font-size: 171.4%; /* 24pt */
	line-height: .67em; /* 16pt */
	padding: 0 .5em;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	cursor: hand; /* non-standard IE value */
	/* not liking these colors
	color: #fff;
	background: #64B23B;
	border: 2px solid #000; */
}

div.features h3
{
	margin-top: 0;
	
}

div.features ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.features li
{
	list-style: none;
	float: left;
	width: 22%;
	margin-right: 2%;
	min-height: 7em;
	border-bottom: 1px solid #333;
}
/******** end homepage **********/

/******** start Pricing page **********/
table.pricing
{
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
}

table.pricing th,
table.pricing td
{
	border: none;
	text-align: center;
	padding: .75em .5em;
}

table.pricing th
{
	font-size: 200%;
	line-height: 1em;
}

table.pricing tr.alternate td
{
	background: #ddd;
}

table.pricing col
{
	width: 10em;
}

table.pricing col.labels
{
	width: auto;
}

table.pricing col.popular
{
	border: 5px solid #4268A8;
	background: #FDFDFD; /* equivalent of RGBa below */
	background: rgba(255, 255, 255, .5);
}

table.pricing .price strong
{
	display: block;
	font-size: 200%;
	line-height: 1em;
}

table.pricing .call-to-action td
{
	padding: 1.5em .5em;
	font-weight: bold;
}

#post-21 sup
{
	font-weight: bold;
}

#post-21 p.footnote
{
	font-size: smaller;
	margin: 0;
}

/******** end Pricing page **********/

/******** start Designs page **********/

.theme-showcase
{
	display: table;
}

.theme-showcase .cell
{
	width: 150px;
	padding-right: 20px;
}

.theme-showcase .cell h3
{
}

.theme-showcase .cell img
{
	width: 100%;
	border: 2px solid #cfcfcf;
}

/******** end Designs page **********/

/**** Contact Us page ****/
#post-54 dl
{
	margin-left: 0;
	margin-top: 2em;
}

#post-54 dt
{
	margin-top: 1em;
}
/**** end Contact Us page ****/

/**** elements that should be hidden from sighted users ****/
div.features h2
{
	/* TODO: not sure this is the right syntax for this technique */
	position: absolute;
	top: 0;
	left: -1000px;
	height: 1px;
	overflow: hidden;
}
/**** end hidden ****/

/**** start WordPress styles ****/
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

dl.gallery-item {
	margin-left:0;
	margin-right:0;
}

/**** end WordPress styles ****/

/* Added by Frank Luke for 2526, fix signup form */

.plain-text {
    font-weight: normal;
}

.wpcf7 p {
    margin: 10px 0 0 0;
}

/* end Frank's additions */
