@import url(base_theme.css);



/* orangewaffle.com */

/* 基本設定----------------------------------------------------------------- */

body {
	font-family: "meiryo",Osaka,Verdana,Arial,sans-serif;
	color: #CCCCCC;
	background: #841528 url('http://www.orangewaffle.com/css/bg.png');
}
a{
	text-decoration: none;
}
a:link{
	color: #CCCCCC;
	background-color: transparent;
}
a:visited{
	color: #CCCCCC;
	background-color: transparent;
}
a:hover{
	color: #FFFFFF;
	border-width: 0px;
	background-color: #804040;
}
a:active{
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}
h1 {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
strong {
	font-size: 140%;
}
em {
	font-style: italic;
	font-weight: bold;
	margin-right: 3px;
}
blockquote {
	margin: 5px 20px;
	padding: 5px 5px 0px;
	background: url('http://www.orangewaffle.com/css/section_bg.gif');
}
cite {
	text-align: right;
	display: block;
}
pre {
	color: #000000;
	margin: 0px 20px 10px;
	padding: 5px 10px 20px;
	border: 1px solid #631117;
	width: 480px;
	background-color: #FFFFFF;
	overflow: auto;
}
address {
	font-size: 80%;
	font-style: normal;
	display: inline;
}
ul {
	list-style-image: url('http://www.orangewaffle.com/css/li.png');
}
li {
	margin: 5px;
	line-height: 120%;
}
dl {
	margin-right: 20px;
	margin-left: 20px;
}
dt {
	color: #631117;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 20px;
	background: url('http://www.orangewaffle.com/css/li.png') no-repeat 0% 50%;
}
dd {
	color: #631117;
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}
img {
	border: none;
}

select {
	color: #804040;
	border-width: 1px;
	border-color: #804040;
	border-style: solid;
	background-color: #FFFFFF;
}
rt {
	font-size: 70%;
}

caption {
	color: #FFFFFF;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #804040;
	border-style: solid;
	background-color: #FFFFFF;
}
caption {
	color: #804040;
	text-align: left;
	margin: 0px;
	padding: 3px 3px 3px 16px;
	background: url(http://www.orangewaffle.com/css/li.png) no-repeat 0% 50%;
}
th {
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	border: 1px solid #804040;
	background-color: #FFffff;
}
tr.thead {
	color: #FFFFFF;
	font-weight: bold;
}
tr.tfoot {
	font-weight: bold;
}
td {
	vertical-align: top;
	margin: 0px;
	padding: 3px;
}
td.titem {
	width: 20%;
}
td.tscore {

}

form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* 全体----------------------------------------------------------------- */

#container-inner {
	width: 805px;
	margin: 0 auto;
	text-align: left;
}



/* ヘッダ----------------------------------------------------------------- */

#header {
	margin: 0px;
	padding: 0px;
	height: 151px;
	background: url('http://www.orangewaffle.com/css/title.png') no-repeat bottom center;
}
#header-inner {
	margin: 0px;
	padding: 0px;
}


/* メイン----------------------------------------------------------------- */

/* Wide-Thin */

.layout-wt #alpha {
	width: 570px;
}

.layout-wt #beta {
	width: 225px;
}

#content {
	background: #631117 url('http://www.orangewaffle.com/css/bg_wrapbg.png');
}
#content-inner {
	background: url('http://www.orangewaffle.com/css/bg_wrap.png') no-repeat center top;
}


/* 本文----------------------------------------------------------------- */

.entry-asset,
.page-asset {
	padding-left: 10px;
}
.asset-body {
	font-size: 85%;
}

.asset-meta {
	color: #631117;
	text-align: right;
	font-size: 75%;
}

.asset-content {
	
}
.asset-footer {
	text-align: right;
	margin-bottom: 50px;
}



.entry-asset p,
.page-asset p {
	color: #631117;
	line-height: 180%;
}
.entry-asset a,
.page-asset a {
	text-decoration: underline;
}
.entry-asset a:link,
.page-asset a:link {
	color: #631117;
	background-color: transparent;
}
.entry-asset a:visited,
.page-asset a:visited {
	color: #631117;
	background-color: transparent;
}
.entry-asset a:hover,
.page-asset a:hover {
	color: #631117;
	border-width: 0px;
	background-color: #A97C7E;
}
.entry-asset a:active,
.page-asset a:active {
	text-decoration: none;
	background-color: #A97C7E;
	color: #631117;
}

