/*
Theme Name: Snappy Touch
Theme URI: http://snappytouch.com
Description: Snappy Touch theme
*/


/***************
Reset CSS
***************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/***************
Color CSS
***************/



/***************
Typography CSS
***************/

body {
	font-size: 70%;
	font-family: Arial, Verdana, sans-serif;
}
div#body {
	font-size: 0.8em;
	line-height: 1.2em;
}
a { 
	text-decoration: none;
	color: #2c2d31;
}
div#content a {
	text-decoration: underline;
}
a:hover { 
	text-decoration: underline;
}
a:visited {
	color: #2c2d31;
}

ul, ol {
	margin: 1em 0 1.5em 1.5em;
	font-style: normal;
}

p, dl, address {
	margin: 0 0 1em 0;
	font-style: normal;
}

ul li, ol li, dl dd {
	padding-left: .9em;
}

blockquote {
	margin-left: 1.8em;
	margin-right: .9em;
}

q:before {
	content: '&ldquo;'; 
}
q:after {
	content: '&rdquo;'; 
}

em {
	font-style: italic;
}

strong {
	font-weight: 900;
}

cite {
	font-style: italic;
}

code {
	font-family: monospace;
}

kbd {
	font-family: monospace;
}

samp {
	font-family: monospace;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sup.trademark {
	text-transform: uppercase;
	font-size: 70%;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-size: 1.9em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1.3em;
	color: #2c2d31;
	margin-top: 1.2em;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.3em;
	color: #2c2d31;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

input {
	font-size: 1.3em;
}

/***************
Layout CSS
***************/

body { 
	text-align: center;
}
div.wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#header-in {
	background: url('img/header-wide.png') center repeat-x;
}



/* Logo */
div#header h1 { 
	width: 330px; 
	height: 74px; 
	display: block; 
	text-indent: -999em;
	background: url('img/logo.png') left top no-repeat; 
	float: left; 
	margin-bottom: 0px;
	margin-top: 30px;
}
div#header h1 a { 
	display: block; 
	width: 330px; 
	height: 76px; 
}


/* Nav */
div#access {
	float: left;
	width: 100%;
	height: 66px;
	margin-bottom: 9px;
}
div#access ul li {
	float: left;
	display: block;
	margin: 12px 0 0 0;
	padding: 0;
}
div#access ul li a {
	float: left;
	display: block;
	font-size: 1.7em;
	font-weight: bold; 
	padding: 0.4em 1em;
}
div#access ul li.current_page_item a {
	background-color: #3c90c5;
	color: #fff;
	text-decoration: none;
}
div#access ul li a:hover {
	background-color: #54aada;
	color: #fff;
	text-decoration: none;
}
div.skip-link {
	float: right;
	clear: right;
	color: #fff;
	font-size: 1.1em;
	position: relative;
	top: 1.5em;
}
div.skip-link li {
	float: left;
	line-height: 1.2em;
	margin-left: 0;
	padding-left: 0;
}
div.skip-link li.top {
	border-right: 1px solid #fff;
	padding-right: 0.8em;
	margin-right: 0.8em;
}
div.skip-link a {
	color: #fff;
	float: left;
}
div#access a {
	color: #fff;
	line-height: 1.3em;
}
div#access a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Details */
.hide { 
	display: none; 
}
div.breadCrumb { 
	display: none; 
}
br.clear { 
	clear: both;
}
img {
	
}
body.editing img {
	
}

/* Main Content */
div#nav-above {
	display: none;
}
div#nav-below a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: .2em;
}

div#container div.wrap {
	display: block;
	position: relative;
}

div.post, div.page {
	margin-top: 20px;
	font-size: 1.4em;
	padding: 0.5em 2em 0 2em;
	clear: left;
	line-height: 1.5em;
	color: #333;
}
div.post img, div.page img {
	padding: 0; 
}
div.entry-date {
	margin: 1.5em 0 1.5em 0;
	background-color: #999;
	color: #fff;
	padding: 0.25em 0.5em;
	display: inline;
}
h2.entry-title {
	margin-top: 0.75em;
}
div.entry-meta {
	margin: 1.5em 0 1.5em 0;
	position: relative;
	z-index: 9999;
}
div.entry-content {
	margin-top: 0.75em;
}
span.edit-link {
	clear: both;
	float: left;
	position: relative;
	top: 3.5em;
}
div.post {
	padding-bottom: 1.5em;
	margin-bottom: -3.5em;
}
div.post span.edit-link {
	top: 0;
	float: none;
}


div.navigation {
	margin-left: 2em;
	margin-right: 2em;
	display: none;
}


/* Footer */
div#footer {
	background-color: #F0F8FA;
	border-top: 1px solid #444; 
	clear:both;
	text-align:center;
	padding:1em;  
	margin-top: 3.5em;
}

div#footerinfo {
	color: #444;
	font-size: 1.2em;
}



/* Default WordPress CSS */
.aligncenter, div.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
} 
.alignleft { 
	float: left; 
	margin: 0 1.5em 1.5em 0;
} 
.alignright { 
	float: right; 
	margin: 0 0 1.5em 1.5em;
} 
.alignright img {
	float: right;
}
.wp-caption { 
	border: 1px solid #ddd; 
	text-align: center; 
	background-color: #f3f3f3; 
	padding-top: 4px; 
	margin: 10px; /* optional rounded corners for browsers that support it */ 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-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; 
}

/* Full width page styles */

div.full div.sidebar {
	display: none;
}
div.full div#content, div.full div#frame, div.full div.post, div.full div.page {
	background: none;
}
div.full div#content {
	width: 100%;
}
iframe#mgframe {
	margin-left: -50px;
}

