/*
---------------------------------------------------------------------------
Dynastic Records // css/main/screen.css
---------------------------------------------------------------------------
www.GraphicAlphabet.com */



/*
---------------------------------------------------------------------------
GENERAL */


* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 0.9em/1.8em "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #283650;
	text-align: left;
	background: #f2e2b6 url("/imgs/bg-pattern.gif") 0 0 fixed;
}
a:link , a:visited {
	color: #283650;
	text-decoration: none;
}
a:hover , a:active {
	color: #ee743c;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #283650;
}
h2 {
	margin: 1.5em 0 .25em 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #283650;
}
h3 {
	margin: 1em 0 .25em 0;
	font: bold italic 1.6em/1.6em Georgia, Times New Roman, Times, serif;
	color: #283650;
}
h4 {
	margin: .75em 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #283650;
}
h5 {
	margin: .75em 0 0 0;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #ee743c;
}
.jp {
	font-family: "平成角ゴシック" , Osaka , sans-serif;
	font-style: normal;
}
img {
	float: right;
	margin: .25em 0 1em 1em;
	border: 3px solid #f1cc9e;
	clear: both;
}



/*
---------------------------------------------------------------------------
IMAGE REPLACEMENT GENERAL RULES */


.ir {
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
}
.ir em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; /* for opera5+6/mac */
}
/* hack for ie5/mac */
* html>body .ir {
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body .ir em  {
	position: static;
}
* html>body .ir a {
	text-decoration: none;
}
/* end hack */



/*
---------------------------------------------------------------------------
NAVIGATION */


#t-nav , #b-nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: .5em 0;
	text-transform: uppercase;
	text-align: center;
	background: #283650 url("/imgs/bg-nav.gif") 0 0 repeat-x;
	border-top: 3px solid #283650;
	clear: both;
}
#t-nav li , #b-nav li {
	display: inline;
	margin-right: .5em;
	list-style: none;
}
.last {
	margin-right: 0;
}
#t-nav a , #b-nav a {
	padding: .5em;
	color: #f2e2b6;
	text-decoration: none;
}
#t-nav .sel a , #b-nav .sel a {
	color: #f47200;
	text-decoration: none;
}
#t-nav a:hover , #b-nav a:hover {
	color: #fff;
	text-decoration: none;
}
/*\*//*/
#t-nav a , #b-nav a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
/**/



/*
---------------------------------------------------------------------------
PAGE LAYOUT */


#pagewidth {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: #283650;
	border-left: 7px solid #283650;
	border-right: 7px solid #283650;
}
#header , #header em {
	position: relative;
	width: 760px;
	height: 180px;
	background: #283650 url("/imgs/header.gif") 0 0 no-repeat;
	z-index: 0;
}
/* hack for ie5/mac */
* html>body #header em {
	margin-bottom: -180px;
}
/* end hack */
#intro {
	float: left;
	width: 700px;
	padding: 1.5em 30px 0 30px;
	background: #f2e2b6 url("/imgs/bg-intro.gif") 0 0 no-repeat;
}
.bqopen {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #fff;
}
.byline {
	float: right;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
}
#content {
	float: left;
	width: 700px;
	padding: 30px;
	background: #f2e2b6;
}
#content p {
	padding: 0 0 2em 0;
}
#content a:link , #content a:visited {
	color: #283650;
	border-bottom: 1px dotted #283650;
	text-decoration: none;
}
#content a:hover , #content a:active {
	color: #ee743c;
	border-color: #ee743c;
	text-decoration: none;
}
#content p.note {
	font-size: 90%;
	padding: 0 0 .9em 0;
}
#main {
	float: left;
	width: 450px;
}
.releaseDate {
	font: italic 0.9em/1.6em Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	color: #ee743c;
}
#sidebar {
	float: right;
	width: 205px;
	margin-left: 20px;
	padding: 0 0 50px 20px;
	border-left: 1px dotted #283650;
}
#sidebar ul , ul.links {
	margin: 1.2em 0 .2em 0;
	padding: 0 0 1.5em 0;
	list-style: none;
}
#sidebar ul , li.description {
	border-bottom: 1px dotted #283650;
}
#sidebar ul li , li.url , li.description {
	padding: 0 0 .25em 0;
}
li.url {
	padding: .25em 0 0 0;
	font-weight: bold;
}
li.description {
	font-style: italic;
}
#sidebar a:link , #sidebar a:visited , #sidebar a:hover , #sidebar a:active , li.url a:link , li.url a:visited , li.url a:hover , li.url a:active {
	border: none;
	text-decoration: none;
}
#sidebar p.feed {
	margin: 1.2em 0 0 0;
}



/*
---------------------------------------------------------------------------
CONTACT FORM */

form#dynastic {
	width: 80%;
	margin: 0 0 3.6em 0;
}
form#dynastic div {
	padding: .75em 0 0 0;
	clear: both;
}
label {
	float: left;
	width: 20%;
	text-align: right;
}
input , textarea {
	float: right;
	width: 75%;
	text-align: left;
}
textarea {
	height: 6em;
}
#submit {
	float: none;
	margin: 0 0 0 25%;
	width: 20%;
	text-align: center;
}



/*
---------------------------------------------------------------------------
FOOTER */


#footer {
	position: relative;
	width: 760px;
	padding: 3em 0;
	text-align: center;
	background: #283650 url("/imgs/footer.gif") 0 0 no-repeat;
}
#footer p {
	font-size: 90%;
	line-height: 1.8em;
	text-transform: uppercase;
	color: #f2e2b6;
}
#footer a {
	color: #f2e2b6;
	text-decoration: none;
}
#footer p.credit , #footer p.credit a {
	color: #ee743c;
	text-decoration: none;
}
#footer a:hover , #footer a:active , #footer p.credit a:hover , #footer p.credit a:active {
	color: #fff;
	text-decoration: none;
}



/*
---------------------------------------------------------------------------
Dynastic Records // css/main/screen.css
---------------------------------------------------------------------------
www.GraphicAlphabet.com // Creative Commons 2006 */
