/*
Theme Name: Customizable
Theme URI: http://fasterthemes.com/themes/customizable
Author: Faster Themes
Author URI: http://fasterthemes.com/
Description: Customizable is a WordPress responsive blog theme based on Twitter bootstrap framework which can be used for personal or corporate websites. Customizable is a free WordPress theme with premium functionality and design.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, one-column, two-columns, fluid-layout, responsive-layout, full-width-template, theme-options
Text Domain: customizable
This theme, like WordPress, is licensed under the Faster Themes.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(//fonts.googleapis.com/css?family=Cabin:400,700);
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
	background-color: #f6f6f6;
	font-family: 'Cabin', sans-serif;
}
#site-header{
	text-align:center;
	width:100%;}
.bypostauthor{
	}
.clear {
	clear: both;
}
.clearl {
	clear: left;
}
.clearr {
	clear: right;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/***** * * * * * /
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	border-left: 5px solid #00BEE0 !important;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
::selection {
	background: #00BEE0;;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #00BEE0;;
	color: #fff;
	text-shadow: none;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}
.section_post td,
.section_post th {
	padding: 8px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
	max-width: 275px !important;
	padding: 5px;
	margin-top: 15px !important;
	white-space: normal;
	word-wrap: break-word;
	overflow: auto;
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}


input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*** * * * * * * */
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
	background-color: #f6f6f6;
}
.customize-container {
	width: 1230px;
}
.top_header {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	float: left;
	max-width: 100%;
	height: auto;
	background-color: #1f1f1f;
	border-top: 1px solid #00BEE0;
}
.logo {
	width: 15%;
	padding-top: 10px;
	float: left;
}
.logo h1{
	color:#00BEE0;}
.logo h6{
	color:#bbb;
	font-style:italic;}
.header_right {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.customize-menu {
	width: 79%;
	margin: 0;
	padding: 0px 0;
	float: left;
}
.customize-menu > ul {
	float: right;
	padding: 0;
	text-align: center;
}
.customize-menu > ul li:hover > ul {
	display: block;
}
.customize-menu > ul > li {
	display: inline-block;
	position: relative;
}
.customize-menu ul li a {
	border: 1px solid rgba(0,0,0,0);
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.customize-menu ul li a:hover, .customize-menu ul li a:focus, .customize-menu ul li.current-menu-item a, .customize-menu ul li.current_page_item a {
	color: #06a1bd;
	border: 1px solid #7e7e7e;
	border-radius: 3px;
}
.customize-menu > ul li > ul {
	display: none;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 41px;
	z-index: 1;
	border: 1px solid #7e7e7e;
	border-radius: 3px;
	background-color: #2d2d2d;
}
.customize-menu > ul li > ul li {
	list-style: none;
	min-width: 160px;
	text-align: left;
	position: relative;
}
.customize-menu > ul li > ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
.customize-menu > ul li > ul li a {
	background-image: url("images/li.png");
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding: 5px 15px 5px 25px;
	text-transform: capitalize;
	width: 100%;
}
.customize-menu > ul li > ul li a:hover, .customize-menu > ul li > ul li.current-menu-item a, .customize-menu > ul li > ul li.current_page_item a {
	border: 1px solid rgba(0,0,0,0)
}
.icon-color {
	background-color: #00bee0;
}
.search_box {
	width: 19%;
	height: auto;
	margin: 0;
	padding-top: 6px;
	float: right;
	position: relative;
}
.search_box input {
	width: 100%;
	height: 34px;
	color: #FFF;
	padding-left: 5px;
	border-radius: 3px;
	background-color: #2e2e2e;
	border: none;
}
.search_box input[type="button"] {
	background: url(images/search-icon.png) no-repeat 1px 8px;
	margin-left: -28px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	float: right;
	top: 6px;
	right: 5px;
}
.customize-breadcrumb {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 20px 0;
	float: left;
	max-width: 100%;
	background: url(images/header-img.png) 7px -82px repeat-x;
}
.customize-breadcrumb h1 {
	color: #FFF;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.customize-breadcrumb ol {
	float: left;
	color: #FFF;
	padding: 0;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
}
.customize-breadcrumb ol li {
	list-style: none;
	display: inline;
}
.customize-breadcrumb li {
	color: #00bee0;
}
.customize-breadcrumb a {
	color: #fff;
}
/*Section css part start*/
.main_section {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
}
.left_section {
	width: 62.4%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
}
.section_post {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
	border-bottom: 1px dotted #a4a4a4;
}
.section_post h3 {
	margin: 20px 0;
	padding: 0;
	color: #212121;
	font-size: 24px;
	width: 100%;
	font-weight:bolder;
}
.section_post img {
	max-width: 100%;
	height: auto;
	padding-top: 34px;
	padding-bottom:10px;
}
.wp-caption img{
	padding:0px !important;
}
.section_post h4 {
	margin-bottom: 10px;
	padding: 0;
	color: #212121;
	font-size: 16px;
	width: 100%;
	
}
.section_post span {
	margin: 0px 0 0px 0;
	padding: 0;
	color: #212121;
	font-size: 16px;
	font-weight: normal;
}
.section_post .content {
	margin: 20px 0 0px 0;
	padding: 0;
	color: #212121;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
.section_post p.wp-caption-text{
	margin:0px !important;}
.section_post a.read-more {
	padding: 10px 31px;
	margin: 23px 0;
	color: #FFF;
	background-color: #00bee0;
	border-radius: 3px;
	font-size: 13px;
	font-weight: normal;
	box-shadow: 0 0 1px #000 inset;
	float: left;
}
.section_post a:hover {
	color: #000;
}
.pagination {
	width: 100%;
	margin: 28px 0 58px 0;
	padding: 0;
	float: right;
	text-align: center;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination ul li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	display: inline;
}
.pagination ul li a {
	margin: 0;
	padding: 5px 12px;
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	color: #212121;
	font-size: 15px;
}
.pagination ul li a:hover, a.select, .pagination .active a {
	border: 1px solid #00bee0;
}
.pagination .active a {
	cursor: default;
}
.subscribe {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	float: left;
	max-width: 100%;
	background-color: #00bee0;
}
.subscribe p {
	margin: 0;
	float: left;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	width: 75%;
}
.subscribe h3 {
	width: 75%;
	margin: 5px 0 0px 0;
	float: left;
	padding: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.subscribe a:hover {
	color: #000;
}
.subscribe a {
	padding: 15px 20px;
	margin: 0px 0;
	color: #f6f6f6;
	background-color: #00d2f7;
	font-size: 16px;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
}
/*Section css part end*/	

/*sidebar css part start*/
.side_bar {
	width: 300px;
	margin: 45px 0 0 0;
	padding: 0;
	float: right;
	max-width: 100%;
}
.side_bar h3 {
	color: rgb(52, 52, 52);
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
.widget{
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 14px;
	float: left;
	max-width: 100%;
}
.widget_search input {
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0 5px;
	float: left;
	font-style: italic;
	font-size: 14px;
}
.widget_search input[type="submit"] {
	width: 30px;
	height: 37px;
	background: url(images/search_side.png) no-repeat 0 9px;
	float: left;
	margin-left: -30px;
	border: none;
	display:none;
}
.widget .sub-menu {
    margin: 0;
    padding-left: 20px;
}
.widget ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget ul li {
	width: 100%;
	padding: 3px 0;
	list-style: none;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #c5c5c5;
}
.widget ul li a {
	color: #181818;
	font-size: 15px;
	font-weight: normal;
}
.top_footer .widget ul li a,
 .top_footer .widget-title{
	color: #FFFFFF;}

#brand_btn {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #00bee0;
	float: left;
	margin: 20px 0 0px 0px;
}
#design_btn {
	margin: 20px 10px;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #00bee0;
}
#brand_btn:hover, #design_btn:hover {
	color: #000;
}
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries ul li {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	float: left;
	max-width: 100%;
	border-bottom: 1px solid #c5c5c5;
}
.widget_recent_entries ul li img {
	float: left;
	margin-right: 10px;
	max-width: 70px;
	height: auto;
}
.widget_recent_entries ul li p {
	color: #181818;
	font-size: 15px;
	font-weight: normal;
}
.widget_recent_entries ul li span {
	color: #636363;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
/*sidebar css part end*/

/*footer part start*/
.main_footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
}
.top_footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0px 20px 0px;
	float: left;
	max-width: 100%;
	background-color: #1c1c1c;
}
.footer-widget ul {
	margin: 0;
	padding: 0;
}
.footer-widget h3 {
	margin: 26px 0;
	font-size: 16px;
	color: #f6f6f6;
	text-transform: uppercase;
}
.footer-widget li {
	margin: 0;
	padding: 2px 15px;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	color: #c8c8c8;
}
.arrow {
	background: url(images/arrow.png) no-repeat 0px 6px !important;
	width: 100%;
	margin: 5px 0 !important;
	float: left;
}
.arrow div {
	width: 100%;
	float: left;
}
.news_update label, .footer-widget {
	color: #FFF;
	font-size: 14px;
	color: #c8c8c8;
}
.widget_newsletterwidget input {
	width: 220px;
	height: 34px;
	background-color: #171717;
	border: 1px solid #676767;
	padding: 0 5px;
	margin-top: 5px;
	color: #FFF;
}
.widget_newsletterwidget input[type="submit"]:hover {
	color: #000;
}
.widget_newsletterwidget input[type="submit"] {
	width: 85px;
	height: 34px;
	background-color: #00bee0;
	border: none;
	cursor: pointer;
	color: #FFF;
	margin-top: 10px;
}
.social_icon {
	list-style: none;
	float: left;
}
.social_icon li {
	float: left;
	padding: 0 5px;
	margin: 0;
	transition: ease 0.5s;
	-webkit-transition: ease 0.3s;
}
.social_icon li:hover {
	margin-top: -5px;
	cursor: pointer;
}
.social_icon li h3 {
	margin: 12px 0 23px 0;
	font-size: 16px;
	color: #f6f6f6;
	text-transform: uppercase;
}
.bottom_footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	float: left;
	max-width: 100%;
	background-color: #2a2a2a;
}
.bottom_footer p {
	float: left;
	padding: 0;
	margin: 0px 0;
	color: #b3b3b3;
	font-size: 14px;
	font-weight: normal;
}
.bottom_footer ul {
	float: right;
	margin: 0;
	padding: 0;
}
.bottom_footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #b3b3b3;
}
.bottom_footer ul li:last-child {
	border-right: none;
}
.bottom_footer ul li a {
	padding: 0 15px;
	color: #b3b3b3;
	font-size: 14px;
	font-weight: normal;
}
.bottom_footer ul li a:hover {
	color: #00bee0;
}
.address_li {
	padding-left: 0 !important;
}
/*footer css part ending*/


/**
customizable gallery
* -----------------------------------------------------------------------------
*/

.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.wp-caption {
	background: #00BEE0;
	max-width: 100%;
	margin-bottom: 14px;
	padding: 5px;
	text-align: center;
}
.wp-caption a {
	border-bottom: none;
}
.wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
.wp-caption.alignleft {
	margin-right: 20px;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption.alignnone {
	width: 100%!important;
	overflow: hidden;
}
.wp-caption.alignnone img {
	margin: 0 auto;
	max-width: 100%!important;
}
.wp-caption-text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	margin: 0;
}
.sticky {
}
.gallery-caption {
	color: #fff;
}

/* 
PRASHANT JAYSWAL 
*/

#comments li {
	list-style: none outside none;
}
.comments-title {
    margin: 10px 0;
}
.post-comment a {
	cursor: default !important;
}
.post-comment a:hover {
	color: #00BEE0 !important;
}
a.more {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-right: 1%;
}
a.more:hover {
	color: #00BEE0;
}
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-title {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.avtar {
	float: left;
	margin-right: 10px;
	border: 1px solid #00BEE0
}
.fn a, a.reply {
	color: #00BEE0;
	text-transform: uppercase;
}
.comment-respond {
	margin-top: 40px;
	padding-left: 15px;
}
.comment-form input, .comment-form textarea {
	padding: 5px 10px;
	color: #000;
	border: 1px solid #00BEE0;
	background: #ececec;
	width: 50%;
}
.comment-form textarea {
	width: 70%;
}
.comment-form input[type='submit'] {
	background-color: #00BEE0;
	color: #e7e5e5;
	width: 35%;
}
.form-submit {
	width: 50%;
	float: right;
}
.comment-reply-title {
	font-size: 18px;
}
.comment-reply-link {
    float: right;
}
#comments li article {
    padding: 10px;
}
.customizable-nav-next,
.customizable-nav-previous {
    padding-bottom: 20px;
	padding-top: 10px
}
li.menu-divider:last-child {display:none;}
.customizable-not-found {
	 padding: 20px 0;
}
.customizable-not-found p {
	 font-size:34px;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar td {
	border-width:0px;
}
.side_bar .children {
	padding-left:25px;
}
.side_bar .children li{
	border-bottom:none;
}
.side_bar .sub-menu li{
	border-bottom:none;
}