

#allblog input[type="text"], #allbloginput[type="password"], #allblog input[type="email"],  #allblog input[type="url"],  #allblog input[type="number"], textarea {
	/*background: #f9f9f9;*/
	border: 1px solid #efefef;
	/*
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	*/
	padding: 2px;
}
#allblog #primary,  #allblog #secondary {
	float: right;
	overflow: hidden;
	width: 305px;
	margin-top: 51px;
}
#allblog #blog-content {
	float: left;
	width: 620px;
	margin-top: 2em;
}
#allblog #blog-content .post {
	padding: 15px 10px;
	clear: both;
	transition: all 500ms ease;
	border-bottom: 1px solid #ccc;
	min-height: 270px;
}
#allblog #blog-content .post:first-child {
	border-top: none;
}
/* #allblog #blog-content .post:hover {

	box-shadow: 0 0 10px 0 #999;

	-moz-box-shadow: 0 0 10px 0 #999;

	-webkit-box-shadow: 0 0 10px 0 #999;

	 

}*/

#allblog .post p {
	margin-bottom: 2em;
}

#allblog .post a,  #allblog .post a:visited {
	color: #5e7a59;
	text-decoration: none;
}
#allblog .entry-title {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	/*font-size: 25px;*/
	margin: 5px 0 10px;
	line-height: 1.2;
	/*font-weight: bold;*/
}
#allblog .entry-title a {
	text-decoration: none;
}
#allblog .entry-meta {
	color: #777;
	font-size: 12px;
	margin-bottom: 10px;
}
#allblog .entry-meta abbr, #allblog .entry-utility abbr {
	border: none;
}
#allblog .entry-meta abbr:hover, #allblog .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
#allblog a.read-more, #allblog a:visited.read-more {
	color: #5e7a59;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	display:inline-block;
	margin-top: 1em;
}
#allblog .read-more:hover {
	text-decoration: underline;
}
#allblog .feature-image {
	float: left;
	margin: 0 1em 1.625em 0;
	width: 44%;
	border: 4px solid #eee;
}
#allblog .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
/* =Comments

-------------------------------------------------------------- */

#allblog #comments {
	clear: both;
}
#allblog #comments .navigation {
	padding: 0 0 18px 0;
}
#allblog h3#comments-title, #allblog h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
#allblog h3#comments-title {
	padding: 0 0 24px 0
}
#allblog .commentlist {
	list-style: none;
	margin: 0;
}
#allblog .commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#allblog .commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#allblog #comments .comment-body ul, #allblog #comments .comment-body ol {
	margin-bottom: 18px;
}
#allblog #comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#allblog #comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
#allblog .commentlist ol {
	list-style: decimal;
}
#allblog .commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
#allblog .comment-author {
}
#allblog .comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
#allblog .comment-author .says {
	font-style: italic;
}
#allblog .comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
#allblog .comment-meta a:link, #allblog .comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
#allblog .comment-meta a:active, #allblog .comment-meta a:hover {
	color: #ff4b33;
}
#allblog .commentlist .even {
}
#allblog .commentlist .bypostauthor {
}
#allblog .reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
#allblog .reply a, #allblog a.comment-edit-link {
	color: #777;
}
#allblog .reply a:hover, #allblog a.comment-edit-link:hover {
	color: #ff4b33;
}
#allblog .commentlist .children {
	list-style: none;
	margin: 0;
}
#allblog .commentlist .children li {
	border: none;
	margin: 0;
}
#allblog .nopassword, #allblog .nocomments {
	display: none;
}
#allblog #comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
#allblog .commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#allblog #comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#allblog #comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */

#allblog input[type="submit"] {
	color: #333;
}
#allblog #respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#allblog #respond p {
	margin: 0;
}
#allblog #respond .comment-notes {
	margin-bottom: 1em;
}
#allblog .form-allowed-tags {
	line-height: 1em;
}
#allblog .children #respond {
	margin: 0 48px 0 0;
}
#allblog h3#reply-title {
	margin: 18px 0;
}
#allblog #comments-list #respond {
	margin: 0 0 18px 0;
}
#allblog #comments-list ul #respond {
	margin: 0;
}
#allblog #cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#allblog #respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#allblog #respond label {
	color: #777;
	font-size: 12px;
	width: 60px;
	display: block;
	float: left;
}
#allblog #respond input {
	margin: 0 0 9px;
	width: 55%;
}
#allblog #respond textarea {
	width: 98%;
}
#allblog #respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#allblog #respond .form-allowed-tags code {
	font-size: 11px;
}
#allblog #respond .form-submit {
	margin: 12px 0;
}
#allblog #respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widgets

----------------------------------------------- */



