body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;        
    font-family: "myriad-pro";
    font-weight: 400;
    color: #4a615f;    
}

a {
    text-decoration: none;
    color: #00a3ab;
    font-weight: 400;
}

.Tag {
    background: #ABABAB;
}

.Item.Read {
    background: transparent;
}

.DataList .Title {
    font-size: 16px;
}

h1.H.HomepageTitle {
    float: left;
    margin-left: 9px;
}

.PageControls {
    margin: 0px;
    padding-top: 5px;
    min-height: 24px;
}

li.Gender {
    display: none;
}

li.New .MItem.CommentCount {
	margin-left: 4px;
	margin-right: 4px;
	white-space: nowrap;
	padding: 3px;
	background: #ffe82a;
    color: #962700;
    font-weight: 400;
    font-size: 10px;
    border-radius: 2px;
}

.EmotifyDropdown {
    margin-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "myriad-pro";
    font-weight: 400;    
}

.Discussion .PageTitle h1 {
    font-size: 24px;
    line-height: 1.2;
}

.FormWrapper {
    background: #FAFAFA;
    border-radius: 5px;
}

.FormWrapper-Condensed .Buttons {
    text-align: right;
    margin-right: 7px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;    
}

#Body {
    font-family: "myriad-pro", "Helvetica", sans-serif;
    font-weight: 400;            
	margin: 0;
	margin-top: 15px;
	width: 99.9%;
	position: relative;
}
#Head {
	background: #3B5998;
	padding:0;
	margin: 10px 10px 0;
	text-align: left;
	position: relative;
}
div.Popup h1,
div.Popup h2 {
	background: #3b5998;
	border: none;
}

#Frame {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#CodeaTalkLogo {
    padding-top: 5px;
    padding-left: 10px;
    height: 70px;
}

.Video.YouTube .VideoPreview:after {
    background: url('../images/youtube-overlay-button.png') 0 -44px no-repeat transparent;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -22px;
    height: 44px;
    width: 60px;
}

.Banner {

    background-color: rgb(0, 88, 105);    
    background-image: -webkit-linear-gradient(rgba(0, 88, 105, 1.0) 0%, rgba(0, 156, 128, 0.7) 100%), url("https://codea.io/images/BG-Ink2.jpg");    
    background-image: linear-gradient(rgba(0, 88, 105, 1.0) 0%, rgba(0, 156, 128, 0.7) 100%), url("https://codea.io/images/BG-Ink2.jpg");
    background-size: cover;
    background-position: center 40%;
    
    position: relative;
    padding-bottom: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: left;
}

.BannerContents {
    position: relative;
    width: 900px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;    
}

.BannerContents ul {
	padding: 0;
	margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 4px;
}
.BannerContents ul.SignOut {
    list-style-type: none;
    position: absolute;    
    left: auto;
    bottom: 0;
    right: 0;
    opacity: 0.65;
}
.BannerContents ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

.BannerContents ul li a {
	padding: 3px 6px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.BannerContents ul li a:hover {
	background: none;
	color: #ffffff;
	text-decoration: underline;
}

.BannerContents a.SignOut {
	padding: 3px 6px;
	color: #fff;
	display: inline-block;
}

.BannerContents ul li a span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 2px 0 1px;
	background: #f00;
	border-right: 1px solid #a00;
	border-bottom: 1px solid #a00;
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -3px;
}
#Content {
    /*
        Delete these properties    
    height: 300px;
    background-color: red;
    /**/
    
	float: none;
	width: auto;
	margin-right: 265px;
}
#Panel {

    /*
        Delete these properties
    height: 300px;
    background-color: gray;
    /**/
    
	float: right;
	margin-left: 15px;
}
#Panel div.SearchBox input.InputBox {
	width: 200px;
	margin-right: 4px;
}
div.SearchBox {
	margin-bottom: 6px;
}
body.Profile div.SearchBox {
	display: none;
}
body.Profile #Content {
	float: none;
	width: auto;
	margin: 0 10px 0 280px;
}
body.Profile #Panel {
	margin: 0 0 0 10px;
    float: left;
}
form.Activity textarea {
	width:99%;
}
#Foot div {
	width: auto;
}
body.Post #Content {
	width: auto;
	margin:0 20px;
}
#ConversationForm textarea.MultiComplete,
#ConversationForm .TextBox,
#MessageForm textarea,
div.Comment div.CommentForm,
div.Comment div.CommentForm textarea,
div.CommentForm textarea,
#DiscussionForm input.InputBox,
#DiscussionForm textarea {
	width:99%;
}

/* Tabs */
div.Tabs {
	background: none;
	padding: 0;
	border-bottom: none;
}
div.Tabs ul {
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	white-space: nowrap;
}
div.MessageForm {
	padding: 0;
}
div.MessageForm div.Tabs {
	padding: 0 8px;
}

