@charset "UTF-8";
/* 

Theme Name: Lena On Me
Theme URI: http://www.lenadunham.com
Description: Custom theme built for Lena Dunham
Version: 1.0
Author: CHIPS + Thadd Williams
*/

/* Credits*/
/* A custom made template for www.lenadunham.com */

/* ------------ GLOBAL */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

img, img a {
	border: none;
}

a:link, a:visited { color: #000; font-weight: bold; text-decoration: none; }
a:hover, a:active { color: #000; font-weight: bold; text-decoration: underline; }

#container {
	width: 900px;
	height: 750px;
	margin: 50px auto 0px auto;
	padding-bottom: 25px;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}

#header {
	float: left;
	width: 625px;
	height: 118px;
}

#logo {
	margin: 20px 0px 0px 20px;
	width: 300px;
	height: 65px;
}

/* NAV BAR */

ul#nav {
	top: -78px;
	left: 546px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 78px;
	width: 75px;
}

#nav li {
	font-size: 13px;
	list-style: none;
	text-align: left;
	line-height: 13px;
}

#nav li a {
	display: block;
	line-height: 13px;
	text-decoration: none;
}

#nav li img, #nav li img a {
	padding: 0px;
	border: none;
}

#nav-press a:link, #nav-press a:visited  { background: url('images/nav-press.png') no-repeat 0px 0px; width:  75px; text-decoration: none }
#nav-press a:hover, #nav-press a:active { background: url('images/nav-press.png') no-repeat -75px 0px; width: 75px; text-decoration: none }
#nav-press a#current { background: url('images/nav-press.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

#nav-features a:link, #nav-features a:visited  { background: url('images/nav-features.png') no-repeat 0px 0px; width:  75px; text-decoration: none }
#nav-features a:hover, #nav-features a:active { background: url('images/nav-features.png') no-repeat -75px 0px; width: 75px; text-decoration: none }
#nav-features a#current { background: url('images/nav-features.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

#nav-shorts a:link, #nav-shorts a:visited  { background: url('images/nav-shorts.png') no-repeat 0px 0px; width:  75px; text-decoration: none }
#nav-shorts a:hover, #nav-shorts a:active { background: url('images/nav-shorts.png') no-repeat -75px 0px; width: 75px; text-decoration: none }
#nav-shorts a#current { background: url('images/nav-shorts.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

#nav-series a:link, #nav-series a:visited  { background: url('images/nav-series.png') no-repeat 0px 0px; width:  75px; text-decoration: none }
#nav-series a:hover, #nav-series a:active { background: url('images/nav-series.png') no-repeat -75px 0px; width: 75px; text-decoration: none }
#nav-series a#current { background: url('images/nav-series.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

#nav-writings a:link, #nav-writings a:visited  { background: url('images/nav-writings.png') no-repeat 0px 0px; width:  75px; text-decoration: none }
#nav-writings a:hover, #nav-writings a:active { background: url('images/nav-writings.png') no-repeat -75px 0px; width: 75px; text-decoration: none }
#nav-writings a#current { background: url('images/nav-writings.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

#nav-blog a:link, #nav-blog a:visited  { background: url('images/nav-blog.png') no-repeat 0px 0px; width:  75px; text-decoration: none }
#nav-blog a:hover, #nav-blog a:active { background: url('images/nav-blog.png') no-repeat -75px 0px; width: 75px; text-decoration: none }
#nav-blog a#current { background: url('images/nav-blog.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

/* SUB NAV */

#subnav {
	margin: 9px 2px 0px 0px;
	border-top: 5px solid #c1c3c3;
	float: right;
	width: 175px;
	min-height: 500px;
}

ul.sub { /* Category Pages */
	margin: 7px 0px 0px 20px;
	padding: 0px;
	width: 160px;
	list-style-type: none;
	text-indent: -20px;
}

