/* Global Website Styles - Screen and Projection Media Types */

/* Color Pallette:
	Deep Burgundy: 450100
	Deep Grey: 111
*/

/*--------------------------------------------
Reset
---------------------------------------------*/
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;
}

/*-------------------------------------------
	Boilerplate
-------------------------------------------*/
html {
	font-size: 125%;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

body {
	font-size: 50%;
	background: #450100;
	color: #ccc;
	padding: 8px 0 0;
	text-align: center;
}

a img { border: none; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

span.nowrap {
	white-space: nowrap;
}

#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

#skip a:focus { 
	position:static; 
	width:auto; 
	height:auto; 
} 

.hidden { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
} 

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.print_only {
	display: none;
}


/*-------------------------------------------
	Structural
-------------------------------------------*/

div#wrapper {
	position: relative;
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}
div#header_promo {
	margin: 0 12px 14px;
	width: 996px;
	height: 196px;
	background: #ccc;
}
body#home div#header_promo {
	margin: 0 12px 0;
	width: 996px;
	height: 386px;
	background: #ccc;
}
div#masthead {
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 500;
	width: 1020px;
	height: 150px;
	background: url(../_images/_global/raven_japanican_graphic_nov.gif) left top no-repeat;

}
div#lineup {
	height: 140px;
	width: 1013px;
	margin: 0 0 0 3px;
}
div#lineup img {
	vertical-align: top;
}
div#content {
	width: 1000px;
	width: 996px; /* Shave off 4 pixels to align with the header graphic */
	margin: 0 auto;
	text-align: left;
	background: #111 url(../_images/_global/bg/content_top.gif) left top repeat-x;
	padding: 37px 0 50px;
}
div.row {
	clear: both;
	float: left;
	width: 1000px;
	width: 996px; /* Shave off 4 pixels to align with the header graphic */
}

/*  
Column Dimensions (in pixels):

| 30 |     188    | 50 |    411    | 40 |    241    | 40 | 
| 30 |     188    | 50 |    411    | 40 |    241    | 36 | 
*/
div.col_1, 
div.col_2, 
div.col_3 {
	float: left;
	display: inline;
}
div.col_1 {
	width: 188px;
	margin: 0 50px 0 30px;
	overflow: hidden;
}
div.col_2 {
	width: 411px;
	margin: 0 40px 0 0;
}
div.col_3 {
	width: 241px;
}

div#footer_nav {
	height: 42px;
	width: 1018px;
	margin: 0 auto;
	background: url(../_images/_global/bg/footer_nav.gif) left top no-repeat;
}

div#footer_inner {
	width: 1000px;
	width: 996px;
	margin: 0 auto;
	border-top: 23px solid #111;
	padding: 15px 0 60px;
}

/*-------------------------------------------
	Type
-------------------------------------------*/

a:link, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, address, pre, ol, ul, dl {
	margin-bottom: 1em;
}
h2 {
	font-size: 1.4em;
	color: #fff;
	margin: 3em 0 1em;
}
#contact h2, 
#jobs h2 {
	font-size: 1.2em;
	color: #ccc;
	margin: 3em 0 1em;
	text-transform: uppercase;
}
h1.img_hdl + h2 {
	margin-top: 21px;
}
h3.credits {
	font-size: 1em;
	text-transform: uppercase;
	color: #900;
	margin: 2em 0 .2em;
}
h4 {
	font-size: 1.2em;
	color: #fff;
}
h4 a:link, h4 a:visited, h4 a:hover {
	color: #fff;
}
div.col_1 h4 {
	margin-top: 23px;
}

span.subtitle {
	font-size: .8em;
}

div#content p, address {
	font-size: 1.2em;
	line-height: 1.6;
}
div#content li {
	font-size: 1.1em;
	line-height: 1.3;
}
ul.link_list li {
	font-size: 1.1em;
	padding: 0 0 13px;
}
ul.tweet_list {
	font-size: 1.1em;
	line-height: 1.3;
}
ul.link_list li a:link, ul.link_list li a:visited, ul.link_list li a:hover {
	color: #fff;
}
dl.credits {
	float: left;
}
dl.credits dt, dl.credits dd {
	float: left;
	font-size: 1em;
	color: #900;
	padding-bottom: 1px;
}
dl.credits dt {
	clear: both;
	padding-right: 8px;
}
/*-------------------------------------------
	Image Replaced Headlines
-------------------------------------------*/
.img_hdl {
	height: 9px;
	width: 100%;
	padding: 0 0 3px;
	border-bottom: 1px solid #4C4C4C;
	margin: 0 0 12px;
}

h1#hdl_books {
	background: url(../_images/headlines/books.gif) left top no-repeat;
}

h1#hdl_news {
	background: url(../_images/headlines/news.gif) left top no-repeat;
}

h1#hdl_contact {
	background: url(../_images/headlines/contact.gif) left top no-repeat;
}

h1#hdl_japanese {
	background: url(../_images/headlines/japanese.gif) left top no-repeat;
	height: 15px;
	margin-top: -5px;
}

h1#hdl_about {
	background: url(../_images/headlines/about.gif) left top no-repeat;
}

h1#hdl_jobs {
	background: url(../_images/headlines/jobs.gif) left top no-repeat;
}

