/*
Theme Name: セルフィッシュネス：暮らしの情報センター
Author: CEEMS.CO.JP
Author URI: http://www.ceems.co.jp/
*/

* {
	margin: 0;
}
body {
	text-align: center;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, Meiryo,'メイリオ', "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #222222;
	margin: 0;
	background: #e9f7fb url("images/bg_top.png") repeat-x top left;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.small {
	font-size: 0.9em;
	line-height: 1.5em;
}
.red {
	color: #cc0000;
}


/** --------- コンテンツ全体 ------------ **/
#container {
	background: url("images/bg_cont.png") repeat-y 50% 50%;
	margin: 0;
}
#container_top {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}
#container_bottom {
}

/** --------- ヘッダー ------------ **/
#header {
	height: 77px;
	margin: 0;
	padding: 0;
	background: #ffffff url("images/header-bg.gif") repeat-x;
}


/** --------- ヘッダー：①ロゴ ------------ **/
	#header h1 {
		float: left;
		padding: 5px 0 5px 5px;
		margin-right: 330px;
	}
		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			background: url("images/h1_logo.png") no-repeat top left;
			width: 328px; height: 67px;
		}
		#header h1 a:hover {
			background: url("images/h1_logo.png") no-repeat bottom left;
		}


/** --------- ヘッダー：③ヘッダーメニュー ------------ **/
	#header .headermenu {
		float: left;
		color: #cc0000;
		font-size: 12px;
		padding: 5px 0 8px 8px;
		margin-left: -80px;
	}
		#header .headermenu a {
			text-decoration: none;
			margin: 0 5px;
			padding: 3px 5px;
			background: #ffffff;
		}
		#header .headermenu a:hover {
			text-decoration: underline;
		}


/** --------- ヘッダー：②このホームページについて ------------ **/
.description {
	float: left;
	width: 470px;
	text-align: right;
	margin-left: -295px;
	margin-top: 20px;
	color: #ffffff;
	font-weight: bold;
	}


/** --------- ヘッダー：ナビメニュー ------------ **/
#navimenu {
	height: 38px;
	width: 880px;
	padding: 0;
	margin: 0;
	background: url("images/headerNav-bg.gif") repeat-x;
	}
#navimenu ul {
		float: left;
		list-style-type: none;
		clear: both;
	}
#navimenu ul li {
			float: left;
		}
#navimenu .pages {
		margin: 0;
		padding: 0;
	}
#navimenu .pages li {
			font-weight: bold;
			font-size: 13px;
			text-transform: uppercase;
		}
#navimenu .pages li a {
			text-decoration: none;
			display: block;
			padding: 6px 15px 4px 15px;
		}
#navimenu .pages li a:hover {
			text-decoration: underline;
			background: url("images/navi-hover.gif") repeat-x 0 0;
		}
#navimenu .pages li.current-cat, #navimenu .pages li.current_page_item {
			background: url("images/navi-hover.gif") repeat-x 0 0;
		}



/** -----------------コンテンツ+サイド+マルチエリア------------------- **/
#contentwrap {
	padding: 10px 0 40px 0;
	margin:0 20px;
	width: 840px;
}



/** -----------------コンテンツ------------------- **/
#content {
	width: 560px;
	float: left;
	margin: 0;
	background: #ffffff;
}
	#content .atitle {
		float: left;
		font-size: 0.9em;
		text-transform: none;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin: 10px 30px;
	}
		#content .post .naiyou p.date, #content .single .date  {
			font-size: 11px;
			color: #555555;
			padding: 5px 0;
			margin: 0;
		}

/* ---- 会社からのお知らせ割り込み表示 ----*/
#topics {
	border: 1px solid #ff0000;
	margin-bottom: 10px;
	padding: 10px;
	}
#topics h2 {
	font-size: 18px;
	font-weight: bold;
	}


/* ---- 最新記事スライド表示 ----*/
	#content .featured {
		padding: 0;
	}
		#content .featured .thumb {
			width: 560px; height: 300px;
			padding: 0;
			margin: 0;
			clear: both;
		}
			#content .featured .b {
				width: 560px; height: 300px;
				overflow: hidden;
				position: relative;
			}
			#content .featured .photo {
				list-style-type: none;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
				#content .photo li img {
					width: 560px;
				}
			#content .featured .text {
				list-style-type: none;
			}
				#content .featured .text li {
					width: 230px; height: 285px;
					position: absolute;
					top: 0; right: -270px;
					padding: 15px;
					color: #ffffff;
					background: url(images/shade.png) repeat 0 0;
					z-index: 4;
				}
				#content .featured .text li.first {
					right: 0;
				}
					#content .featured .text h2 {
						font-size: 16px;
						margin-bottom: 15px;
					}
					#content .featured .text p {
						line-height: 150%;
						margin-bottom: 15px;
					}
					#content .featured .text a {
						color: #ffffff;
						text-decoration: none;
					}
					#content .featured .text a:hover {
						text-decoration: underline;
					}
					#content .featured .text .readmore {
						font-weight: bold;
						text-transform: none;
					}


