/*
Theme Name: BluePortfolio Extended
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #FFFFFF url(images/bodybg.jpg) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #1e90ff;/*00F;*/
}
a:visited {
	text-decoration: none;
	color: #1E90FF;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 930px;
			/*background:#FFFFFF F7F5DE url(images/wrapperbg3.jpg)*/;
			border:0px solid #F00;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
				/*width:970px;*/
				height: 100px;
				margin:0px 0px;
				border:0px solid #00F;
				/*background:#FFFFFF url(images/headbg.jpg) 0 0 no-repeat*/;
}
	#header h1 {
		float: left;
		display: hide;
		padding: 23px 10px 18px 0px;
	}
		#header h1 a {
			
			
			
			outline: none;
			
			border:0px solid #00F;
			
		}

	#header .migi{
			float:right;
			/*width:400px;*/
			border:0px solid #00F;
			margin-top:40px;
			}



	/*#header form {
		float: right;
		width: 244px; height: 23px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 20px 0;
		padding-right: 40px;
	}
		#header form input {
			border: 0;
			width: 180px;
			float: left;
			background-color: transparent;
			margin: 3px 5px;
		}
		#header form button {
			float: right;
			border: 0;
			width: 51px; height: 23px;
			text-indent: -9999px;
			background-color: transparent;
		}*/

	#header .list{
				width:930px;
				border:0px solid #F00;
			clear:both;
			float:left;
			}
	#header ul {
		clear: both;
			border:0px solid #F0F;
			float:left;
		list-style-type: none;
		padding-top: 0px;
		padding-left:0px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 0px;
			/*background: url(images/divider.gif) no-repeat 0 0;*/
		}
		#header ul li.f {
			padding-left: 0;
			background: none;
		}
		#header ul li a {
					color:#333333;
					background:#DDDDDD;
					border-top:2px solid #DDDDDD;
					font-weight:normal;
			text-decoration: none;
			display: block;
			padding: 4px 10px;
			margin-right:10px;
		}
		#header ul li a:hover{
					background-color:#FFFFFF;
					border-top:2px solid #42A1FF;
					}


/** END header **/

/** BEGIN body **/
#body {
	/*background: url(images/wrapper.gif) repeat-y 510px 0*/;
}
	#body h2 {
		color: #236cb0;
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
/** END body **/

/** BEGIN content **/
#content {
	width: 490px;
	float: left;
	padding: 10px 0px 10px 0;
			border:0px solid #AAA;
		/*border-right:0px solid #AAAAAA;*/
		/*border-left:0px solid #F00;*/
		margin-left:0px;
}
	#content .featured {
		margin-bottom: 20px;
	}
		#content .featured .thumb {
			width: 500px; height: 350px;
			position: relative;
			overflow: hidden;
		}
		#content .featured .thumb img {
			width: 500px;
		}
		#content .featured .thumb .text {
			position: absolute;
			bottom: 0; left: 0;
			padding: 10px;
			background: url(images/shade.png) repeat 0 0;
			color: #ffffff;
			width: 480px;
		}
		#content .featured .thumb .text a {
			color: #ffffff;
		}
		#content .featured .thumb .text h3 {
			font-size: 1.6em;
			font-weight: normal;
			margin-bottom: 5px;
		}
		#content .featured .thumb .text p {
			line-height: 1.4em;
		}
	#content .post {
		clear: both;
		border-top: 1px dotted #DDDDDD;
		padding: 10px 0;
	}
	#content .f {
		border-top: 0;
	}
		#content .post img {
			float: left;
			margin: 0 10px 10px 0;
			padding: 5px;
			border: 1px solid #CCCCCC;
			width: 100px;
		}
		#content .post h3 {
			font-size: 1.2em;
			margin-bottom: 6px;
		}
		#content .post .details {
			font-size: 0.9em;
			margin-bottom: 6px;
			color: #CCCCCC;
		}
			#content .post .details a {
				color: #68645A;
			}
			#content .post .details a:hover {
				color: #ff0000;
				text-decoration: none;
			}
		#content .post p {
			line-height: 1.4em;/*トップ画面記事抜粋ラインハイト*/
		}
	#content .single {
		padding: 10px;
			font-size:1.2em;
	}
		#content .single h2 {/*シングル記事ヘッダ*/
				color:#333333;
			padding:0px 0 8px 10px;
			margin-bottom: 0px;
			font-size: 1.4em;
			text-transform: none;
			display:block;
			background:#FFFFFF;
			border-left:0px solid #42A1FF;
			border-bottom:1px solid #DDDDDD;
		}

		#content .single .linkunit{
					width:480px;
					margin:14px 0px;
					float:left;
					border:0px solid #0000FF;
					
				}



		#content .single .date{
				font-size:0.6em;
				border:0px solid #00F;
				color:#888888;
				}



		#content .single p {
			line-height: 1.4em;/*記事画面本文のラインハイト*/
			margin-bottom: 18px;
			margin-top:10px;
		}
		/*#content .single p br{
			margin-top:3em;
					}*/
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}


		#content .single #snmarks{
				width:480px;
				float:left;
				border:0px solid #00F;
				padding:0px 0px 10px 0px;
				margin-bottom:6px;
					}
		#content .single #snmarks ul{
				float left:
					}
		#content .single #snmarks ul li{
				float:left;
				list-style-type:none;
				padding:0px 0px 0px 0px;
					}



		#content .single blockquote {
			color:#555555;
			padding: 10px 10px 5px 10px;
			margin-bottom: 10px;
			background-color: #EFEFEF;
			border-left: 4px solid #42A1FF;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
	#postnav {
		padding: 10px;
		font-weight: bold;
	}



