@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
body {
  width: 100%;
  background:#fff;
  margin:0 auto;
  padding:0;
  font:17px/25px "Raleway",Arial,Sans-serif;
  font-weight: 400;
  color:#333;
}

/* Links
----------------------------------------------- */
a {
  color:#08b;
  text-decoration:none;
}
a:hover {
  background:#E4F2FD;
  color:#069;
  text-decoration:underline;
}
a img {
  border-width:0;
  background:none;
}

/* Structure, basic, unstyled
----------------------------------------------- */

header {
	width:100%;
}

#header {
    background:#FFF;
    max-width:1180px;
    height:200px;
    margin: 0 auto;
    position: relative;
}

#header .box-followus {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: auto;
    padding: 12px;
font-size: 1em;
}

#header .box-followus .email {
    float: left;
    margin: 0 8px;
}
#header .box-followus .email a {
        display: block;
	background: transparent url('img/email.png') left 50% no-repeat;
	padding: 0 0 0 36px;
        height: 24px;
        background-size: auto 80%;
}
#header .box-followus .twitter {
    float: left;
    margin: 0 8px;
}
#header .box-followus .twitter a {
        display: block;
	background: transparent url('img/twitter.png') left 50% no-repeat;
	padding: 0 0 0 32px;
        height: 24px;
        background-size: auto 80%;
}

#container {
  margin: 15px auto;
  max-width:1180px;
  padding: 0 15px;
}

#content {
  background:transparent;
  float:left;
  width: 75%;
  padding: 15px;
  border-radius:5px;
}

#content #content {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

#sidebar {
  float:right;
  width:25%;
  margin: 20px 0 0 0;
  padding: 0;
}
  
#tweets {
  margin-left: 0;
  margin-top: 20px;
}

#footer {
  margin-left: 260px;
}

.post-date {
	font-style: italic;
	color: #999;
}


.alignright {
	float: right;
	margin: 0 12px;
}
.alignleft {
	float: left;
	margin: 0 12px 0 0;
}


/* Header
----------------------------------------------- */
#header > a {
    width:100%;
    height:100%;
    display:block;
    background: transparent url(img/skinaid-logo.png) 50% 35% no-repeat;
    background-size: auto 50%;
}

#header a:hover {

}

#header #betaversion {
  margin: -48px 0 0 0;
  text-align: center;
  clear:both;
}

#header #betaversion #betaversion-tag {
  display: inline-block;
  width: auto;
  padding: 2px 18px;
  background: red;
  color: #FFF;
  margin: 0;
  border: 1px solid red;
}


#header #betaversion #betaversion-label {
  padding: 2px 18px;
  display: inline-block;
border: 1px solid red;
}
/* Stat header
----------------------------------------------- */
#stats-wrap {
  width:100%;
  border-bottom:1px solid #44A340;
  background:#EEF2D6;
  background:rgba(239, 242, 214, 0.55);
  height:45px;
  box-shadow:0 0px 2px rgba(0, 0, 0, 0) inset, 0 0px 1px rgba(0, 0, 0, 0.8) inset;
  overflow:hidden;
}

#stats-header {
  margin:0 auto;
  max-width:860px;
  padding:1px 0 0 260px;
  list-style:none;  
  overflow:hidden;
}

#stats-header li {
    float:left;
    margin-right:60px;
    margin-left:10px;
    text-align:left;
}

#stats-header li span {
    display:block;
}

#stats-header li span.what {
    text-transform:uppercase;
    font-size:11px;
    color:#1E6823;
    margin-bottom:-3px;
}

#stats-header li span.much {
    text-align:center;
    font-size:16px;
}

#stats-header li span.much a {
    color: inherit;
    padding: 0 3px;
}

/* User
----------------------------------------------- */
#user {
  width:230px;
  margin:-150px 0 0;
  float:left;
  line-height:22px;
  padding:10px 10px;
  border-radius: 10px;
  color:#333;
}

#user a {
  padding: 0;
  background: 0;
  color:inherit;
}

#user-pic {
    background:white;
    border-radius:10px;
    box-shadow:0 1px 1px rgba(136, 153, 166, 0.35);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}
 
#user-pic:hover {
    -webkit-transform:rotate(-4deg);
    -moz-transform:rotate(-4deg);
    -o-transform:rotate(-4deg);
}

#user .avatar {
  width:200px;
  height:200px;
  background-image: url(img/new-profile.jpg);
  background-size: 100% 100%;
  border-radius:10px;
  margin:8px;
  padding:8px;
  display:block;
}

#user-info {
  padding:8px;
}

#user-info ul {
	margin:0;
	padding:0;
	list-style:none;
}

#user-info i.fa {
    color:#aaa;
    width:20px;
}

#user-info li:hover i.fa {
    color:#aaa;
    width:17px;
    padding-left:3px;
}

