/*
Theme Name: Aldehyde
Theme URI: http://inkhive.com/product/aldehyde/
Author: Rohit Tripathi
Author URI: http://rohitink.com
Description: Aldehyde is a Stunning WordPress Theme for all creative purposes. It has a lot of Inbuilt Feature, A Stunning Design featuring Parallax Scrolling and Parallax Header, Beautiful Animations, Social Icons. A Fully Responsive Slider supporting upto 10 Slides, and few more Elements to improve your sites Content Display Quality. The theme is Fully Retina Ready. NOTE: Aldehyde 2 is a Major Update, We have switched from Theme Options to Wordpress's Live Customizer. THEME DEMO -> http://demo.inkhive.com/aldehyde/
Version: 2.0.0.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aldehyde
Tags: white, light, custom-background, two-columns, one-column, custom-colors, flexible-header, theme-options, right-sidebar, responsive-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, featured-images, photoblogging, full-width-template, green, gray, custom-header


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 aldehyde is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*///////////heads追加css//////////////*/

/*トップページpickupのサムネイル*/

#top_pickup .pickup_post.first_post .post_photo img,
#top_pickup .pickup_post.second_post .post_photo img{
	height: 420px;
}

#top_pickup .pickup_post:not(.first_post):not(.second_post) .post_photo img{
	height: 264px;
}

/*トップページpickup以外の記事サムネイル*/

#top_entry_box .post_photo img{
	height: 140px;
}

/*単一記事ページの画像の大きさ*/

.single .post_content img{
	width: auto;
}

/*カテゴリpickupの見出し画像の大きさ*/

.category-pickup #newentry h1 img{
	max-height: 50px;
	margin: 15px auto 15px;
}

.category-pickup-en #newentry h1 img{
	max-height: 50px;
	margin: 15px auto 15px;
}

.category-pickup-vi #newentry h1 img{
	max-height: 50px;
	margin: 15px auto 15px;
}

/*各記事のサムネイルの高さ固定*/

	#newentry article .post_photo{
		position: relative;
		height: 300px;
		overflow: hidden;
	}
	
	#newentry article img{
		width: 100%;
		position: absolute;
		top: 50%;
	    left: 50%;
	    -ms-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}

/*記事ページの見出し大きさ*/

.single .post_content h1{
	font-size: 1.8em;
}

.single .post_content h2{
	font-size: 1.65em;
}

.single .post_content h3{
	font-size: 1.5em;
}

.single .post_content h4{
	font-size: 1.3em;
}

.single .post_content h5{
	font-size: 1.15em;
}

.single .post_content h6{
	font-size: 1.1em;
}

/*記事ページ内の関連記事一覧の見出し*/

#related_post h1 img{
	height: 40px;
}

/*フッターコピーライト*/

#footer .copyright{
	font-size: 1.25em;
}

/*記事内のリスト*/

.single .post_content ul{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}

.single .post_content ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}

/*/////////////////////////////////////ここからメディアクエリ///////////////////////////////////*/

@media only screen and (max-width: 1025px) {
	
	/*トップページpickupのサムネイル*/
	
#top_pickup .pickup_post.first_post .post_photo img,
#top_pickup .pickup_post.second_post .post_photo img{
	height: 288px;
}

#top_pickup .pickup_post:not(.first_post):not(.second_post) .post_photo img{
	height: 184px;
}
	
	
}/*///////ここまで///////*/

@media only screen and (max-width: 780px) {
	
	/*トップページpickupのサムネイル*/
	
#top_pickup .pickup_post.first_post .post_photo img,
#top_pickup .pickup_post.second_post .post_photo img{
	height: 205px;
}

#top_pickup .pickup_post:not(.first_post):not(.second_post) .post_photo img{
	height: 130px;
}
	
	
}/*///////ここまで///////*/

@media only screen and (max-width: 481px) {
	
	/*トップページpickupのサムネイル*/
	
#top_pickup .pickup_post.first_post .post_photo img{
	height: auto;
}
	
#top_pickup .pickup_post.second_post .post_photo img{
	height: 113px;
}
	
#top_pickup .pickup_post:not(.first_post):not(.second_post) .post_photo img{
	height: 113px;
}
	
/*カテゴリpickupの見出し画像の大きさ*/

.category-pickup #newentry h1 img{
	max-height: 35px;
	margin: 10px auto 10px;
}
	
.category-pickup-en #newentry h1 img{
	max-height: 35px;
	margin: 10px auto 10px;
}
	
.category-pickup-vi #newentry h1 img{
	max-height: 35px;
	margin: 10px auto 10px;
}
	
/*トップページレスポンシブのNEWENTRY*/

	#top_newentry article .post_photo{
		position: relative;
		height: 120px;
		overflow: hidden;
	}
	
	#top_newentry article img{
		width: 110%;
		position: absolute;
		top: 50%;
	    left: 50%;
	    -ms-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);

	}
	
	#newentry article .post_photo{
		height: 120px;
	}
	
	#newentry article img{
		width: 110%;
	}
	
/*単一記事ページの画像の大きさ*/

.single .post_content img{
	width: 100%;
}

}/*///////ここまで///////*/