.entry-asset h2,
.page-asset h2 {
	font-size: 90%;
	color: #631117;
	font-weight: bold;
	margin-bottom: 0em;
	margin-left: -10px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 40px;
	background: url('http://www.orangewaffle.com/css/h2_bg.gif') no-repeat left center;
}
.entry-asset h2 a,
.entry-asset h2 a:link,
.entry-asset h2 a:visited,
.entry-asset h2 a:hover,
.entry-asset h2 a:active {
	text-decoration: none;
}
.page-asset h2 a,
.page-asset h2 a:link,
.page-asset h2 a:visited,
.page-asset h2 a:hover,
.page-asset h2 a:active {
	text-decoration: none;
}
.entry-asset h2,
.entry-asset h3,
.entry-asset h4,
.entry-asset h5,
.entry-asset li {
	color: #631117;
}
.page-asset h2,
.page-asset h3,
.page-asset h4,
.page-asset h5,
.page-asset li {
	color: #631117;
}
.entry-asset h3,
.page-asset h3 {
	margin-top: 20px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	background: url('css/allow.png') no-repeat left center;
}
.entry-asset h4,
.page-asset h4 {
	font-weight: bold;
	margin-top: 20px;
}
.entry-asset h5,
.page-asset h5 {
	font-weight: bold;
	margin-left: 5px;
	padding-left: 3px;
	border-left: 3px solid #631117;
}

.content-nav {
	font-size: 85%;
}

img.photo  {
	padding: 6px 8px 8px 5px;
	height: 188px;
	width: 248px;
	background: url('http://www.orangewaffle.com/css/photo.png') no-repeat center center;
}
img.photo2  {
	padding: 6px 8px 8px 5px;
	height: 248px;
	width: 188px;
	background: url('http://www.orangewaffle.com/css/photo2.png') no-repeat center center;
}
object {
	background-color: transparent;
}
.entry-categories {
	font-size: 85%;
	text-align: right;
}
.archive-title {
	font-size: 90%;
	color: #631117;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 10px;
}
.archive-content {
	font-size: 85%;
	color: #631117;
}
.archive-content a {
	
	color: #631117;
}
.content-nav a {
	color: #631117;
}

.entry-tags {
	font-size: 85%;
}
.asset-meta a,
.asset-meta a:link,
.asset-meta a:visited,
.asset-meta a:hover,
.asset-meta a:active {
	text-decoration: none;
}




/* コメント----------------------------------------------------------------- */

#comments,
#comments-open,
#trackbacks {
	color: #631117;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	background: url('http://www.orangewaffle.com/css/h2_bg.gif') no-repeat left top;
}
#trackbacks p {
	margin-right: 10px;
}
#comments h2,
#trackbacks h2 {
	font-size: 90%;
	margin-left: -10px;
	padding-top: 10px;
	padding-left: 28px;
}
#comments a,
#trackbacks a {
	color: #631117;

}
#comments p,
#trackbacks p {
	font-size: 85%;
}


#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
	font-size: 90%;

}
#comment-form-external-auth {
	font-size: 85%;

}
#comment-form-external-auth a {
	color: #631117;

}

.mt-comment-confirmation h1,
.mt-comment-confirmation p,
.mt-comment-confirmation a {
	color: #631117;
}

.mt-comment-preview h1 {
	color: #631117;
}
.comment {
	font-size: 90%;
	color: #631117;
	margin-right: 10px;

}
.comment a {
	color: #631117;
}
.comment-header {
	margin-left: -14px;
	padding-left: 14px;
	background: url('css/li2.png') no-repeat left center;
}
#comments-open {
	margin-left: -20px;
}


.comment-footer {
	font-size: 85%;
	text-align: right;
}
#comment-0 {
	margin-left: 20px;
}
.mt-comment-preview h2.comments-header {
	font-size: 90%;
	margin-left: -20px;
	padding-left: 30px;
	padding-bottom: 20px;
	background: url('http://www.orangewaffle.com/css/h2_bg.gif') no-repeat left top;
}
.mt-comment-confirmation h1,
.mt-comment-confirmation p {
	font-size: 90%;
	font-weight: normal;
	margin-left: 20px;
}

