/* =Layout
-------------------------------------------------------------- */
body {
font-family: "proxima-nova", sans-serif;
background: #d2d2d2;
}
body #wrapper {
width: 100%;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
a:hover {
}
#content a, #content a:visited, #content a:link {
color: #006c9e;
}
#content a:hover {
color: #1da2e0;
}

.header { padding:0; }
#header-wrap {
width: 100%;
background: #272727;
}
#header-wrap {
height: 77px;
padding-top: 33px;
position: fixed;
-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
}
#header-wrap header {
width: 940px;
margin: 0 auto;
}

#branding {float: left; width: 113px;}
#branding hgroup {display: none;}
#branding img {
border: 0;
}

nav#access {
background: #272727;
float: left;
width: 600px;
padding: 28px 0 0 10px;
}


nav#access .menu-header li,
div.menu li {
float: left;
position: relative;
list-style-type: none;
}
#access a {
color: #fff;
display: block;
line-height: 38px;
padding: 0 15px;
text-decoration: none;
font-family: "proxima-nova", sans-serif;
font-size: 14px;
letter-spacing: 1px;
-webkit-text-size-adjust: 100%;
}

#main {
width: 980px;
padding-top: 150px;
}

#main h1.entry-title {
font-size: 25px;
padding-top: 8px;
font-weight: normal;
color: #272727;
}
#main h3 {
margin:0;
font-weight: 600;
font-size: 17px;
color: #2f2f2f;
}


#menu-siblings {margin:0;}
#menu-siblings li{
float: left;
list-style-type: none;
}
#menu-siblings li a{
padding-right: 16px;
font-size: 14px;
font-weight: bold;
color: #474747;
text-decoration: none;
}
#menu-siblings li a:hover {
color: #0073ae;
}



#main #container {
width: 100%;
}
#main #content {
margin:0 24px 80px 24px;
}
#content table {
	border: 0;
	margin: 0;
}
#content tr td {
	border-top: 0;
	padding: 0 0 20px 0;
}
#content tr td img {
padding-right: 20px;
}
#content tr td h3 {
margin:0;
}
#content tr td p {margin-bottom: 8px;}

#content tr td a {
font-weight: bold;
font-size: 13px;
color: #006c9e;
}

#content tr td.caption {
font-size: 14px;
font-style: italic;
color: #999;
text-align: center;
}

#content .anchorlink{
    padding-top:140px;
    margin-top:-140px;
    -webkit-background-clip:content-box;
    background-clip:content-box;
}


.footnote {
font-size: 14px;
font-style: italic;
color: #999;
}

#left-column {
width: 670px;
padding-right: 38px;
padding-bottom: 60px;
float: left;
}


#right-column {
width: 224px;
float: left;
padding-top: 70px;
}

#right-column h3 {
font-size: 30px;
font-weight: 300;
color: #717171;
line-height: 30px;
margin-bottom: 10px;
}
#right-column p {
font-size: 13px;
line-height: 21px;
}
#right-column .related h4{
font-weight: bold;
font-size: 15px;
color: #006c9e;
margin:0;
}
#right-column .related a {
color: #222;
font-style: italic;
font-size: 14px;
}

#footer-wrap {
background: #d2d2d2;
}


footer {
clear: both;
width: 930px;
margin: 0 auto;
padding: 12px 25px 0 25px;
}

footer .footmenu li{
list-style-type: none;

}
footer .footmenu li a {
color: #222;
font-size: 15px;
line-height: 24px;
}

footer #footer-widget-area {float: left;}

footer #footer-widget-area ul {margin:0;}


footer #social img{padding: 0 2px;}

footer #footer-logo {
float: right;
}

#colophon {
border: 0;
margin:0;
}

#site-generator {display: none;}



