/*
Theme Name: Danya Weiner
Author: Intigo
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


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

/* The main theme structure */

#wrapper {
	width: 980px;
	margin:0px auto;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #e5edf0;
}
body,
input,
textarea {
	color: #385962;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	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;
}
a:link {
	color: #385962;
}
a:visited {
	color: #385962;
}
a:active,
a:hover {
	color: #385962;
}

.align-left {
	text-align: left;
}

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

#header {
	height: 177px;
}

#logo-image-link {
	display: inline-block;
	margin-top: 23px;
	margin-left: 24px;
	width: 160px;
	height: 104px;
}

#menu {
	float: right;
}

#header ul {
	list-style: none inside none;
}

#menu-primary {
	margin: 45px 46px 0 0;
}

#menu-primary li {
	float: left;
	line-height: 17px;
}

#menu-primary li a, #menu-primary li span {	

	height: 17px;
	
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	outline: none;
	
	margin-right: 35px;

}

#menu-primary li ul {
	margin-left: 0px;
}

#menu-primary li ul li {
	float: none;
	margin-top: 7px;
}

#menu-primary li ul li a {
	height: 15px;
}

#menu .portfolio-entry {
	width: 108px;
}

#menu .portfolio-entry a, #menu .portfolio-entry span {
	width: 69px;
	background-image: url('/wp_content/themes/danya_weiner/images/menu_portfolio.png');
}

#menu .blog-entry a {
	width: 31px;
	background-image: url('/wp_content/themes/danya_weiner/images/menu_blog.png');
}

#menu .about-entry a {
	width: 48px;
	background-image: url('/wp_content/themes/danya_weiner/images/menu_about.png');
}

#menu .contact-entry a {
	width: 56px;
	background-image: url('/wp_content/themes/danya_weiner/images/menu_contact.png');
}

#menu li ul.sub-menu a {
	background-image: url('/wp_content/themes/danya_weiner/images/sub_menu_entries.png');
}

#menu li.magazine-entry a {
	width: 62px;
	background-position: -1px -1px;
}

#menu li.books-entry a {
	width: 38px;
	background-position: -1px -34px;
}

#menu li.commercial-entry a {
	width: 76px;
	background-position: -1px -65px;
}

#menu li.video-entry a {
	width: 38px;
	background-position: -1px -97px;
}

#menu li.clients-entry a {
	width: 48px;
	background-position: -1px -130px;
}

#menu li.magazine-entry a:hover {
	background-position: -1px -17px;
}

#menu li.books-entry a:hover {
	background-position: -1px -49px;
}

#menu li.commercial-entry a:hover {
	background-position: -1px -81px;
}

#menu li.video-entry a:hover {
	background-position: -1px -113px;
}

#menu li.clients-entry a:hover {
	background-position: -1px -146px;
}


#menu li.magazine-entry.current-menu-item a, #menu li.magazine-entry.current-post-ancestor a {
	background-position: -1px -17px;
}

#menu li.books-entry.current-menu-item a, #menu li.books-entry.current-post-ancestor a {
	background-position: -1px -49px;
}

#menu li.commercial-entry.current-menu-item a, #menu li.commercial-entry.current-post-ancestor a {
	background-position: -1px -81px;
}

#menu li.video-entry.current-menu-item a, #menu li.video-entry.current-post-ancestor a {
	background-position: -1px -113px;
}


#menu li.clients-entry.current-menu-item a, #menu li.clients-entry.current-post-ancestor a {
	background-position: -1px -146px;
}


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

#main {

}

.main-image-link {
	display: inline-block;
	margin: 6px 0 0 8px;
}

#content {
	margin: 0 8px 0 8px;
	position: relative;
}

#content-single {
	direction: rtl;
}

#slider-wrapper {
	overflow: hidden;
}

#posts-list {
	height: 535px;
	width: 964px;
	white-space: nowrap;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#posts-list li {
	display: inline-block;
	margin-right: 8px;
	vertical-align: top;
}

#posts-list li a {
	display: block;
	margin-bottom: 5px;
}

#posts-list li a img {
	display: block;
}

#posts-list li p {
	margin-bottom: 0px;
	font-size: 11px;
}

#prev, #next {
	position: absolute;
	z-index: 100px;
	top: 200px;
	width: 60px;
	height: 60px;
	background-position: top left;
}

#prev {
	left: 5px;
	background-image: url('/wp_content/themes/danya_weiner/images/prev.png');
}

#next {
	right: 5px;
	background-image: url('/wp_content/themes/danya_weiner/images/next.png');
}

.details {
	font-size: 11px;
	margin-bottom: 0px;
}

.attachment-max {
	margin-bottom: 5px;
}

#navigation a {
	text-decoration: none;
}

.nav-next {
	float: left;
}
.nav-previous {
	float: right;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width: 400px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	height: 30px;
	padding: 10px 8px 0 8px;
}

#credits {
	float: right;
	font-size: 10px;
}

#credits a {
	text-decoration: none;
}

.pin-it-btn-wrapper, .pin-it-btn-shortcode-wrapper {
text-align:left;
clear:both;
width:100%;
position:relative;}

a.pin-it-btn {
left:0;
top:0;}
/*