@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/layout/body.jpg) top repeat-x #F3F1EC;
	color:#653500;
}

@font-face {
	font-family: 'Museo500';
	src: url('/fonts/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('/fonts/Museo500-Regular.ttf') format('truetype'), url('/fonts/Museo500-Regular.svg#Museo-500') format('svg');
}


h1, h2, h3, h4, h5, .nav {

	font-family: 'Museo500', sans-serif;

}

h1.page-title {
	background: url(../images/layout/intro.gif) 0 -20px;
	padding:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
	margin-bottom:1em;
}

.sub-mgmt {
	overflow: hidden;
	zoom:1;
	list-style: none;
	margin-left:0;
	margin-right:0;
	padding-bottom:.5em;
	border-bottom:2px dashed rgba(202, 195, 174, 0.5);
}

.sub-mgmt li {
	float: left;
	margin:0 1em 0 0;
	padding:.5em 1em .5em 0;
	border-right:1px dotted rgba(202, 195, 174, 0.75);
}

.sub-mgmt li.last {
	border-right:0;
}

.sub-mgmt li a {
	font-weight: bold;
}

.container {
	padding-top:0;
}

.topnav {
	margin-bottom:40px;
    background: rgb(232,225,204);
	background: rgba(202,195,174,0.5);
    border:1px solid rgb(255,255,255);
	border:1px solid rgba(255,255,255,0.7);
	border-top:0;
	padding:5px 5px 10px 5px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.1);
}

.topnav li {
	float: left;
	list-style: none;
	margin:0 20px 0 0;
	font-family: 'Museo500', sans-serif;
	font-size:1.2em;
    text-shadow:0 1px 0 rgb(255,255,255);
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}

.topnav li.login {
	float: right;
	position: relative;
	margin-right:0;
}

.topnav li.account, .topnav li.subscriptions {
	float: right;
}

.topnav li.login form {
	position: absolute;
	top:28px;
	right: 0;
	z-index: 99;
	width:150px;
    background: rgb(232,225,204);
	background: rgba(218,213,199,0.95);
	padding:20px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 3px 4px 0 rgba(0,0,0,0.2);
	border:1px solid #c6bea8;
	border-top:0;
	text-shadow:none;
    border-top:1px solid rgb(255,255,255);
	border-top:1px solid rgba(255,255,255,0.5);
}

.topnav li.login form p {
	margin:1.5em 0 0 0;
}

.topnav li.login form input {
    width: 148px;
    font-size: 80%;
}

a {
	color:#C06300;
	text-decoration:none;
}

a:hover {
	color:#F9A132;
}

.nav ul {
	float:right;
	margin:0;
	padding:7px 0;
	text-shadow:1px 1px #fff;
}

.nav ul li {
	float:left;
	list-style:none;
	margin:0 0 0 20px;
	padding:4px 0 4px 20px;
	background:url(../images/layout/navli.gif) left no-repeat;
	font-size:120%;
}

.nav ul li.first {
	background:none;
}

.input-text {
	/*border:1px solid #bcbcbc;
	background: #fff;
	-webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.2);
	padding:6px;
	width:90%;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;*/
}

.button {
	background: #f59c48;
	border:1px solid #fbb157;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family: inherit;
	padding:4px 8px;
	font-size:.8em;
	text-transform: uppercase;
	cursor: pointer;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	background-image: -o-linear-gradient(top, #f59c48, #ed580b); /* Opera 11.10+ */
   background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f59c48),color-stop(1, #ed580b)); /* Saf4+, Chrome */
   background-image: -webkit-linear-gradient(#f59c48, #ed580b); /* Chrome 10+, Saf5.1+ */
   background-image: linear-gradient(top, #f59c48, #ed580b);
   
	-webkit-box-shadow:
		0 0 0 1px #a75528,
		0 1px 2px 0 rgba(0,0,0,0.5);
	
	
}

.intro {
	height:190px;
	background:url(../images/layout/intro.gif) no-repeat;
	clear:both;
	position:relative;
}

.header {
	margin-bottom:40px;
}

.shade {
	height:16px;
	background:url(../images/layout/shade-trans.png);
	margin-bottom:20px;
}

.introicon {
	position:absolute;
	top:-10px;
	right:60px;
}

.intro h1 {
	font-size:18px;
	color:#E2DED0;
	line-height:24px;
	margin-top:28px;
	text-shadow:1px 1px #000;
}

a.tellmemore {
	width:127px;
	height:31px;
	background:url(../images/buttons/tellmemore-trans.png) bottom no-repeat;
	display:block;
	text-indent:-9999px;
}

a.tellmemore:hover {
	background-position:top;
}

.intro h1 strong {
	font-weight:normal;
	color:#fff;
}

.content p {
	text-shadow:1px 1px #fff;
}

input.feedurl, input.emailaddress {
	width:241px;
	padding:18px 60px 10px 10px;
	font-size:120%;
	float:left;
	border:none;
	margin-bottom:10px;
}

input.feedurl {
	background:url(../images/layout/feedurl-trans.png) bottom no-repeat;
}

input.emailaddress {
	background:url(../images/layout/emailaddress-trans.png) bottom no-repeat;
}

#subscribe .input-text {
	width:29%;
	float: left;
	margin-right:3%;
	margin-bottom:3%;
}

#subscribe select {
	float: left;
	width:30%;
}

#subscribe img {
	float: left;
	margin-left:-3%;
	margin-right:1%;
	margin-top:8px;
	padding-left:3px;
}

.feedme {
	display:block;
	width:98px;
	height:28px;
	cursor:pointer;
	background:url(../images/buttons/feedme-trans.png) bottom no-repeat;
	text-indent:-9999px;
	border:none;
	clear:left;
}

.content {
	border-bottom:1px solid #E2DED0;
	padding-bottom:40px;
}

.feedme:hover {
	background-position:top;
}

.footer {
	border-top:1px solid #fff;
	clear:both;
	padding-top:20px;
}

.ocontent h1, h2, h3 {
    color:#653500;
}

#notification {
	width:648px;
	border:1px solid #ddd;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

code {
    white-space:pre;
    font-size: 12px;
    color: #333;
	background: #f0f0f0;
	border: 1px solid #ccc;
	line-height: 20px;
	width: 600px;
	padding: 1em;
    display: block;
}

.helpdiv
{
    background-color: #f9f9f9;
    padding: 1em;
    margin-bottom: 1em;
}

.helpdiv h2
{
    text-decoration: underline;
}

table {
	border-top:1px solid #dad5c7;
	border-right:1px solid #dad5c7;
}

table th, table td {
	border-left:1px solid #dad5c7;
	border-bottom:1px solid #dad5c7;
	padding:4px 8px;
}

table th {
	background: rgba(255,255,255,0.5);
	border-bottom-width: 2px;
}

.feed_info_container {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 0.5em;
}

.fi_label {
    float: left;
    width: 8em;
    font-weight: bold;
}

/* Hide login popup */
#loginpopup {
    display: none;
}

#passwordresetlink {
    font-weight: normal;
    text-decoration: underline;
    font-size: 85%;
    font-family: sans-serif;
}

.nobr { white-space:nowrap; }

.btable {
    line-height: 26px;
}

.media-favicon {
    vertical-align: middle;
}
