/* =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: #f2f2f2;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 {
	color: #333;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
}

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

ul ul, ol ol, ul ol, ol ul {
	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: 13px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

code, kbd, tt, var {
	font: 13px 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;
}

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 */
/* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal;
/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
/* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none 0;
	color: #fff;
	height: 25px;
	padding: 0 15px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	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],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
	height: 15px;
	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%;
}

.clearfix {
	clear: both;
}

/* Links */
a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: underline;
}

/* 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 */
.assistive-text {
	clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}

/* =Menu
----------------------------------------------- */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: right;
	margin: 10px 18px 0 0;
	position: relative;
}

.main-navigation a {
	border-top: 1px solid #333;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px;
	text-decoration: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	width: 130px;
}

.main-navigation ul ul {
	background-color: #e8e8e8;
	display: none;
	float: left;
	position: absolute;
	top: 2.5em;
	left: 0;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	border-top: none;
	padding: 8px 5px;
	width: 130px;
}

.main-navigation ul ul li {
	float: none;
	margin: 0;
}

.main-navigation li:hover > a {
	background-color: #ffb940;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
	background-color: #d7d7d7;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

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

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

/* =Content
----------------------------------------------- */
.sticky {
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-meta {
	display: none;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: block;
}

.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content .page-links {
	clear: both;
	font-weight: bold;
	margin: 0 0 1.5em;
	padding: 1.5em 0 0;
}

.entry-content .page-links a {
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}

.entry-content .page-links a:hover {
	background-color: #ccc;
	color: #333;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
/* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto;
/* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 10px;
}

.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	margin: 5px 0 0;
	padding: 0 30px;
}

#content .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
	font-size: 11px;
	padding: 0 10px;
}

#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

#content .gallery dd {
	margin: 0;
}

#content .gallery-columns-4 .gallery-item {
}

#content .gallery-columns-4 .gallery-item img {
}

img.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 10px;
}

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

/* =Navigation
----------------------------------------------- */
#content .site-navigation {
	margin: 0 0 1.5em;
}

#content .nav-previous {
	display: none;
	float: left;
	width: 50%;
}

#content .nav-next {
	display: none;
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */
.widget-area {
	float: left;
	margin: 15px 15px 0 0;
}

.one .widget-area {
	width: 610px;
}

.two .widget-area {
	width: 217px;
}

.three .widget-area,
.four .widget-area {
	width: 140px;
}

.widget {
	border-top: 0 solid #333;
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 15px 0;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.widget:hover {
	background-color: #ffffff;
}

.widget h1,
.widget h2,
.widget h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 15px;
	margin: 0;
}

.widget ol,
.widget ul {
	margin-left: 2em;
}

.widget ol ol,
.widget ol ul,
.widget ul ol,
.widget ul ul {
	margin-left: 1em;
}

/* Widgets on 404 */
.widget-area.fixed-widgets {
	width: 625px;
	margin-right: 0;
}

.widget-area.fixed-widgets .widget {
	float: left;
	margin-right: 15px;
	width: 140px;
}

/* Search widget */
#s {
	width: 130px;
}

#searchsubmit {
	display: none;
}

.widget_calendar caption {
	text-align: center;
	margin-bottom: 10px;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* =Theme
----------------------------------------------- */
html,
body {
	margin: 0;
	padding: 0;
}

#page {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#main {
	position: relative;
	z-index: 1;
	width: 960px;
}

#main:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 320px;
	background: #fff;
}

#main:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 320px;
	z-index: 2;
	width: 640px;
	background: #c1d6e1;
}

.page #main:after,
.single #main:after,
.error404 #main:after {
	background-color: #fff;
	padding: 0 0 0 15px;
	width: 625px;
}

#left-col,
#content {
	position: relative;
	z-index: 3;
}

/* Left column */
#left-col {
	background-color: #fff;
	float: left;
	padding: 0 70px 30px 40px;
	width: 210px;
}

#masthead .thumbnail {
	background-color: #333;
	display: block;
	margin-bottom: 15px;
	width: 140px;
	min-height: 180px;
}

#masthead .thumbnail img {
	display: block;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#masthead .thumbnail img:hover {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.site-title h1,
