/* _________________________________________________

320 and Up boilerplate extension

Author: Andy Clarke
Version: 0.9b
URL: http://stuffandnonsense.co.uk/projects/320andup/
_____________________________________________________

1.ROOT
2.HEADINGS
3.TYPOGRAPHY
4.LINKS
5.FIGURES & IMAGES
6.TABLES
7.FORMS (See css/mylibs/forms.css)
8.BANNER header[role="banner"]
9.NAVIGATION nav[role="navigation"]
10.CONTENT
11.MAIN div[role="main"]
12.COMPLIMENTARY div[role="complementary"]
13.CONTENTINFO footer[role="contentinfo"]
14.GLOBAL OBJECTS
15.VENDOR-SPECIFIC 
16.TEMPLATE SPECIFICS
17.MODERNIZR

COLOURS 

*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin : 0;
padding : 0;
border : 0;
font-size : 100%;
font : inherit;
vertical-align : baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display : block; }

abbr[title] { 
border-bottom : 1px dotted; 
cursor : help; }

/* 1.ROOT */

html {
overflow-y : scroll;
background : rgb(255,255,255) /* url(../img/tmp/grid.png) repeat-y 50% 0 */; }

body { 
margin : 0 auto;
padding : 24px 0;
width : 100% /* 252px */;
font : 100%/1.4 Cambria, Georgia, Times, "Times New Roman";
color : rgb(40,40,40); 
background-color : transparent; }

/* 2.HEADINGS */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
font-family : "Helvetica Neue", Helvetica, Arial;
font-weight : bold; }

h1 { 
margin-bottom : .75em;
font-size : 3em; /* 48 / 16 = 3 */
line-height : 1.2; }

h2 { 
margin-bottom : .75em;
font-size : 2em; /* 36 / 16 = 2 */
line-height : 1.2; }

h3 { 
margin-bottom : 1em;
font-size : 1.5em; /* 24 / 16 = 1.5 */
line-height : 1.3; }

h4 { 
margin-bottom : 1.25em;
font-size : 1.25em; /* 20 / 16 = 1.25 */
line-height : 1.25; }

