/*
Theme Name: Brandpage
Theme URI: http://www.webactually.com/
Author: Webactually Korea
Author URI: http://www.webactually.com/
Description: A great responsive magazine theme for brandpage that is suitable for showing lots of articles, images and videos. Optional widgets located at the right side are easy to control.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: brandpage, blog, magazine, black, blue, white, grey, images, videos, articles, responsive-width, responsive-layout, right-sidebar, sitcky-post, editor-style, featured-images, category-templete, tag-ticker, webactually 
Text Domain: brandpage
*/

/* Custom Styles */
/**
 * 실제 배포는 style.min.css 이며, style.css는 개발 참고하시기 바랍니다.
 * 클래스를 기본으로 스타일하였으므로, CSS 명시도 이용하여 아이디로 우선 적용할 수 있습니다.
 */

/* 전체 */
#body {

}

/* 전체 wrapper */
#wrap {

}

/* 헤더 */
#header {

}

/* 푸터 */
#footer {

}

/* 컨테이너 : 콘텐츠 및 사이드바 ; */
#container {

}

/* 콘텐츠 */
#content {

}

/* 사이드바 */
#sidebar {

}

/* portrait img in post will be align to center and auto sized */

a.portrait-img {
	width: 100%;
	text-align: center;
}
a.portrait-img img {
	min-width: 0 !important;
	margin-left: 0 !important;
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
}