.sub li {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

.sub li a {
	display: block;
	line-height: 16px;
}

.sub li a#selected { text-decoration: underline; }

.subnav-cat { /*External Links*/
	margin: 7px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

ul.blogroll {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	width: 155px;
	list-style-type: none;
	text-indent: -20px;
}

#subnav-blogroll { /*Blog page Blogroll links*/
	margin-top: 104px;
	border-top: 5px solid #c1c3c3;
}


/* ------------ MAIN BODY */

#content {
	float: left;
	width: 700px;
}

#video {
	height: 394px;
	overflow: hidden;
	text-align: right;
	float: right;
}

#content-img {
	width: 700px;
	height: 394px;
	overflow: hidden;
}

#content-vid {
	height: 394px;
}

#caption {
	clear: right;
	float: right;
	position: relative;
	margin: 30px 0px 10px 0px;
	width: 350px;
	border-top: 5px solid #c1c3c3;
}

#entry-caption {
	margin-top: 5px;
}

/*BLOG ENTRIES*/
#blog-header {
	background-image: url('images/blog-title.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 700px;
	height: 40px;
	border-top: 5px solid #c1c3c3;
}

#entries {
	clear: both;
	width: 700px;
	padding: 0px;
	margin: 0px;
}

.entry {
	clear: both;
	width: 700px;
	border-top: 1px solid #c1c3c3;
}

.entry-block { /*left-hand post metadata*/
	float: left;
	width: 165px;
	margin: 0px;
}

.entry-title {
	margin: 100px 0px 15px 22px;
	width: 170px;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
	word-wrap: break-word;
}

.entry-subtitle {
	padding: 0px 0px 0px 47px;
	width: 170px;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #c1c3c3;
	text-align: left;
}

.entry-subtitle a { color: #c1c3c3; }

.entry-post { /*right-hand post content*/
	float: right;
	width: 490px;
	margin: 0px 0px 0px 10px;
	font-size: 18px;
	line-height: 20px;
}

#archives { /*Prev/Next Links*/
	width: 700px;
	height: 25px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	padding: 5px 0px;
	text-align: center;
}

#archives a { color #c1c3c3; }

/*Comments*/

#comments-display {
	border-top: 1px solid #c1c3c3;
	padding-top: 5px;
	clear: both;
	width: 700px;
}

#comments-respond {
	width: 700px;
	clear: both;
	padding-bottom: 10px;
}

#comments-respond form {
	width: 600px;
	margin: 5px 50px;
	padding: 10px;
	background-color: #c1c3c3;
}

#comments-respond input {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #c1c3c3;
	border: 1px solid #000;
	color: #000;
}

#comments-respond textarea {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #c1c3c3;
	width: 590px;
	border: 1px solid #000;
	color: #000;
}

#comments-respond label {
	width: 300px;
	padding-left: 5px;
	color: #000;
	font-weight: bold;
}

#comments-respond input#submit {
	color: #000;
	background-color: white;
	border: 2px outset black;
	font-weight: bold;
}

/*Entry Post Images*/
img.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;
}

img.aligncenter {
	margin: 0px auto 0px auto;
	padding: 5px;
}

img.alignright {
	float: right;
	padding: 0px 0px 10px 10px;
}

/* ------------ FOOTER */

#footer {
	clear: both;
	width: 875px;
	margin-left: 23px;
	border-top: 5px solid #c1c3c3;
	text-align: left;
}

ul#footer-nav {
	margin: 10px 0px 0px -3px;
	padding: 0px;
	list-style-type: none;
}

#footer-nav li {
	float: left;
	width: 75px;
	line-height: 40px;
}

#footer-nav a {
	display: block;
	line-height: 40px;
	text-decoration: none;
}

#footer-contact a:link, #footer-contact a:visited { background: url('images/footer-contact.png') no-repeat 0px 0px; width: 75px; text-decoration: none }
#footer-contact a:hover, #footer-contact a:active { background: url('images/footer-contact.png') no-repeat -75px 0px; width: 75px; text-decoration: none }

/* ------------ PKP CIRCLE */

#pkpCircle {
	background-image: url('images/pkpCircle.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 115px;
	height: 115px;
	position: absolute;
	z-index: 100;
	line-height: 115px;
}