h5 { 
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

h6 { 
font-size : 1em; /* 16 / 16 = 1 */ }

/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

ul, 
ol { 
margin : 0 0 1.5em -24px; 
padding-left : 24px; }

ul { 
list-style-type : disc; }

ol { 
list-style-type : decimal; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

blockquote  { 
margin : 0 0 1.5em -24px; 
padding-left : 24px; 
border-left : 1px solid rgb(200,200,200);
font-style : italic; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
content : '';
content : none; }

b, 
strong	{ 
font-weight : bold; }

i, 
em { 
font-style : italic; }

sup, 
sub { 
position : relative;
font-size : 75%; 
line-height : 0; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

address { 
font-style : normal; }

pre { 
margin-bottom : 1.5em; 
white-space : pre; 
white-space : pre-wrap; 
word-wrap : break-word; }

pre, 
code { 
font : .875em 'andale mono', 'lucida console', monospace; 
line-height : 1.5; }

small {
font-size : 1em; /* 16 / 16 = 1 */ }

/* 4.LINKS */

a, 
a:visited {
outline : none;
color : rgb(23,119,175);
text-decoration : none; }
 
a:hover { 
outline : none;
color : rgb(40,40,40); 
text-decoration : underline; }
 
a:active, 
a:focus { 
outline : none;
color : rgb(0,0,0); }

/* 5.FIGURES & IMAGES */

figure {
margin-bottom : 1.5em; }

figure img,
figure object,
figure embed {
margin-bottom : .75em;
max-width : 100%; }

figcaption {
display : block;
font-weight : normal; }

/* 6.TABLES */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%;
font-size : .875em; /* 14 / 16 = .875 */ }

th { 
font-weight : bold; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* 7.FORMS (See css/mylibs/forms.css) */

/* 8.BANNER */
/* 9.NAVIGATION */
/* 10.CONTENT */
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */

/* 14.GLOBAL OBJECTS */

.clearfix { 
zoom : 1; }

.clearfix:before, 
.clearfix:after { 
content : "\0020"; 
display : block; 
height : 0; 
overflow : hidden; }

.clearfix:after { 
clear : both; }

/* 15.VENDOR-SPECIFIC */

body {
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

a:link { 
-webkit-tap-highlight-color : rgb(52,158,219); }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

/* input[type=search] {
-webkit-appearance : none; }

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
display : none; } */

::-webkit-input-placeholder {
padding : 10px;
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
padding : 10px;
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

div,
input,
textarea  { 
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
-o-box-sizing : border-box;
box-sizing : border-box; }

/* Non-semantic helper classes */

/* Image replacement */
.ir { 
display : block; 
text-indent : -999em; 
overflow : hidden; 
background-repeat : no-repeat; 
text-align : left; 
direction : ltr; }

/* Hide for screenreaders and visual browsers */
.hidden { 
display : none; 
visibility : hidden; }

/* Hide visually */
.visuallyhidden { 
position : absolute;
clip : rect(0 0 0 0); 
overflow : hidden;
margin: -1px;
padding : 0;
height : 1px;      
width : 1px;
border : 0; }

/* Allow an element to be focusable via keyboard  */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { 
position : static;
clip : auto; 
overflow : visible;
height : auto; 
margin : 0;   
width : auto; }

/* Hide but maintain layout */
.invisible { 
visibility : hidden; }

/* 16.TEMPLATE SPECIFICS */

#goog-fixurl ul  {
list-style-type : none; }

#goog-fixurl input  {
margin-bottom : 1.5em; }

/* 17.MODERNIZR */

html {
	background-color:#005195;
}

body,ul,li {
	padding:0;
	margin:0;
	border:0;
}

body {
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	font-family:helvetica;
	width: 320px;
	background-color:#005195;
}

header {
	width:100%;
	background-color:#005195;
	padding:0;
	color:#eee;
	text-align:center;
}

header h1 {
	background: url("../img/medtronic.png") no-repeat scroll 6px 6px transparent;
	text-indent: -9999px;
	width: 156px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	
header h2 {
	color: #F3F3F3;
    float: right;
    font-size: 0.8em;
    padding: 6px;
    text-transform: uppercase;
    width: 100px;
	margin: 0px;
}

#wrapper {
	width: 100%;
}
#holder {
	background: url("../img/320-bkg.jpg") no-repeat scroll 0px 0px transparent;
}
#intro {
	/* background-color: #005195; */
	color: #FAFAFA;
	padding: 90px 15px 20px 20px;
	height: 400px;
}
#intro h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#intro ul {
	margin-left: 30px;
}
.thelist {
	display:block;
	padding:0;
	margin: 0;
	width:100%;
	text-align:left;
	clear:both;
}

.thelist ul {
	list-style:none;
}

.thelist li {
	padding:0 10px;
	line-height:1.5em;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background-color:#fafafa;
	font-size:14px;
	overflow:auto;
}
.thelist li .container {
	float:left;
	clear:both;
	padding: 3px 0 3px 0;
}
.thelist li .video {
	display: block;
	width:130px;
	float:left;
}

.thelist li .desc {
	float:left;
	display:block;
	width:150px;
	position:relative;
}
.thelist li h1, .thelist li h2, .thelist li h3 {
	font-size: 12px;
    line-height: 1.0em;
}
.thelist .description {
	display : none; 
	visibility : hidden;
}
.title, .video-time, .view-count {
	font-weight: bold;
}
.thelist li a {
	display: block;
}

.thelist li .rating {
	font-weight: bold;
	color: green;
}
.thelist li .view-count {
	color: #999;
}

#nav {
	height:46px;
	width:100%;
	border-top: solid 1px #003766;
	border-bottom: solid 1px #003766;
		background: rgb(20,95,157); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(20,95,157,1) 0%, rgba(0,71,130,1) 50%, rgba(0,60,110,1) 51%, rgba(0,76,140,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,95,157,1)), color-stop(50%,rgba(0,71,130,1)), color-stop(51%,rgba(0,60,110,1)), color-stop(100%,rgba(0,76,140,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145f9d', endColorstr='#004c8c',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* W3C */
}

#nav ul {
	margin:0 auto;
}

