/* re-declare typography */
body {
  font: 13px/21px Georgia,Times,Times New Roman,serif;
  font-weight: normal;
  color: #21211E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#rootContainer {
	height: auto;
	margin: auto;
	width: 940px;
}
#branding {
    height: 135px;
    margin: 10px auto 30px auto; 
}
#logo {
	display:inline;
	margin-left:0px;
	margin-top:20px;
}


.blog-title, .blog-description {
	display: inline;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    line-height: 92px; /* was 92 */
    margin-left: 0px;
    position: relative;
    top: -24px;
}

.blog-description {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    top: -26px;
}



/* global page area, including navigation */
#content {
	left:60px;
	position:relative;
	width:880px;
}

/* navigation */
#access {
    border-bottom: 1px solid #c7c7c7;
    margin: 5px auto 20px;
    overflow: visible;
    position: relative;
}

#menu, .menu {
	margin: 0 auto;
}
#menu ul, .menu ul {
    list-style: outside none none;
    margin: 0 0 -3px;
    overflow: hidden;
    padding: 0;
}
#menu li.current a, .menu li.current a,
#menu li a:hover, .menu li a:hover {
    border-color: #009c91;
}

#menu a, .menu a {
    border-bottom: 4px solid #c7c7c7;
    color: #028178;
    display: block;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin: 0 21px 0 0;
    text-decoration: none;
}


/* primary page column */
#primary {
	border-right: 1px solid #ccc;
	float: left;
	margin-bottom:30px;
	padding-right:40px;
	position: relative;
	width: 510px;
}
#primary h1, #primary h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 21px;
    text-transform: uppercase;
}
#primary h2, #primary h3 {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 21px;
}
#primary h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
#primary img {
    background-color: #e9e9e9;
    border: 1px solid #c7c7c7;
    max-width: 100%;
    padding: 5px;
}
#primary p {
	margin-bottom: 10px;
}
#primary ul {
	font-size: 12px;
    list-style: outside none square;
    margin-bottom: 15px;
    margin-left: 15px;	
    padding: 0;	
}
#primary ul li {
    margin-left: 15px;
}
#primary ul.regulatory {
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	list-style: outside none disc;
}



/* sidebar column */
#sidebar {
	float: right;
	font: 12px/21px Georgia,Times,Times New Roman,serif;
	margin-bottom:30px;
	padding-left:45px;
	position: relative;
	width: 275px;
}
#sidebar p {
	margin-bottom: 10px;
}
#sidebar p.quotable {
	margin-bottom: 0px;
}
#sidebar p.attribution {
	float: right;
	margin-top:0;
}

#randomquote {
	color: #595957;
	margin-bottom:25px;
}

#sidelinks ul {
	list-style: outside none none;
	padding-left: 0;
}
#sidelinks ul ul {
    list-style: outside none square;
    margin: 0 0 21px 1.5em;
    padding: 0;
}
#sidelinks h3 {
    color: #21211e;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 12px;
    padding: 0 0 4px;
    text-transform: uppercase;
}

/* footer */
#footer {
    background: #e9e9e9 none repeat scroll 0 0;
    border-top: 4px solid #009c91;
    clear: both;
    font-size: 12px;
    padding: 24px 0;
}


#siteinfo {
    font-size: 12px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

#siteinfo p {
	margin-top: 0;
	margin-bottom: 7px;	
}

/* miscellaneous utility */

a {
    color: #595957;
    font-style: italic;
    text-decoration: none;
}
a:hover {
	color:#598745;
	text-decoration:underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.wideBullet {
    margin-left: 10px;
    margin-right: 10px;
}

.alignright, img.alignright {
    display: block;
    float: right;
    margin: 0 0 21px 23px;
}
.entry-utility {
    color: #595957;
    font-size: 11px;
}
.right { float: right }