.user-realname {
  font-size:24px;
  font-weight:bolder;
  color:#111;
  margin-bottom:10px;
}

/* Tweets
----------------------------------------------- */
#tweets h2 {
  margin:0 0 10px;
  padding-bottom:10px;
  border-bottom:1px solid #44A340;
  font-size:24px;
}
#tweets .post {
    margin: 12px 0px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #D6E685; */
    border: 1px solid #e4e4e4;
    padding: 18px;
    border-radius: 6px;
}
#tweets .post p {
  margin: 12px 0;
}
#tweets a {
  font-weight:bold;
}
#tweets .meta a {
  font-weight:normal;
  padding: 0 2px;
}
#tweets .post .meta, #tweets .post .meta a {
  font-size:12px;
  color:#999;
}
#tweets .post:hover .meta a {
  text-decoration:underline;
}
#tweets .post .meta a:hover {
  color:#666;
}

.tweets .post {
    margin: 4px 0px;
    padding-bottom: 10px;
    border: 1px solid #e4e4e4;
    padding: 0 12px;
    border-radius: 6px;
}
.tweets .post p {
  margin: 6px 0;
}
.tweets a {
  font-weight:bold;
}
.tweets .meta a {
  font-weight:normal;
  padding: 0 2px;
}
.tweets .post .meta, .tweets .post .meta a {
  font-size:12px;
  color:#999;
}
.tweets .post:hover .meta a {
  text-decoration:underline;
}
.tweets .post .meta a:hover {
  color:#666;
}
.tweets .post img {
max-width: 100%;
}
#stream_toggle {
  border-bottom:1px solid #D6E685;
  margin-left:260px;
}
#stream_toggle ul {
  margin:0;
  padding:10px 0 0 0;
  list-style:none;
  height:30px;
}
#stream_toggle ul li {
  float:left;
  padding-right:10px;
}

/* Tweet custom styles depending on content
----------------------------------------------- */
.tweet.short.is_no_reply > p {
    font-size:32px;
    line-height:40px;
}
.tweet.medium.is_no_reply > p {
    font-size:26px;
    line-height:32px;
}
.tweet.long.is_no_reply > p {
    font-size:22px;
    line-height:30px;
}
body.single #tweets .tweet {

}
body.single #tweets .post .meta, body.single #tweets .post .meta a {
  font-size:15px;
  line-height:26px;
  padding-top:10px;
}
#tweets span.embed_image_yes {
    border: 1px solid #8CC665;
    border-radius: 5px;
    display: block;
    padding: 3px;
    width: 90%;
    line-height:10px;
}
#tweets span.embed_image_yes a:hover {
    background:none;
}
#tweets span.embed_image_yes img {
    border-radius: 5px;
    width: 100%;
}
#tweets .link_untco_image {
    display:none;
}

/* Searchform
----------------------------------------------- */
#searchform {
  margin:0 0 110px;
  padding:12px 13px;
  border-radius:5px;
  background:white;
  box-shadow:2px 2px 1px rgba(136, 153, 166, 0.85) inset;
}

#searchform .txt {
  float:left;
  width:150px;
  margin:0;
  padding:2px 5px;
  border:1px solid #ddd;
  border-top-color:#ccc;
  border-right-width:0;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  font:15px/22px "Helvetica Neue",Arial,Sans-serif;
  color:#333;
}
#searchform .btn {
  background:#1E6823 url("img/bg-searchbutton.png") no-repeat 55% 100%;
  width:32px;
  margin:0;
  padding:2px 0;
  border:1px solid #367;
  border-left-width:0;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  font:15px/22px "Helvetica Neue",Arial,Sans-serif;
}

#searchform:hover .btn {
  background-color:#8CC665;
}

