/*
Template Name: InstaSpark
Version: 1.0
*/

/*= Basic Structure
 --------------------------------------*/
body {
	font-size: 16px;
	font-family:'PT Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #212121;
}

/*= CONTAINERS
 --------------------------------------*/
#wrap {
	max-width: 100%;
	margin:0;
	padding: 0;
	background-color: #ddd;
}

#primary-container {
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 12px 4px rgba(0,0,0,0.2);
	padding:0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.site-content {
	background-color:#F5F5F5;
	padding-bottom:24px;
	min-height:500px;
}
.masthead {
	margin:0;
	padding-left:0;
	padding-right:0;
}
/* modify container */
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

*= 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;
}
#site-header {
	margin-bottom: 0px;
	border:none;
	border-radius: 0px;
	border-bottom: 4px solid #95b400;
	background: #FFF; /* Old browsers */
	min-height: 90px;
}

/* navbar brand*/
#site-header .navbar-brand {
	margin-top:10px;
	padding-left:0;
	color:#555;
	font-size:36px;
}
#site-header .navbar-header {
	min-height: 70px;
}
#site-header .navbar-brand img {
	margin-top:-10px;
	max-height:60px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
	position:relative;
	z-index:99;
  	background-color: #eee;
  	border-bottom: 1px solid #151515;
  	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 4px 6px 3px rgba(0,0,0,0.3);
	box-shadow: 0 4px 6px 3px rgba(0,0,0,0.3);
}
.nav-justified > li > a > img {
	margin-right:10px;
}
.nav-justified > li > a,
.nav-justified > li > a.dropdown-toggle {
	-webkit-border-radius: 0;
	border-radius: 0;
  	padding-top: 15px;
  	font-size:13px;
  	padding-bottom: 15px;
  	margin-bottom: 0;
  	color: #a7a7a7;
  	text-align: center;
  	background: rgb(69,72,77); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(33,33,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(33,33,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(33,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(33,33,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(33,33,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(33,33,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#212121',GradientType=0 ); /* IE6-8 */
  	border-bottom: 1px solid #151515;
}
.nav-justified > li > a:hover,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus,
.nav-justified > .current-menu-item > a {
	color: #FeFeFe;
  	background: rgb(33,33,33); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTQ4NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(33,33,33,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(33,33,33,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#45484d',GradientType=0 ); /* IE6-8 */

}

@media (min-width: 768px) {
  	.nav-justified {
    	max-height: 52px;
  	}
  	.nav-justified > li > a.dropdown-toggle,
  	.nav-justified > li > a.dropdown-toggle:hover,
  	.nav-justified > li > a {
	    border-left:1px solid #515151;
		border-right:1px solid #151515;
		border-bottom: 1px solid #151515;
  	}
  	.nav-justified > li:first-child > a {
    	border-left: 0;
    	-webkit-border-radius: 0;
		border-radius: 0;
  	}
  	.nav-justified > li:last-child > a {
    	border-right: 0;
    	-webkit-border-radius: 0;
		border-radius: 0;
  	}
}

/*= 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 -15px 25px;
}

#menutop {
	list-style-type: none;
	margin: 0;
}

#menutop li {
	display: inline-block;
	float:none;
	position:relative;
	margin: 5px 3px; 
  	border-style: solid;
  	border-width: 1px;
  	border-color: #ccc;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	vertical-align: text-bottom;
  	background: rgb(247,247,247); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
 
#menutop li a {
	display: inline-block;
	width: 100px;
	min-height: 60px; 
	font-size: 11px; 
	padding: 20px 5px;
	color: #808080;
  	text-decoration: none;
  	text-transform: uppercase;
}

#menutop li a img {
	display:block;
	width:24px;
	margin:0 auto 8px;
}

#menutop li:hover,
#menutop li.current-menu-item {
	border-color: #a7a7a7 !important;
	background: rgb(178,178,178); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(178,178,178,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,178,178,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,178,178,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
}

/*= Sidebar
 --------------------------------------*/
#sidebar {
	background-color: #ddd;
	padding:0;
}
#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;
	text-transform:uppercase;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
}
#sidebar h2 a, #sidebar h3 a {
	color: #FeFeFe;
	text-decoration: none;
}

/* Profile Display */
.userdata {
	max-width:100%;
	color: #808080;
	padding: 12px;
	padding-top: 20px;
	font-size:13px;
}
.userdata h4 { font-size: 13px; color: #808080; margin:0; padding:0; font-weight:900; }
.userdata p { margin:0; padding:0 0 10px; }
.userdata a { color: #808080; display: inline-block; }
.userdata a:hover { text-decoration:underline; }
.userdata .userdata_format { width: 285px; max-width:100% }
.userdata .usericon { float: left; width: 60px; }
.userdata .userinfo { float: left; }
.userdata .usericon img { max-width:100%; height: auto; }

/* Sidebar Menu */
#sidebar .member_menu_sidebar {
	padding:0;
}
#sidebar .member_menu_sidebar ul {
	padding:0;
	list-style: none;
}
#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:#808080;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	text-shadow:0px 1px 0px #fff;
}
#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:#eee;
	text-shadow:none;
	background-color: #95b400; /* default color */
}

/* 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 li.current-menu-item ul.sidebar-child-menu li a,
#sidebar ul.sidebar-child-menu li a {
	color:#808080;
	border: none;
	background-color:transparent;
}
#sidebar li.current-menu-item ul.sidebar-child-menu li a:hover,
#sidebar ul.sidebar-child-menu li a:hover {
	color:#3a3a3a;
	border: none;
	background-color:transparent;
}

/*= WIDGETS
 --------------------------------------*/
#sidebar .widget-area {
	margin: 0;
	padding:0;
	color:#555;
}
#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: #808080;
}
#sidebar .widget-area .widget a:hover {
	color: #3a3a3a;
}
#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: #a7a7a7;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}
#wp-calendar tfoot th,
#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar th {
	color:#808080;
}
#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:#808080;
	text-align:center;
	background-color:#eee;
	min-height:50px;
	border-top:4px solid #95b400; /* default color */
}

#site-footer .menufooter { margin:16px 0; margin: 1rem 0; }
#site-footer a, #site-footer .menufooter li a { text-decoration: underline; color: #808080; }
#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; }