/*
Theme Name: Cold Dark Blue
Theme URI: http://crossdrive.net/
Description:usual wordpress theme.made by liquid layout.
Version: 1.0
Author: Y.NAKAHIRA
Author URI: http://crossdrive.net
*/

@import url("./css/header.css");
@import url("./css/menubar.css");
@import url("./css/primary.css");
@import url("./css/secondary.css");
@import url("./css/footer.css");

/*----------------------------------------------*/
/*initialize*/

html,body,h1, h2, h3, h4,
p, div, blockquote, pre, address,
dl, dt, dd, ul, ol, li, table,
em, strong, dfn, small, big, q, i, b, span,
a:link, a:visited, a:hover, a:active,
abbr, acronym, cite, code, var, img {
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	background: transparent;
	margin:0;
	padding:0;
}

body{
	border-top:10px solid #235;
	background-image:url("./images/cdb_body_back.png");
	background-position: right bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/*----------------------------------------------*/
/*layout*/

#header{
	position:absolute;
	top:20px;
	left:30px;
	right:30px;
	height:100px;
}

#menubar{
	position:absolute;
	top:130px;
	left:30px;
	right:30px;
}

#primary{
	position:absolute;
	right:240px;
	left:30px;
	top:175px;
}

#secondary{
	position:absolute;
	right:30px;
	top:175px;
	width:200px;
}

#footer{

}

/*----------------------------------------------*/
/*anchor*/

a:link, a:visited, a:hover, a:active {
	display: inline;
}

a:link {
	text-decoration: underline;
	background: transparent;
	color:  #228;
}

a:visited {
	text-decoration: underline;
	background: transparent;
	color: #828;
}

a:active, a:hover{
	background-color:#FC0;
	text-decoration:none;
	color:#000;
}

a img {
	border: none;
}

/*----------------------------------------------*/
/*text-markup*/

em, strong, b, i, small, big,
code, samp, var, dfn, kbd, q, cite,
abbr, acronym {
	display: inline;
}

em{
	font-style: normal;
	font-weight: normal;
	background-color: #EEF;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #117;
}

abbr, acronym {
	border-bottom:1px dotted #666;
	cursor: help;
}

cite:before {
	content:url("./images/right_arrow.gif");
	color: #235;
}

dfn {
	quotes: "<" ">";
	font-style:italic;
}

/*コンピュータ系各種*/

code, samp, var, kbd {
	font-family: MonoSpace;
}

samp, var {
	font-style: italic;
}

kbd {
	background: #DDE;
	color: #000;
	border-bottom: 1px #BBD solid;
}

q{
	background: #F5F5F5;
}

/*----------------------------------------------*/

hr{
	margin:2em 0;
}
