/*
Template Name: InstaGlow
Version: 1.0
*/

/*= Basic Structure
 --------------------------------------*/
body {
	font-size: 16px;
	font-family:'Droid Serif', serif;
	text-rendering: optimizeLegibility;
	color: #212121;
}

/*= CONTAINERS
 --------------------------------------*/
#wrap {
	max-width: 100%;
	margin:0;
	padding: 0;
	background-color: #ddd;
}
.site-content {
	background-color:#FFF;
	padding-bottom:24px;
	min-height:500px;
}
#main {
	margin:0;
	padding:0;
}

*= MEMBER WELCOME TEXT
 --------------------------------------*/
#welcome {
	margin: 20px 0 0;
	padding: 15px 22px 20px 22px;
}
.welcomecentered {
	text-align: center;
}

#welcome div {
	font-size: 16px;
	line-height: 1.6;
}

#welcome h1 {
	margin:0 0 18px 0 !important;
	padding:0 !important;
	font-size:24px !important;
}

#welcome div p {
	margin-bottom:16px;
}
/*= Navbar / Header
 --------------------------------------*/
.main-menu-item img {
	vertical-align: middle;
}
.navbar-default {
	margin-bottom: 0px;
	border:none;
	border-radius: 0px;
	border-bottom: 4px solid #95b400;
	background: #95b400 url(images/bg.png) left top repeat;
	-webkit-box-shadow: 0 4px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 1px rgba(0,0,0,0.2);
	position:relative;
	z-index:99;
	min-height: 70px;
}

/* navbar brand*/
.navbar-default .navbar-brand {
	color:#F5F5F5;
	font-size:42px;
	text-transform: uppercase;
}
.navbar-default .navbar-brand span {
	margin-top:10px;
	display:block;
}
.navbar-default .navbar-brand strong {
	font-weight: normal;
}
.navbar-default .navbar-header {
	min-height: 70px;
}
.navbar-default .navbar-brand img {
	margin-top:-10px;
	max-height:60px;
}
/* navbar links */
.navbar-default .nav > li > a > img {
	display:block;
	width:24px;
	margin:0 auto;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a.dropdown-toggle {
	color: #F5F5F5;
  	opacity: 0.6;
	filter: alpha(opacity=60);
  	-moz-opacity: 0.6;
	font-size:13px;
	transition: background .1s linear;
	-moz-transition: background .1s linear; /* Firefox 4 */
	-webkit-transition: background .1s linear; /* Safari and Chrome */
	-o-transition: background .1s linear;  /* Opera */
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li.current-menu-item > a,
.navbar-default .nav > li > a.dropdown-toggle:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
  	-moz-opacity: 1.0;
  	background-color:rgba(3, 3, 3, 0.2);
}

@media (max-width: 768px) {
	.navbar-default .navbar-brand {
		font-size:28px;	
	}
	
    .navbar-default .nav > li > a > img {
		display:inline;
		margin-right:10px;
	}
	
	.navbar-default .navbar-header {
		min-height: 70px;
	}
}

/*= MEMBER'S TOP MENU
 --------------------------------------*/
ul.menu li a, #menutop li {
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

#menutop_wrap {
	clear:both;
	text-align: center;
	margin: 25px 0 25px;
}

#menutop {
	list-style-type: none;
	margin: 0;
}

#menutop li {
	display: inline-block;
	float:none;
	position:relative;
	margin: 5px 3px; 
  	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E6E6E6;
  	vertical-align: text-bottom;
}
 
#menutop li a {
	display: inline-block;
	width: 100px;
	min-height: 60px; 
	font-size: 11px; 
	padding: 15px 0;
	color: #333;
  	text-decoration: none;
  	text-transform: uppercase;
}

#menutop li a img {
	display:block;
	width:24px;
	margin:0 auto 8px;
}

#menutop li.current-menu-item:hover,
#menutop li:hover,
#menutop li.current-menu-item { 
	border1: 1px solid #ccc;
	background-color: #E5E5E5; /* default color */
}


/*= Sidebar
 --------------------------------------*/
#sidebar {
	background-color: #3a3a3a;
	padding:0 0 20px 0;
}
.sidebar-left {
	-webkit-box-shadow:inset -4px 0 8px 2px rgba(0,0,0,0.2);
	box-shadow:inset -4px 0 8px 2px rgba(0,0,0,0.2);
}
.sidebar-right {
	-webkit-box-shadow:inset 4px 0 8px 2px rgba(0,0,0,0.2);
	box-shadow:inset 4px 0 8px 2px rgba(0,0,0,0.2);
}
#sidebar h2, #sidebar h3 {
	margin: 0;
	background-color: #95b400; /* default color */
	text-shadow: 1px 1px 1px #808080;
	color: #FeFeFe;
	padding: 7px 15px;
	font-weight:normal;
	font-size:17px;
}
#sidebar h2 a, #sidebar h3 a {
	color: #FeFeFe;
	text-decoration: none;
}

