/*-----------------------------------------------------------------------------------
WYSWYG 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 {
}

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

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

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
}

blockquote {
	margin: 60px 90px;
	font-style: italic;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

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

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

code {
   background: none repeat scroll 0 0 #EFF0F2;
    border: 1px solid #BDC3C7;
    color: #7C8894;
    display: block;
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    font-size: 0.75em;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 12px 20px;
}

/*-----------------------------------------------------------------------------------
MISCELLANEOUS 
-----------------------------------------------------------------------------------*/

/* 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 {
	border-bottom: 0px;
	font-size: 0.875em;
}

.sticky {}

/*-----------------------------------------------------------------------------------
PAGE LISTING
-----------------------------------------------------------------------------------*/

.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 {}

/*-----------------------------------------------------------------------------------
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 {
	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 {
	padding: 10px 0;
}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {
	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 {
	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: 13px !important;
	text-align: center;
	line-height: 1.3;
}
aside .widget_tag_cloud a {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.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: 600;
	padding: 6px;
}
#wp-calendar {width: 80%;}
#wp-calendar tr td {
	padding: 6px;
}
#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 {
	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 {
	padding: 8px 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 {
	margin: 10px 0;
}

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

/*-----------------------------------------------------------------------------------
STUFF
-----------------------------------------------------------------------------------*/

ul ul, ol ol, ul ol, ol ul {
	margin: 0 0 0 20px;
}

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