/* 編集----------------------------------------------------------------- */

#edit {
	position: absolute;
	top: 0px;
	right: 0px;
}




/* サイドバー----------------------------------------------------------------- */



#beta-inner {
	font-family: "meiryo",Osaka,Book Antiqua,Georgia,sans-serif;
	font-size: 85%;
	padding-right: 10px;
	padding-left: 10px;
}
#beta-inner ul {
	padding-left: 20px;
}
#beta-inner li {
	line-height: 100%;
}
#beta-inner a{
	text-decoration: none;
}
.widget-header {
	font-family: Book Antiqua,Georgia,serif;
	font-size: 150%;
	height: 23px;
}
.widget-about p,
.widget-syndicate p {
	margin-left: 12px;
}
.widget-search .widget-content {
	margin-left: 10px;
}
.widget-list,
.archive-list {
	list-style: square url('http://www.orangewaffle.com/css/li.png');
}
.widget-assets .item {
	padding: 0px;
	border: 1px solid #E0A7A7;
	height: 70px;
}
.widget-cloud .widget-content {
	margin-left: -12px;
}

.widget-recent-comments ul {
	margin-left: 0px;
	padding-left: 0px;
}
.widget-recent-comments {
	font-size: 90%;
	line-height: 150%;
}




.iddyprofile {
	line-height: 140%;
	margin-left: 10px;
}
.iddyprofiletitle {
	display: none;
}
.iddyprofilephoto img {
	margin:0 10px 10px 0;
	padding:0px;
/*	border:1px solid #E0A7A7;*/

	width:60px;
	height:60px;
	float:left;
}
.iddyprofilename {
	display: none;
}
.iddyprofilemore a {
	margin:0;
	padding:0 0 0 20px;
	text-decoration:underline;
	background:url(http://www.orangewaffle.com/css/li2.png) no-repeat left center;
	display:block;
	}
.poweredbyiddy {
	display: none;
}


#flickr_badge {
	position: absolute;
	top: 20px;
	left: 380px;
	height: 120px;
	width: 405px;
}
#flickr_badge_uber_wrapper {
	font-size: 100%;
	text-align: right;
	padding-right: 3px;
	font-family: Book Antiqua,Georgia,serif;
}

.flickr_r {
	color: #FF0084;
}
#flickr_badge_wrapper {
	text-align:right;
	padding:2px 0 10px 0;
}
.flickr_badge_image {
	margin:0 3px 3px 3px;
	float:left; 
	margin-right:0px;
}
.flickr_badge_image img {
	border: 1px solid #E0A7A7;
}
#flickr_badge_source {
	text-align:right; margin:0 5px 0 5px;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none;
	background: inherit;
	color: #cccccc;
}



/* フォーム----------------------------------------------------------------- */



#searchfield,
#comment-author,
#comment-email,
#comment-url,
#comment-text,
#search {
	color: #841528;
	margin: 0px;
	padding-top: 2px;
	border: 1px solid #E6D2D2;
	background-color: #E6D2D2;
}
#searchbutton,
#comment-preview,
#comment-submit,
#comment-cancel,
#search-options {
	color: #841528;
	margin: 0px auto 0px 1px;
	padding: 0px;
	border: 1px solid #E6D2D2;
	height: 20px;
}
.search-form {
	color: #631117;
	font-size: 85%;
}
.search-results-header {
	color: #631117;
}


/* フッタ----------------------------------------------------------------- */

#footer {
	font-family: Book Antiqua,Georgia,serif;
	font-size: 75%;
	text-align: center;
	padding-top: 40px;
	height: 126px;
	background: url('http://www.orangewaffle.com/css/footer.png') no-repeat center top;
}
#footer a{
	text-decoration: none;
}

#footerbanner,
#footerbanner li{
	margin-left: 0;
	display: inline;
}

/* その他----------------------------------------------------------------- */

.spot a:link {
	color: #804040;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url('http://www.orangewaffle.com/lightbox/overlay.png');
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url('http://www.orangewaffle.com/lightbox/overlay.pngblank.gif');

}