/* ---- 最新記事サムネイル付き表示 ----*/
#postlist {
	width: 560px;
	}
	#content .post {
		clear: both;
		border-top: 1px solid #cccccc;
		margin: 0;
	}
	#content .first {
		border-top: 0;
	}
		#content .post .thumb {
		}
			#content .post img {
			padding: 10px 0;
			}
		#content .post .naiyou {
			float: right;
			width: 560px;
			padding: 10px 0;
		}
			#content .post h2 {
				font-size: 18px;
				font-weight: bold;
			}
				#content .post h2.topin {
				padding-bottom: 5px;
				border-bottom: 2px solid #ffcc00;
				}
				#content .post h2 a {
					text-decoration: none;
				}
				#content .post h2 a:hover {
					text-decoration: underline;
				}

			#content .post .naiyou p {
				line-height: 150%;
				padding: 3px 0;
				margin: 0;
			}


/* ------- アーカイヴ：次の・・ナビゲーション部分 --------------- */
div#postnav{clear: both;text-align: center;padding: 20px 0 0;margin:40px 0 20px 0;}
div#postnav a{padding: 4px 10px;background-color: #efefef;border: 1px solid #cccccc;font-size: 11px;}
div#postnav div.leftbtn {display: inline;margin: 0 5px;}
div#postnav div.rightbtn {display: inline;margin: 0 5px;}
div#postnav div.indecs {display: inline;margin: 0 5px;}


/* パンくずリスト */

/* ページタイトル */
h2.title {
	font-size: 22px;
	text-transform: none;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffcc00;
}

/* テキスト装飾共通：ページ＆シングル */
	#content .page p {
		line-height: 150%;
		padding-bottom: 10px;
		}
	#content .page h3, #content .single h3 {
		font-size: 16px;
		margin: 10px 0;
		padding: 0px 0 0px 8px;
		border-left: 5px solid #bcbcbc;
	}
	#content .page h4, #content .single h4 {
		font-size: 14px;
		margin: 5px 0;
		background: url(images/h4-icon.jpg) top left no-repeat;
		padding: 0 0 6px 13px;
	}
	#content .page ul, #content .single ul {
		list-style-type: none;
		margin: 0px 0px 10px 20px;
		padding: 0px;
	}
	#content .page ol, #content .single ol { /**********/
		list-style-position: inside;
		margin: 0px 0px 10px 20px;
		padding: 0px;
		
	}
	#content .page ul li, #content .single ul li {
		list-style-type: none;
		background: url(images/list_li.gif) top left no-repeat;
		padding: 0 0 6px 18px;
		margin: 2px 0;
	}
	#content .page ul li ul, #content .single ul li ul {
		list-style-type: none;
		padding: 2px 0;
		margin: 0;
	}
	#content .page ul li ul li, #content .single ul li ul li {
		list-style-type: none;
		background: url(images/list_li_li.gif) top left no-repeat;
		padding: 0 0 6px 20px;
		margin: 2px 0;
	}
	#content .page ol li, #content .single ol li {
		padding: 0 0 6px 0;
		margin: 2px 0;
	}
	#content .page blockquote p, #content .single blockquote p {
		padding: 10px 0 10px 10px;
		margin: 0 0 10px 20px;
		background-color: #ffffff;
		border-left: 2px solid #cccccc;
		font-style:italic;
		color: #555555;
	}
	#content .page hr, #content .single hr {
		height: 1px;
		border: none;
		border-top: 1px #cccccc solid;
		}


/*-------------- リンクカテゴリ調整：ページ限定----------------*/
	#content .page ul li h2 {
		font-size: 16px;
		margin: 10px 0;
		padding: 0px 0 0px 8px;
	}

/*-------------- 写真装飾：ページ限定----------------*/
	#content .page .aligncenter {
	display: block;
	margin: 10px auto;
	text-align: center;
	}
	#content .page .wp-caption-text {
	font-size: 11px;
	text-align: left;
	margin: 5px 0 0 5px;
	}


/*--------------問い合わせフォーム用ていぶる----------------*/


