/* RESET (ERIC MEYER) ---------------------------------------------------------------------------- */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* FOUNDATION ---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fafafa;
}
html * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	text-align: center;
	background: #fafafa;
}

section {
	padding: 24px 36px;
}


#page {
	margin: 36px auto 0;
	text-align: left;
	width: 640px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}



footer {
	width: 640px;
	margin: 0 auto;
	color: #888;
	padding: 12px;

}

footer a {
	color: inherit;
	
}







/* BASE ---------------------------------------------------------------------------- */

header {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	background: white;
	padding: 28px 36px 24px;
	position: relative;
	background: white;
}


h1 {
	text-transform: uppercase;
	font-size: 62px;
	color: black;
	line-height: 0.8;
	font-family: 'helvetica neue', helvetica, ariel, sans-serif;
	font-weight: bold;
	margin: 8px 0;
	text-transform: uppercase;
}



h2 {
	font-size: 16px;
	color: #5D6670;
	overflow: visible;
	margin: 4px 0;
}


p {
	font-size: 14px;
/* 	padding-right: 24px; */
	line-height: 20px;
	margin: 8px 0;
}

img, iframe {
	margin-bottom: 12px;
	margin-top: 12px;
}

img {
	display: block;
}

img, iframe {
/* 	margin-top: 12px; */
	max-width: 100%
/* 	width: 694px; */
} 


a {
	color: #538DB7;
	text-decoration: none;
}

a.selected {
/* 	color: inherit; */
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a.button-small {
	color: white;
	background: #538DB7;
	padding: 6px 12px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0.75em;
	font-weight: bold;
	box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	text-shadow: 0px -1px 1px #333;
	border: 1px solid #437496;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#538DB7), to(#437496));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #538DB7, #437496);
}

a.button-small:hover {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#437496), to(#365E7A));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #437496, #365E7A);
	text-decoration: none;
}

div.button-big {
	display: inline;
	font-family: Rokkitt, Georgia, serif;
	padding: 12px 8px 12px;
	color: #5D6670;
	background: #538DB7;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	font-size: 1.25em;
	box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
	border: 1px solid #888;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#ccc)) ;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f5f5f5, #ccc);

}

div.button-big a {
	padding: 12px 44px 12px 20px;
	background: url(images/icon-call-to-action.png) 6px right no-repeat;

}
div.button-big:hover {
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#aaa));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #eee, #aaa);
}

div.button-big a:hover {
	text-decoration: none;
}



p a {
	text-decoration: underline;
}

ol li {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
}

label {
	color: #5D6770;
	text-shadow: 0px 1px 1px #fff;
}


/* GENERAL ---------------------------------------------------------------------------- */

section#mode {
	background: #2E2E2E;
	color: white;
	padding: 24px 36px;
	border-bottom: 2px solid black;
}

section#mode label {
	text-shadow: 0px -1px 0px #000;
	padding: 0 24px 0 0;
	color: inherit;
}

input[type='text'] {
	border: 2px solid #ccc;
	font-size: 36px;
	padding: 6px;
	display: inline;
	font-family: sans-serif;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-left: -2px;
	color: #444;
	width: 300px;
}
input[type='radio'] {
	vertical-align: top;
	margin-top: 6px;
}
input[type='checkbox'] {
	vertical-align: top;
	margin: 6px 6px 0 0;
}

.row {
	margin: 4px 0;
}


section#controls {
	border-top: 1px #ccc solid;
	background: #f5f5f5;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}



form#color-value-inputs label {
	font-size: 20px;
	font-family: "Lucida Grande",sans-serif;
	font-weight: bold;
	display: block;
}



.separator {
/* 	padding: 12px 142px; */
	border-top: dashed 1px #aaa;
	border-bottom: dashed 1px #fff;
	margin: 24px 1px;
	height: 2px;
	
}

.help-text {
	margin: 8px 0;
}

.help-text p {
	font-size: 0.75em;
	color: #5D6670;
	text-shadow: 0px 1px 1px #fff;
	margin: 0;
}




.options-rgb {
	margin: 12px 0;
}

.options {
	margin: 12px 0;
	padding: 0 24px;
	border-left: 4px solid #AAA7A2;
}

.button-area {
	padding: 12px 0;
}


#rgb-value {
	float: left;
}

.webkit #rgb-preview {
	margin-top: 12px;
	height: 36px;
	width: 36px;
}

#rgb-preview {
	margin-left: 16px;
	margin-top: 8px;
	border-radius: 94px;
	-webkit-border-radius: 94px;
	-moz-border-radius: 94px;
	height: 36px;
	width: 36px;
	left: 200px;
	float: left ;
}

#rgb-section {
	position: relative;
	
}

input:focus {outline: none;}

#pantone {
	position: absolute;
	right: 30px;
	top: 38px;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px #777;
}

#pantone .color-area {
	height: 68px;
	width: 78px;
	height: 150px;
	width: 160px;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}

#pantone .text-area {
	font-family: Helvetica, Arial, sans-serif;
	background: white;
	padding: 4px 6px 5px;
	padding: 8px;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
#pantone .text-area .label {
	font-weight: bold;
}

#pantone p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	font-size: 14px;
	line-height: 18px;
}




/* LOGO & COPYRIGHT ---------------------------------------------------------------------------- */

#logo {
	margin-top: 36px;
	margin-bottom: 6px;
}


.copyright {
	padding: 12px;
}


.copyright p {
	font-size: 12px;
	color: #888;
	margin: 24px 0 36px;
	padding: 0;
}





/* BULLETED OUTLINE ---------------------------------------------------------------------------- */


ul.outline {
	font-size: 16px;
	line-height: 1.25;
	list-style-position: outside;
	font-family: Arvo, Georgia, serif;
}

ul.outline li {
	margin: 12px 0;
/* 	font-weight: bold; */
}

ul.outline ul {
/* 	font-size: 14px; */
	list-style: disc;
	margin: 1em 0 2em 1.2em;
	font-family: Varela, Georgia, serif;
}

ul.outline ul li {
	margin: 12px 0;
	font-weight: normal;
}

ul.outline ul ul {
	list-style: circle;
	margin: 0em 0 1.5em 1.2em;
}




/* HACKS ---------------------------------------------------------------------------- */
#color-value-inputs:after,
section:after,
.donotcollapse:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* MEDIA QUERIES ---------------------------------------------------------------------------- */


/*Desktops and Landscape Tablets*/
@media screen and (min-width: 1000px) {


}/*/mediaquery*/

/*Everything but Desktops and Landscape Tablets*/
@media screen and (max-width: 959px) {
}/*/mediaquery*/

/*Tablets in either orientation and Desktops*/
@media screen and (min-width: 768px) {

}/*/mediaquery*/

/*Larger than Landscape iPhone, up to Portrait iPad*/
@media screen and (min-width:521px) and (max-width: 768px){

}/*/mediaquery*/

/*Anything above portraid iPad*/
@media screen and (min-width: 769px) {

}/*/mediaquery*/

/*phones*/
@media screen and (max-width: 767px) {
}/*/mediaquery*/

/*Up to landscape iPhone*/
@media screen and (max-width: 520px) {
}/*/mediaquery*/

/*Portrait iPhone and smaller*/
@media screen and (max-width: 320px) {
}/*/mediaquery*/



/* CONDITIONAL (WORKS IN CONJUNCTION WITH css_browser_selector.js ---------------------------------------------------------------------------- */



/* conditional browser selector cheat sheet
.ie
.ie7
.gecko
.win.gecko
.linux.gecko
.opera
.konqueror
.webkit

*/