.single-title h1 {
	border-bottom: 1px solid #ccc;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
	padding: 30px 0;
	word-wrap: break-word;
}

.site-title h1 a,
.single-title h1 a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.site-title h1 a:hover,
.single-title h1 a:hover {
	color: #555;
}

.site-title h2,
.single-title h2 {
	font-size: 12px;
	line-height: 16px;
}

.site-title .entry-meta,
.single-title .entry-meta {
	color: #999;
	padding-bottom: 15px;
}

.site-title .entry-meta a,
.single-title .entry-meta a {
	color: #999;
	padding: 2px 0;
	text-decoration: none;
}

.site-title .entry-meta a:hover,
.single-title .entry-meta a:hover {
	background-color: #ccc;
	color: #333;
}

.site-title .more,
.single-title .more {
	display: block;
	padding: 8px 0;
}

.site-title .more:hover,
.single-title .more:hover {
	text-decoration: none;
}

.category .single-title h1 {
	display: none;
	border-top: 1px solid #ccc;
}

.category .single-description {
	display: none;
}

.category #masthead:after {
	margin-top: 75px;
	content: "Компания NM Business Law специализируется на предоставлении конфиденциальных стратегических консультации самого высокого уровня предпринимателям и их юристам.";
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#left-col #masthead .single-title p {
	display: none;
}

/* Right column */
#content {
	float: right;
	width: 640px;
}

.page #content,
.single #content,
.error404 #content {
	padding: 0 0 0 15px;
	width: 625px;
}

#content .site-navigation {
	margin-bottom: 90px;
}

#feed-wrap {
	overflow: hidden;
	padding: 0 0 30px 5px;
}

#content .post,
#content .page,
#content .attachment {
	overflow: hidden;
	margin: 0;
	padding: 0 0 30px;
}

/* Index, archive, search excerpt "feed" */
#feed-wrap .page,
#feed-wrap .post {
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 30px 5px;
	padding: 5px;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	width: 140px;
	height: 475px;
}

#feed-wrap .page:hover,
#feed-wrap .post:hover {
	background-color: #ffb940;
}

#feed-wrap a {
	color: #333;
	text-decoration: none;
}

#feed-wrap .entry-header {
	border-top: 1px solid #333;
	padding-top: 15px;
}

#feed-wrap .thumbnail,
#feed-wrap .placeholder {
	background: #333;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 140px;
	height: 180px;
}

#feed-wrap .thumbnail img {
	display: block;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	position: relative;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 99;
}

#feed-wrap .thumbnail:hover img {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

#feed-wrap h1 {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
	opacity: .9;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	word-wrap: break-word;
}

#feed-wrap h1:empty {
	display: none;
}

#feed-wrap .thumbnail h1,
#feed-wrap .placeholder h1 {
	position: absolute;
	bottom: 5px;
	z-index: 100;
}

#feed-wrap h1:hover,
#feed-wrap .thumbnail:hover h1,
#feed-wrap .placeholder:hover h1 {
	background-color: #e8e8e8;
	color: #333;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
}

#feed-wrap .more {
	color: #333;
	display: block;
	font-weight: bold;
	margin-top: 15px;
	text-decoration: none;
}

/* Single */
.page #content .entry-header,
.single #content .entry-header,
.error404 #content .entry-header {
	position: relative;
	min-height: 35px;
}

.page #content .page .entry-header .banner-img,
.single #content .post .entry-header .banner-img {
	display: block;
}

#content .entry-header .home-link {
	background-color: #333;
	color: #fff;
	display: block;
	height: 15px;
	padding: 10px;
	position: absolute;
	right: 15px;
	bottom: 0;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#content .entry-header .home-link:hover {
	background-color: #ffb940;
	color: #333;
}

.entry-content {
	border-top: 0 solid #CCC;
	margin: 15px 15px 0 0;
	padding: 10px;
	background-color: #c1d6e1;
}

.single .entry-content {
	float: left;
	width: 600px;
	background-color: #c1d6e1;
}

.post {
	background: #c1d6e1;
	padding: 30px;
}

.page {
	background: #c1d6e1;
	padding: 30px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	font-weight: bold;
	line-height: 1.8;
}

.entry-content h1 {
	font-size: 24px;
	letter-spacing: -1px;
}

