/* CSS Document */
/* -----------------------------------------------------------------------------------------------------------------

Client:
URL:
Date:
Description:
Version:

Author: Lewis Dexter Litanzios
Author URI: http://www.ldexterldesign.co.uk/

Tags:
Theme Name:
Theme URI:

Visual design copyright WinkBall 2011. All Rights Reserved.

1. DEFAULTS (resets)
2. BASIC
3. LINKS & NAVIGATION
4. LAYOUT
5. TYPOGRAPHY
6. COLOUR
7. FORMS
8. TABLES
9. OTHER (includes Wordpress, plugins/widgets, js classes, and IE-specific styles)
	9.1 (WORDPRESS) TEMPLATE HIERARCHY & PAGE-SPECIFIC STYLES
	9.2 PLUGINS & WIDGETS
	9.3 JS CLASSES
	9.4 IE-SPECIFIC

----------------------------------------------------------------------------------------------------------------- */

/* 1. DEFAULTS (resets)
----------------------------------------------------------------------------------------------------------------- */
/* 
  HTML5 ? Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* 2. BASIC
----------------------------------------------------------------------------------------------------------------- */
/* HTML5 ? Boilerplate  */

/* 
 * minimal base styles 
 */

/* always force a scrollbar in non-IE */ 
html {
	overflow-y: scroll;
}
body, select, input, textarea {
	/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444;/* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}
ol {
	list-style-type: decimal;
}
/* Remove margins for navigation lists */
nav ul, nav li {
	margin: 0;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
pre {
	padding: 15px;
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
textarea {
	overflow: auto;
} /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea {
	margin: 0;
}

/* colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
 border-radius: 1px;
 -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
 box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color: #f0dddd;
}

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection {
background: #FF5E99;
color:#fff;
text-shadow: none;
}
::selection {
background:#FF5E99;
color:#fff;
text-shadow: none;
}
/*  j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #FF5E99;
}
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* Image filename prefixes:
	bg
	btn
	icon
	ills
	logo
	misc
	overlay
	sprite
	*/
	
/* Class name prefixes:
	btn
	fix
	js
	kludge
	misc
	*/
	
/* Comments: 
	COMMENT: [OS] [Browser] [Version] [Comment]
	CONFLICT: [OS] [Browser] [Version] [Comment]
	FIX: [OS] [Browser] [Version] [Comment]
	KLUDGE: [OS] [Browser] [Version] [Comment]
	NB: [OS] [Browser] [Version] [Comment]
	NO-SUPPORT: [OS] [Browser] [Version] [Comment]
	*/ 

/* 3. LINKS & NAVIGATION
----------------------------------------------------------------------------------------------------------------- */

/* 4. LAYOUT
----------------------------------------------------------------------------------------------------------------- */

/* 5. TYPOGRAPHY
----------------------------------------------------------------------------------------------------------------- */
/*
You changed the way I think about web design. Thank you:
http://24ways.org/2006/compose-to-a-vertical-rhythm
http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography-part-4
*/

/*
font-sizes (12pt/12px/1em base unit)
6pt|6px / 12px = font-size:0.5em
7pt|7px / 12px = font-size:0.583em
8pt|8px / 12px = font-size:0.666em
9pt|9px / 12px = font-size:0.75em
10pt|10px / 12px = font-size:0.833em
11pt|11px / 12px = font-size:0.916em
12pt|12px / 1em|12px = font-size:1em
14pt|14px / 12px = font-size:1.166em
16pt|16px / 12px = font-size:1.333em
18pt|18px / 12px = font-size:1.5em
21pt|21px / 12px = font-size:1.75em
24pt|24px / 12px = font-size:2em
36pt|36px / 12px = font-size:3em
48pt|48px / 12px = font-size:4em
60pt|60px / 12px = font-size:5em
72pt|72px / 12px = font-size:6em

line-heights (18px/1.5em/1.5 base unit)
1.5|18px) / font-size (6px) = line-height:3
1.5|18px) / font-size (7px) = line-height:2.571
1.5|18px) / font-size (8px) = line-height:2.25
1.5|18px) / font-size (9px) = line-height:2
1.5|18px) / font-size (10px) = line-height:1.8
1.5|18px) / font-size (11px) = line-height:1.636
1.5|18px) / font-size (12px) = line-height:1.5
1.5|18px) / font-size (14px) = line-height:1.285
1.5|18px) / font-size (16px) = line-height:1.125
1.5|18px) / font-size (18px) = line-height:1
1.5|18px) / font-size (21px) = line-height:0.857
1.5|18px) / font-size (24px) = line-height:0.75
1.5|18px) / font-size (36px) = line-height:0.5
1.5|18px) / font-size (48px) = line-height:0.375
1.5|18px) / font-size (60px) = line-height:0.3
1.5|18px) / font-size (72px) = line-height:0.25
*/

/* Selected base units:
	font-size: 12pt|12px|1|1em 
	line-height: 18pt|18px|1.5em|1.5
   */
body {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.75em;
	line-height:1.5;
}
h1 {
	font-size:3em;
	line-height:0.5;
	margin-bottom:.5em;
	margin-top:.5em;
}
h2 {
	font-size:2em;
	line-height:0.75;
	margin-bottom:.75em;
	margin-top:.75em;
}
h3 {
	font-size:1.75em;
	line-height:0.857;
	margin-bottom:.857em;
	margin-top:.857em;
}
h4 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
	margin-top:1em;
}
h5 {
	font-size:1.333em;
	line-height:1.125;
	margin-bottom:1.125em;
	margin-top:1.125em;
}
h6 {
	font-size:1.166em;
	line-height:1.285;
	margin-bottom:1.285em;
	margin-top:1.285em;
}
p {
	font-size:1em;
	line-height:1.5;
	margin-bottom:1.5em;
	margin-top:1.5em;
}
code, samp, kbd, pre {
	font-family:"Courier New", Courier, monospace;
}
/* 6. COLOUR
----------------------------------------------------------------------------------------------------------------- */

/* 7. FORMS
----------------------------------------------------------------------------------------------------------------- */

/* 8. TABLES
----------------------------------------------------------------------------------------------------------------- */

/* 9. OTHER (includes Wordpress, plugins/widgets, js classes, and IE-specific styles)
----------------------------------------------------------------------------------------------------------------- */
/* HTML5 ? Boilerplate  */
/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

/* @group
pull into style.css
ul, ol {
	margin-bottom:1.5em;
	margin-top:1.5em;
}
cite {
	display:block;
	float:right;
	margin-bottom:1.5em;
	text-align:right;
}
cite:before {
	content:'- ';
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'"';
}
a:link {
	border-bottom:none;
	color:#ff9fb2;
	text-decoration:none;
}
a:visited, a:hover {
	border-bottom:#ff9fb2 1px solid;
	color:#ff9fb2;
	text-decoration:none;
}
a:active, a:focus {
	border-bottom:#ff9fb2 1px solid;
	color:#ff9fb2;
	position:relative;
	text-decoration:none;
	top:1px;
}
@end */

/* 9.1 (WORDPRESS) TEMPLATE HIERARCHY & PAGE-SPECIFIC STYLES
----------------------------------------------------------------------------------------------------------------- */
/* home.php */
/* index.php */
/* front-page.php */
/* single.php */
/* page.php */
/* archive.php */
/* category.php */
/* tag.php */
/* taxonomy.php */
/* author.php */
/* date.php */
/* search.php */
/* 404.php */
/* attachment.php */

/* 9.2 PLUGINS & WIDGETS
----------------------------------------------------------------------------------------------------------------- */

/* 9.3 JS CLASSES
----------------------------------------------------------------------------------------------------------------- */

/* 9.4 IE-SPECIFIC
----------------------------------------------------------------------------------------------------------------- */
/* @group
IE */
/* @end */

/* @group
IE5 */
/* @end */

/* @group
IE6 */
/* @end */

/* @group
IE7 */
/* @end */

/* @group
IE8 */
/* @end */

/* @group
IE9 */
/* @end */

