/*
Theme Name: JHU One
Theme URI: http://carey.jhu.edu/one/
Description: Based on the 2010 theme from WordPress and static HTML site for One.
Author: Stephen Mekosh
Author URI: http://mekosh.org/
Version: 1.0
*/





/* reset all styles accross browsers for consistency */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }
/* end reset styles */





body {
	background: #a3b8d5 url(/images/bgNEW.jpg) repeat-y left top;
	text-align: center;
}

#wrapper {
	background: #bec6d1 url(images/bg.jpg);
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#header {
	border-bottom: 1px dashed #000;
	height: 160px;
	padding: 0 30px;
}

#branding {
	float: left;
	margin-right: 30px;
	width: 540px;
}

#site-title {
	width: 350px;
}

#access {
	float: left;
	width: 270px;
}

#carey-logo a {
	background: url(images/carey-logo.gif) no-repeat;
	display: block;
	height: 120px;
	margin-bottom: 7px;
	width: 120px;
}

#main {
	margin: 20px 30px;
}

#container {
	float: left;
	margin-right: 30px;
	width: 540px;
}

/* main sidebar widget area */
#primary {
	float: left;
	width: 270px;
}

#footer {
	clear: both;
	margin: 0 30px;
	padding: 50px 0 15px 0;
}




body,
.issue,
ul.page-link,
h2.kicker,
#content .wp-caption p.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	font-family: "Times New Roman", Times, serif;
}

.menu-header ul li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}

h1 {
	font-size: 26px;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
}

#content h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h2.deck {
	margin-top: 20px;
}

.entry-content h2 {
	margin-top: 50px;
}

h2.kicker {
	font-size: 15px !important;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.issue-menu h2 {
	font-size: 18px !important;
}

p {
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 10px;
}

#content ol, #content ul {
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 10px;
	margin-left: 5px;
}

#content ol li {
	list-style: decimal;
	margin-left: 20px !important; margin-left: 0;
	margin-bottom: 5px;
}

#content ul li {
	list-style: disc;
	margin-left: 20px !important; margin-left: 0;
	margin-bottom: 5px;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

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

.skip-link, .replaced {
	display: none;
	visibility: hidden;
}

#footer #site-info {
	border-top: 1px #999 solid;
	font-size: 10px;
	padding-top: 5px;
}

ul.page-link {
	list-style: none;
	height: 40px;
}

ul.page-link li {
	background: #ccc;
	display: block;
	float: left;
	font-size: 11px;
	margin-right: 3px;
	padding: 5px 10px;
}



/* consolidated text colors */

a,
#header a:hover, 
#header .current-menu-item a,
#jhu-one-issue-widget a.active,
#jhu-one-issue-widget a:hover,
ul.page-link li a:hover
{
	color: #00a0dd;
}

body,
#header a, 
#jhu-one-issue-widget a,
ul.page-link li a,
#jhu-one-issue-widget ul.departments li.sub-dept
{
	color: #333;
}

.kicker, 
h2.deck,
.simplePullQuote
{
	color: #2e4b9b;
}

#jhu-one-issue-widget dl dd.byline, 
#content .wp-caption p.wp-caption-text,
.issue a:hover,
#footer #site-info
{
	color: #666;
}

ul.page-link li
{
	color: #fff;
}




#header a,
#jhu-one-issue-widget a,
.issue a,
ul.page-link li a
{
	text-decoration: none;
}

.page-link a {
	
}







#content img {
	margin: 0;
	height: auto;
	max-width: 540px;
	width: auto;
}
#content .wp-caption img {
	margin: 0;
	max-width: 840px;
}

#content .alignnone,
#content img.alignnone {
	margin-top: 4px;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignnone,
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 0;
}

#content img.alignleft,
#content img.alignright {
	margin-bottom: 10px;
}

#content div.wp-caption {
	background: #eee;
	line-height: 18px;
	margin-bottom: 12px;
	padding: 0px;
	text-align: left;
}

#content .wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 0;
	padding: 5px;
}


#content .entry-meta {
	padding-top: 5px;
}

#content .entry-meta .author {
	font-style: italic;
}

#content .entry-content {
	margin-top: 30px;
}



#content #author-blurb {
	border-top: 1px dashed #000;
	clear: both;
	font-style: italic;
	padding-top: 10px;
}

#content #author-blurb em {
	font-style: normal; 
}



.issue {
	clear: both;
	margin-bottom: 30px;
}

.issue-menu {
	margin-left: 185px;
}

.cover-image {
	float: left;
	width: 165px;
}

.issue h2 {
	margin-bottom: 10px;
}

.issue h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}




.archives {
	border-top: 1px #999 solid;
	margin-top: 30px;
	padding: 10px 0 4px 0;
}

.archives .cover-image {
	margin-top: 5px;
}

.archives h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.archives p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}




#jhu-one-issue-widget h3.widget-title {
	font-size: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#jhu-one-issue-widget h2 {
	margin-bottom: 5px;
}

#jhu-one-issue-widget dl {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}

#jhu-one-issue-widget dl dt {
	font-weight: bold;
	text-transform: uppercase;
}

#jhu-one-issue-widget dl dd.byline {
	font-style: italic;
}

#jhu-one-issue-widget dl dd p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

#jhu-one-issue-widget ul.departments {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#jhu-one-issue-widget ul.departments li {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#jhu-one-issue-widget ul.departments li.sub-dept dl {
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0 5px 15px;
}

#jhu-one-issue-widget ul.departments li.sub-dept dl dt {
	text-transform: none;
}

#jhu-one-issue-widget ul.departments li.sub-dept dl dd.byline {
	font-weight: normal;
	text-transform: none;
}



.simplePullQuote {
	width: 250px;
	float: right;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 24px;
	text-indent: 0;
	padding: 0 0 10px 30px;
	margin: 0;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
}

.simplePullQuote p {
	font-size: 20px;
	line-height: 24px;
}