#nav li {
	width: 17.8125%; /* 57 / 320 = 0.178125 */
	height: 24px;
    margin: 0;	
	display: block;
	float: left;
	padding: 3.125%; /* 10 / 320 = 0.03125 */
	color: #F3F3F3;
	font-size: 0.7em;
	text-align: center;
		background: rgb(20,95,157); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(20,95,157,1) 0%, rgba(0,71,130,1) 50%, rgba(0,60,110,1) 51%, rgba(0,76,140,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,95,157,1)), color-stop(50%,rgba(0,71,130,1)), color-stop(51%,rgba(0,60,110,1)), color-stop(100%,rgba(0,76,140,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145f9d', endColorstr='#004c8c',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(20,95,157,1) 0%,rgba(0,71,130,1) 50%,rgba(0,60,110,1) 51%,rgba(0,76,140,1) 100%); /* W3C */
	
	/*border-left: 1px solid #2a587f;
	border-right: 1px solid #00294b;*/
	border-right: 3px solid #00294b;	
		-webkit-border-image: url(../img/border-image.png) 3 3 3 3 stretch;
		-moz-border-image: url(../img/border-image.png) 3 3 3 3 stretch;
}
#nav li a {
	width: 100%;
	height: 24px;
	cursor: pointer;
    margin: 0;	
	padding: 0;
	display: block;
	color: #F3F3F3;
	text-align: center;
}
#nav li.first {
	width: 17.5%; /* 56 / 320 = 0.175 */
	border-left: 2px solid #00294b;	
		-webkit-border-image: url(../img/border-image.png) 3 3 3 3 stretch;
		-moz-border-image: url(../img/border-image.png) 3 3 3 3 stretch;
}
#nav li.last {
	border-right: 2px solid #00294b;	
		-webkit-border-image: url(../img/border-image.png) 3 3 3 3 stretch;
		-moz-border-image: url(../img/border-image.png) 3 3 3 3 stretch;
}

#nav li.active {
	text-decoration: none;
		background: rgb(0,44,82); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(0,44,82,1) 0%, rgba(0,35,65,1) 50%, rgba(0,25,47,1) 51%, rgba(0,38,71,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,44,82,1)), color-stop(50%,rgba(0,35,65,1)), color-stop(51%,rgba(0,25,47,1)), color-stop(100%,rgba(0,38,71,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,44,82,1) 0%,rgba(0,35,65,1) 50%,rgba(0,25,47,1) 51%,rgba(0,38,71,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,44,82,1) 0%,rgba(0,35,65,1) 50%,rgba(0,25,47,1) 51%,rgba(0,38,71,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(0,44,82,1) 0%,rgba(0,35,65,1) 50%,rgba(0,25,47,1) 51%,rgba(0,38,71,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c52', endColorstr='#002647',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(0,44,82,1) 0%,rgba(0,35,65,1) 50%,rgba(0,25,47,1) 51%,rgba(0,38,71,1) 100%); /* W3C */
}
#nav li.hover {
	cursor:pointer;
}


/* MEDIA QUERIES */

/*Print __________________________________________________________________________________________________________ */
@media print {
* { 
background : transparent !important; 
color : black !important; 
text-shadow : none !important; 
filter : none !important;
-ms-filter : none !important; } 

a, a:visited { 
color : #444 !important; 
text-decoration : underline; }

a[href]:after { 
content : " (" attr(href) ")"; }

abbr[title]:after { 
content : " (" attr(title) ")"; }

a[href^="javascript:"]:after, 
a[href^="#"]:after { 
content : ""; }
  
pre, blockquote { 
border : 1px solid #999; 
page-break-inside : avoid; }

thead { 
display : table-header-group; }

tr, img { 
page-break-inside : avoid; }

@page { 
margin : .5cm; }

p, h2, h3 { 
orphans : 3; 
widows : 3; }

h2, h3 { 
page-break-after : avoid; }
}/*/mediaquery*/





/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 480px) {

/* 1.ROOT */
body {
	width: 480px;
}
#holder {
	background: url("../img/480-bkg.jpg") no-repeat scroll 0px 0px transparent;
}
/* 2.HEADINGS */
/* 3.TYPOGRAPHY */
/* 4.LINKS */
/* 5.FIGURES & IMAGES */
/* 6.TABLES */
/* 7.FORMS */
/* 8.BANNER */
/* 9.NAVIGATION */
#nav {
	height:36px;
}
#nav ul {
	width: 480px;
	margin:0 auto;
}
#nav li {
	height: 14px;
	font-size: 0.8125em; /* 13 / 16 = 0.8125 */
	width: 20.625%; /* 99 / 480 = 0.20625 */
	padding: 10px 2.083333333333334%; /* 10 / 480 = 0.02083333333333334 */

}
#nav li a {
	height: 14px;
	width: 100%;
}
.no-touch #nav li {
	width: 19.625%;
}
#nav li.first {
	width: 20.41666666666667%; /* 98 / 480 = 0.2041666666666667 */
}
.no-touch .thelist li .video {
	height:90px;
}
/* 10.CONTENT */
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
/* 15.VENDOR-SPECIFIC */
/* 16.TEMPLATE SPECIFICS */
/* 17.MODERNIZR */

}/*/mediaquery*/

