/*
Theme Name: Frente
Theme URI:
Author: Mohit Chawla
Author URI: http://profiles.wordpress.org/orahmax/
Description: Frente is light, minimalist yet stylish theme with features like feautured-images, threaded comments, related posts, rtl-support.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, red, white, light, two-columns, right-sidebar, custom-background, sticky-post, translation-ready, featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Frente is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	background-color: #e5e5e5;
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
}

/* 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, ol {
	margin: 0 0 1.5em 3em;
}
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;
}
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;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
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;
}
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;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
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 */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #b0302a;
	color: #fff;
	padding: 10px;
	border: none;
	cursor: pointer;
	
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c93730;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
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;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
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%;
}

/* Links */
a {
	color: #b0302a;
	text-decoration: none;
}
a:visited {
	color: #b0302a;
}
a:hover,
a:focus,
a:active {
	color: #b0302a;
}

/* 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;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Structure
----------------------------------------------- */

/* Refer to the HTML structure graphic (http://themeshaper.com/wp-content/uploads/2012/10/html-visual.png) to see how these elements are nested in the mark-up. 

Use this section to set widths and margins, and to build a layout. For examples of layouts that you can copy and paste into this section, see:
https://github.com/Automattic/_s/blob/master/layouts/
*/

.site { /* The the outer-most container, wraps the entire site */
	margin: 0;
	padding: 0;
}
.site-header { /* The container for the entire header area */
	margin: 0 auto 20px;
	border-bottom: solid 1px #fff;
	box-shadow: 0 5px 15px #b2b2b2;
	-webkit-box-shadow: 0 5px 15px #b2b2b2;
	-moz-box-shadow: 0 5px 15px #b2b2b2;
}
#main { /* The container for #primary, #secondary, and #tertiary */
	width: 960px;
	margin: 40px auto;
	clear:both;
}
#primary { /* The container for your primary content.*/
	float: left;
	width: 700px;
	margin-right: 10px;
}
#content { /* The container for your post and page content. */
	
}
#secondary,
#tertiary { /* Container for your first widget area */
	float: right;
	width: 25%;
}
.site-footer { /* Container for the entire site footer area */
	clear: both;
	width: 100%;
}


/* =Site Header
----------------------------------------------- */

/* Style elements inside of the .site-header container */
.site-header{
	background-color: #fff;
}

.site-branding { /* Container for site title and description */
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 40px 0; 
}
.site-title,
.site-title a {
	font: 28px "Georgia", "Arial", serif;
	text-decoration: none;
}
.site-description { /* This is the tagline */
	font-size: 14px;
	color: #898989;
}




/* =Menu
----------------------------------------------- */

.navigation-main {
	background-color: #b0302a;
	margin: -40px auto 20px;
	position: relative;
	border-radius:	5px;
	-webkit-border-radius:	5px;
	-moz-border-radius:	5px;
	clear: both;
	display: block;
	width: 960px;
}

