/* -- 	Welkam  [Kojichu General CSS] ---------------------------------
		AQ Works, 2006

		http://welkam.co.jp		
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


h1 { 
	display:block; 
	font: 2.4em/2.4em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-top:15px; 
	margin-left: 40px;
	width:175px;
	height: 75px;
	}

.blogImage {
	float: left;
	margin-right: 10px;
	border: 1px solid #DAEAEA;
	vertical-align: top;
	}
	
	.blogImage a:hover {
		background: transparent;
		}
		
.hidden {
	display: none;
	}

a {
text-decoration: none;
color: #000;
	}

/* -- BLOG Bits ----------------------------------
*/
#blogHeader {
	float: left;
	display: inline;
	width: 875px;
	margin-left: 40px;
	margin-bottom: 20px;
	height: 124px;
	border-bottom: 1px solid grey;
	padding-bottom: 5px;
	}
	
	#blogHeader #logo {
		float: left;
		width: 200px;
		}
		
	#blogHeader #topCopy {
		float: left;
		width: 343px;
		}
		
		
	/* -- NAVIGATION
	*/
	#blogHeader #navigation {
		display: none;
		}
			
			#navigation #searchBox {
				display: none;
				}
				
			#navigation #navLine1, #navigation #navLine2 {
				float: right;
				height: 22px;
				width: 250px;
				margin-top: 3px;
				}
				
				#navigation #navLine2 {
					margin-top: 3px;
					}
	
		#blogHeader #navigation a {
			color: #000;
			}
		
		#blogHeader #navigation a:hover {
			background-color: transparent;
			color: #666;
			}
			
		#blogHeader #navigation ul {
			margin: 0px;
			padding: 0px;
			color: #2A2A2A;
			display: inline;
			}
		
		#blogHeader #navigation li {
			margin-left: 0px;
			display: inline;
			text-transform: none;
			font-size: 1.2em;
			line-height: 1.4em;
			font-weight: bold;
			}

		#blogHeader #navigation .entryCount {
			color: #aaa;
			font-weight: normal;
			}
			
#languageWrap {
	float: right;
	padding-right: 20px;
	height: 20px;
	text-align: right;
	}
	
#blogBody {
	float: left;
	display: inline;
	width: 931px;
	}
	
	#blogBody #leftColumn {
		float: left;
		width: 595px;
		padding-top: 10px;
		}
		

	#blogBody #entries {
		padding-left: 40px;
		width: 535px;
		}

	#blogBody #rightColumn {
		float: right;
		width: 335px;
		padding-top: 10px;
		}
		
		#blogBody #rightColumn .aboutText {
			margin-top: 7px;
			height: 125px;
			width: 297px;
			}
		#blogBody #rightColumn #blogPortrait {
		width: 296px;
		height: 73px;
		}

		#blogBody #rightColumn .welkamLogo {
			text-align: right;
			}
		
			#blogBody #rightColumn .welkamLogo a:hover {
				background: transparent;
				}
			
		#blogBody #rightColumn .block, #blogBody #rightColumn .blockLeft {
			text-align: right;
			padding-right: 20px;
			padding-bottom: 20px;
			margin-bottom: 15px;
			border-bottom: 3px double #E5EDEF;
			}
			
			#blogBody #rightColumn .blockLeft {
				text-align: left;
				padding-left: 20px;
				padding-top: 5px;
				}
				
			#blogBody #rightColumn .blockLeft p {
				margin-top: 3px;
				}

	#blogBody #comments, #blogBody #postComment {
		display: none;
		}
		
		
		#blogBody #comments .commentHeader {
			margin-top: 10px;
			margin-bottom: 5px;
			}
			
		#blogBody #comments .commentDate {
			color: #BEBEC0;
			}
			
		#blogBody #comments .commentBody {
			margin-bottom: 10px;
			}

#blogBody #entries .search-results-container {
	float: left;
	clear: left;
	width: 520px;
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-top: 10px;
	}

/* -- PAGINATION -----------------------------
*/

#blogBody #entries #categoryArchiveHead {
	float: left;
	display: inline;
	width: 500px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E5EDEF;
	margin-bottom: 10px;
	font-size: 1.0em;
	}

	#blogBody #entries #categoryArchiveHead ul {
		display: none;
		}
		

/* -- Link Entries -----------------------------
*/

#blogBody #entries #linkCategoryList {
	padding-bottom: 3px;
	border-bottom: 1px solid #E5EDEF;
	margin-bottom: 10px;
	font-size: 1.0em;
	color: #666;
	}
	
	#blogBody #entries #linkCategoryList .categoryCount {
		color: #aaa;
		}
	
	
	#blogBody #entries #linkCategoryList ul {
		margin: 0px;
		padding: 0px;
		display: inline;
		}
	
	#blogBody #entries #linkCategoryList li {
		margin-left: 0px;
		margin-right: 10px;
		display: inline;
		}
		
.linkBlock {
	display: none;
	}

/* -- Blog Entries -----------------------------
*/


#blogBody .entryHeader {
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	#blogBody h2 {
		font-size: 1.8em;
		margin-bottom: 5px;
		}
	
	#blogBody .authorName {
		font-size: 1.4em;
		color: #5B5B5B;
		}
		
	#blogBody .entryDate {
		font-size: 1.4em;
		color: #BEBEC0;
		}
		
	#blogBody .bodyTop {
		float: left;
		width: 535px;
		margin-bottom: 10px;
		}
	
	#blogBody .entryBody {
		float: left;
		padding-bottom: 20px;
		}

	
		#blogBody .entryBody img {
			border: 1px solid #DAEAEA;
			float: left;
			clear: left;
			margin-right: 10px;
			}
			
		#blogBody .entryBody p {
			font-size: 1.2em;
			}
			

			#blogBody .entryBody .entryFooter {
				display: none;
				}

/* -- Blog Footer ---------------------------------
*/
#footer {
	float: left;
	width: 931px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 60px;
	border-top: 3px double #E5EDEF;
	color: #797979;
	}
	
	#footer .contact {
		float: left;
		width: 300px;
		padding-left: 40px;	
		}
		
	#footer .logo {
		float: right;
		width: 300px;
		padding-right: 40px;
		text-align: right;
		}
.logo .imageLink, .welkamLogo .imageLink { display: inline !important;}
.contact .imageLink { display: block !important;}
/* -- Read More ---------------------------------
*/

.button-link-white {
	display: none;
	}

.bulletList { display: none;}