/*768px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 768px) {

/* 1.ROOT */
body {
	width: 768px;
}
#holder {
	background: url("../img/768-bkg.jpg") no-repeat scroll 0px 0px transparent;
}
#intro {
	padding: 120px 15px 20px 20px;
	height: 500px;
}
/* 1.ROOT */
/* 2.HEADINGS */
/* 3.TYPOGRAPHY */
/* 4.LINKS */
/* 5.FIGURES & IMAGES */
/* 6.TABLES */
/* 7.FORMS */
/* 8.BANNER */
/* 9.NAVIGATION */
#nav {
	height:36px;
}
#nav ul {
	width: 480px;
	margin:0 auto;
}

#nav li {
	height: 14px;
	font-size: 0.8125em; /* 13 / 16 = 0.8125 */
	width: 20.625%; /* 99 / 480 = 0.20625 */
	padding: 10px 2.083333333333334%; /* 10 / 480 = 0.02083333333333334 */

}
#nav li a {
	height: 14px;
	width: 100%;
}
.no-touch #nav li {
	width: 19.625%;
}
.no-touch #nav li a {
	width: 100%;
}
#nav li.first {
	width: 20.41666666666667%; /* 98 / 480 = 0.2041666666666667 */
}
/* 10.CONTENT */
.thelist li .container {
	padding: 10px 0 10px 0;
}
.thelist li .video {
	width: 250px;
}
.no-touch .thelist li .video {
	height:180px;
}
.thelist li .desc {
	width: 498px;
}
.thelist li .description {
	display: block;
	visibility:visible;
}
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
/* 15.VENDOR-SPECIFIC */
/* 16.TEMPLATE SPECIFICS */
/* 17.MODERNIZR */

}/*/mediaquery*/

