/*----------------------------------------------------------------------------------------

TABLE OF CONTENTS:
1. WYSIWYG Editor Styles
2. WordPress CSS - Miscellaneous Styles
3. WP CSS - Page Listings
4. Comments
5. Widgets
6. Stuff
7. Theme customs

----------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------

1. WYSIWYG Editor Styles

--------------------------------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone, img.alignnone {
	/* not sure about this one */
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 0.75em;
	margin-bottom: 0;
	margin-top: 1em;
	text-align: center;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote {
	border-left: 3px solid;
	font-size: 1.125em;
	font-style: italic;
	line-height: 1.625;
	margin: 3em 1em;
	padding: 0 2em;
	position: relative;
}

blockquote cite {
	display: block;
	font-size: 0.875em;
	margin-top: 1em;
	opacity: 0.7;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

strong {
    font-weight: 600;
}

/* ---------------------------------------------------------------------------------------

2. WordPress CSS - Miscellaneous Styles

--------------------------------------------------------------------------------------- */

/* dropcap */
.dropcap {
	float: left;
    font-size: 5.625em;
    font-weight: 600;
    line-height: 1.125em;
    margin-bottom: -0.25em;
    margin-right: 0.125em;
    margin-top: -0.125em;
}

/* category links */
 li.categories {}  
 li.cat-item {}
 li.cat-item-{id} {}
 li.current-cat {}
 li.current-cat-parent {}
 ul.children {}

/* blogroll links */
.linkcat {}
.blogroll {}

/* read-more links */
.more-link {}

/* ---------------------------------------------------------------------------------------

3. WP CSS - Page Listings

--------------------------------------------------------------------------------------- */

.pagenav {}               /* outermost list item */
.page_item {}             /* any page item */
.page-item-{id} {}        /* specific page id */
.current_page_item {}     /* current page */
.current_page_parent {}   /* parent of current page */
.current_page_ancestor {} /* any ancestor of current page */

.pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {}

.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {}
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul, 
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {}

/*----------------------------------------------------------------------------------------

4. Comments

----------------------------------------------------------------------------------------*/

.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}

/*----------------------------------------------------------------------------------------

5. Widgets

----------------------------------------------------------------------------------------*/

.widget {}

.widget ul {
	list-style-type: none;
}

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {
	padding: 0 0 10px 0;
}

.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}

.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {
}

.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}

.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
} 

.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {
	background-color: #333333;
	color: #ffffff;
	display: inline-block;
	margin: 0 0 4px 0;
	padding: 5px 10px;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px !important;
	text-align: center;
	line-height: 1.5;
}

.widget_tag_cloud a:hover {
	opacity: 1;
}

.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}

/* calendar widget */
.widget_calendar {}
.widget_calendar caption {
	margin: 10px 0;
}

#calendar_wrap {}
#calendar_wrap th {
	font-weight: 500;
	padding: 6px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#wp-calendar {width: 80%;}
#wp-calendar tr td {
	padding: 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#wp-calendar caption {}

#wp-calendar a {
font-weight: 400;
}

#wp-calendar #today {}
#wp-calendar #prev {text-align: left;}
#wp-calendar #next {text-align: right;}
#wp-calendar #next a {
	padding: 20px 0 0;
}

#wp-calendar #prev a {
	padding: 20px 0 0;
}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}
 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}

#recentcomments li a {}
.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {
	display: none;
}

.widget_search input {
	margin-top: 0 !important;
}

.widget_search input[type=text] {}
input[type=submit] {
	color: #ffffff;
}

/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}

/* rss widget */
.widget_rss {}
.widget_rss li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}

/*----------------------------------------------------------------------------------------

6. Stuff

----------------------------------------------------------------------------------------*/

ul ul, ol ol, ul ol, ol ul {
	margin: 0 0 0 1em;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

address {
	font-style: italic;
}

big {
	font-size: 125%;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

dt {
	font-weight: bold;
}

code,
kbd,
tt,
var,
samp,
pre {
	font: 15px/1.9 "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

pre {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
    display: block;
    margin-bottom: 2em;
    overflow: hidden;
    padding: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub {
	top: .5ex;
}

sup {
	bottom: 1ex;
}

table {
	border-top: 0;
	margin-bottom: 1.5em;
	position: relative;
	table-layout: fixed;
	width: 100%;
	z-index: 1;
}

table th {
	text-align: left;
}

table tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table th,
table td {
	font-family: inherit;
	font-size: inherit;
	padding: 1em;
	vertical-align: middle;
}

td,
th {
	border-width: 0 1px 1px 0;
	padding: 8px;
}

th {
	font-weight: 600;
}

/*----------------------------------------------------------------------------------------

7. Theme customs

----------------------------------------------------------------------------------------*/

.page #thmlvContent>p>img.alignnone,
.page .wp-caption.alignnone,
.single #thmlvContent>p>img.alignnone,
.single .wp-caption.alignnone {
	margin-left: -10%;
    margin-right: -10%;
    width: 120%!important;
    max-width: none;
}