img { border: 0; }
a { outline: 0; }
a, input[type="image"] { outline: 0; }

p, h1, h2, h3, h4, h5, h6, li, textarea, input, label, div, legend, select, td, tr, th, dt, dd {
	color: #404040;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 0;
	padding: 0;
}

p, li, label, input, textarea {
	font-size: 0.85em;
	font-weight: 400;
}

p, li {
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1em 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

ol {
	list-style-type: decimal;
}

li {
	font-weight: 400;
	margin: 0 0 0.5em 1.25em;
}

#debug-kit-toolbar p,
#debug-kit-toolbar li {
	font-family: "Courier New";
	font-size: 100%;
}

a {
	outline: none;
	text-shadow: 0 0 #fff;
	
	-webkit-transition: text-shadow 0.5s ease-in-out;
	-moz-transition: text-shadow 0.5s ease-in-out;
	-o-transition: text-shadow 0.5s ease-in-out;
	-ms-transition: text-shadow 0.5s ease-in-out;
	transition: text-shadow 0.5s ease-in-out;
}

a:link, a:visited, .hilite {
	color: #009EC5;
	text-decoration: none;
}

a:hover {
	color: #FF30B2;
	text-decoration: none;
	text-shadow: 0.3125em 0 #009EC5;
}

div.postTitle {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1, h2, h3, h4 {
	color: #333;
	
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1;
	font-kerning: normal;

	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

h1 {
	font-size: 1.67em;
	font-weight: 100;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
}
h1 a:visited {color: #FF30B2; text-decoration: none; }
h1 a:link {color: #FF30B2; text-decoration: none; }
h1 a:hover {color: #009EC5; text-decoration: none; }

div.postTitle h1 a:hover {
	text-shadow: 0.3125em 0 #FF30B2;
}

h1.section {
	font-size: 1.97em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #dcdfe1;
	text-transform: uppercase;
}

h1.section a:visited {color: #dcdfe1; text-decoration: none; }
h1.section a:link {color: #dcdfe1; text-decoration: none; }
h1.section a:hover {
	color: #009EC5; 
	text-decoration: none;
	text-shadow: 0.3125em 0 #FF30B2;
}

h2 {
	font-size: 1.231em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 400;
	line-height: 1.2em;
}

#papers h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3 {
	font-size: 1em;
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	font-weight: 400;
	line-height: 1.2em;
}

h4, h5, h6 {
	font-size: 0.93em;
	margin-bottom: 0.75em;
	font-weight: 600;
}

span.subTitle {
	font-size: 70%;
}

blockquote {
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

blockquote p {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 0.85em;
	line-height: 1.465;
}

div.byline p {
	color: #7FCEE2;
	font-size: 0.7em;
	margin: 0 0 0.625em 0;
	font-weight: 400;
	line-height: 2;
}

div.post {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 0 0 0 0;
	padding: 1.5em 0 1em 0;
}

div.post p {
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

div.posts div.post {
	padding: 1.75em 0 1em 0;
}

div.postBody {
	clear: both;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}

#progress div.post {
	padding: 1.125em 0 0.5em 0;
}

#papers div.post {
	padding: 0.75em 0 0.75em 0;
}

div.post.last {
	border-bottom: 0;
}

p.copyright {
	color: #aaa;
	font-size: 0.7em;
	margin: 0 0 0 0;
}

p.moreActions {
	margin: 1em 0 0 0;
}

#readingList {
	margin: 2em 0 0 0;
}

ul.relatedLinks {
	margin: 0.5em 0 0.5em 0;
}

p.relatedLinks {
	font-size: 0.75em;
	margin: 0 0 1.25em 0;
}

ul.relatedLinks li, #content.news p.relatedLinks {
	margin: 0 0 0 0;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.2em;
}

ul.relatedLinks li a {
	margin: 0 0 0 0;
	padding: 0.7em 0;
	display: block;
	list-style: none;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #eee;
}



/* Comment Section **************************************************************/

#commentSection {
	clear: both;
	width: 100%;
	margin: 2em 0 0 0;	
	padding: 1.25em 0 0 0;	
	border-top: 5px solid #ebedee;
}

#commentSection h3 {
	margin: 0 0 0 0;
}

div.comments {
	float: left;
	clear: both;
	width: 100%;
}

div.comment {
	border-top: 1px solid #ddd;
	clear: both;
	width: 100%;
	padding: 0.3125em 0 0 0;
	margin: 1.25em 0 0 0;
}

div.comment div.metadata {
	border-top: 0;
	margin: 0 0 0.625em 0;
}

#commentSection div.comment div.metadata p {
	color: #ccc;
	font-size: 0.77em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom: 0;
	border: 0;
}

p.options {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 600;
	color: #ccc;
	margin: 0 0 0 0;
}

#commentSection div.formArea {
	width: 100%;
	border: 0;
	background-color: transparent;
	margin: 0.625em 0 0 0;
	padding: 0.625em 0 0 0;
	border-top: 1px solid #ebedee;
	overflow-x: hidden;
}

