@charset "utf-8"; 
/*  
Theme Name: uzura camera
Theme URI: http://camera.uzutama.net/
Description: うずらカメラのTheme
Version: 0.2
Author: BB7
Author URI: http://uzutama.net/

このThemeはうずたま専用のThemeです。
*/

/* =1 base css  ベース */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,
#sub,#subsub,#main { margin: 0; padding: 0; }

body { color: #000; background-color: #000; background-image: url('images/blog_back9.gif'); display:block; margin: 10px 0 0; }
img { border: none; margin: 0 auto; }
html { overflow-y: scroll; }
li { list-style-type: none}


h1 { font-weight: normal; font-size: 1em; }
h1 a,h1 a:hover { text-decoration: none; color: #CC6; }
h2 { font-weight: normal; font-size: 1.2em; margin: 0 0 15px 0; color: #CC6; }

/* =2 レイアウト */
#bigbox { width: 750px;margin: 0 auto 30px auto; overflow:auto;}
#toptitle { width: 750px; height: 220px; xtext-align: left;overflow:auto; xbackground-color: #F00;background-image: url('images/topimg.jpg'); background-repeat: no-repeat; background-position: 0px 20px; }
#toptitle h1 { xtext-align: left;  padding: 0 0; }
#toptitle p { font-size: 1.15em; text-align: right; line-height:70px; padding: 120px 27px 0 0; color: #F60; }

#container { background-color: #FFF; width: 750px; overflow:auto; }

#main { float: left; background-color: #CC6; width: 530px; padding: 10px 10px 20px 10px; }
.post { padding: 10px 0; border-bottom: 2px solid #993; xxxbackground-color: #CCC;}
.posttitle { padding: 0px 5px; width: 520px; background-color: #514F32;}

.text { font-size: 0.88em; width: 260px; xxheight: 100%; float: right; padding: 0px 0px; line-height: 1.76em; }
.postimg { float: left; display:inline; width: 250px; text-align:center; }
.postday { color: #514F32; clear: both; width: 530px; text-align: right; font-size: 0.92em; }
.postimg  img { margin: 0px auto 0px auto; }

#sidebar { float: right; width: 190px; background-color: #fff; padding: 5px; text-align: center;
 }
#sidebar p { font-size: 0.5em: }
#footer { clear: both; width: 750px; background-color: #514F32; font-size: 0.8em; color: #FFF; }
#footer p { padding: 20px 10px 10px; }

/* =3 ナビゲーション */
.tablenav {
	color: #F60;
	background: none;
	margin: 1em auto;
	text-align:center;
}
/* ナビゲーション:箱の設定 */
a.page-numbers, .tablenav .current {
	color: #514F32;
	padding: 2px .4em;
	border: solid 1px #FFF;
	text-decoration: none;
	font-size: smaller;
}
/* ナビゲーション:アクティブでないページの箱 */
a.page-numbers:hover {
	color: #FFF;
	background: #F60;
}

/* ナビゲーション:現在開いているページの箱 */
.tablenav .current {
	color: white;
	background: #514F32;
	border-color: #514F32;
	font-weight: bold:
}
.tablenav .current:hover {
	color: #FFF;
	background: #F60;
}

/* ナビゲーション:前のページ・次のページ */
.tablenav .next, .tablenav .prev {
	color: #514F32;
	border: 0 none;
	background: transparent;
	text-decoration: underline;
	font-size: smaller;
	font-weight: bold;
}
.tablenav .next:hover, .tablenav .prev:hover {
	color: #f60;
	background: none;
}