.entry-content h2 {
	font-size: 18px;
}

.entry-content h3 {
	font-size: 14px;
}

.entry-content h4 {
	font-size: 13px;
}

.entry-content h5 {
	font-size: 12px;
}

.entry-content p {
	line-height: 1.6;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content .one-column {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-width: 450px;
	-webkit-column-width: 450px;
	column-width: 450px;
}

.entry-content .two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
	-moz-column-width: 215px;
	-webkit-column-width: 215px;
	column-width: 215px;
}

.entry-content .three-column {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
	-moz-column-width: 140px;
	-webkit-column-width: 140px;
	column-width: 140px;
}

.entry-content .divider {
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 15px;
}/* Single floated-right meta footer */
	
}

#content footer.entry-meta a {
	padding: 2px 0;
	text-decoration: none;
}

#content footer.entry-meta a:hover {
	background-color: #ccc;
	color: #333;
}

#content footer.entry-meta span,
#content footer.entry-meta .permalink {
	border-bottom: 0 solid #ccc;
	display: none;
	padding: 3px 0;
}

#content footer.entry-meta .meta-tax {
	padding: 3px 0;
}

#content footer.entry-meta .edit-link {
	padding: 0;
}

#content footer.entry-meta a {
	display: block;
	color: #333;
	padding-bottom: 3px;
	text-decoration: none;
}

#content footer.entry-meta .meta-tax a {
	display: inline;
}

/* Single image */
.attachment .entry-content {
	padding-bottom: 0;
	width: 610px;
}

.attachment .entry-content .entry-caption {
	font-size: 14px;
	font-weight: bold;
}

.attachment .entry-content p {
	margin-bottom: 0;
	padding: 5px 0 0;
	text-align: center;
}

#content .entry-attachment .attachment {
	text-align: center;
	padding-bottom: 0;
}

#content .attachment footer.entry-meta {
}

#content .attachment footer.entry-meta a {
	border: none 0;
	display: inline;
}

#image-navigation {
	border-top: 1px solid #CCC;
	float: left;
	margin: 30px 15px 0 0;
	overflow: hidden;
	padding: 10px 0;
	width: 450px;
}

#image-navigation .previous-image {
	float: left;
}

#image-navigation .next-image {
	float: right;
}

#image-navigation a:hover {
	text-decoration: none;
}

/* Single widgets */
.entry-content .widget {
}

.entry-content .widget h1,
.entry-content .widget h2,
.entry-content .widget h3 {
	font-size: 16px;
	line-height: 1.2;
}

.entry-content .widget h1 a,
.entry-content .widget h2 a,
.entry-content .widget h3 a {
	color: #333;
}

.entry-content .widget a {
	text-decoration: none;
}

.entry-content .widget a:hover {
	text-decoration: underline;
}

.widget #flickr_badge_uber_wrapper {
	width: 100%;
}

.widget #flickr_badge_wrapper {
	border-color: #999;
	padding: 10px 0;
}

.widget #flickr_badge_wrapper a {
	display: block;
	text-align: center;
}

.widget #flickr_badge_wrapper img {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}

.widget #flickr_badge_wrapper br {
	display: none;
}

.widget .fbConnectWidgetTopmost {
	border-color: #999;
}

.widget_rss ul,
.widget .tweets {
	list-style-type: none;
	margin: 0;
}

.widget_rss ul li,
.widget .tweets li {
	padding-bottom: 10px;
}

.widget .tweets li .timesince {
	color: #999;
}

/* No Result */
#content .no-results {
	float: left;
	width: 640px;
}

#content .no-results .entry-content {
	border-top: none 0;
	margin-left: 15px;
}

#content .no-results .entry-content .widget-area {
	width: 640px;
}

#content .no-results .entry-content .widget-area .widget {
	float: left;
	margin-right: 15px;
	width: 140px;
}

/* Page Navigation */
#content #nav-below {
	border-top: 1px solid #333;
	clear: both;
	overflow: hidden;
	padding: 15px 0;
	margin: 30px 15px 0 0;
}

.home #content #nav-below,
.blog #content #nav-below,
.archive #content #nav-below,
.search #content #nav-below {
	margin-left: 15px;
}

#content #nav-below a {
	padding: 2px 0;
	text-decoration: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

