/* Common */
body,table,input,select,textarea,ol,ul,li,table,th,td { 
  font-family:  'Helvetica', 'Helvetica', Helvetica, Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #F7F7F9;
}
a {
	color: #08C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}


h1,
h1 a {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 0 0 0.5em 0;
  font-weight: 600;
  line-height: 1.1em;
  color: #444;
  text-shadow: 0 -1px 1px rgba(100,100,100,0.25);
  text-decoration: none;
}
h1 a:hover {
    text-decoration: none;
}

h1.sitename,
h1.sitename a {
    margin-left: 15px;
    margin-bottom: 5px;
    font-weight: 100;
    letter-spacing: -1px;
}

h2 {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 0.5em 0 0.2em 0;
  font-size: 1.2em;
  font-weight: 300;
  color: rgb(68, 68, 68);
  text-shadow: #E5F1F1 2px 2px 0px;
}
h3 {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 0 0 1em 0;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  font-family: 'Myriad Pro', 'Lucida Grande', sans-serif;
  margin: 1.5em 0 0.2em 0;
  font-size: 1.0em;
  font-weight: 300;
  text-shadow: #E5F1F1 2px 2px 0px;
}

p { 
  margin: 1em 0;
  font-weight: 200;
	font-size: 0.95em;
	text-shadow: #FFF 1px 1px 0px;
	line-height: 1.5em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

ol.how-it-works {
	font-size: 0.85em;
	margin: 14px 0px 0px 28px;
	color: #222;
	font-weight: 200;
}
ol.how-it-works li {	
	padding-top: 4px;
	line-height: 1.5em;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

#wrapper {
  margin: 20px auto 3em auto;
  width: 900px;
}

#nav {
  list-style-type: none;
}

#nav li {
  display: inline;
  margin-right: 1em;
}
#nav li span.bull {
  color: #5CCEDD;
  padding-right: 4px;
  text-shadow: #FFF 1px 1px 1px;
}

#nav li a{
	background-color: #F5F5F5;
  color: #454545;
  padding: 6px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#nav li a:hover{
	background-color: #F1F1F1;
	color: #5CCEDD;
}


#main_wrapper {
	 margin: 10px;
  background-color: #F8F8F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF), color-stop(0.2,#FFFFFF)) #194b7e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: #DFDFDF 0px 3px 10px;
  -moz-box-shadow: #DFDFDF 0px 3px 10px;
  -o-box-shadow: #DFDFDF 0px 3px 10px;
  border: 1px solid #DFDFDF;
  border-left-color: #E5E5E5;
  border-right-color: #E5E5E5;
}

#content {
  padding: 30px;
}


#content table,#content input,#content select,#content textarea,#content ol,#content ul,#content li,#content table,#content th,#content td { 
  font-family: 'Helvetica';
}

#footer {
  margin: 2em 1em 1em 0em;
}
#footer p a{
  color: #5CCEDD;
  text-decoration: none;
}
#footer p a:hover{
  text-decoration: underline;
}

#footer-nav {
  margin: 10px 0px 0px 20px;
  list-style-type: none;
  font-size: 0.85em;
}
#footer-nav li{
  font-family: 'Helvetica Neue','Helvetica',sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #999;
  padding-left: 8px;
  display: inline;
}
#footer-nav li a{
  font-family: 'Helvetica',sans-serif;
  color: #666;
  text-decoration: none;
}
#footer-nav.developer-sites li a{
  color: #999;
}
#footer-nav li a:hover{
  text-decoration: underline;
}
body p.author {
  margin: 40px 0px;
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica',sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: #999;
}


a.save-button {
	background-color: #CCC;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	-webkit-box-shadow: rgb(204, 204, 204) 0px 1px 4px;
	box-shadow: rgb(204, 204, 204) 0px 1px 4px;
	-moz-box-shadow: rgb(204, 204, 204) 0px 1px 4px;
	border: 1px solid #AAA;
	border-bottom-color: rgb(193, 193, 193);
	height: 19px;
	line-height: 1.7em;
	margin: 7px 24px 0px 10px;
	padding: 8px 15px 8px 12px;
	text-shadow: #FFF 1px 1px 1px;
	text-decoration: none;
	width: 200px;
	color: #111;
	font-weight: 900;
	background: -webkit-gradient(radial, 15 165, 10, 52 50, 630, from(#E5E5E5), to(#AAA), color-stop(60%, #CCC));
}


select {
  border: 1px solid;
}


.form-row {
  padding: 6px;
}
.form-row label{
  width: 100px;
  display: inline-block;
}
.form-row input.medium {
  border: 1px solid #999;
  padding: 3px;
}
.form-row input.submit {
  border: 1px solid #CCF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px;
  background-color: #E8E8F8;
}

#app_nav {
	list-style: none;
	margin: 0px 5px;
	float: right;
}

#app_nav li {
	float: left;
	margin-right: 10px;
}

li#app_user {
	float: right;
	font-size: 0.9em;
}

#app_nav img {
	margin: 0 3px;
	vertical-align: middle;
}

#lang_view {
	width: 100%;
	border-collapse: collapse;
}

#lang_view th {
	text-align: left;
	padding: 5px;
}

#lang_view td {
	padding: 3px;
}

#lang_view .odd {
	background-color: #ebebeb;
}

.progress_base {
	background-color: #d65927;
}

.progress_real {
	background-color: #83e059;
	text-align: right;
	padding: 3px;
	font-size: 0.9em;
	font-weight: bolder;
	color: #FFF;
}

.language {
	width: 320px;
}

#lang_view a {
	color: black;
}

/* Messages */
.msg { margin: -1em -1em 1em -1em; width: auto; font-size: 1em; }
.msg ul { width: auto; padding: 0; font-size: 0.85em; border: 0; background-color: #DDD; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; overflow: hidden; list-style: disc inside; }
.msg ul li { padding: 4px 12px 5px 12px; border-bottom: 1px solid #DDD; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.messages ul li { background: rgb(230, 255, 230); }
.errors ul li { background: rgb(255, 230, 230); }

table td,
table th {
    font-family:  'Helvetica', 'Helvetica', Helvetica, Arial, sans-serif; 
}

