﻿/* 
Theme Name: LLEN Centre Custom Theme
Description: LLEN Centre Custom (Responsive Based) Child Theme
Template: responsive
Version: 1.0.0
Author: yau

*/

/* =Start From Here
-------------------------------------------------------------- */

/* =Base
-------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, 微軟正黑體, \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
}

/* =Widgets
-------------------------------------------------------------- */
.front-page #wrapper {
	margin: auto auto auto auto;
}

.front-page #widgets {
	margin-top: 2.12%;
}

.top-widget {
	width: auto;
}

.home-widgets .textwidget {
	height: 14em;
	position: relative;
}

.home-widgets .widget-wrapper {
	margin-bottom: 0;
}

#widgets .textwidget {
	height: 13em;
	position: relative;
}

.colophon-widget {
	border: none
}

/* =Search bar
-------------------------------------------------------------- */
#searchform {
    margin:0.5em 0.5em 0.5em 0.5em;
}

#searchform-item {
    float: right;
}

#searchform-item input[type="text"] {
    width: auto;
}

/* =Titles
-------------------------------------------------------------- */
.post-title {
	margin-bottom: 1.5em;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
@media screen and (min-width: 981px) {
/* Menu bar */
.menu {
	background-color: #668f67;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#668f67), to(#355844));
	background-image: -webkit-linear-gradient(top, #668f67, #355844);
	background-image: -moz-linear-gradient(top, #668f67, #355844);
	background-image: -ms-linear-gradient(top, #668f67, #355844);
	background-image: -o-linear-gradient(top, #668f67, #355844);
	background-image: linear-gradient(top, #668f67, #355844);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668f67, endColorstr=#355844);
	margin: 0 auto;
}
/* Menu items */
.menu a {
	border-left: 1px solid #668f67;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	padding: 0 0.9em;
}
/* Menu item hover */
.menu a:hover {
	background-color: #355844;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#355844), to(#668f67));
	background-image: -webkit-linear-gradient(top, #355844, #668f67);
	background-image: -moz-linear-gradient(top, #355844, #668f67);
	background-image: -ms-linear-gradient(top, #355844, #668f67);
	background-image: -o-linear-gradient(top, #355844, #668f67);
	background-image: linear-gradient(top, #355844, #668f67);
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#355844, endColorstr=#668f67);
}
/* Current page */
.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #355844;
	color: #cef09d;
}
/* Menu dropdown */
.menu li li {
	background: #355844;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #fff;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	color: #fff;
}

/* Menu dropdown hover */
.menu li li a:hover {
	background: #668f67 !important;
	background-image: none;
	border: none;
	color: #fff;
	filter: none;
}
}

@media screen and (max-width: 650px) {
	/* Main mobile menu*/
	.js .main-nav {
		background-color: #668f67;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#668f67), to(#355844));
		background-image: -webkit-linear-gradient(top, #668f67, #355844);
		background-image: -moz-linear-gradient(top, #668f67, #355844);
		background-image: -ms-linear-gradient(top, #668f67, #355844);
		background-image: -o-linear-gradient(top, #668f67, #355844);
		background-image: linear-gradient(top, #668f67, #355844);
		clear: both;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668f67, endColorstr=#355844);
	}
	
	/* Current page menu text */
	.js .main-nav #responsive_current_menu_item {
		color: #cef09d;
	}

	/* Dopdown item */
	.js .main-nav .menu li a {
		color: #355844;
	}
	
	/* Dropdown current item */	
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #668f67;
		color: #cef09d;
	}

	/* Hover on dropdown items */
	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #668f67!important;
		color: #cef09d;
	}
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #668f67;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #a9cc7c;
	outline: 1;
	text-decoration: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	border-left: 4px solid #355844;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, 微軟正黑體, \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, serif;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height: 1.2em;
}

h1 {
	color: #355844;
}

h2 {
	color: #355844;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #b1e001;
}

/* =Buttons
-------------------------------------------------------------- */
#widgets .button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	padding: 4px 20px;
}

#widgets .darkgreen {
	background-color: #476c5e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#476c5e), to(#cef09d));
	background-image: -webkit-linear-gradient(top, #476c5e, #cef09d);
	background-image: -moz-linear-gradient(top, #476c5e, #cef09d);
	background-image: -ms-linear-gradient(top, #476c5e, #cef09d);
	background-image: -o-linear-gradient(top, #476c5e, #cef09d);
	background-image: linear-gradient(top, #476c5e, #cef09d);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#476c5e, endColorstr=#cef09d);
	text-shadow: 0 -1px 0 #626862;
}

#widgets .darkgreen:hover {
	background-color: #476c5e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#476c5e), to(#b1e001));
	background-image: -webkit-linear-gradient(top, #476c5e, #b1e001);
	background-image: -moz-linear-gradient(top, #476c5e, #b1e001);
	background-image: -ms-linear-gradient(top, #476c5e, #b1e001);
	background-image: -o-linear-gradient(top, #476c5e, #b1e001);
	background-image: linear-gradient(top, #476c5e, #b1e001);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#476c5e, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

#widgets .sharpred {
	background-color: #ce4d45; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ce4d45), to(#f19c65));
	background-image: -webkit-linear-gradient(top, #ce4d45, #f19c65);
	background-image: -moz-linear-gradient(top, #ce4d45, #f19c65);
	background-image: -ms-linear-gradient(top, #ce4d45, #f19c65);
	background-image: -o-linear-gradient(top, #ce4d45, #f19c65);
	background-image: linear-gradient(top, #ce4d45, #f19c65);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ce4d45, endColorstr=#f19c65);
	text-shadow: 0 -1px 0 #bb5d00;
}

#widgets .sharpred:hover {
	background-color: #ce4d45;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ce4d45), to(#ffd265));
	background-image: -webkit-linear-gradient(top, #ce4d45, #ffd265);
	background-image: -moz-linear-gradient(top, #ce4d45, #ffd265);
	background-image: -ms-linear-gradient(top, #ce4d45, #ffd265);
	background-image: -o-linear-gradient(top, #ce4d45, #ffd265);
	background-image: linear-gradient(top, #ce4d45, #ffd265);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ce4d45, endColorstr=#ffd265);
	text-shadow: 0 -1px 0 #bb5d00;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	background-color: #355844;
	color: #fff;
	padding: 0 0 0 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #cef09d;
}

#footer #menu-footer-menu {
	margin: 2.12% 0 0 2.12%;
}

#footer  .col-540,
#footer  .col-380,
#footer .colophon-widget {
	margin-bottom: 0;
}

.copyright {
	margin: 0 0 2.12% 2.12%;
}

.powered {
	width: 29.79%;
	margin-right: 2.12% !important;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	padding: 2.12% 2.12% 0 0 ;
}









/*The last 29 days of the month are the hardest."- Nikola Tesla*/