.shadow:before, .shadow:after{ 
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 20%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.navigation-main ul {
	list-style: none;
	margin: 0 25px;
	line-height: 24px;
	padding-left: 0;
}
.navigation-main li {
	display: inline-block;
	position: relative;
}
.navigation-main a {
	color: #f4f4f4;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
.navigation-main a:hover{
	text-decoration: underline;
}
.navigation-main ul ul {
	background-color: #b0302a;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin: 0;
	display: none;
	float: left;
	position: absolute;
	left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	padding: 5px 0 5px 10px;
	width: 250px;
}
.navigation-main ul ul li {
	/*border-bottom: solid 1px #f4f4f4;*/
}
.navigation-main ul ul li:last-child{
	border:none;
}
.navigation-main li:hover > a{
	/*background-image: url('images/nav.png');*/
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

/* Styles for posts and pages */
h1, h2, h3, .entry-meta{
	font-family: Georgia, "Times New Roman", serif;	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
.content-area{
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
}
.sticky { /* Style your sticky posts. This class is applied to the same element as .hentry below. */
	box-shadow: 0 5px 10px #b2b2b2;
	-webkit-box-shadow: 0 5px 10px #b2b2b2;
	-moz-box-shadow: 0 5px 10px #b2b2b2;
}
.sticky .entry-meta{
	display:	 none;	
	}
.site-content .sticky article:hover .entry-title a{

}
.hentry { /* The wrapper for individual posts */
	background-color: #fff;
	/*background-image: url('images/hentry.gif');
	background-repeat: repeat-x;*/
	border: solid 1px #d1d1d1;
	margin-bottom: 10px;
}
.single .hentry .entry-header{
	border-bottom: solid 1px #d1d1d1;
	}
.hentry .entry-title, .entry-title a { /* Post titles */
	color: #3a3a3a;
	display: block;
	line-height: 35px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.single .site-content .entry-title{
	float:	left;
	font-size: 38px;
	line-height: 54px;
	margin-bottom: 20px;
	}
.hentry .entry-title a:hover{
	color: #b0302a;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.page-title { /* Page titles */
	background-color: #fff;
	color: #b0302a;
	padding: 10px 5px 10px 15px;
	border: solid 1px #d1d1d1;
}
body.search .page-title,
body.archive .page-title { /* Optional, if you want your page titles to look different on search and archive pages */

}
.entry-meta { /* Container for the entry metadata */
   color: #4c4c4c; 
	font-size: 13px;
	clear: both;
	font-style:	italic;
}
.entry-meta a:hover{
	text-decoration:	underline;	
	}
.entry-meta .cat-links{
	color:	#b0302a;
	}
.byline { /* By default, bylines are hidden */
	display: none;
}
.single .byline,
.group-blog .byline { /* Bylines are displayed on single posts and/or when there are multiple authors */
	display: inline;
}
.cat-links a:hover{
	text-decoration:	underline;	
	}
.tag-links { /* Styles links to tags inside the entry-meta */
	
}
.comments-link {  /* Link to leave a comment */
	
}
.edit-link { /* Link to Edit the post (only shows up for admins) */
	
}
.entry-header,
.entry-content,
.entry-summary,
.edit-link { /* Container for the post body/excerpt text */
	margin: 1.5em 25px 0 25px;
}
.site-content .entry-content blockquote, .site-content .comment-content blockquote {
	font-style:italic;
	margin: 20px 0 20px -20px;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 80px;
	background: #f7f7f7;
	position: relative;
}
.site-content .entry-content blockquote:before, .site-content .comment-content blockquote:before {
	content: '\0201C';
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 50px;
	position: absolute;
	left: 40px;
	top: 0;
	color: #aaaaaa;
}
.single .related-content{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: solid 1px #d1d1d1;
}
.single .related-content .related-content-title{
	margin: 0 10px 5px 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #d1d1d1;	
}
.single .related-content .related-entry-title{
	margin-left: 10px;
	font-size: 1em;
	font-weight: 600;
}
.related-entry-title a:hover{
	text-decoration: underline;	
}
.single .related-content article{
	border: none;
}

/* Styling In-Post Tables */
.entry-content table,
.comment-content table {
	border: 1px solid #000;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #000;
	font-weight: bold;
	padding: 0.5em 	1.25em;
}
.entry-content tr td,
.comment-content tr td {
	border: 1px solid #000;
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	1.25em;
}
.entry-content tr.odd td,
.comment-content tr.odd td { /* If you want to apply alternate styles to even/odd table rows */

}
a.read-more{
	display:	 block;
	border: solid 1px #e5e5e5;
	text-align: center;
	padding: 10px 0 10px 0;	
	}
	
a.read-more:hover{
	background-color: #b0302a;	
	color:	#fff;
	}
.page-links { /* Style the page numbers for multi-page posts (posts that have been split with <!--next-page -->. */
	clear: both;
	margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0;
	overflow: hidden;
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	border: solid 1px #d1d1d1;
}
.site-content .paging-navigation a:hover{
	text-decoration: underline;
}
.navigation-post,
.navigation-paging{
	padding: 25px 15px 25px 15px;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#comments { /* Container for the comments section */
	background-color:	#fff;
	margin:	0 auto;
	padding: 20px;
	clear: both;
}
.comments-area{
	border: solid 1px #d1d1d1;
	margin-left: 35px;
	margin-top: 40px;
	margin-right: 20px;
}
.comments-area article{
	position: relative;
	background-color:	#f4f4f4;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	border: dotted 1px #e5e5e5;
}
.bypostauthor article{ /* Gives post author comments thier own style */
	box-shadow:	0 5px 5px #d1d1d1; 
	-moz-box-shadow:	0 5px 5px #d1d1d1; 
	-webkit-box-shadow:	0 5px 5px #d1d1d1; 
}
.comments-title,
#reply-title {
	font-size: 20px;
	line-height: 28px;
}
.comments-area .comment-list {
	list-style: none;
}
.comment-list{
	margin: 20px 0 0 0;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children { /* Nested comments */
	margin: 0 0 0 6%;
}
.commentlist li.comment {  /* Individual top-level comments */

}
.commentlist li.pingback {  /* Individual top-level pingbacks */

}
.commentlist li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */
	
}
.commentlist .children li { /* Contains individual nested comments */
	
}
.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
	padding-top: 1.0em;
}
.comment-author .avatar { /* Comment author's gravatar image */
	position: relative;
	top: 12px;
	left:	10px;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.comment-author { /* Comment author's name */
	font-style: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
}
.comment-author a{
	font-style: normal;
}
.comment-meta { /* Comment date, time, etc */
	color: #aaaaaa;
	text-decoration: none;
	font-size: 12px;
}
.comment-meta a{

}
.comment-metadata{
	margin-left:50px;	
}
.comment-metadata a{
	color: #aaaaaa;
}
.comment-metadata a:hover{
	color: #b0302a;
}
.comment-content { /* Actual comment text */
	margin: 15px 0 0 50px;
}
.comment .reply { /* The "Reply" link under each comment */
	position: absolute;
	bottom:	0;
	right: 0;
	background-color:	#fff;
	padding: 5px;
	text-align: left;
}
.comment .reply a{
	color: #aaaaaa;
}
.comment .reply a:hover{
	color: #b0302a;
}
/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {

}
.required { /* The little asterisk next to a required comment field */
	color: #880000;
}
#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}
#commentform input[type="text"] {
	background-color: #fff;
}
#comments-area #respond{
	padding-top: 40px;	
	border-top: solid 1px #dddddd;
}
#commentform #comment { /* The comment form textarea */
	background-color: #fff;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {

}
p.nocomments { /* Message displayed when there are no comments */

}

/* =Widgets
----------------------------------------------- */

.widget-area { /* All of the sidebar container divs get this common class */
	
}
.widget { /* The individual widget */
	margin: 0 0 1.5em;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	line-height: 20px;
}
.widget-title {
	font-size: 18px;
	padding: 15px;
	overflow: hidden;
}
.widget ul { /* Unordered lists inside widgets */
	list-style: none;
	margin: 0;
}
.widget ul li { /* Unordered list items inside widgets */
	border-top: 1px solid #e5e5e5;
}
.widget ul li a{
	font-size: 13px;
	display: block;
	padding: 10px 0 10px 15px;
}
.widget ul li:hover > a{
	color: #f4f4f4;
	background-color:	#b0302a;
}
/* Search widget */
.widget_search input[type="search"]{
	background-color: #fff;
	border: none;
	padding: 10px 5px 10px 5px;
	width: 228px;
}
.widget_search input[type="submit"]{
	display: none;	
}
/* Sub-Items in Menu & Categories Widgets. These classes are useful if you want to add special styling, such as indention, to sub-items in your menu and categories widgets. */
.widget-area .sub-menu,
.widget-area .children { 
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {

}

/* Text Widgets */
.widget p,
.textwidget {

}
.widget p a,
.textwidget a {

}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 0.231em 0;
}

/* RSS Widget */
.rsswidget img { /* This is the orange RSS icon to the left of the RSS widget title */
	margin: 0;
	vertical-align: text-top;
}
.rss-date {

}
.rssSummary {

}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-style: italic;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody,
#wp-calendar tbody td {
	border: 1px solid #000;
}
#wp-calendar tbody {
	border-left-width: 0;
}
#wp-calendar tbody td {
  	border-width: 1px 0 0 0;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody td:hover {

}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {

}
#wp-calendar tbody .pad {

}


/* =Site Footer
----------------------------------------------- */
#colophon{
		
}
.site-footer {
	background-color: #fff;
}
.site-info {
	text-align: center;
	padding: 30px 0 30px 0;
	text-align: center;
}
.site-info a:hover{
	text-decoration: underline;	
	}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}