#content #nav-below a:hover {
	background-color: #ccc;
}

/* Comments */
#comments {
	border-top: 1px solid #333;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 0;
	width: 640px;
}

#comments .comments-title {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
}

#comments .commentlist {
	float: left;
	list-style-type: none;
	margin: 0;
	width: 450px;
}

#comments .commentlist li {
	margin: 0;
	padding: 0;
}

#comments .commentlist li.comment {
	border-top: 1px solid #ccc;
	overflow: hidden;
}

#comments .commentlist li.pingback {
	border-top: 1px solid #ccc;
	padding: 15px 5px;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

#comments .commentlist li.pingback:hover {
	background-color: #e8e8e8;
}

#comments .commentlist li.pingback p {
	margin: 0;
}

#comments .commentlist li article {
	padding: 15px 5px;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

#comments .commentlist li.bypostauthor article {
	background-color: #efefef;
}

#comments .commentlist li article:hover {
	background-color: #e8e8e8;
}

#comments .commentlist li .avatar {
	border: 1px solid #eee;
	float: right;
	padding: 2px;
}

#comments .commentlist li .fn,
#comments .commentlist li .fn a,
#comments .commentlist li .says {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#comments .commentlist li .comment-meta a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

#comments .commentlist li.comment h1,
#comments .commentlist li.comment h2,
#comments .commentlist li.comment h3,
#comments .commentlist li.comment h4,
#comments .commentlist li.comment h5 {
	font-weight: bold;
	line-height: 1.6;
}

#comments .commentlist li.comment h1 {
	font-size: 16px;
	padding-top: 5px;
}

#comments .commentlist li.comment h2 {
	font-size: 14px;
	padding-top: 5px;
}

#comments .commentlist li.comment h3 {
	font-size: 13px;
	padding-top: 5px;
}

#comments .commentlist li.comment h4 {
	font-size: 12px;
}

#comments .commentlist li.comment h5 {
	font-size: 11px;
}

#comments .commentlist li.comment h6 {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.6;
}

#comments .commentlist li.comment p {
	margin: 10px 0 0;
}

#comments .commentlist li.comment address {
	margin: 10px 0 0;
}

#comments .commentlist li.comment code,
#comments .commentlist li.comment kbd,
#comments .commentlist li.comment tt,
#comments .commentlist li.comment var {
	font-size: 12px;
}

#comments .commentlist li.comment pre {
	font-size: 12px;
	margin: 10px 0;
	padding: 1.2em;
}

#comments .comment-navigation {
	margin: 0;
	overflow: hidden;
	width: 295px;
}

#comment-nav-above {
	padding-bottom: 15px;
}

#comment-nav-below {
	clear: left;
	padding-top: 15px;
}

#comments .comment-navigation a {
	padding: 2px 0;
	text-decoration: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

#comments .comment-navigation a:hover {
	background-color: #ccc;
}

#comments #respond {
	width: 450px;
}

#comments .nocomments,
#comments #respond #reply-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
}

#respond p {
	margin: 10px 0 0;
}

#respond .comment-notes,
#respond .logged-in-as,
#respond .logged-in-as a {
	color: #999;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
}

#respond label {
}

#respond input {
	height: 15px;
}

#respond textarea {
	width: 290px;
}

#respond .form-allowed-tags,
#respond .form-allowed-tags code {
	display: block;
	font-size: 12px;
}

#respond #submit {
	height: 35px;
}

/* Footer */
.site-footer {
	width: 960px;
	background-color: #fff;
}

.site-footer .site-info {
	padding: 10px 20px 10px 40px;
	width: 260px;
	color: #f6f6f6;
	font-size: 10px;
}

.site-footer .site-info a {
	color: #ffffff;
	font-size: 10px;
	padding: 2px 0;
	text-decoration: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.site-footer .site-info a:hover {
	background-color: #ffffff;
}

.infinite-scroll #infinite-handle span {
	display: none;
}

.infinite-scroll .paging {
	display: block !important;
}

#wpstats {
	margin-left: 40px;
}

/* WP.com specific styles.
----------------------------------------------------------- */
#flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}

.widget .a-stats a {
	width: 98%;
}

#recent-comments td {
	vertical-align: middle;
}