#allblog .widget-area {
	font-size: 12px;
}
#allblog .widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
	padding: 0 0 0 20px;
}
#allblog ul.widget li {
	list-style: none;
}
#allblog .widget-title {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: inherit;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: #ccc;
	padding: 10px;
}
#allblog .widget ul {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#allblog .widget ul ul {
	margin-left: 1.5em;
}
#allblog .widget ul li {
	color: #777;
	font-size: 13px;
}
#allblog .widget a {
	font-weight: bold;
	text-decoration: none;
	color: #5e7a59;
}
#allblog .widget a:hover, .widget a:focus, #allblog .widget a:active {
	text-decoration: underline;
}
#allblog .widget-container {
	margin-bottom: 20px;
}
#allblog .widget #menu-cat-item .menu-item {
	border-bottom: 1px solid #efefef;
	padding: 10px;
}
/* Search Widget */

#allblog .widget_search form {
	margin: 0 0 1.625em;
}
#allblog .widget_search #s {
	width: 62%;
	border: 1px solid #efefef;
	padding: 14px 0;
}
#allblog .widget_search #searchsubmit {
	width: 100px;
	/* Rounded Corners */
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	*/
	background-color: #5e7a59;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00CC00), to(#347C2A));
	background-image: -webkit-linear-gradient(top, #00CC00, #347C2A);
	background-image: -moz-linear-gradient(top, #00CC00, #347C2A);
	background-image: -o-linear-gradient(top, #00CC00, #347C2A);
	background-image: linear-gradient(to bottom, #00CC00, #347C2A);
	*/
	color: #fff;
	border: none;
	font-size: 12px;
	padding: 15px;
	position: relative;
	margin-left: -4px;
}
#allblog .widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* Ephemera Widget */

#allblog section.ephemera ol, #allblog .widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
#allblog .widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
#allblog .widget_twentyeleven_ephemera .comments-link a, #allblog .widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
#allblog section.ephemera .entry-title .comments-link a:hover, #allblog .widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
#allblog section.ephemera .entry-title a span {
	color: #29628d;
}
/* Twitter */

#allblog .widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
#allblog .widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}
/* Widget Image */

#allblog .widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}
/* Calendar Widget */



#allblog .widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
#allblog .widget_calendar #wp-calendar caption, #allblog .widget_calendar #wp-calendar td, #allblog .widget_calendar #wp-calendar th {
	text-align: center;
}
#allblog .widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#allblog .widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#allblog .widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#allblog .screen-reader-text {
	display: none;
}
#allblog #content .wpp-list li {
	border-bottom: 1px solid #efefef;
	clear: both;
	min-height: 60px;
	margin: 10px 0;
}
/*
#allblog #content .wpp-list li:last-child {
	border-bottom: none;
}
*/
#allblog .widget-title {
	display: initial;
	font-weight: bold;
	color: #999;
	display: none;
}
#allblog #search-2 .widget-title-container {
	background: url(images/search.png) no-repeat;
	width: 287px;
	height: 28px;
}
#allblog #nav_menu-5 .widget-title-container {
	background: url(images/categories.png) no-repeat;
	width: 287px;
	height: 28px;
}
#allblog #wpp-3 .widget-title-container {
	background: url(images/popular-posts.png) no-repeat;
	width: 287px;
	height: 28px;
}
#allblog #tag_cloud-2 .widget-title-container {
	background: url(images/tags.png) no-repeat;
	width: 287px;
	height: 28px;
}
#allblog .widget-title-left-container .widget-title {
}
#allblog .widget-title-container, #allblog .widget-title-left-container {
	text-align: center;
	margin-bottom: 20px;/*background: #fff url(images/widget-title-bg.gif) repeat-x center;*/

}
#allblog .widget-title-left-container {
	margin-top: 20px;
}
#allblog .wpp-thumbnail {
	float: left;
	margin-right: 10px;
}
#allblog .navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
#allblog .navigation a:link, #allblog .navigation a:visited {
	color: #777;
	text-decoration: none;
}
#allblog .navigation a:active, #allblog .navigation a:hover {
	color: #ff4b33;
}
#allblog .nav-previous {
	float: left;
	width: 50%;
}
#allblog .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#allblog #nav-above {
	margin: 0 0 18px 0;
}
#allblog #nav-above {
	display: none;
}
#allblog .paged #nav-above, #allblog .single #nav-above {
	display: block;
}
#allblog #nav-below {
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#allblog .twitter-share-button {
	width: 100px !important;
	display: block;
	float: left;
}
#allblog .fb_iframe_widget {
	display: block;
	position: relative;
	float: left;
	margin-right: 20px;
	Xz-index: 50000 !important;
}
#allblog .plusone {
	float: left;
	display: block;
	width: 65px !important;
}
#allblog .wp-socializer-buttons-all {
	width: 310px;
	/*float: right;*/
	display: block;
}
#allblog .blog-banner {
	margin-top: 10px;
	display:none;
}

#allblog .menu{
	display: block !important;
	float: none !important;
}






#allblog #blog-content .post {
	border-bottom: 0px;	
}


@media (max-width: 479px) {
	#allblog p{
		float: left;
	}

	#allblog #blog-content {
		width: auto;
	}


}