﻿/*  
Theme Name: Dogs in Field改
Theme URI: http://med.qualitywordpress.com
Description: A wordpress blog theme with dogs who are wandering in the field.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* ページ設定 */

body {
	margin: 0;
	background: #FFE1E1;
	background-image: url("images/back.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* 最大枠 */

#page {
	margin: 0 auto;
	width: 760px;
}


/* トップバナー */

#header {
	width: 760px;
	height: 160px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: bold 28px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px Verdana;
	}
	
	/* トップバナー内 - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 120px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		margin-right: 11px;
		background: #990066;
		font: bold 12px/30px Verdana;
		color: #FFFFFF;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}




/* メインコンテナ */

#main {
	width: 760px;
	background: #FFE1E1;
	background-image: url("images/back.jpg");
}

#main-top {
	width: 760px;
	background: #FFE1E1;
	background-image: url("images/back.jpg");
}

#main-bottom {
	width: 760px;
	min-height: 50px;
	background: #FFE1E1;
	background-image: url("images/back.jpg");
}

	/* パンくずリスト*/
	#breadcrumbs
	 {
		width: 760px;
		float: left;
		background: #FFE1E1;
		background-image: url("images/back.jpg");
		color: #000000;
		text-align: left;
		font-size: 13px;
	}



	/* 中央カラム */

	.pageswitch
	{
	color: #000000;
	font-size: 13px;
	text-align:right;
	}

	
	#content {
		float: left;
		width: 340px;
		padding: 12px 20px 12px 0px;
	}
	
	/* 中央カラム - 記事表示 */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		width: 330px;
	}
	
		/* 記事 - 日付 */
		
		#content .post .post-date {
			background: #990066;
			width: 122px;
			height: 30px;
			color: #FFFFFF;
			text-align: center;
			font: bold 13px/25px Verdana;
		}
		
		/* 記事 - タイトル */
		

		#content .post .post-title {
			width: 330px;
			height: ;
			background: #990066;
			color: #FFFFFF;
			font: bold 10px Verdana;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #FFFFFF;
			font: bold 15px/20px Verdana;
			float: left;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: right;
			line-height: 26px;
		}

		/* 記事 - 本文 */
		
		#content .post .post-entry {
			background: #FFFFFF;
			font: normal 13px/18px Verdana;
			color: #000000;
			padding: 0 15px;
			width: 330px;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #FF0000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #FF0000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #FF0000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}

		/* 記事 - 投稿者・記事カテゴリ */
		

		#content .post .post-info-cat {
			padding: 0 15px;
			width: 330px;
			height: 30px;
			clear: both;
			font: bold 11px/19px Verdana;
			color: #000000;
			text-align: left;
			background: #FFFFFF;
			float left;
		}		
		
		#content .post .post-info {
			padding: 0 15px;
			width: 330px;
			height: 30px;
			clear: both;
			font: bold 11px/19px Verdana;
			color: #000000;
			background: #FFFFFF;
			text-align: right;
			float left;
		}

		#content .post .post-info-cat a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info-cat a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* 記事 - コメント */
		
		#content .post .post-entry h3 {
			background: #FFFFFF;
			color: #000000;
			font: bold 14px Verdana;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			background: #FFFFFF;
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 330px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			background: #FFFFFF;
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #FFFFFF;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			background: #FFFFFF;
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 330px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* メイン - コンテンツ - ナビゲーション */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #000000;
		width: 330px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* 左右カラム */
	
	.sidebar  {
		float: left;
		width: 180px;
		font: normal 11px/18px Verdana;
		color: #000000;
	}

	.sidebar a {
		color: #000000;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	

	/* 左カラム */

		/* 左カラム - Sides */
		
		.sidebar-left {
			padding: 12px 20px 12px 0px;
		}
		


		/* 左カラム - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 14px/26px Verdana;
			color: #ffffff;
			width: 170x;
			height: 26px;
			text-align: left;
			background: #990066;
		}
		
		/* Sidebar - Menus 改行詰*/

		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
			background: #FFFFFF;
		}
		
		.sidebar ul li {
			color: #000000;
			font: bold 12px/16px Verdana;
			border-bottom: 1px solid #990066;
	        	padding:11px 0px 0px 10px;
			height: 50px;
		}
		
		.sidebar ul li a {
			color: #000000;
			text-decoration: none;
			
		
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
			
		}				



		/* 左カラム - Sides sidebar-bottom */
		
		.sidebar-bottom ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
			background: #FFFFFF;
		}
		
		.sidebar-bottom ul li {
			color: #000000;
			font: bold 12px/16px Verdana;
			text-align: left;
			border-bottom: 1px solid #990066;
	        	padding-left: 11px;
			height: 28px;

		}
		
		.sidebar-bottom ul li a {
			color: #000000;
			text-decoration: none;
			
		
		}
		
		.sidebar-bottom ul li a:hover {
			text-decoration: underline;
			
		}
				




	/* 右カラム */
	
	.sidebar3rd  {
		float: right;
		width: 180px;
		font: normal 11px/18px Verdana;
		color: #000000;
	}
	
	.sidebar3rd a {
		color: #000000;
		text-decoration: none;
	}
	
	.sidebar3rd a:hover {
		text-decoration: underline;
	}
	
		/* 右カラム - Sides */
		
		.sidebar-right {
			padding: 12px 0px 12px 0px;
		}
		
		/* 右カラム - Titles */
		
		.sidebar3rd h3 {
			padding-left: 13px;
			font: bold 14px/26px Verdana;
			color: #ffffff;
			text-align: left;
			width: 170x;
			height: 26px;
			background: #990066;
		}
		
		/* Sidebar - Menus */

		.sidebar3rd ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
			background: #FFFFFF;
		}
		
		.sidebar3rd ul li {
			color: #000000;
			font: bold 12px/15px Verdana;
			border-bottom: 1px solid #990066;
			text-align: left;
	        	padding-left: 11px;
		}
		
		.sidebar3rd ul li a {
			color: #000000;
			font: bold 12px/16px Verdana;
			text-decoration: none;
			
		
		}
		
		
		.sidebar3rd ul li a:hover {
			text-decoration: underline;
			
		}

		/* Sidebar3rd - Submenus */
			
		.sidebar3rd ul li ul {

			margin: 0;
			padding: 0;
		}
		
				
		/* Sidebar - Menus 改行詰*/

		.sidebar3rd-bottom ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
			background: #FFFFFF;
		}
		
		.sidebar3rd-bottom ul li {
			color: #000000;
			font: bold 12px/16px Verdana;
			border-bottom: 1px solid #990066;
	        	padding:11px 11px 0px 10px;
			height: 34px;
		}
		
		.sidebar3rd-bottom ul li a {
			color: #000000;
			text-decoration: none;
			
		
		}
		
		.sidebar3rd-bottom ul li a:hover {
			text-decoration: underline;
			
		}			


