/* @override 
	http://tsp.mac1.m.xa/css/main.css
	http://tsp.mac1.m.xa:8888/css/main.css
*/

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

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

strong {
  font-weight: bold;
}
body {
  background-color: #F7F7F9;
}



.awesome, .awesome:visited {
  border-top: none;
  border-left: none;
  border-right: none;
	background: #222 url(../images/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 8px 12px 8px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.awesome, .awesome:visited 	{ font-size: 17px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); background-color: #ff5c00; }
.awesome:hover							{ background-color: #111; color: #fff; cursor: pointer; background-color: #d45500; }
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: 300;
  line-height: 1.1em;
  color: #444;
  text-shadow: 0 -1px 1px rgba(100,100,100,0.25);
  text-decoration: none;
  font-size: 25px;
}
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: 200;
  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, .p { 
  margin: 1em 0;
  font-weight: 200;
	font-size: 0.85em;
	color: rgb(63, 73, 83);
	line-height: 1.5em;
}
#content p,
#content .p {
  text-shadow: #FFF 1px 1px 0px;
}


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-family: 'Helvetica Neue';
  font-weight: 200;
  font-size: 0.9em;
	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: 920px;
}

#nav {
  list-style-type: none;
  margin-bottom: 20px;
}

#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;
}

#content .notice { 
  -webkit-transform: rotate(-0.85deg);
  -moz-transform: rotate(-0.85deg);
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -webkit-box-shadow: #DDD 0 1px 6px;
  -moz-box-shadow: #DDD 0 1px 6px;
  background-color: #F5EAC2;
  border: 1px solid #C7C7C9;  
  margin: 10px 0px 30px -35px;
  position: relative;  
  padding: 1em;
  width: 465px;
}
#content .notice h2 {
  text-shadow: none;
} 
#content .notice p {
  font-size: 0.8em;
  text-shadow: none;
} 

#main_wrapper {
  	 margin: 10px;
    background-color: #FFF;
    /* huge performance problems with webkit on older macs with long pages */
    /* background: -webkit-gradient(linear, left top, left 800, 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;
}

#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;
}

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

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

#lang_view, #string_view, #proposal_view, #proj_view {
	width: 100%;
	border-collapse: collapse;
}

#lang_view th, #string_view th, #proposal_view th, #proj_view th {
	text-align: left;
	padding: 5px;
}

#lang_view td, #string_view td, #proposal_view td, #proj_view td {
	padding: 3px;
}

#lang_view .odd, #string_view .odd, #proposal_view .odd, #proj_view .odd {
	background-color: #ebebeb;
}

#lang_view .progress, #string_view .progress, #proj_view .progress {
	width: 105px;
}

#lang_view .icon, #string_view .icon, #proj_view .icon {
	width: 18px;
}

#string_view .string_flag {
	background-color: #e68f86;
	font-weight: bold;
}

.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, #string_view a, #proposal_view a {
	color: black;
}

#string_view .proposal {
	text-align: center;
	font-size: 1.6em;
	color: #535353;
	padding: 5px;
}

p.code, span.code {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	text-shadow: #FFF 1px 1px 0px;
	
	
	background-color: #F1F5F9; 
	border: 1px solid #C9D1D7; 
	font-size: 11px; 
	line-height: 1.3em; 
	padding: 10px 15px;
	margin: 15px 0 5px 0;
	font-family: Menlo, Consolas, monospace;
}

.proposal_user {
	font-size: 0.9em;
}

.proposal_comment {
	font-style: italic;
	background-color: #fbffcb;
	font-size: 0.9em;
}

.syntax_total {
	background-color: #e7e7e7;
}

.syntax_variable {
	color: #535ad6;
	background-color: #dde1fe;
}

.syntax_vorder {
	color: #522c55;
}

.syntax_vtype {
	color: #c13843;
}

.syntax_break {
	color: #6bbb62;
}

textarea {
	display: block;
	width: 100%;
	margin: 10px 5px;
	min-height: 50px;
	background: #FFF;
	border: 1px solid;
	border-color: #bebebe #e5e5e5 #e5e5e5 #bebebe;
	padding: 3px;
}

ul.crumbs_outer {
	list-style: none;
/*  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
*/
	border-bottom: 1px solid #D8D8D8;
	background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#E5E5E5)) #F0F0F0;
}

li.crumbs_item {
	display: inline-block;
	border-right: 1px solid #CCC;
/*  -webkit-border-radius: 12px;*/
	margin: 8px 8px;
	margin-left: 10px;
	margin-right: 8px;
	padding-right: 10px;
	background: none;
}

li.crumbs_item img {
	margin-right: 3px;
	vertical-align: bottom;
}

li.crumbs_item a {
	color: #111;
	font-size: 12px;
}

li.crumbs_item a:after {
/*  content: " ▸";*/
}

li.crumbs_item.crumbs_last a:after {
	content: "";
}

#proposal_nav {
	margin-bottom: 1.5em;
}

#proposal_nav .button {
  border: 1px solid #CCF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 6px;
  background-color: #E8E8F8;
  display: inline-block;
}