/*--------------ページ：ページネクストボタン----------------*/
.page #nexpage {
	text-align: center;
	}
.page #nexpage p {
	background: #efefef;
	}
.page #nexpage a {
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-color: silver;
  border-width: 1px;
  border-style: solid;
  width: 100px;
  height: 30px;
  vertical-align: middle;
  background: #a7b6ce;
  margin-left: 10px;
  margin-right: 10px;
  /* vertical-align: center; */
  padding-top: 5px;
	}
.page #nexpage a:link {
  color: white;
}
.page #nexpage a:visited {
  color: white;
}
.page #nexpage a:hover {
  background: ghostwhite;
  color: #a7b6ce;
}
.page #nexpage a:active {
  background: ghostwhite;
  color: #a7b6ce;
}


.pagesprit {
    color: #000000;
    background: #ffffff;
    margin: 1em auto;
    line-height: 2em;
    text-align: center;
}

.page-numbers {
    background: #cccccc;
   }

.page-numbers a {
    display:inline;
    color: #1c43b4;
    border:solid 1px #cccccc;
    text-decoration:none;
}

.page-numbers a:hover {
    color:white;
    background: #ff6600;
}

.numbers {
    margin: 0 10px;
}



/*--------------リスト表示一覧----------------*/
	#content #toptopics {
		padding: 10px 0;
		list-style-type: none;
		list-style-image: none;
		border-top: 1px solid #dddddd;
	}
	#content #toptopics li {
		line-height: 150%;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #dddddd;
	}

/*-----------黄色帯のタイトル-------------*/
/*-----------暮らしのリンク：タイトル-------------*/
h2.shop, h2.sfish {
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
	background: #ffe371;
	font-weight: bold;
	text-transform: none;
    border-left: 5px solid #ffcc00;
    text-shadow: 0 1px 0 #ffffff;
    text-decoration: none;
}
h2.shop a, h2.sfish a {
	color: #333333;
	text-decoration: none;
}

/*-----------暮らしのリンク：サムネイル付き表示一覧-------------*/
	#content .klinklist {
		width: 560px;
		float: left;
		padding: 10px 0 10px 0;
	}
	.klinklist .kpost {
		float: left;
		margin: 0 0 15px 0;
		width: 255px;
		padding: 10px 0 10px 10px;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}
	.klinklist .even {
		margin-right: 20px;
		clear: both;
	}
		.klinklist .kpost h2 {
			font-size: 16px;
			padding: 5px 0 5px 0;
			margin: 0;
			font-weight: bold;
		}
			.klinklist .kpost h2 a {
				text-decoration: none;
			}
			.klinklist .kpost h2 a:hover {
				text-decoration: underline;
			}
		.klinklist .kpost .thumb {
			width: 255px; height: 145px;
			overflow: hidden;
			margin: 0;
		}
			.klinklist .kpost .thumb img {
				width: 255px;
			}
		.klinklist .kpost p {
			padding: 0;
			margin: 0;
		}

/** ニュース（シングル） **/
#content .single {
	margin-bottom: 40px;
	padding: 0px;
}
#content .single .bassui {
	color: #555555;
	font-style:italic;
	}

#content .single p {
		line-height: 150%;
		padding-bottom: 10px;
	}
	#content .single .aligncenter {
	display: block;
	margin: 10px auto;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #F2F2F1;
	padding: 6px;
	}
	#content .single .wp-caption-text {
	font-size: 11px;
	text-align: left;
	margin: 5px 0 0 5px;
	}

/** ニュース（シングル-イベント） **/
.single .event-post {
}

.single .event-post p {
	margin-left: 20px;
}

/* ------- ニュース：次の・・ナビゲーション部分 --------------- */
div#navigation {clear: both;text-align: center;padding: 20px 0 0;margin:40px 0 20px 0;}
div#navigation a {padding: 4px 10px;background-color: #efefef;border: 1px solid #cccccc;font-size: 11px;}
div#navigation div.leftbtn {display: inline;margin: 0 5px;}
div#navigation div.rightbtn {display: inline;margin: 0 5px;}
div#navigation div.indecs {display: inline;margin: 0 5px;}

/* ------- サイド／サブナビ：ナビゲーション部分 --------------- */

ul.smenu {
	margin-bottom: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size:12px;
	list-style-type: none;
	border-top: 1px solid #cccccc;
	}
ul.smenu a {
	}
ul.smenu li.page_item, ul.smenu li.cat-item {
	width: 240px;
	margin-bottom: 0;
	}