/* フッタ */

#footer {
	width: 760px;
	height: 83px;
	background: #FFE1E1;
	background-image: url("images/back.jpg");
	color: #000000;
	font: 13px/20px Verdana;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}


/*Edited by BABOCHTA (http://www.4wl.ru) */

.combody {
	padding:15px 0;
}


/* 検索フォーム */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 180px;
			text-align: left;
		}
		
		.sidebar #searchform #s {
			width: 140px;
			text-align: left;
		}


		.search {
			padding: 10px 0 10px 13px;

			}

		.searchform .formfield{
				width: 140px;
				padding: 3px 1px;
				margin: 0 5px 0px 0px;
				background-color:#f9f9f9;
				border:1px solid #888888;
				color:#333;
				text-align: left;
				height: 15px;
			}

		.formbutton {
				display:block;
				font: bold 12px Arial, Sans-serif; 
				height: 20px;
				margin: 2px 5px 2px 0px;
				padding:2px 5px;
				background:#f9f9f9;
				color:#405a67;
				border:1px solid #888888;
				text-align: center;
			}

		.formbutton:hover {
				background:#ggg;
				border:1px solid #888888;
				color:#333;

			}

		.formfield:focus {
				background:#f9f9f9;
				border:1px solid #888888;
				color:#333;
			}

		.formfield {
				background:#f9f9f9;
				border:1px solid #888888;
				padding:3px 1px;
				font-weight: bold;
				text-align: left;
				color:#333;
			}


#nucleus_lf_pwd {
	width:100px;
	font-size:13px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:13px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	width:300px;
}

#nucleus_cf_remember {
	margin:0px 3px 2px 0px;
}
* html #nucleus_cf_remember {
	margin:0px 3px -2px -3px;
}

#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_cf_verif {
    width: 300px;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton, .mailform .formfield {
	display: block;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
    margin-right: 105px;
    margin-bottom:3px;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.padding {
	padding:8px 10px;
}

.counters {
	padding:15px 30px;
	border: 1px solid #888888;
}