
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
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; }
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; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
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; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
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; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
*/
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

body{
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	line-height: 1.4
}

/*a {
	color: #D72400;
}*/

.wrapper{
	margin:auto;
	width:960px;
}

.menuwrapper{
	margin:auto;
	width:500px;
	/*float: right;*/
}

#header-container{
	
	margin:auto;
	width:960px;

	/*background-color:#FF972C;*/
	background-color:#ffffff;	
	height:140px;
	/*border-bottom:20px solid #F4784D;*/
	margin-bottom:50px;
/*	-webkit-box-shadow:0 40px 40px -40px #AAA;
	   -moz-box-shadow:0 40px 40px -40px #AAA;
	        box-shadow:0 40px 40px -40px #AAA;*/
}

p{
	margin:8px 0;
}

li{
	margin: 8px 8px;
}

ul{
	margin: 10px 20px;
}

#title, h2, h3{
	font-weight:normal;	
}

b {
	font-weight:bold;
}

#title{
	font-size: 40px;
	color:white;
	padding-top:25px;
	/*float:left;*/
}

h1{
	font-size: 30px;
	margin: 5px 0;
}

h2{
	font-size: 22px;
	margin: 5px 0;
}

h3{
	font-size: 20px;
	margin: 10px 0;
}


nav{
	background-color: #F4784D;
	padding: 10px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-bottom:3px solid #e44d26;
}

nav ul, nav ul li{
	display:inline;
}

nav a{
	padding:10px 15px;
	
	color:white;
	text-decoration:none;
/*	background-color:#D72400;*/
	/*background-color:#F4784D;*/

}

nav a:visited{
	color:white;
	text-decoration:none;
}

nav .selectedmenu{
	text-decoration:underline;
}

aside{
	
	padding:20px;
	float:right;
	width:400px;
	background-color: #fff;
}

#quickinfo
{
	width:280px;
	margin-right: 8px;
	margin-top: -15px;
}

#main article{
	font-size:14px;
/*	font:14px/26px Helvetica, Helvetica Neue, Arial;*/
	width:620px;
	text-shadow:none;
	margin: 0 auto;
}

#main header h2{
	padding-bottom:30px;
}

#canvasDiv
{
	border: solid 1px black;
	width:500px;
	height:260px;
	-webkit-box-shadow:0 0px 40px -10px #AAA;
	   -moz-box-shadow:0 0px 40px -10px #AAA;
	        box-shadow:0 0px 40px -10px #AAA;
}

article header{
	margin-bottom:50px;
	padding-bottom:30px;
	width:700px;
	-webkit-box-shadow:0 45px 60px -60px #AAA;
	   -moz-box-shadow:0 45px 60px -60px #AAA;
	        box-shadow:0 45px 60px -60px #AAA;
}

#sendcanvas{
	padding: 10px;
	padding-left: 40px;
	background:url('http://shapecatcher.com/images/recognize.png') 0 8px no-repeat;
}

#clearcanvas{
	padding: 10px;
	padding-left: 40px;
	background:url('http://shapecatcher.com/images/clear.png') 0 0 no-repeat;
}

#footer-container{
	background-color:#f16529;
	height:60px;
	/*border-bottom:20px solid #e44d26;*/
	margin: 0 auto;
	margin-top:50px;
	width:660px;
	padding: 10px;
	background:url('http://shapecatcher.com/images/footer.png') 0 0 repeat-x;
	/*-webkit-box-shadow:0 -40px 40px -40px #AAA;
	   -moz-box-shadow:0 -40px 40px -40px #AAA;
	        box-shadow:0 -40px 40px -40px #AAA;*/
}

#footer-container footer{
	color:black;
	font-size: 10px;
	text-align:right;
}

.info{
	position:absolute;
	top:5px;
	background-color:white;
	padding:10px;
}

#jquery-test{
	top:45px;
}

.detail_character_unicode{
	font-size: 26px;
}

input {
	display:block;
}

.required {
	color: #f00;
	font-weight: bold;
}

.unvalidated{
	border: 1px #ff0000 solid;
	font-weight: bold;
}

#socialmedia_table td
{
	padding: 5px;
}

/*#socialmedia_table 
{
	width: 200px;
}*/

.ttf_download {
	background: transparent url(/images/ttf-icon.png) scroll no-repeat left center;
	/*line-height: 50px;
	height: 50px;*/
	padding: 0px 0px 0px 50px;
	margin: 2px 0px 2px 0px;
}

.newsdate {
	color: #999999;
	white-space: nowrap;
}

.gridSelected {
	background: #bbb;
}

.gridElement {
	display: inline-block; 
	vertical-align: top;
}

.gridElement:hover {
	 background: #ccc;
}

.gridElementText {
	text-align: center; 
	width: 60px;
}

.keyboard-key {
	border: 1px solid #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 2px 2px #ddd;
	-webkit-box-shadow: 1px 2px 2px #ddd;
	box-shadow: 1px 2px 2px #ddd;
	background-color: #f9f9f9;
	background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee);
	background-image: -ms-linear-gradient(top, #eee, #f9f9f9, #eee);
	background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee); 
	background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee);
	background-image: linear-gradient(top, #eee, #f9f9f9, #eee); 
	padding: 1px 3px;
 	font-family: inherit; font-size: 0.85em;
}

.unicodeimg {
	margin-bottom: -10px;
}

.unicodeinfoimg {
	border-right: 1px solid #ccc;
        /*-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
	box-shadow: 1px 2px 2px #ddd;*/
	float:left;
	margin:20px;
	margin-right: 40px;
}



#block_backlink {
	#text-align: left;
}

#block_nextlink {
	#text-align: right;
	float: right;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.cleardiv {
	clear: both;
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@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) ")"; }
  .ir a:after, 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: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*jquery.notice.css*/


.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: 60px;
	background: #333;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
	padding: 6px 6px 0 6px;
	font-family: lucida Grande;
	font-size: 11px;
	border: 3px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;

/*	-webkit-box-shadow:0 45px 60px -60px #AAA;
           -moz-box-shadow:0 45px 60px -60px #AAA;
                box-shadow:0 45px 60px -60px #AAA;	*/
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

/*jquery end*/