/* Main menu
----------------------------------------- */

	.site-navigation {
    		background: #f4f4f4;
    		width: 100%;
    		height: 50px;
		margin: 0;
	}
	
	.site-navigation .menu-menu-1-container {
    		margin: 0 auto;
    		max-width: 1180px;		
	}

	.site-navigation ul {
		margin: 0;
    		padding: 0;
    		height: 50px;
		text-align: center;
	}

	.site-navigation li {
		display: inline-block;
		position: relative;
		list-style: none;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.site-navigation li ul li {
		width: 100%;
	}

	.site-navigation > ul > li > a, h1 {
		text-transform: uppercase;
	}
	
	.site-navigation a {
    		display: block;
    		text-decoration: none;
    		padding: 5px 15px;
    		height: 50px;
    		color: #000;
    		box-sizing: border-box;
    		vertical-align: middle;
    		font-size: 1.1em;
    		line-height: 40px;
	}

	.site-navigation ul ul {
		position: absolute;
		left: 0;
		top: 100%;
		visibility: hidden;
		opacity: 0;
	}
	
	.site-navigation ul ul ul {
		left: 100%;
		top: 0;
	}
	
	.site-navigation li:hover, .site-navigation li:hover li, .site-navigation li a:hover {
		background: #0060a8 !important;
		color: #FFF !important;
	}
	
	.site-navigation li li:hover, .site-navigation li li:hover li {
		background: #0060a8 !important;
	}
	
	.site-navigation li li li:hover {
		background: #999 !important;
	}
	
	.site-navigation li:hover > ul {
		visibility: visible;
		opacity: 1;
	}



/* Nav
----------------------------------------------- */
#nav {
	padding:0 0 20px;
	border-radius:5px;
	font-size:13px;
}
#nav h2 {
	margin: 0;
    	font-size: 15px;
    	line-height: 29px;
    	padding: 6px 12px 6px 12px;
    	margin: 0 0 5px;
	border-top-left-radius: 5px;
    	border-top-right-radius: 5px;
    	color: #fff;
    	background: #0060a8;
    	font-size: 1.8rem;
    	font-weight: 300;
}
#nav h2 i {
	margin: 0 8px 0 0;
}
#nav ul.block li a {
	padding:0;
}
#nav .wp-tag-cloud li a, #nav .wp-tag-cloud li {
	display:inline-block; 
	width:auto;
    	padding:0px 3px;
}
#nav li a:hover, #nav li.current a, #nav li.current a:hover, #nav ul.block li.current, #nav ul.block li:hover {
  background:#E4F2FD;
  text-decoration:none;
}
#nav li.current a {
  font-weight:bold;
}
#nav li a:hover {
  background:#D6E685;
}
#nav li .count {
  background:rgba(255,255,255,0.5);
  float:right;
  line-height:14px;
  margin-top:2px;
  padding:2px 5px;
  color:#999;
  font-size:11px;
  border-radius:3px;
}
#nav li.current a {
  color:#333;
}
#nav li.current .count {
  background:rgba(0,0,0,0.6);
  color:#fff;
  font-weight:normal;
}

#bleh li a:hover {
    background:none;
}
/* Archive
----------------------------------------------- */
#archives ol {
	margin:-6px 0 5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
#archives ol li {
    display:inline-block;
    width:26px;
    height:30px;
    border:1px solid white;
    margin-left:1px;
    background:#D6E685;
}
#archives ol li.empty {
    background:rgba(246, 248, 231, 0.5);
}
#archives ol li a {
    display:inline-block;
    width:100%;
    height:20px;
    background:none;
    padding:0;
}
#archives ol li a:hover {
    border-radius:0;
    background:inherit;
}
#archives span.bar_wrap {
    width:100%;
    height:100%;
    zbackground:#F6F8E8;
    display:block;
}
#archives span.bar {
    width:100%;
    background:#F6F8E8;
    display:block;
}
#archives ol li.not_empty:hover {
   background:#44A340;
}
#archives span.label {
    display:block;
    width:100%;
    height:10px;
    font-size:10px;
    text-align:center;
    line-height:2px;
    color:transparent;
    padding:2px 0px;
}
#archives ol li.not_empty:hover span.label {
    color:white;
}
#archives .archive_year ol {
	text-align: center;
}
#archives .archive_year_label {
    font-size:12px;
    font-weight:bold;
    color:#1E6823;
    padding-left:2px;
}
#archives .archive_year:hover .archive_year_label {
    color:#333;
}
#archives .archive_year_count {
    display:none;
}
#archives .archive_year:hover .archive_year_count {
    display:inline;
    margin-left:30px;
    color:#8CC665;
}

.tascderm-table {
    width: 100%;
    border-collapse: separate;
    margin: 0 0 15px 0;
}
.tascderm-table caption {
    background: #0060a8;
    color: #FFF;
    padding: 12px;
    line-height: 28px;
    font-size: 1.8rem;
    font-weight: 300;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
}

.tascderm-table caption i {
	margin: 0 8px 0 0;
}
.tascderm-table thead th {
    background: #0060a8;
    color: #FFF;
    padding: 6px 12px 6px 12px;
    line-height: 28px;
    font-size: 1.8rem;
    font-weight: 300;
}