/* form elements *****************************************/

input[type=text], 
input[type=phone], 
input[type=password], 
input[type=image], 
input[type=submit],
textarea, 
select {
	-webkit-appearance: none; /* Disable the default styling of iOS forms */
}

input[type=submit] {
	display: block;
	color: #fff;
	font-size: 0.77em;
	font-weight: 600;
	line-height: 1.4em;
	padding: 0.3125em 1.25em 0.23em 1.25em;
	text-align: center;
	cursor: pointer;
	border: 0;

	/* outline */
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;

	background: #009EC5;
}

fieldset {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

input, textarea, select {
	padding: 0.3125em;
	border: 1px solid #ccc;
	background: #fff;
}

label {
	padding: 0.5em 0 0.1875em 0.3125em;
}

input[type=image] {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

div.input,
div.submit {
	margin: 0 0 0 0;
	padding: 0 0 0.625em 0;
	border: 0;
}

input[type=password],
input[type=text],
textarea {
	width: 94%;
}

div.input.checkbox label {
	width: auto;
}

input.inputLabel {
	color: #ccc;
}

/* **************************************************************/

hr {
	display: block;
	width: 100%;
	height: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 0.625em 0;
	margin: 0 0 1.25em 0;
}

div.editText {
	display: none;
}

div.editText a {
	/* float: left; */
	clear: both;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url('/img/common/edit.png') no-repeat scroll top left;
}

.superscr {
	font-size: 70%;
	color: #009EC5;
	vertical-align: top;
}

.small {
	font-size: 77%;
}

/* Embedded images *****************************************************************/

img.scaleToFit {
	width: 100%;
	height: auto;
}

img.alignRight,
img.alignLeft,
div.widgFrame {
	position: relative;
	float: right;
	margin: 0.3125em 0 0.625em 0.625em;
	background: #fff;
	border: 1px solid #ddd;

	/* shadow */
	/*
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
	*/
}

div.widgFrame {
	padding: 0.625em 0.625em 0.3125em 0.625em;
}

img.alignRight,
img.alignLeft,
div.noLabel {
	padding: 0.625em;
}

img.alignLeft {
	float: left;
	margin: 0.3125em 0.625em 0.625em 0;
}

.alignCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* We need this for the inside of the widgEditor since it does not display the frame */
img.widgImage { 
	float: right; 
	margin: 0.3125em 0 0.625em 0.625em;
}

/* This is for the real pages. */
div.widgFrame > img.widgImage {
	float: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
}

div.widgFrame p {
	font-size: 0.77em;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	margin: 0.3125em 0 0 0;
}

/* Paging *******************************************/

div.paging {
	color: #ccc;
	width: 100%;
	float: left;
	clear: both;
	font-size: 0.85em;
	padding: 0.625em 0 0.625em 0;
	margin: 0 0 0.625em 0;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span.current {
	color: #000;
}

/* Tables ****************************************/

table {
	background: #fff;
	border: 1px solid #ddd;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 0.625em;
	width: 100%;
}

td, tr {
	font-size: 0.85em;
}

th {
	font-size: 0.77em;
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	padding: 0.3125em;
}

th a {
	background:#f2f2f2;
	display: block;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0.25em;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0 0.375em;
}

/*  Actions  ****************************/

div.actions {
	float: left;
	width: 100%;
	clear: both;
	padding: 0.625em 0 0.625em 0;
}

div.actions ul {
	margin: 0 0;
	padding: 0;
}

div.actions li {
/*	display: inline; */
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 1.25em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	display: block;
	padding: 0.1875em 0.5em 0.1875em 0.5em;
	border: 1px solid #ddd;
	background: #e6e6e6;
}

div.actions ul li a:hover {
}

/* Scaffold View ********************/

dl {
}

dl.altrow {
	background: #f4f4f4;
}

dt, dd {
	font-size: 0.85em;
	border-top: 1px solid #ddd;
	padding: 0.3125em 0 0 0;
	margin: 0 0 0.3125em 0;
}

dt {
	clear: both;
	float: left;
	width: 200px;
	color: #999;
	margin: 0 0.625em 0 0;
}

dd {
	float: left;
	width: 540px;
}

/* Notices and Errors ******************/

div.message {
	clear: both;
	color: #900;
	font-weight: 400;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #F00;
	font-weight: 400;
	font-size: 0.85em;
	padding: 0.1875em 0 0 0;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.77em;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: 400;
}

#authMessage p,
#systemMessage p,
#systemMessage div.message {
	font-size: 1em;
	font-weight: 600;
	color: #ff0000;
	text-align: center;
    background-color: transparent;
    border: 0;
    overflow: auto;
    padding: 0 0.625em 0 0.625em;
}

#click2close {
	position: absolute;
	top: 1.25em;
	right: 0.625em;
	font-size: 0.85em;
	color: #ff0000;
	cursor: pointer;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.77em;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

.addNew {
	font-size: 0.85em;
	margin: 0 0 0 0.625em;
}

a.iconRemove {
	display: none;
	width: 1.25em;
	height: 1.25em;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url('/img/common/icon-remove.png') no-repeat scroll top left;
}

.labelifyLabel {
	color: #ccc;
}

/* Social links **********************/

div.socialLinks {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 0 0 1.25em 0;
	margin: 0 0 1.25em 0;
	border-bottom: 1px solid #ebedee;
}

div.socialLinks > div {
	display: block;
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

div.socialLabel {
	display: block;
	height: 30px;
	width: 60px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#content div.socialLabel p,
#sidebar div.socialLabel p {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	color: #bbb;
}

div.socialLinks > div.buttonEmail { width: 21px; }
div.socialLinks > div.buttonTwitter { width: 99px; }
div.socialLinks > div.buttonGooglePlus { width: 84px; }
div.socialLinks > div.buttonFacebook { width: 99px; }
div.socialLinks > div.buttonPinterest { width: 85px; }

div.shareFacebook p {
	margin: 0 0 0 0;
	font-size: 10pt;
	line-height: 16pt;
}

div.socialLinks img {
	float: left;
	margin: 0 0 0 0;
}

div.socialFollow {
	display: block;
	overflow: hidden;
	margin: 1em 0 1em 0;
	width: 100%;
}

div.facebookFollow {
	float: left;
	display: block;
	overflow: hidden;
	height: 30px !important;
	margin: 0 0 0 0;
	width: 110px;
}

div.twitterFollow {
	float: left;
	display: block;
	overflow: hidden;
	height: 30px !important;
	margin: 0 0 0 0;
	width: 140px;
}

#sidebar div.socialFollow > div {
	clear: both;
}


/* Share Buttons **************************/

div.shareButtons {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 40px 0 20px 0;
}

div.shareButtons a {
	display: block;
	width: 49.5%;
	height: 26px;
	text-shadow: none;
	font-size: 10pt;
	line-height: 26px;
	color: #fff;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
}

div.shareButtons a img {
	display: inline-block;
	margin: 0px 3px 0 0;
	vertical-align: text-top;
}

div.facebook a {
	background-color: #3B5998;
	float: left;
}

div.twitter a {
	background-color: #55ACEE;
	float: right;
}

/* Sidebar **************************/

#sidebar div.date p {
	font-size: 0.85em;
}

#sidebar div.title h2 {
	font-size: 0.85em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#sidebar div.date p { font-weight: 600; }
#sidebar div.title h2 { font-weight: 400; }

#sidebar h2 span.author {
	font-weight: 400;
	font-size: 0.77em;
}

#sidebar p,
#sidebar li {
	font-size: 0.72em;
	line-height: 1.8em;
	margin-bottom: 1em;
}

/* Search *****************************/

div.post.search {
	padding: 1em 0 1em 0;
}

div.post.search h2 {
	font-size: 0.85em;
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.post.search p {
	margin: 0 0 0 0;
}

span.highlight {
	color: #FF30B2;
	font-weight: 600;
}

div.searchForm {
	clear: both;
	width: 100%;
	display: block;
	margin: 1.25em 0 0 0;	
	padding: 0 0 0.625em 0;	
	overflow: hidden;
	border-bottom: 5px solid #ebedee;
}

div.searchForm input {
	float: left;
}

div.searchForm input[type=text] {
	margin-right: 1em;
	width: 70%;
}


#mce-EMAIL {
	width: 95.8%;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0.3125em 2%;
}

#mc-embedded-subscribe {
	width: 100%;
	clear: both;	
	margin: 0 0 30px 0;
	border: 1px solid #009EC5;
	padding: 0.3125em 3% 0.23em 3%;
}

#mce-responses {
	font-size: 0.72em;
	margin: 0 0 30px 0;
}

.read-more {
	font-size: 16px;
	white-space: nowrap;
}