/* Profile Display */
.userdata {
	max-width:100%;
	color: #FeFeFe;
	padding: 12px;
	padding-top: 20px;
	font-size:13px;
	text-align: center;
}
.userdata h4 { font-size: 16px; color: #FeFeFe; margin:0; padding:0; font-weight:900; }
.userdata p { margin:0; padding:0 0 10px; }
.userdata a { color: #FeFeFe; display: inline-block; }
.userdata a:hover { text-decoration:underline; }
.userdata .userdata_format { width: 285px; max-width:100% }
.userdata .userinfo img { max-width:100%; height: auto; margin-bottom:15px; }

/* Sidebar Menu */
#sidebar .member_menu_sidebar {
	padding:0;
}
#sidebar .member_menu_sidebar ul {
	margin:10px 15px 25px;
	padding:0;
	list-style: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #95b400; /* default color */
	-webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.2);
}
#sidebar .member_menu_sidebar li { list-style-type: none; }
#sidebar .member_menu_sidebar li:first-child { border-top: 0; }
#sidebar .member_menu_sidebar li:last-child { border-bottom: 0; }
#sidebar .member_menu_sidebar li img { vertical-align: middle; border: 0; margin-right: 10px; margin-left:auto; }
#sidebar .member_menu_sidebar li a {
	padding:7px 15px;
	line-height: 1.2;
	font-size:13px;
	display: block; 
	color:#FeFeFe;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar .member_menu_sidebar li:first-child a {
	border-top: none;
}
#sidebar .member_menu_sidebar li:last-child a {
	border-bottom: none;
}
#sidebar .member_menu_sidebar li.current-menu-item a,
#sidebar .member_menu_sidebar li a:hover { 
	text-decoration: none;
	color:#808080;
}

/* sidebar drop-down */
#sidebar .member_menu_sidebar li:after {
	clear:right;
}
#sidebar .member_menu_sidebar .caret {
	margin-top:10px
}
#sidebar ul.sidebar-child-menu {
	display:none;
	margin:0;
	padding:0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
#sidebar ul.sidebar-child-menu li {
	padding-left:30px;
	background-color: #F5F5F5;
	border-top:1px solid #FFF;
	border-bottom:1px solid #E5E5E5;
}
#sidebar ul.sidebar-child-menu li:first-child {
	border-top:none;
}
#sidebar ul.sidebar-child-menu li:last-child {
	border-bottom:none;
}
#sidebar ul.sidebar-child-menu li a {
	color:#808080;
	border: none;
}
#sidebar ul.sidebar-child-menu li a:hover {
	color:#3a3a3a;
	border: none;
}

/*= WIDGETS
 --------------------------------------*/
#sidebar .widget-area {
	margin: 0;
	padding:0;
	color:#FeFeFe;
}
#searchform_wrap,
#calendar_wrap,
#sidebar .widget-area .widget ul,
#sidebar .widget-area .widget .postform,
#sidebar .widget-area .textwidget,
#sidebar .widget-area .tagcloud {
	margin:10px 15px;
	padding:0;
}
#sidebar .widget-area .widget ul {
	padding-left:15px;
	list-style: square;
}
#sidebar .widget-area ul ul {
	list-style: circle;
	margin-left: 1.3em;
}

#sidebar .widget-area .widget p,
#sidebar .widget-area .widget li,
#sidebar .widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.7;
}
#sidebar .widget-area .widget p {
	margin-bottom: 24px;
}
#sidebar .widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
#sidebar .widget-area .textwidget li {
	margin-left: 36px;
}
#sidebar .widget-area .widget a {
	color: #FeFeFe;
}
#sidebar .widget-area .widget a:hover {
	color: #808080;
}
#sidebar .widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
#sidebar .widget-area .widget ul ul {
	margin-left: 12px;
}
#sidebar .widget_rss li {
	margin: 12px 0;
}
#sidebar .widget_recent_entries .post-date,
#sidebar .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #FeFeFe;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
#wp-calendar tfoot th,
#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar th {
	color:#a7a7a7;
}
#wp-calendar caption {
	font-weight:bold;
	text-align:center;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
#sidebar .widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
#sidebar .widget_twitter li {
	list-style-type: none;
}
#sidebar .widget_twitter .timesince {
	display: block;
	text-align: right;
}