/*992px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 992px) {

/* 1.ROOT */
body {
	width: 992px;
}
#holder {
	background: url("../img/992-bkg.jpg") no-repeat scroll 0px 0px transparent;
}
#intro {
	padding: 135px 15px 20px 20px;
	height: 600px;
}
/* 1.ROOT */
/* 2.HEADINGS */
/* 3.TYPOGRAPHY */
/* 4.LINKS */
/* 5.FIGURES & IMAGES */
/* 6.TABLES */
/* 7.FORMS */
/* 8.BANNER */
/* 9.NAVIGATION */
#nav {
	height:36px;
}
#nav ul {
	width: 480px;
	margin:0 auto;
}
#nav li {
	height: 14px;
	font-size: 0.8125em; /* 13 / 16 = 0.8125 */
	width: 20.625%; /* 99 / 480 = 0.20625 */
	padding: 10px 2.083333333333334%; /* 10 / 480 = 0.02083333333333334 */

}
#nav li a {
	height: 14px;
	width: 100%;
}
.no-touch #nav li {
	width: 19.625%;
}
.no-touch #nav li a {
	width: 100%;
}
#nav li.first {
	width: 20.41666666666667%; /* 98 / 480 = 0.2041666666666667 */
}
/* 10.CONTENT */
.thelist li .container {
	padding: 10px 0 10px 0;
}
.thelist li .video {
	width: 250px;
}
.no-touch .thelist li .video {
	height:180px;
}
.thelist li .desc {
	width: 722px;
}
.thelist li .description {
	display: block;
	visibility:visible;
}
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
/* 15.VENDOR-SPECIFIC */
/* 16.TEMPLATE SPECIFICS */
/* 17.MODERNIZR */

}/*/mediaquery*/

/*1024px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 1024px) {

/* 1.ROOT */
body {
	width: 1024px;
}
#holder {
	background: url("../img/1024-bkg.jpg") no-repeat scroll 0px 0px transparent;
}
#intro {
	padding: 135px 15px 20px 20px;
	height: 600px;
}
/* 1.ROOT */
/* 2.HEADINGS */
/* 3.TYPOGRAPHY */
/* 4.LINKS */
/* 5.FIGURES & IMAGES */
/* 6.TABLES */
/* 7.FORMS */
/* 8.BANNER */
/* 9.NAVIGATION */
#nav {
	height:36px;
}
#nav li {
	height: 14px;
	font-size: 0.8125em; /* 13 / 16 = 0.8125 */
	width: 20.625%; /* 99 / 480 = 0.20625 */
	padding: 10px 2.083333333333334%; /* 10 / 480 = 0.02083333333333334 */

}
#nav li a {
	height: 14px;
	width: 100%;
}
.no-touch #nav li {
	width: 19.625%;
}
.no-touch #nav li a {
	width: 100%;
}
#nav li.first {
	width: 20.41666666666667%; /* 98 / 480 = 0.2041666666666667 */
}
/* 10.CONTENT */
.thelist li .container {
	padding: 10px 0 10px 0;
}
.thelist li .video {
	width: 250px;
}
.no-touch .thelist li .video {
	height:315px;
}
.no-touch .thelist li .video {
	width: 570px;
}
.thelist li .desc {
	width: 754px;
}
.no-touch .thelist li .desc {
	width: 434px;
}
.thelist li .description {
	display: block;
	visibility:visible;
}
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
/* 15.VENDOR-SPECIFIC */
/* 16.TEMPLATE SPECIFICS */
/* 17.MODERNIZR */

}/*/mediaquery*/

/*1382px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 1382px) {

/* 1.ROOT */
/* 2.HEADINGS */
/* 3.TYPOGRAPHY */
/* 4.LINKS */
/* 5.FIGURES & IMAGES */
/* 6.TABLES */
/* 7.FORMS */
/* 8.BANNER */
/* 9.NAVIGATION */
/* 10.CONTENT */
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
/* 15.VENDOR-SPECIFIC */
/* 16.TEMPLATE SPECIFICS */
/* 17.MODERNIZR */

}/*/mediaquery*/

/*2x __________________________________________________________________________________________________________ */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

/* 1.ROOT */
/* 2.HEADINGS */
/* 3.TYPOGRAPHY */
/* 4.LINKS */
/* 5.FIGURES & IMAGES */
/* 6.TABLES */
/* 7.FORMS */
/* 8.BANNER */
/* 9.NAVIGATION */
/* 10.CONTENT */
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */
/* 14.GLOBAL OBJECTS */
/* 15.VENDOR-SPECIFIC */
/* 16.TEMPLATE SPECIFICS */
/* 17.MODERNIZR */



}/*/mediaquery*/

/* 
Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/