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

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/*
LAYOUT: One-Column Fluid
DESCRIPTION: One-column 1140px fluid layout

Based on the 1140px Grid by Andy Taylor - http://cssgrid.net
*/


/*		Layout Max: 1140px
		Columns: 4.85%
		Gutters: 3.8%
-------------------------------------------------------------------------------
cols    1		2		3		4		5		6		7		8		9		10		11		12
px      4.85%	13.5%	22.15%	30.8%	39.45%	48.1%	56.75%	65.4%	74.05%	82.7%	91.35%	100%
*/

img, object, embed {
	max-width: 100%;
}
#header {
    /*position:relative;*/
}
#main {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
    position:relative;
	overflow: auto;
}
#container {
    width: 90%;
    margin: 0 auto;
    position:relative;
	overflow: auto;
}
#content {
    margin:20px auto;
    width: 90%;
    overflow:hidden;
}

#footer {
    clear:both;
    max-width:1140px;
    margin:0 auto;
}

/* =Media
-------------------------------------------------------------- */

@media handheld, only screen
and (max-width: 519px) {

  /* (iPhone Vertical) */

	body {
		font-size: 16px;
		line-height: 24px;
		-webkit-text-size-adjust: none;		/* Stops the iPhone from scaling type up */
	}

	#appscontent {
		width: 100%;
		margin: 0 0 22px 0;
	}

	#footer {
		margin-top: 0;
	}
}

@media only screen
and (min-width: 520px)
and (max-width: 767px) {

  /* (iPad Horizontal) */
}

@media only screen
and (min-width: 520px)
{

	#mobileheader, #sharethis {
		display:none;
	}
}

/* These cause the mobile header to show and the regular header to hide up to max-width 768px, and the regular header to show and the mobile header to hide @ min-width 769px *NOTE* This MUST match up with the Mobile Navigation tab styling in the CSS below, and inside the navigation.js file */

@media only screen
and (max-width: 768px) {

  /* (Mobile) exact pixel dimensions as in navigation.js and under Pull Down Menu below */

	#container, #main {
		background:none !important;
	}

	#container {
		background-color:#f1e7d4 !important;
	}

}

@media only screen
and (min-width: 1px)
and (max-width: 519px) {

	#mobileheader {
		display:block;
	}

	#header, #appsheader, #appscontent, #droid, #textcontent, #iphone {
    	display:none !important;
    }

    #theysay {
    	min-height:150px !important;
    	background:none !important;
    	width:100%;
    }

    #maincontent {
    	width:100%;
		margin:0 auto;
    }
	#maincontent div, #buttons img {
		float:none !important;
	}

	#buttons {
		width:100% !important;
	}

	#buttons img {
		width:100% !important;
	}

}

@media only screen
and (min-width: 1125px) {

	body {
		font-size: 0.8em; /* Makes type a bit smaller at 1024 so layout doesn't look unbalanced */
		line-height: 1.5em;	/* As above */
	}
}

div.logo_title {
	height:344px !important;
}


/* Baseline Rhythm
Base Font Size = 16px
Base Line Height (Rhythm) = 22px or 1.375em
-------------------------------------------------------------- */

body {
	font-size: 16px;
	line-height: 1.375em;
	margin: 0;
	padding: 0;
	background: #c5a577 url('images/background.jpg') no-repeat center top;
	color: #202020;
	font-family: Arial, Tahoma, Verdana;
}
h1 {
	margin: 0;
	font-size: 1.5em;
	line-height: 0.9166666666666666em;
	margin-bottom: 0.9166666666666666em;
}
h2 {
	margin: 0;
	font-size: 1.375em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.1em;
	margin-bottom: 1.1em;
}
h4 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2222222222222223em;
	margin-bottom: 1.2222222222222223em;
}
h5 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2222222222222223em;
	margin-bottom: 1.2222222222222223em;
}
h6 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2222222222222223em;
	margin-bottom: 1.2222222222222223em;
}
p, ul, ol, blockquote, pre, code, dd, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.375em;
	margin-bottom: 1.375em;
}
p.small, pre, code, .entry-utility, .entry-meta {
	margin: 0;
	font-size: 0.875em;
	line-height: 1.5714285714285714em;
	margin-bottom: 1.5714285714285714em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.375em;
}

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

   Typography Overrides

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

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h1,
h2, h4 {
    text-shadow: 0px 1px 2px #fefefe;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
h3 {
	letter-spacing:0.05em;
}
h4 {
}
h3, h5 {
    font-style:italic;
}
h4, h5, h6 {
    letter-spacing:0.1em;
}

/* Weights and Styles
-------------------------------------------------------------- */

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    clear:both;
    background: url('images/header.jpg') no-repeat top center;
    height:200px;
    width:100%;
	max-width:1200px;
	min-width:960px;
    margin:0 auto;
}