h2#hdl_the_raven_gang {
	background: url(../_images/headlines/the_raven_gang.gif) left top no-repeat;
}

h3#hdl_raven_tweets {
	background: url(../_images/headlines/raven_tweets.gif) left top no-repeat;
}

h3#hdl_raven_networks {
	background: url(../_images/headlines/raven_networks.gif) left top no-repeat;
	margin: 43px 0 23px;
}

/*-------------------------------------------
	Ads
-------------------------------------------*/

div#scar_interactive_ad {
	height: 360px;
	width: 240px;
	background: url(../_images/ads/R_Scar_interactive_ad.jpg) left top no-repeat;
	margin: 12px 0;
}
div.ad_set {
		margin: 12px 0;
}
div.ad_wrapper {
		margin: 2px 0;
}

/*-------------------------------------------
	Main Navigation
	Image Replacement - Use span.hidden to hide text content
-------------------------------------------*/

div#masthead ul {
	float: left;
	margin: 57px 0 0 404px;
	height: 11px;
}
div#masthead ul li {
	float: left;
	height: 11px;
	margin-right: 13px;
}
div#masthead ul li a {
	display: block;
	height: 11px;
	margin-left: 20px;
}

/* Home */
li#btn_home {
	background: url(../_images/_global/main_nav/home.gif) left top no-repeat;
	width: 64px;
}
li#btn_home a {
	width: 43px;
	margin-left: 21px;
}

/* Books */
li#btn_books {
	background: url(../_images/_global/main_nav/books.gif) left top no-repeat;
	width: 72px;
}
li#btn_books a {
	width: 52px;
}

/* News */
li#btn_news {
	background: url(../_images/_global/main_nav/news.gif) left top no-repeat;
	width: 61px;
}
li#btn_news a {
	width: 41px;
}

/* Contact */
li#btn_contact {
	background: url(../_images/_global/main_nav/contact.gif) left top no-repeat;
	width: 90px;
}
li#btn_contact a {
	width: 70px;
}

/* Japanese */
li#btn_japanese {
	background: url(../_images/_global/main_nav/japanese.gif) left top no-repeat;
	width: 53px;
}
li#btn_japanese a {
	width: 35px;
	margin-left: 18px;
}

/*-------------------------------------------
	Footer Navigation
	Image Replacement - Use span.hidden to hide text content
-------------------------------------------*/

div#footer_nav ul {
	float: left;
	margin: 15px 0 0 215px;
	height: 10px;
}
div#footer_nav ul li {
	float: left;
	height: 10px;
	margin-right: 13px;
}
div#footer_nav ul li a {
	display: block;
	height: 10px;
	margin-left: 20px;
}

/* Home */
li#ftr_btn_home {
	background: url(../_images/_global/footer_nav/home.gif) left top no-repeat;
	width: 43px;
}
li#ftr_btn_home a {
	width: 43px;
}

/* Books */
li#ftr_btn_books {
	background: url(../_images/_global/footer_nav/books.gif) left top no-repeat;
	width: 72px;
}
li#ftr_btn_books a {
	width: 52px;
}

/* News */
li#ftr_btn_news {
	background: url(../_images/_global/footer_nav/news.gif) left top no-repeat;
	width: 62px;
}
li#ftr_btn_news a {
	width: 42px;
}

/* Contact */
li#ftr_btn_contact {
	background: url(../_images/_global/footer_nav/contact.gif) left top no-repeat;
	width: 91px;
}
li#ftr_btn_contact a {
	width: 71px;
}

/* About */
li#ftr_btn_about {
	background: url(../_images/_global/footer_nav/about.gif) left top no-repeat;
	width: 71px;
}
li#ftr_btn_about a {
	width: 51px;
}

/* Jobs */
li#ftr_btn_jobs {
	background: url(../_images/_global/footer_nav/jobs.gif) left top no-repeat;
	width: 60px;
}
li#ftr_btn_jobs a {
	width: 40px;
}

/* Corporate */
li#ftr_btn_corporate {
	background: url(../_images/_global/footer_nav/corporate.gif) left top no-repeat;
	width: 111px;
}
li#ftr_btn_corporate a {
	width: 91px;
}

/* Japanese */
li#btn_japanese {
	background: url(../_images/_global/main_nav/japanese.gif) left top no-repeat;
	width: 53px;
}
li#btn_japanese a {
	width: 35px;
	margin-left: 18px;
}

.editorsNote {
	color: yellow;
}


/*-------------------------------------------
	About page, Raven Gang layout
-------------------------------------------*/
div.raven_gang_member {
	clear: both;
	float: left;
	display: inline;
	width: 411px;
	height: auto;
	margin: 0 0 1em;
}

div.raven_gang_member img.right {
	margin: 0 0 7px 10px;
}
/*
div.raven_gang_member_pic {
	float: right;
	display: inline;
	width: 110px;
	margin: 0 0 0 40px;
}

div.raven_gang_member_bio {
	float: left;
	width: 261px;
}
*/
div.raven_gang_member h3 {
	float: left;
	font-size: 1.1em;
	line-height: 1.4;
	padding-right: .5em;
	margin: 0;
}
div#content div.raven_gang_member p {
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 0 .7em 0;
}