/*
 * Yoonki Song (yoonki7@gmail.com)
 *
 * Adopted from http://miniapps.co.uk
 */
#_profile{
    -webkit-filter:; //drop-shadow(1);  //rayscale(1);
    height:150px;

}
#profile-div{
    float:left;
}
.div-50{
    width:50%;
    display:inline;
}

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;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

hgroup p{
	margin-left:0rem;
	font:0.95em 'Century Schoolbook' italic;
}

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 #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

th {
	 vertical-align:bottom;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align: middle;
}

/* General CSS Styles
--------------------------------------------- */
/* Author: Alex Gibson - http://miniapps.co.uk */

html, body {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #C0C0C0 top left repeat;
	color: #333;
	font: 1em/1.3em "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif; /* 16px / 21px */
	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
	width: 100%;
}

article {
	width: 900px;
	background: #fff;
	padding: 1.5em;
	margin: 0 auto;
	text-shadow: none;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

header[role="banner"] {
	width: 900px;
	margin: 1.5em auto 1em auto;
	padding: 0.5em 0.5em;
	text-align: center;
}
header[role="banner"] h2 {
	font: 1.8em Garamond, Verdana, sans-serif;
	color:black;
}
header {
	overflow: hidden;
}

nav[role="navigation"] {
	float: right;
}

nav[role="navigation"] ul {
	margin: 0;
}

nav[role="navigation"] ul li {
	margin: 0;
	display:inline;
	padding-left: 1em;
}

section {
	width: 100%;
 	/*border-bottom: 1px dotted #ccc;*/
 	padding-top: 1.0em;
 	padding-bottom: 1.0em;
}

/* */
section[role="region"] {
	clear: left;
	font: 0.95em Verdana, sans-serif;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

section[role="region"] header {
	clear: left;
	font: 1.2em Verdana, sans-serif;
	border-bottom: 1px dotted #ccc;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-weight:bold;
}
section[role="region"] h2 {
	font: 1.6em Garamond, Verdana, sans-serif;
	color:black;
}
section[role="region"] table.titlebar {
	background-color: white;
	font: 1.125em Verdana, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align:middle;
}
section[role="region"] td.left20 {
	text-align: left;
	width:20%;
}
section[role="region"] td.left40 {
	text-align: left;
	width:40%;
}
section[role="region"] td.center40 {
	text-align: center;
	vertical-align: middle;
	width:40%;
}
section[role="region"] td.center60 {
	text-align: center;
	vertical-align: middle;
	width:60%;
}
section[role="region"] td.right20 {
	text-align: right;
	width:20%;
}
section[role="region"] td.right40 {
	text-align: right;
	width:40%;
}
section[role="region"] table.localnav {
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
section[role="region"] th.localnav {
	background-color: white;/*#179ff0;*/
	color: black;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}
section[role="region"] td.localnav {
	background-color: white;
	color: black;
	margin: 4px;
	padding: 4px;
}
section[role="region"] ul.list {
	list-style: square;
	margin-left: 20px;
	padding-bottom: 0.1em;
	}
section[role="region"] ul.list li {
	list-style-type: square;
	padding-bottom: 0.1em;
}
section[role="region"] ul.people {
	list-style-type: none;
	padding-left: 0px;
	margin: 4px 2px 2px 2px;
}
section[role="region"] ul.people li {
	background-image: url(../icons/person.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
section[role="region"] ul.download {
	list-style-type: none;
	padding-left: 0px;
	margin: 4px 2px 2px 2px;
}
section[role="region"] ul.download li {
	background-image: url(../icons/download.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
section[role="region"] ul.publist {
	list-style-type: none;
	padding-left: 0px;
	margin: 4px 2px 2px 2px;
	vertical-align: top;
}
section[role="region"] ul.publist li {
	background-image: url(../icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: text-top;
}
section[role="region"] ul.contact {
	list-style-type: none;
	padding-left: 0px;
	margin: 4px 2px 2px 2px;
	vertical-align: top;
}
section[role="region"] ul.contact li {
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: text-top;
}
section[role="region"] ul.contact li.person {
	background-image: url(../icons/user.gif);
}
section[role="region"] ul.contact LI.mobile {
	background-image: url(../icons/mobile.gif);
}
section[role="region"] ul.contact li.email {
	background-image: url(../icons/email.gif);
	background-position: 0px 6px;
}
section[role="region"] ul.contact li.key {
	background-image: url(../icons/key.gif);
}
section[role="region"] ol.list {
	font: 0.95em Verdana, sans-serif;
	padding-left: 5px;
	margin: 5px 5px 5px 15pt;
	text-indent: 0px;
	list-style-type: decimal;
}
section[role="region"] ol.list li {
	font: 0.95em Verdana, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
section[role="region"] m {
	font: 1.20em serif italic;
}
/* */
aside[role="complementary"] {
	width:0%; /*35%*/
	float: right;
	background: #fff;
}

aside[role="complementary"] section {
	width: 100%;
 	border-bottom: 1px dotted #ccc;
 	padding-bottom: 1.5em;
 	border-top: none;
	padding-top: 0;
}

aside[role="complementary"] section:last-child {
	border-bottom: none;
}

aside[role="complementary"] section p, aside[role="complementary"] section ul {
	margin-bottom: 0;
}

aside.toggle {
	-webkit-animation-name: toggleInfo;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes toggleInfo {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

footer[role="contentinfo"] {
	clear: both;
	/*width: 95%;
	min-width:768px;*/
	width: 900px;
	background: transparent;
	padding: 1.5em 1.5em 0 1.5em;
	margin: 0 auto 1.5em auto;
	text-align: center;
}

footer[role="contentinfo"] p {
	margin-top: 0;
}

#menulist {
	list-style:none;
	margin: 0;
	padding:0;
}

#blog section h3 {
	margin-bottom: 0;
	font: Garamond;
}


#blog section h3 + p {
	margin-top: 0;
}

p {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
  	margin: 0.5em 0;
}

figure {
	display: block;
  	margin: 1.5em 0;
}

figcaption {
	display: block;
  	margin: 1.5em 0;
  	font-style: italic;
  	font-family: "HelveticaNeue-Italic", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
}

small {
	display: block;
	font-size: 0.75em; /* 12px */
  	line-height: 1.5em; /* 21px */
  	margin: 1.5em 0;
}

dl {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
	margin-bottom: 1.5em;
}

dd {
	font-weight: normal;
	margin-left: 1.5em;
}

ol {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin: 0.5em 0 0.5em 0.5em;
}

dl ol, dl ul {
	margin-top:0;
 	font-size: 1em; /* 14px */
}

ul {
	list-style: none;
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin: 0.5em 0;
	padding: 0;
}

.clear {
	clear:both;
}

pre {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	margin: 1.5em 0;
	padding: 1.5em;
	background-color: #EAEAEA;
	white-space: pre-wrap; /* CSS3 browsers */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
	white-space: -pre-wrap; /* Opera 4 thru 6 */
	white-space: -o-pre-wrap; /* Opera 7 and up */
	word-wrap: break-word; /* IE 5.5+ and up */
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

code {
	font-family: "Courier New", monospace, serif;
	font-size: 1em;
}

table.cc {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.cc th {
	background-color: #dddddd;
}
table.cc td {
	vertical-align: top;
	width: 100%;
	text-align: center;
}

/* LINK STYLES
--------------------------------------------- */

a:link, a:visited {
	color: #990000;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	outline: thin dotted;
}

a:active {
	position:relative;
	top: 1px;
	outline: none;
}

a:focus {
	position:relative;
	top: 1px;
	outline: thin dotted;
}

a.button:link, a.button:visited {
	display: inline-block;
	line-height: 1;
	color: #333;
	font-weight:bold;
	background: rgb(253,253,253);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(253,253,253)), to(rgb(190,190,190)));
	background: -moz-linear-gradient(top, rgb(253,253,253), rgb(190,190,190));
	border: 1px solid rgb(160,160,160);
	text-shadow: 0px 1px 1px #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 0.75em;
	text-align: center;
	text-decoration:none;
	position: relative;
	cursor: pointer;
}

a.button:hover, a.button:active {
	text-decoration:none;

}

a img:focus {
	outline: thin dotted;
}

a.launch {
	margin: 1.5em 0;
	padding: 4px;
	background: #7BB33B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.launch:link, a.launch:visited, a.launch:hover, a.launch:active {
	margin-top: -1px;
	color:  #fff;
  	text-shadow: rgba(77,77,77,0.5) 0 -1px 0;
	text-decoration: none;
}

a.icon {
	float: left;
	margin: 0 1em .5em 0;
}

a.icon img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
   	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
   	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
   	-webkit-background-clip: padding-box;
}

/* HEADINGS
--------------------------------------------- */

h1 {
  	font-size: 2.25em; /* 36px */
  	line-height: 1.1667em; /* 42px */
  	margin: 0 0 0.5833em 0;
  	color:#9EA9B3;
	font-weight: bold;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	width: 235px;
	height: 48px;
	background: transparent url("../images/miniappslogo.png");
	text-indent: -9999px;
}

h1 a:focus {
	overflow: hidden;
}

h1 + h2 {
	font-family: "HelveticaNeue-Italic", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.875em; /* 14px */
  	line-height: 0.5em; /* 21px */
	font-weight: normal;
	font-style: italic;
	color: #333;
}

h2 {
  	font-size: 1.5em; /* 24px */
  	line-height: 0.3em;
  	margin-bottom: 0.0em;
	color: #333;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

h3 {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin-bottom: 1.1667em;
  	color:#333;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

article section section h3 {
	margin-bottom: 0.3em;
}

h3 + h4 {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	font-weight: normal;
	color: #333;
}

h4 {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin-bottom: 1.1667em;
  	color:#333;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

h5, h6 {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin: 1.1667em 0;
  	color:#333;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

article section section h6 {
	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
  	margin: 0 0 1.5em 0;
  	font-weight: bold;
  	font-family: "HelveticaNeue-Bold", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
  	text-rendering: optimizeLegibility;
}

/* INLINE STYLES
--------------------------------------------- */

em {
	font-style: italic;
	font-family: "HelveticaNeue-Italic", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
}

strong {
	font-weight: bold;
	font-family: "HelveticaNeue-Bold", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
}

time {
	font-style: italic;
	font-family: "HelveticaNeue-Italic", "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
}

.logo {
	padding-right: 0.5em;
}

/* FORM STYLES
--------------------------------------------- */

form {
	margin: 1.5em 0;
}

fieldset {
	border: 1px solid #d6d4cf;
	margin: 1.5em 0;
	padding: 1em;
}

legend {
 	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	color: #333;
}

label {
	display: block;
 	font-size: 0.875em; /* 14px */
  	line-height: 1.5em; /* 21px */
	color: #333;
}

button {
	display:block;
 	font-size: 0.875em; /* 14px */
 	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
	height: 1;
	vertical-align:middle;
	margin: 1em 0;
}

input[type=text], input[type=email], input[type=search], input[type=url] {
	width:15em;
	font-size:0.875em;
	font-family: "HelveticaNeue", Helvetica, Arial, Verdana, sans-serif;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	height: 1;
	vertical-align:middle;
	margin-bottom: 1.5em;
}

input[type=email]:focus:valid, input[type=url]:focus:valid {
	border: 2px solid #66CC00;
	outline: 0;
}

input[type=email]:focus:invalid, input[type=url]:focus:invalid {
	border: 2px solid red;
	outline: 0;
}

textarea {
	width:31em;
	height: 200px;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 1.5em;
}

#description {
	width:660px;
}

#searchbutton {
	font-size: 0.875em; /* 14px */
	cursor: pointer;
	height: 1;
	vertical-align:middle;
	margin: 0;
}

#searchbox {
	width: 11em;
	margin-bottom: 0.5em;
}

#searchlabel {
	font-size: 1.125em; /* 18px */
  	line-height: 1.3em;
  	margin-top: 0;
  	margin-bottom: 1.1667em;
  	color:#333;
	font-weight: normal;
}

form.search, form.search button {
	margin-top: 0;
	margin-bottom: 0;
}

.required {
	color: red;
}

img.content {
	max-width: 100%;
}
img.mid {
	vertical-align: middle;
}
img.product-shot {
	float: left;
	max-width: 100%;
	margin: 0 1em .5em 0;
}

img.platform-icons {
	margin: 0 0 1.5em 0;
}

/* BLOG TAGS
--------------------------------------------- */

ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tags li {
    display: inline;
    padding: 0 10px 0 0;
}

/* SELECTION STYLES
--------------------------------------------- */
::-moz-selection {
	background: #990000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #990000;
	color: #fff;
	text-shadow: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 569px) {

	html {
		-webkit-text-size-adjust: 120%;
		-ms-text-size-adjust: 120%;
		text-size-adjust: 120%;
	}

}