#headerright {
	width: 140px;
	float: left;
	margin-left: 30%;
	padding: 89px 0px 0px 0;
	overflow: hidden;
}

a#home { display:block; height: 110px; width:140px; overflow:hidden; }
a#home:hover { display:block; text-indent:-140px; }


/************************************************
*	Footer      								*
************************************************/
#footer {
	background: url(images/footer.gif) top no-repeat;
	/*width: 920px;*/
	margin: 0px auto 0px;
	padding: 20px 0px 10px 0px;
	text-align: center;
    font-size: 12px;
	}
body.nofooterbkgrnd #footer{
	background:none;
	clear:both;
	}
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
#footer a, #footer a:visited {
	color: #991923;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}


/* OVERRIDE - used to prevent something from making rollover imgs inside the content area from squishing/not rolling over
-------------------------------------------------------------- */
img.rollover {
    max-width: none;
}


/* =Responsive Images CSS */
-------------------------------------------------------------- */

.entry-content img, .comment-content img, .widget img {
    max-width: 97.5%;
}

img[class*="align"], img[class*="wp-image-"] {
    height: auto;
}

img.size-full {
    max-width: 97.5%;
    width: auto;
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}

p img, .wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    margin-bottom: 1.625em;
    max-width: 90%;
    padding: 9px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 12px;
}

.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative;
}

.wp-caption .wp-caption-text:before {
    content: ''; /* removed '2014' */
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}

.gallery {
    margin: 0 auto 1.625em;
}

.gallery a img {
    border: none;
}

img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;

}

.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

.gallery-columns-3 .gallery-item {
	width:30% !important;
}

img[class="align"],img[class*="wp-image-"], .gallery .gallery-icon img {
    border: none;
    padding: 6px;
}

#appsheader {
	background:url('images/bkgrnd_header.png') no-repeat top center;
	margin:0 auto;
	min-height:323px;
	padding:0;
	width:100%;
	max-width:1200px;
	min-width:960px;
}

#appscontent {
	margin:0 auto;
	max-width:1200px;
}

#buttons img {
	float:left;
	width:475px;
}

#buttons, #maincontent {
	margin:0 auto;
	width:960px;
}

#maincontent div {
	float:left;
}

#droid {
	width:287px;
}

#theysay {
	max-width: 356px;
	background:url('images/bkgrnd_theysay.png') no-repeat top left;
	min-height:651px;
	position:relative;
	color:#fefefe;
}

#theysay #textcontent {
	padding:110px 15px 10px 35px;
}

div.review {
	border-top:1px solid #eee;
	padding:5px 0 0 0;
	margin:0;
	font-size:90%;
}

div.first {
	border:none !important;
}

span.review-author {
	font-weight:700;
}

span.review-device {
	font-style:italic;
	font-size:90%;
}

div.review-ratings {
	clear:both;
}

div.star {
	float:left;
	width:20px;
	height:20px;
	background:url('images/star.png') no-repeat top left;
}

h4.review-title {
	float:left;
	margin:0 0 0 4px;
	text-transform:none;
	text-shadow:none !important;
	font-weight:700;
}

p.review-text {
	clear:both;
	margin-bottom:1em;
	font-size:90%;
}

#feedback {
	position:absolute;
	bottom:0;
	clear:both;
	min-height:150px !important;
}

#iphone {
	width:307px;
	float:right;
}

#sharethis {
	clear:both;
	width:90%;
	margin:0 auto;
	min-width:300px;
}

@media only screen and (max-width: 768px) {
    embed, object {
        max-width: 100%;
    }
}