/*= MAIN CONTENT
 --------------------------------------*/
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	color:#666;
	margin:10px 15px;
}
.entry-header h1.entry-title {
	font-size: 24px;
	line-height: 1.6;
	padding:8px 0;
}
.entry-header h2.entry-title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 18px;
	padding:8px 0;
}
.entry-header h2.entry-title a {
	text-decoration:none;
}
.entry-header h2.entry-title a:hover {
	text-decoration:none;
}
.entry-header p {
	line-height: 1.2;
	margin-bottom: 18px;
	color:#a7a7a7;
	padding:0px;
}
.entry-content {
	margin-bottom:24px;
	padding:0;
	line-height: 1.714285714;
}
.entry-content p,
.mu_register p {
	margin-bottom:24px;
	line-height: 1.714285714;
}
.entry-content img.wp-post-image {
	margin-bottom: 24px;
	margin-right: 15px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	float:left !important;
}
.entry-content:after {
	clear:both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content h1 {
	font-size: 68px;
	line-height: 1.5;
}

.entry-content h2,
.mu_register h2 {
	font-size: 42px;
	line-height: 1.6;
}

.entry-content h3 {
	font-size: 26px;
	line-height: 1.846153846;
}

.entry-content h4 {
	font-size: 22px;
	line-height: 1.846153846;
}

.entry-content h5 {
	font-size: 18px;
	line-height: 1.846153846;
}

.entry-content h6 {
	font-size: 16px;
	line-height: 1.846153846;
}

.entry-content ol,
.entry-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.5;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.mu_register ul {
	list-style: disc outside;
	margin-left:35px;
}

.entry-content ol {
	list-style: decimal outside;
	margin-left:35px;
}

.entry-content li
.mu_register li {
	margin: 0 0 0 36px;
}

.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}

.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}

.entry-content pre code {
	display: block;
}

.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}

img.alignleft {
	margin: 12px 24px 12px 0;
}

img.alignright {
	margin: 12px 0 12px 24px;
}

img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

.entry-content dl {
	margin: 0 24px;
}

.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

.entry-content table {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td {
	padding: 6px 10px 6px 0;
}

.entry-meta {
	clear:both;
	padding:10px 0;
	font-size:13px;
	color:#a7a7a7;
}

.pagination {
	font-size:13px;
}

.pagination a {
	color: #95b400; /* default color */
}

.ibt-dark-line {
	background-color:#666666;
	min-height: 1px;
	max-height: 1px;
	zoom: 1;
	filter: alpha(opacity=10);
	opacity: 0.1;	
}

.ibt-lite-line {
	background-color:#FFFFFF;
	min-height: 1px;
	max-height: 1px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*= COMMENTS
 --------------------------------------*/
#comment-wrap {
	margin:10px 15px;
	color:#808080;
}
#comment-wrap ol,
#comment-wrap ul, 
#comment-wrap li { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: 
	baseline; 
	background: transparent; 
}

#comment-wrap ul.children { padding-left: 80px; }
#comment-wrap ul, #comment-wrap ol { margin:0; list-style: none; }
h3#comments,
h3#reply-title span { 
	font-size: 24px; 
	color: #1f262d; 
	padding-bottom: 5px; 
	margin-bottom: 33px; 
	display: block; 
	border-bottom:1px solid #E5E5E5;
}
.comment-body { position: relative; padding-left: 82px; margin-bottom: 30px; }
.avatar-container { position: absolute; top: 0; left: 0; }
.avatar-box { position: relative; }
.avatar-box img { margin: 6px 0 0 6px; }
.avatar-overlay { position: absolute; top: 0; left: 0; display: block; background: url(images/avatar-overlay.png) no-repeat; }
.avatar-box, .avatar-overlay { width: 68px; height: 68px; }
span.comment-date { display: block; text-align: center; color: #838383; font-size: 11px; padding-top: 9px; }

.comment-container { background: #FFF; -webkit-border-radius: 7px; border-radius: 7px; padding: 0 2px 0 1px;  }
.comment-wrap { padding: 15px 15px 8px 20px; }
.comment-meta { color: #808080; font-size:20px; margin-bottom: 12px; }
span.fn, span.fn a { color:#808080;  }
span.fn a:hover { color: #000; text-decoration: none; }

.comment-arrow { background: url(images/comment-arrow.png) no-repeat; width: 9px; height: 20px; position: absolute; top: 23px; left: 74px; }

.reply-container { display: block; float: right; }
.reply-container a { color:#FeFeFe; display: block; text-decoration: none; }
.reply-container a:hover { text-decoration: none; }

#respond { color:#808080; }
#respond label { display:block; }
#respond textarea { width: 99% !important; border:1px solid #E5E5E5; padding:5px 7px; }
#respond input[type=text] { width: 48% !important; border:1px solid #E5E5E5; padding:5px 7px; }

.comment_navigation_top, .comment_navigation_bottom { padding: 10px 0; }

/*= FOOTER
 --------------------------------------*/
#site-footer {
	padding:20px 0;
	min-height:50px;
	font-size:13px;
	color:#F5F5F5;
	text-align:center;
	background: #95b400 url(images/bg.png) left top repeat;
	min-height: 50px;
	border-top: 4px solid #95b400; /* default color */
	-webkit-box-shadow: 0 -4px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0 -4px 8px 1px rgba(0,0,0,0.2);
	position:relative;
	z-index:999;
}

#site-footer .menufooter { margin:16px 0; margin: 1rem 0; }
#site-footer a, #site-footer .menufooter li a { text-decoration: underline; color: #F5F5F5; }
#site-footer .menufooter li a:hover { text-decoration: none; }
#site-footer .menufooter ul { list-style:none; }
#site-footer .menufooter li { display:inline; margin-left:5px; margin-right: 5px; }
#site-footer .menufooter li.current-menu-item a, #footer .menufooter li a:hover { text-decoration:underline; }