

/* ---------------------------------------- Global Layout ---------------------------------------- */

h1 {color:#FFF;  font-size: 2em; height:16px; line-height:16px;}

h1 span {color:#3399ff; }

.container {
    width: 960px;
    margin: 0 auto;
}

.primary {
    float: left;
    position: relative;
}

.secondary {
    float: left;
    position: relative;
}

/* ---------------------------------------- Base Header ---------------------------------------- */

#global-nav {
    background: #234b6f;
    overflow: hidden;
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
}

#global-nav .container {
    position: relative;
}

#global-nav ul {
    float: right;
}

#global-nav ul li {
    float: left;
    margin: 0 0 0 20px;
}

#global-nav ul li a {
    color: #c3ccd9;
}

#login-as {
    position: absolute;
    left: 0;
    padding: 6px 0;
    top: -11px;
    font-size: 11px;
}
#login-as span {
    color: #fff;
    font-weight: bold;
}
#login-as input[type=text] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #4e7ba3;
    color: inherit;
    padding: 2px 3px;
    font-size: inherit;
}

#local-nav {
    background: #4e7ba3;
    border-top: 1px solid #6c9cc7;
    border-bottom: 1px solid #427eb4;
    height: 60px;
    line-height:60px;
}

#local-nav .container {
    position: relative;
    z-index: 2;
}

#local-nav h1 {
    position: absolute;
    top: 25px;
    left: 0;
}

#local-nav ul {
    position: absolute;
    top: 19px;
    right: 0;
}

#local-nav ul li {
    float: left;
    margin: 0 0 0 10px;
}

#local-nav ul li a, #local-nav ul li span.username {
    display: block;
    font-size: 14px;
    color: #d9e6f8;
    padding: 8px 14px;
    font-weight: 500;
    text-shadow: 0 -1px 0 #032b4d;
    line-height: 1.1;
}

#local-nav ul li a:hover {
    color: #fff;
}

#content {
	width:960px;
	margin: 0 auto;
	
	padding:20px;
	background:#fff;
}

h2.contentfeedsresults{color:#0099ff; font-size:17px;}

.rss_description {font-size:15px; color:#444444;}

.contentfeeds h3 a {color:#feba02; font-size:14px;}