/* css fix for message spacing - Brand-Friendly 1.2 */

	div.Preview div.Message, ul.MessageList div.Message {
		clear: none;
		font-size: 100%;
		line-height: 140%;
	}

div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:hover,
div.Tabs li a:active,
div.Tabs li a:visited {
    font-size: 14px;
    margin: 0;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    color: #83bfc2;
    text-decoration: none;
    padding: 8px 10px;
	line-height: 11px;
}
div.Tabs li a:hover {
   text-decoration: underline;
}
a.Active,
div.Tabs li.Active a {
   background: #fff;
   color: #34b4a3;
   margin: 0;
   border: 2px solid #34b4a3;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   display: inline-block;
   font-size: 14px;
   line-height: 12px;
   text-decoration: none;
   padding: 6px 10px;
   position: relative;
   top: 1px;
}
div.Tabs li a span {
   line-height: 1;
   font-size: 80%;
   padding: 0 3px;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   font-weight: normal;
	background: #34b4a3;
   color: #fff;
   margin: 0 0 0 4px;
}
div.DiscussionsTabs div.SubTab {
	font-size: 13px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 1px solid #aaa;
	background: #f3f3f3;
	margin:0;
	padding:4px 8px;
}
div.HeadingTabs ul {
	margin: 8px 0 0;
}
body.Discussion a.Bookmark {
	margin: 12px 2px;
}
div.Preview {
	border: 1px solid #aaa;
	background: #fff;
	margin:0 0 8px;
	padding: 8px;
}
.Foot {
	background: none;
	border: none;
}
div.MorePager a,
div.MorePager a:link,
div.MorePager a:visited,
div.MorePager a:active,
div.MorePager a:hover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border: none;
	color: #1e79a7;
	line-height: 1;
	padding: 0;
	text-decoration: none;	
}
div.MorePager a:hover {
	color: #ff0084;
	text-decoration: underline;
}
body.add #Content {
	margin: 0 10px;
}

/* Panel Boxes */
div.Box {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	padding: 0;
}
div.Box h4 {
	color: #333;
}
ul.PanelInfo {
	border-top:none;
}
ul.PanelInfo li,
ul.PanelInfo li.Active {
	background: none;
	border-bottom: 1px solid #ccc;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul.PanelInfo li.Active {
	background: #ffd;
}
body.Profile ul.PanelInfo {
	border: none;
}
body.Profile ul.PanelInfo li {
	margin: 0;
	padding: 0;
}
body.Profile ul.PanelInfo li a {
	font-size: 14px;
	display: block;
	padding: 0 6px;
}
body.Profile ul.PanelInfo li a:hover {
	background: #D8DFEA;
}

/* Sign In Page */
body.Entry #Content div.Box {
	background: #efefef;
}
body.Entry #Panel {
	display: none;
}

/* Conversation Colors */

.Mine { 
    background: #EFFFFC;
}
.DataList a.Title {
    display: block;
    margin: 0;
    color: #4a615f;      
    font-size: 16px;
    font-weight: 400;
}
.Drafts .ItemContent a.Title, .Discussions .ItemContent a.Title {
    color: #4a615f;      
}

.Drafts .ItemContent a.Title:hover, .Discussions .ItemContent a.Title:hover {
    color: #ff0084;
}

.MessageList .Meta .Author a {
    font-weight: normal;
    font-family: "myriad-pro";
    font-weight: 700;
}

.HeadingTabs .SubTab {
    font-weight: normal;
    font-size: 22px;
    color: #34b4a3;
}

.DataList .Item 
{
    margin: 0;
    padding: 10px;
    border: 0;
    position: relative;
    border-bottom: 1px dashed transparent;
    border-top: 1px dashed transparent;    
}

/*
.DataList .Item:hover
{
    border-bottom: 1px dashed #bec8cc;
    border-top: 1px dashed #bec8cc;
}
*/

/* Announcement / Closed Tags */