.tascderm-table thead th:first-child {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

.tascderm-table thead th:last-child {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.tascderm-table > tbody > tr:last-child > td:first-child {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.tascderm-table > tbody > tr:last-child > td:last-child {
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.tascderm-table thead th i {
	margin: 0 8px 0 0;
}
.tascderm-table > tbody > tr > td {
    padding: 8px 12px;
}
.tascderm-table > tbody > tr > td.criteria {
    text-align: left;
}
.tascderm-table > tbody > tr > td.score {
    line-height: 2rem;
    text-align: right;
}
.tascderm-table > tbody > tr > td.score .digit, .tascderm-table > tbody > tr > td.total .digit {
    font-weight: 700;
    font-size: 2rem;
}
.tascderm-table > tbody > tr > td.result {
    white-space: nowrap;
    font-weight: 700;
    text-align: left;
}
.tascderm-table > tbody > tr > td.description {
    text-align: left;
}

.tascderm-table > tbody > tr:nth-child(odd) {
    background: #f4f4f4;
}
.tascderm-table .total {
    text-align: right;
    background: #e4e4e4;
}

#sidebar .wp-tag-cloud {
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.archive-year {
	text-align: center;
}

/* TASCDerm Submission
----------------------------------------------- */
#tascderm-submission {
    background: #f6f6f6;
}
#tascderm-submission h2 {
    padding: 12px 18px;
    background: #0060a8;
    color: #FFF;
    line-height: 28px;
    font-size: 1.8rem;
    font-weight: 300;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0;
}
#tascderm-submission .ap-pro-form-field-wrapper, #tascderm-submission .ap-form-field-wrapper, #tascderm-submission .ap-pro-form-success-msg {
    padding: 12px 18px;
    margin: 0 !important;
}
#tascderm-submission .ap-pro-form-success-msg {
    background: #009900;
    color: #FFFFFF;
    border-top: 1px solid #f4f4f4;
}
#tascderm-submission .ap-form-field-wrapper .label-wrap {
    display: none;
}
#tascderm-submission .ap-pro-form-field-wrapper .label-wrap label {
    font-weight: 400;
}
#tascderm-submission .ap-pro-form-field-wrapper.score {
    clear: both;
    overflow: hidden;

}
#tascderm-submission .ap-pro-form-field-wrapper.score .label-wrap{
    float: left;
    margin: 0 12px 0 0;
    width: 300px;
}

#tascderm-submission .ap-pro-form-field-wrapper.score .label-wrap .ap-pro-info-wrap {
    width: auto !important;
}
#tascderm-submission .ap-pro-form-field-wrapper.score .ap-pro-form-field {
    float: left;
}
#tascderm-submission .ap-pro-form-field-wrapper.score .ap-pro-form-field select {
    width: 50px;
}

/* WoCo */
#woco-logo {
	float: left;
	width: 300px;
	max-width: 50%;
	margin: 0 0 12px 0;
}
#woco-logo img {
	width: 100%;
}
#woco-description {
	clear: both;
}

/* Widgets */
.widget_recent_entries ul {
	padding: 0;
	list-style-type: none;
}
.widget_recent_entries ul li a {
	display: block;
}
.widget_recent_entries ul li .post-date {
	clear: both;
}



/* Misc
----------------------------------------------- */

#comments {
 border-top: 1px solid #e4e4e4;
}

/* Misc
----------------------------------------------- */
.pagination {
  margin-top:30px;
  display: block;
}
.pagination a {
  color: rgba(0, 125, 203, 0.57);
}
.pagination .older {
  float:left;
  width:45%;
}
.pagination .newer {
  float:right;
  width:45%;
  text-align:right;
}
.reset {
  display:block;
  clear:both;
  height:1px;
  font-size:1px;
  line-height:1px;
}

.trigger {
}

.trigger-target {
  display: none;
  font-size: 1em;
  line-height: 1.3em;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

.comment-form-comment label {
	width: 100%;
}

.form-submit {
	margin: 12px 0;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
	width: 100px;
}

.tascderm-study {
	padding: 12px;
    	border: 1px solid #e4e4e4;
    	border-radius: 6px;
	margin: 0 0 12px 0;
}

.tascderm-study .title {
	font-size: 2rem;
}

.tascderm-study .title a:hover {
	text-decoration: none;
}

#tascderm-report h3 .score {
	display: inline-block;
	font-size: 3rem;
	color: #0060a8;
}

.share {
    background: #f4f4f4;
    margin: 12px 0;
    padding: 12px;
}

.share h3 {
	margin: 0;
}

/* Footer
----------------------------------------------- */
#footer p {
  padding:10px 0;
  color:#999;
  font-size:12px;
}
#footer a {
  color:#666;
}

/* Responsive
----------------------------------------------- */

#tiny-name {display:none;}

@media all and (max-width: 1068px) {

}

@media all and (max-width: 850px) {
  #user { display:none;}
  #tiny-name {display:block; font-size: 20px; padding: 10px 0 0;}
  #stats-header li {margin-left:0px}
  #searchform {visibility:hidden;}
  #tweets, #footer {margin-left:10px;}
  #stats-header {padding:1px 0 0 10px;}
}

@media all and (max-width: 600px) {
  #sidebar { display:none;}
  #tweets, #footer {margin-right:10px;}
  #content {width:100%}
}