#proposal_nav #right {
	float: right;
}

#proposal_nav .button a {
	color: #000;
	text-shadow: 1px 1px #fff;
}
#feature-wrapper {
  padding: 15px;
  background-color: #F0F4F7;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.homepage-item {
  width: 320px;
  padding: 10px;
  float: left;
}

#content .msg {
	width: 100%;
}

#content .messages ul {
	-webkit-border-radius: 5px;
}

#content .msg li {
	background: none;
}

p.not-authorised {
  border: 1px solid #999;
  display: inline-block;
  padding: 10px;
}

.tablelist { width: 100%; margin-top: 10px; border: 1px solid #CDCDCD; -webkit-border-radius: 4px; -moz-border-radius: 4px; 
  }
.tablelist.languages { -webkit-border-radius: 0px; -moz-border-radius: 0px; -webkit-box-shadow: inset #CCF 0px 0px 5px;
  }
.tablelist th, .tablelist td { font-family: 'Helvetica'; font-size: 13px; padding: 6px 10px; }
.tablelist th a, .tablelist td a { color: #08C; }
.tablelist td { background-color: white; }
.tablelist .odd td { background-color: rgb(245, 245, 245); }
.tablelist thead th { text-align: left; 
    background: -webkit-gradient(linear, left top, left bottom, from(#CFD2D7), to(#F4F4F4)); 
    background: -moz-linear-gradient(top, #CFD2D7, #F4F4F4);
    border-bottom: 1px solid #E5E5E5;
    border-top: none;
}
.tablelist th p, .tablelist td p { 
  margin: 0;
  font-weight: 200;
  font-size: 12px;
	line-height: 1.5em;
}


@-webkit-keyframes buttonPulse {
  from { -webkit-box-shadow: 0 0 15px rgba(255,238,102,.04); }
  50% { -webkit-box-shadow: 0 0 15px rgba(0,136,204,1); }
  to { -webkit-box-shadow: 0 0 15px rgba(255,238,102,.04); }
}

@-webkit-keyframes loginButtonAnimate {
  from { -webkit-box-shadow: 0 0 5px rgba(255,238,102,.04); }
  to {  }
}


.awesome.view_all_languages {
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: buttonPulse;
}
.awesome.view_all_languages:hover {
  text-decoration: none;
}
a.login-button {
  text-indent: -10000px; 
  display: block; 
  background-color: #eee; 
  border: 1px solid transparent;
  width: 35px;
  height: 37px;
  background: transparent url(../images/user-icon.png) no-repeat 2px 2px;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  opacity: 0.6;
  -webkit-animation-duration: 2s;
  
}

a.login-button:hover {
  border: 1px solid #CCC;
  background-color: #EEE;
  -webkit-animation-duration: 0.5s;
  -webkit-box-shadow: 0 0 5px rgba(0,136,204,1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
}
a.login-button.logged-in {
  border: 1px solid #CCC;
  background-color: #EEE;
  opacity: 1;
}
a.login-button.logged-in:hover {
  border: 1px solid #CCC;
  background-color: #EEE;
  -webkit-animation-duration: 0.5s;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px rgba(0,136,204,1);
  
}

.item-wrapper {
  padding: 16px;
  width: 568px;
  border: 1px solid #DDD;
  background-color: #FFF;
   background: -webkit-gradient(linear, left top, left 800, 
                                from(#F6F6F6), to(#F4F4F4), 
                                color-stop(0.2,#FFFFFF)
                                ) #194b7e;
  -webkit-box-shadow: inset #DDF 0px 0px 5px;
  
}
  #content .item-wrapper h2{
    text-shadow: none;
    font-size: 15px;
    font-weight: 200;
  }
  

.item-wrapper .item{
  margin: 4px;
  width: 240px;
  border: 1px solid #D2D2D2;
  border-top-color: #D8D8D8;
  border-left-color: #D8D8D8;
  border-radius: 3px;
  padding: 16px;
  float: left;
  height: 55px;
  cursor: pointer;

  background: -webkit-gradient(linear, left bottom, left top, from(#E9E9E5), to(#F2F2F4)) #F0F0F0;
/*  background: -webkit-gradient(radial, 15 165, 10, 52 50, 630, from(#E5E5E5), to(#F2F2F2), color-stop(60%, #EEE));*/
  -webkit-box-shadow: #DDF 0px 0px 5px;
}
.item-wrapper .item:hover {
  background-color: #F0F4F7;
  -webkit-animation-duration: 0.2s;
  -webkit-box-shadow: 0 0 5px rgba(0,136,204,1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
}
  #content .item-wrapper .item img{
    float: left;
    margin-right: 10px;
  }
  #content .item-wrapper .item h2{
    font-family: 'Helvetica';
    text-shadow: none;
    font-size: 14px;
    font-weight: 200;
  }
  #content .item-wrapper .item p{
    font-family: 'Helvetica';
    text-shadow: none;
    font-size: 11px;
    color: #666;
    margin: 0px;
  }