#content table.ama{
			width:490px;
			border:0px solid #EEEEEE;
			cellcollapse:collapse;
			background:#FFFFFF;
			margin:20px 0px;
			padding:0px;
			}
#content table tr td.check{
			border:0px solid #FFFFFF;
			color:#FFFFFF;
			background:#4ca5ff;
			text-align:center;
			font-size:1.4em;
			padding:8px
				}
#content table tr td.legopic{
			border:0px solid #FFFFFF;
			width:266px;
			padding:0px 8px 8px 8px;
				}
#content table tr td.legotex{
			font-size:0.9em;
			border:0px solid #FFFFFF;
			width:224px;
			padding:0px 6px 6px 0px;
			line-height:1.2em;
				}






/** END content **/

/** BEGIN left sidebar **/
#lsidebar {
	width: 250px;
	float: left;
			/*background:#EEEEEE;*/
			/*margin-left:30px;*/
			border-right:0px solid #aaaaaa;
			border-left:0px solid #aaaaaa;
			padding:15px 15px 0px 15px;
	/*padding: 10px 0*/;
}






	#lsidebar h2 {
				color:#FFFFFF;
				font-size:1em;
		border-bottom: 0px solid #000080;
		border-left:6px solid #1781ea;
		padding/*-left*/:6px;/*padding-bottom:4px;*/
				margin-top:0px;
				background:#5dc2ea /*url(images/bullet.gif) no-repeat 0px 7px*/;
	}
	#lsidebar div{
		margin-bottom: 15px;
	}
	#lsidebar ul {
		list-style-type: none;
		padding-bottom: 10px;
	}
		#lsidebar ul li {
			font-size:1em;
			line-height: 1.4em;
			padding-left:10px;
			/*margin: 4px 4px;*/
			border-bottom:0px dotted #BBBBBB;
				background: url(images/bullet.gif) no-repeat 0px 7px;
		}
		#lsidebar ul li a {
			display:block;
			color: #333333;
					padding:4px;
		}
		#lsidebar ul li a:hover {
			text-decoration:none;
			color: #333333;
			background-color:#dcdcdc;
		}



	#lsidebar div.reco{
			width:250px;
			border:1px solid #CCCCCC;
			background:#EEEEEE;
			float:left;
			padding:4px;
			margin:0px 0px 4px 0px;
				}
	#lsidebar div.reco p.mertitle{
			margin:0px 0px 0px 0px;
			line-height:1.5em;
				}
	#lsidebar div.reco p.desc{
			margin:8px 0px 0px 0px;
			line-height:1.5em;
				}
	#lsidebar div.reco img{
			float:left;
			margin:0px 10px 0px 0px;
			width:90px;height:90px;
			border:1px solid #CCCCCC;
				}



/** END left sidebar **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 160px;
	float: right;
			padding: 15px 0px 0px 0px;
			/*margin-right:30px;*/
			 border-left:0px solid #00F; 
			 border-right:0px solid #00F; 
}

#rsidebar p{
	line-height:1.6em;
	margin:4px 0px;
		}

	#rsidebar h2 {
				color:#FFFFFF;
				font-size:1em;
		border-bottom: 0px solid #000080;
		border-left:6px solid #1781ea;
		padding/*-left*/:6px;/*padding-bottom:4px;*/
				margin-top:0px;
				background:#5dc2ea /*url(images/bullet.gif) no-repeat 0px 7px*/;
					}
	#rsidebar div, #rsidebar ul {
		margin-bottom: 25px;
	}
	#rsidebar ul {
		list-style-type: none;
	}
		#rsidebar ul li {
			line-height: 1.6em;
			padding-left:6px;
			/*margin: 4px 4px;*/
			border-bottom:1px dotted #BBBBBB;
		}
		#rsidebar ul li a {
			display:block;
			color: #333333;/*68645A;*/
					padding:4px;
		}
		#rsidebar ul li a:hover {
			text-decoration:none;
			color: #333333;
			background-color:#DDDDDD;
		}
	#rsidebar .sponsors {
		text-align: center;
		padding-bottom: 10px;
	}
		#rsidebar .sponsors img {
			margin: 5px;
		}
	#rsidebar .twitter {
		padding: 0 20px 0 53px;
		background: url(images/twitter.gif) no-repeat 10px 0;
		line-height: 1.4em;
	}
	#rsidebar .video {
		padding: 0 10px;
	}
	#rsidebar .flickr {
		text-align: center;
		padding-bottom: 10px;
	}
		#rsidebar .flickr img {
			margin: 5px 8px;
		}

	#rsidebar div.reco{
			width:250px;
			border:1px solid #CCCCCC;
			background:#EEEEEE;
			float:left;
			padding:4px;
			margin:0px 0px 4px 0px;
				}
	#rsidebar div.reco p.mertitle{
			margin:0px 0px 0px 0px;
			line-height:1.5em;
				}
	#rsidebar div.reco p.desc{
			margin:8px 0px 0px 0px;
			line-height:1.5em;
				}
	#rsidebar div.reco img{
			float:left;
			margin:0px 10px 0px 0px;
			width:90px;height:90px;
			border:1px solid #CCCCCC;
				}



/** END right sidebar **/

/** BEGIN footer **/
#footer {
	color: #333333;
			border-top:2px solid #BBBBBB;
			margin:0px 0px;
			background-color: #DDDDDD;
			padding: 10px 10px;
}
	#footer p {
		/*width: 965px;*/
		margin: auto auto;
		text-align: left;
	}
	#footer a {
		text-decoration: underline;
		color: #ffffff;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px;
}
	#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;
			font-family: Verdana;
			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;
			font-family: Verdana;
			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;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.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;
	}
	#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 **/

