@import url(http://fonts.googleapis.com/css?family=Arvo);

body {
    background: #fff;
    margin:  0 auto;
    width: 900px;
    color: #666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

#playlist li {
	//clear: both;
	border-color: #ccc;
}

.clear {
	clear: both;
}

div#sidebar {
	min-height: 100%;
	padding-left: 25px;
	margin-left: 20px;
	position: absolute;
}

div#sidebar h1 a {
	display: block;
	white-space: nowrap;
	text-indent: -2000em;
	width: 292px;
	height: 200px;
	background: url(https://s3.amazonaws.com/dburka/logo-2013.gif) 0 20px no-repeat;
	margin-left: -16px;
}

div#sidebar p {
	line-height: 1.5;
	font-size: 15px;
	margin: 0 0 14px 0;
	color: #666;
	width: 230px;
}

div#sidebar p strong {
    color: #999;
}

ul#playlist {
	padding-left: 300px;
    width: 600px;
}

ul#playlist li {
	padding-bottom: 5px;
	margin-bottom: 20px;
	min-height: 6em;
}

ul#playlist li.text {
    background: none;
}

ul#playlist li.text a,
ul#playlist h2 {
	color: #f58385 !important;
}

ul#playlist li.text a:hover,
ul#playlist h2:hover {
	color: #9c3c47 !important;
}

ul#playlist li.text h2 {
    font-size: 24px;
    font-family: Arvo, Georgia, serif;
    padding-bottom: 0.4em;
    padding-top: 7px;
    padding-left: 47px;
    position: relative;
    left: -47px;
	background: url(https://s3.amazonaws.com/dburka/meg-title.gif) 0 0 no-repeat;
}

div#sidebar p a,
div#sidebar p strong {
	font-size: 24px;
    font-family: Arvo, Georgia, serif;
    color: #f58385;
}

.video-custom,
li.photo img {
	border:  15px solid #e6e6e6;
	padding: 5px;
	background: #333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 10px;
}

.video-custom:hover,
li.photo img:hover {
    border-color: #c3af8a;
}

.video-custom,
.video-custom img {
    //min-width: 500px;
    line-height: 1;
}

ul#navigation {
    margin-bottom: 25px;
}

ul#navigation li input,
ul#navigation li.tag,
ul#navigation li#archive {
	padding: 0 6px 0 24px;
	background-position: 4px 50%;
}

ul#navigation li input {
	border:  1px solid #999;
	color: #892836;
	padding: 6px 6px 6px 24px;
	width: 185px;
}

ul#navigation li input:hover,
ul#navigation li input:focus {
    background-color: #f3c1c5;
    border-color: #a9363e;
    color: #a9363e;
}

ul#navigation li#archive {
	margin-top: 10px;
}

ul#navigation li.tag a,
ul#navigation li#archive a {
	padding: 0 4px;
	margin: 0;
	background: url(https://s3.amazonaws.com/dburka/meg-tag.gif) 5px 50% no-repeat;
	border-top:  1px solid #f6f6f6;
	width: 210px;
	color: #f58385;
}

ul#navigation li {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

ul#navigation li#search {
    margin-top: 15px;
}

ul#playlist .tags-custom {
	padding-top: 10px;
}

ul#playlist .tags-custom a {
    display: inline;
    margin-left: 5px;
    color: #f58385;
    font-weight: bold;
}

ul#playlist .date-custom,
ul#playlist .tags-custom,
ul#playlist .tags-custom a {
	font-size: 11px;
	text-align: right;
}

ul#playlist li#pagination {
    border: none;
}

ul#playlist li#pagination a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #8f4f55;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    color: #f58385;
}

ul#playlist li#pagination a:after {
    content: " page...";
}

a.custom-email {
    background: url(http://static.tumblr.com/e4kjsd1/UWSkky7y6/text.gif) no-repeat 0 50%;
    padding-left: 20px;
    font-size: 15px;
    font-style: italic;
}

.meg-photo img {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 20px 10px 5px 0;
}

p.caption {
	margin: -10px 0 2em 0;
}

ul#playlist a.dsq-comment-count {
	margin-top: -15px;
	display: block;
	float: left;
}

#playlist li {
	border: none;
}

#disqus_thread {
	margin-left: 50px;
}