.DataList .Meta .Announcement {
    background-color: transparent;
	color: #008f88;
	padding: 0px;
	font-weight: 400;
}
.DataList .Meta .Closed {
    background-color: transparent;
	color: #008f88;
	padding: 0px;
	font-weight: 400;    
}
.DataList .Meta a.Category {
    background: #34b4a3 /*#00d7cc*/;
    color: white;
    padding: 2px 4px;
    border-radius: 0px;
    font-weight: 400;
    font-size: smaller;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.DataList li.Mine .Meta a.Category {
    background: #34b4a3 /*#00d7cc*/;
    color: white;
}
.Count {
    background-color: #34b4a3 /*#00d7cc*/;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    padding: 1px .8ex;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 30px;
}

/* Stars */

a.Bookmark, a.Bookmarked, a.Bookmarking {
    display: inline-block;
    background-image: url('../images/Star-Off.png');
    background-size: contain;    
    height: 22px;
    width: 22px;
    margin-top: 20px;
}

a.Bookmarked 
{
    background-image: url('../images/Star-On.png');
    background-size: contain;
}

/* Side Panel */

ul.PanelInfo li, ul.PanelInfo li.Active 
{
    background: none;
    border-bottom: none;
	color: #008f88;    
}

ul.PanelInfo li.Active 
{
    background: #EFFFFC;
}

.PanelInfo .Active a {
    color: #002a2c;
}

/* Page Numbers */

.NumberedPager a, .NumberedPager span
{
    font-weight: 400;
}

/* Under Post Author Name */

.DataList .Meta
{
    font-size: 12px;
    font-weight: 400;
}

/* Buttons */

input.Button 
{
    font-weight: 200;    
    font-family: "myriad-pro";
}

a.Button, .Button 
{
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    padding: 4px;
    background: #34b4a3 /*#00d7cc*/;
    color: #FFF;
    text-shadow: 0 0px 0 #fff;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 0px #999;
    -moz-box-shadow: 0px 0px 0px #999;
    -webkit-box-shadow: 0px 0px 0px #999;
    white-space: nowrap;
}

a.BigButton {
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 0 10px;
    font-family: "myriad-pro";
    font-weight: 200;
    font-size: 20px;
    padding: 8px 0;
    background: #34b4a3 /*#00d7cc*/;
    color: #FFF;
    text-shadow: 0 0px 0 #fff;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 2px #FFF;
    -moz-box-shadow: 0px 0px 2px #FFF;
    -webkit-box-shadow: 0px 0px 2px #FFF;
}

a.BigButton:hover {
    color: #FFF;
    border: none;
    background: #ff0084;
    box-shadow: 0px 0px 2px #FFF;
    -moz-box-shadow: 0px 0px 2px #FFF;
    -webkit-box-shadow: 0px 0px 2px #FFF;
}

.Button:hover 
{
    color: #FFF;
    border: none;
    background: #ff0084;    
}

/* Focused Input */

input.SmallInput:focus, input.InputBox:focus, textarea:focus {
    background: #F5FCFD; 
}

input.DateBox, input.InputBox, input.SmallInput, textarea {
    border: 1px solid #F1EFEF;
    background: white;    
}

/* Messages */

.MessageForm, .Tabs, .Headings 
{
    display: block;
    /* border-bottom: 1px solid #abdafb; */
    border-bottom: none;
    padding: 5px 8px;
    margin-top: 40px;
    /* background: #edffff; */
    background: none;    
    position: relative;
}

#MessageForm 
{
    background: #edffff;
}

div.MessageForm div.Tabs {
    padding: 0;
    padding-bottom: 8px;
}

.DismissMessage.Box 
{
    background: rgb(231, 243, 242);
    border: none;
    padding: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#DiscussionForm form {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #edffff;
    border: none;
    margin: 0;
    padding: 20px;
}

/* Alerts */

.Banner ul li a span {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 2px 2px 2px 2px;
    background: #006b65; 
    border: none;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.DataList .Meta strong 
{
    background: #ffe82a;
    color: #962700;
    font-weight: 400;
    font-size: 10px;
}

.PanelInfo .Meta strong {
    background: #ffe82a;
    color: #962700;
    font-weight: 400;
}

/* Tabs */

.TabLink, .TabLink:link, .TabLink:hover, .TabLink:active, .TabLink:visited {
    font-weight: normal;
}

/* Options */

.MenuTitle {
    color: #000;
    border: 1px solid #bbb;
    padding: 4px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    user-select: none;
    padding-right: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

/* Guest Box */

div.Box.GuestBox
{
    padding-bottom: 15px;
}

/* Alerts */

.Banner ul li a span.Alert
{
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

/* Header links */

div.Box h4 {
    border-bottom: none;
    font-family: "myriad-pro";
    font-weight: 400;
    font-size: 120%;
    color: #34b4a3;
    font-weight: normal;
}

div.Box h4 a {
    color: #34b4a3;
}

div.Box h4 a:hover {
    color: #ff0084;
}

/* Codea Specific */

.Codea-Title h1
{
    position: absolute;
    top: 120px;
    left: -8px;
    color: white;
    font-size: 6.5em;
    font-weight: 200;
    letter-spacing: -2px;
}

/* Pre Tags */

code, pre {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    white-space: pre;
    font-family: monospace;
    overflow: auto;
    border: none;
    background: #dfeef6;    
    color: #3e434a;
    padding: 4px 8px;
}

pre code {    
    padding: 0;
}

code {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;        
}

/* GCSE */

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0;
    width: auto;
}

/* Hiding */

div.Box.Tags {
    visibility: hidden;
    display: none;
}

/* Role Titles */

span.RoleTitle {
    border-radius: 2px;
    background-color: #bac4c2;
    color: #ffffff;
    padding: 1px 3px 1px 3px;
}

span.RoleTitle.Role_Administrator {
    background-color: #bac4c2;    
}

span.RoleTitle.Role_Moderator {
    background-color: #edcb9d;    
}
