/* Enter Your Custom CSS/* Page Structure */

div.wrapper-main {
	background-color: #d1d1d1;
	-moz-box-shadow: 0 0 15px #e1e1e1;
	-webkit-box-shadow: 0 0 15px #e1e1e1;
	box-shadow: 0 0 15px #e1e1e1;
	padding: 0px 10px;
	width: 1030px;
}

p{
    font-size: 15px;
}

h2 a {
    color: #993300;
  	font-size: 15px
}

/* =header
********************/
header {
    margin-bottom: 0px;
}

#logo {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

#top-menu {
    margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.5em;
}

#main-menu li{
    font-size: 14px;
    line-height: 85%;
}

#main-menu .dropdown ul li a {
    color: #ffffff;
}

/* =main
********************/
#main {
    position: relative;
}

#content {
    width: 780px;
    margin: 20px 0 0;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

#featured-posts-wrapper {
    position: relative;
	height:auto;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 0px;
}

#featured-posts div.post-body {
	background-color: #000000;
  	color: #ffffff;
	opacity:0.6;
}

div.wrapper-content {
	padding-left: 0;
}

div.featured-category {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
}

div.featured-category div.column {
	width: 49%;
    margin-right: 2%;
	font-size: 15px;
	line-height: 1.75em;
}

div.featured-category div.column:nth-of-type(2n) {
    margin-right: 0;
}

div.featured-category div.column-last {
	display: none;
}

.featured-category .column .cover a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 61.6438% 0 0 0;
}

.featured-category .column .cover a img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

aside {
	width: 250px;
	padding: 0;
  	margin-bottom: 0;
}

/* =others
********************/
div.intro-archives p {
    font-size: 15px;
}

.justified-gallery>a>.caption, .justified-gallery>div>.caption {
    font-size: 13px;
}

#aside-fade {
    float: center;
  	width: 0px;
	height: 0px;
  	margin-right: 0px;
   	float: center;
}

p.title {
    font-size: 15px;
}

div.post-thumb {
	float: left;
	display: inline;
	margin-right: 15px;
	width: 230px;
}

div.post-thumb img {
    width: 230px;
    height: 170px;
}

.foogallery-simple_portfolio .bf-item > p {
    font-size: 16px;
    text-align: justify;
    margin: 5px 0;
  	color: #993300;
}

div.divider {
	margin:0;
	clear: both;
	font-size:1px;
	height: 0px;
	line-height: 0px;
}

#featured-posts div.post-body {
    background-color: rgba(0, 0, 0, 0.1);
}

/*div.featured-category img,
div.featured-pages img {
width: 365px;
height: 225px;
}*/

/* =foogallery
********************/

.foogallery-container:not(#foogallery-gallery-2615) .fg-item {
  	display: inline-block !important;
	position: static !important;
  	margin: 0 20px 20px 0 !important;
}

/* =footer
********************/
footer p.copyright{
      color: #666;
  	  display:none;
}

footer p.wpzoom {
  	display: none;
}

footer div.column {
  width: 100%;
  font-size: 11px;
  margin: 0;
  text-align: center;
}

/* =width: 1050↓
********************/
@media screen and (max-width: 1070px) {
    div.wrapper-main {
   	    width: 100%;
        box-sizing: border-box;
    }
    #content {
        display: block;
        float: none;
        width: 100%;
        padding: 0 260px 0 0;
    }
  
    aside {
        position: absolute;
        top: -30px;
        right: 0;
    }
}

/* =width: 650↓
********************/
@media screen and (max-width: 650px) {
    #content {
        padding: 0;
    }
  
    aside {
        position: static;
    }
}

/* =width: 510↓
********************/
@media screen and (max-width: 510px) {
    #logo img {
        margin-left: -156px;
    }
    div.featured-category div.column {
	    width: 100%;
        margin-right: 0;
    }
}



.post-content .wp-caption-text, .gallery-caption{
    color: #444;
    font-size: 13px;
}

#featured-posts div.post-body {
		background-color: rgba(0,0,0,0.4);
}


/* 頁面插入圖片區塊寬度設定
***************************/
.post-content .wp-caption {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box !important;
}

/* 特別的愛給特別的孩子
***************************/
.slide-frame {
		height: 250px;
}


.foogallery .fg-caption {
    bottom: 0;
    visibility: visible;
    opacity: 1;  
}