ul.smenu li.page_item a, ul.smenu li.cat-item a {
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(images/side-nav.png) no-repeat top left;
	padding: 0 0 0 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	}
ul.smenu li.page_item a:hover, ul.smenu li.cat-item a:hover {
	background-position: 0 -24px;
	text-shadow: 1px 1px 1px #ffffff;
	}
ul.smenu li.current_page_item a, ul.smenu li.current-cat a {
	background-position: 0 -48px;
	color: #cc0000;
	text-shadow: 1px 1px 1px #ffffff;
	}


/*-----------サイド：サイドバー項目-------------*/
#sidebar {
	width: 240px;
	float: right;
	margin: 0;
	padding: 0;
	background:#ffffff;
	}

.sidebar {
	}
	
.sidebar a {
	}
#sidebar h2 {
	margin: 0;
	padding: 3px 0 3px 10px;
	background: #ffe371;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
    border-left: 5px solid #ffcc00;
	color: #333333;
    text-shadow: 0 1px 0 #ffffff;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 18px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #ffffff url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 18px;
	margin: 2px 0;
	}


/*-----------サイド：マルチバー項目-------------*/
#sMulti {
	width: 240px;
	clear: right;
	float: right;
    font-size: 13px;
	margin: 0;
	padding: 10px 0 50px 10px;
	background: #ffffff;
	}

#sMulti h2 {
	margin: 0;
	padding: 3px 0 3px 10px;
	background: #ffe371;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
    border-left: 5px solid #ffcc00;
	color: #333333;
    text-shadow: 0 1px 0 #ffffff;
	}

/* リスト */
#sMulti .box, #sidebar .box {
	margin: 0 0 20px 0;
	padding: 0px;
	border: 1px solid #dddddd;
	background: #fffff0;
	}

.box p {
	margin: 5px;
	}

.box hr {
	background: #dddddd;
	color: #dddddd;
	clear: both;
	width:100%;
	height:1px;
	margin:0 0 5px;
	border:none;
	}

/* リスト */
.box ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
.box ul li {
	padding: 3px 0px 3px 18px;
	margin: 0px;
	background: url(images/side-icon.gif) no-repeat top left;
	}
.box ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	}

.box ul li ul li {
	padding: 3px 0px 3px 18px;
	margin: 2px 0;
	background: url(images/side-icon.gif) no-repeat top left;
	}

/* ------- 詳しくは・・ボタン --------------- */
.box p.kuwashiku {
	margin: 10px 45px;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
	} /* 「詳しくは」ボタン */
.box p.kuwashiku a {
	width: 150px;
	height: 26px;
	display:block;
	background: url('images/kuwasiku.png') no-repeat top left;
	}
.box p.kuwashiku a:hover {
	background-position: bottom left;
	}


#sMulti .manage a {
	font-size: 10px;
	color: #efefef;
	}


/* セルフィッシュネスのご案内 */
#sMulti .cpBanner {
	width:240px;
	margin-bottom: 20px;
	padding: 100px 0 0 0;
	background: #ffffff url(images/cp-top.png) no-repeat;
	}
.cpText {
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid; border-width: 1px; border-color: #cccccc;
	}
.cpText p {
	padding: 10px;
	}
ul.sBanner_text {
	margin: 0;
	padding: 5px 5px 5px 8px;
	font-size: 12px;
	line-height:150%;
	list-style-type: none;
	}
ul.sBanner_text li{
	background: url(images/list_li_li.gif) 0 50% no-repeat;
	padding:0px 0 5px 15px;
	}
ul.sBanner_text a {
	font-weight: bold;
	}
.sBanner_bottom {
	border-bottom-style: solid; border-width: 1px; border-color: #cccccc;
	}

/* ブログへのリンク */
#sMulti .blueButtons {
	padding: 0px !important;
	top: 0px !important;
	width: 240px !important;
	left: 0px;
	margin-bottom: 20px;
	}
.blueButtons .navigation-bluebox {
	margin-left:0px;
}
.navigation-bluebox {
	border: 1px #5B85AD solid;
	padding: 1px;
	background-color: White;
	position: relative;
	margin-left:23px;
	margin-right:23px;
	margin-top:17px;
	margin-bottom: 0px;
	width: 236px;
	}
.blueboxitem {
	display: block;
	}
.blueboxitem a {
	border-bottom: 1px #8DAAC6 solid;
	height: 23px;
	line-height: 22px;
	color: #ffffff;
	background-color: #5B85AD;
	text-indent: 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.blueboxitem a:hover {
	background-color: #F3F6F9;
	color: #5B85AD;
	}

/* アルバムへのリンク */
	
#sMulti .sidebanner {
	width:240px;
	margin-bottom: 16px;
	padding: 0;
	text-indent: -9999px;
	}

