body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	/* background: #0c5367 repeat fixed;*/
	background: #0c5367 url('http://img1.webring.org/images/body_bg_12.png') repeat fixed;
	color: #484848;
  font-family: verdana, sans-serif;	
	font-size: 13px;	
}

code {
	font-size: 14px;
	font-family:  monaco,monospace;	
}

pre code {
	font-size: 13px;
  color: #a0a0a0;
}

pre, pre.prettyprint {
	background: #101010;
	padding: 16px;
	overflow-x: auto;
	font-size: 13px;
  font-family: monaco,monospace;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

blockquote {
	font-family: Georgia,"Times New Roman",Times,serif;	
	color: #808080;
	font-size: 15px;
	font-style: italic;
	background: url('http://img1.webring.org/images/quote.png') no-repeat;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
	min-height: 24px;
}

kbd {
	background: #eeeeee none repeat scroll 0 0;
	border-color: #cccccc #aaaaaa #888888 #BBBBBB;
	border-style: solid;
	border-width: 2px 4px 5px 3px;
	color: #000000;
	padding: 5px 3px;
	white-space: nowrap;
}

hr {
	height: 0px;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px dotted #c0c0c0;
}

.embg {
	background-color: #0c5367;
}
.emfont {
	color: #e3e3e3;
}
.emlink {
	color: #d4d4d4;
}

.HeaderGreenSignupButton:hover {
	opacity: 0.7;
}

.HeaderPanelLast {
}

.SettingsMenu, .Menu, .BrowseMenu, .SellMenu {
	padding: 10px;
	background: #444a48;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
	width: 250px;
	z-index: 2000;
}

.BrowseMenu, .SellMenu{
	top: 37px;
	right: 100px;
}
.SettingsMenu {
	top: 37px;
	right: 0px;
}

.SettingsMenu hr, .Menu hr, .BrowseMenu hr, .SellMenu hr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.SettingsMenu a, .SidePanelMenu a, .Menu a, .BrowseMenu a, .SellMenu a {
	padding: 7px;
	color: #f0f0f0;
	display: block;
	text-decoration: none;
}

//input { color:#222; }

//input:focus { color:#aaa;transition:color .2s linear 0;
//              -webkit-transition:color .2s linear 0;
//    -moz-transition:color .2s linear 0 }
//input.typing { color:#222; }

label { display: block; font-size: 18px; font-weight: bold; line-height: 8px; cursor: text; position: relative; z-index: 3; }

input.input-text { display: block; background: transparent; background: #f7f7f7; margin: 0 0 10px; padding: 3px 4px; border: 1px solid #bbb; -moz-border-radius: 2px; -webkit-border-radius: 2px; -webkit-box-shadow: 0 1px 1px #fff; font: 18px/18px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif; text-shadow: 0 0 1px #fff; color: #999; position: relative; z-index: 2; line-height: 24px; }

input:focus,textarea:focus,select:focus{
  box-shadow:0 0 10px rgba(255,255,255, 0.7);
  outline: none;
}

label.inlined {
    padding-left: 6px;
    font-weight: normal;
    font-size: 13px;
    font-family: "Helvetica Neue";
    opacity: 0.75;
    -webkit-transition: opacity 0.15s linear;
}

label.inlined + input.input-text {
    margin-top: -22px;
}

label.focus { opacity: 0.35; }
label.has-text { opacity: 0.0; -webkit-transition-duration: 0s; }

@-moz-keyframes colorPulse {
      0% {background-color: #0c5367;}
     30% {background-color: #f79f81;}
     70% {background-color: #f79f81;}
    100% {background-color: #0c5367;}
}

@-webkit-keyframes colorPulse {
      0% {background-color: #0c5367;}
     30% {background-color: #f79f81;}
     70% {background-color: #f79f81;}
    100% {background-color: #0c5367;}
}

.glowbottle {
    background-color: #f79f81;
    -webkit-animation: colorPulse 2s infinite alternate;
    -moz-animation: colorPulse 2s infinite alternate;
}


.SimHeader{
	border-top-right-radius: 6px;
	margin-top: 2px;
	color: white;
	background: #00a5ff;
	padding: 6px;
	font-size: 17px;
	font-weight: bold;
}

.SuggestWebring {
	margin-top: 2px;
	overflow: hidden;	
	position: relative;
	margin-bottom: 4px;
	margin-left: 8px;
	text-align: left;
}

.SuggestWebring img {
	width: 56px;
	height: 56px;
	background: white; 
	border: 0px;
	border-radius: 8px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.SuggestWebring a:hover {
	opacity: 0.8;
}

.SuggestWebring-text {
    font-size: 14px;
    padding: 2px;
    display: inline-block;
    position: absolute;
    max-width: 240px;
    overflow: hidden;
	text-decoration: none;
    opacity: 0.9;
	color: white;
		zoom: 1;
	*display: inline;
}