#sMulti .alubum a {
	height: 107px;
	display: block;
	background: url(images/sbanner_alubum.jpg) no-repeat top left;
	}

#sMulti a:hover {
	background-position: bottom left;
	}

	
/* ------- 詳しくは・・ボタン（ページ） --------------- */
.page p.kuwashiku {
	margin: 10px 20px;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
	} /* 「詳しくは」ボタン */
.page p.kuwashiku a {
	width: 150px;
	height: 26px;
	display:block;
	background: url('images/kuwasiku.png') no-repeat top left;
	}
.page p.kuwashiku a:hover {
	background-position: bottom left;
	}


/*----------- フッター -------------*/
#footer {
	clear: both;
	height: 116px;
	padding-top: 0;
	color: #ffffff;
	background: #93c371 url(images/bottom-bg.jpg) repeat-x ;
}
	#footer a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover {
		color: #ff4500;
		text-decoration: underline;
	}


/** --------- フッター：ナビメニュー ------------ **/
#footer .footermenu {
	width: 600px;
	height: 70px;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	}
.footermenu ul {
		float: left;
		list-style-type: none;
		clear: both;
	}
.footermenu ul li {
			float: left;
		}
.footermenu .fmenu {
		margin: 0;
		padding: 0;
	}
.footermenu .fmenu li {
			font-weight: bold;
			font-size: 12px;
			text-transform: uppercase;
		}
.footermenu .fmenu li a {
			text-decoration: none;
			display: block;
			padding: 7px 10px 0 0;
		}
.footermenu .fmenu li a:hover {
			text-decoration: underline;
		}

/** --------- フッター：ロゴ ------------ **/
#footer .footerlogo {
	float: right;
	margin-top: 10px;
	padding: 5px 20px 0 0;
	}
#footer .footerlogo a {
	display: block;
	outline: none;
	width: 230px;
	height: 43px;
	text-indent: -9999px;
	background: url(images/footer-logow.png) no-repeat top left;

	}
#footer .footerlogo a:hover {
	background: url(images/footer-logow.png) no-repeat bottom left;
	}


/** --------- フッター：コピー ------------ **/
#footer .footer_copy {
	clear: both;
	margin-top: 0;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	}

/*----------- END -------------*/




.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

			#content .details {
				float: left;
				font-size: 0.85em;
				text-transform: uppercase;
				margin-bottom: 0 !important;
			}
				#content .details a {
					text-decoration: none;
					color: #191919;
					margin: 0 5px;
				}
				#content .details a:hover {
					text-decoration: underline;
				}
			#content .comments {
				float: right;
				margin-bottom: 0 !important;
				padding-bottom: 6px;
				background: url(images/comments.gif) no-repeat right bottom;
			}
				#content .comments a {
					display: block;
					color: #ffffff;
					font-size: 0.9em;
					text-decoration: none;
					padding: 2px 6px;
					background-color: #212121;
				}
				
	#content .postnav {
		clear: both;
		float: right;
		padding: 0 20px;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
				padding: 0 4px;
			}
			#content .postnav ul li a {
				display: block;
				padding: 4px 8px;
				border: 1px solid #E1E1E1;
				text-decoration: none;
				color: #4F4F4F;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 4px 8px !important;
		border: 1px solid #E1E1E1 !important;
		margin-right: 2px;
	}
	#wp_page_numbers .active_page a {
		border-color: #ffffff !important;
		background-color: #ffffff !important;
	}


/** BEGIN links **/
#links {
	clear: both;
	padding: 20px 30px;
}
	#links .box {
		width: 130px;
		float: left;
		padding: 20px 10px;
		border-top: 1px solid #E9E9E9;
	}
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			color: #191919;
			text-decoration: none;
		}
		#links ul li a:hover {
			color: #6B001A;
			text-decoration: underline;
		}
/** END links **/


/** BEGIN sidebar **/
	#sidebar .ads {
	}
		#sidebar .ads img {
		}
	#sidebar .flickr {
	}
		#sidebar .flickr img {
		}
	#sidebar .video {
	}

/** BEGIN miscellaneous **/
#comments {
	padding: 10px 30px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}

.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
		margin-bottom: 20px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

#wptd_footer { line-height:33px; }
#wptd_footer .wptd_logo { display:inline-block; width:30px; height:33px; text-indent:-9999px; text-align:left; background:url(images/wptd_logo/30.png) no-repeat; cursor:pointer; }


