/*
Theme Name: Yes, Yesterday
Theme URI: http://yesyesterday.com/
Description: Custom site for Yes, Yesterday - A film by Van Vue
Version: 1.0
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/
*/

body {
	background: #000;
	color: #eee;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
}
html, body,
#platform {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
a { text-decoration: none; }

/*  =landing page structure
    ------------------------------------------------------ */
#platform { /* main overlay wrapper */
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 100;
}
#blip {
	background: url(images/bg-dark-tile.png) repeat 0 0;
	padding: 20px 0;
}
#blip.home-title {
	background: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 765px;
	height: 180px;
	margin-top: -100px;
	margin-left: -383px;
	text-align: center;
}
.home-title a#anchor, a#mini-anchor {
	display: block;
	height: 42px;
	width: 379px;
	background: url(images/title-transparent.png) no-repeat 0 0;
	color: #fff;
	font-size: 36px;
	text-indent: -99999em;
	margin: 0 auto 10px;
}
a#mini-anchor {
    height: 32px;
    width: 286px;
    background: url(images/small-title.png) no-repeat 0 -32px;
    font-size: 32px;
    margin: 0;
    position: absolute;
    top: 18px;
    left: 45px;
    z-index: 999999;
}
a:hover#mini-anchor { background-position: 0 -32px; }
#film-by {
    position: absolute;
    z-index: 999999;
    left: 335px;
    top: 35px;
    color: #ccc;
}

/*  =home page navigation
    ------------------------------------------------------ */
#home-nav {
	background: url(images/bg-dark-tile.png) repeat 0 0;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-left: -1px;
	height: 36px;
}
#home-nav li { float: left; }
#home-nav a {
	color: #ccc;
	display: block;
	width: 85px;
	line-height: 36px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#home-nav a:hover, #home-nav a.active {
    background: url(images/bg-dark-tile.png) repeat 0 0;
    color: #FFFF6C;
    cursor: pointer;
}
#home-nav a:hover.nolink {
    background: none;
    color: #ccc;
    cursor: default;
}
#home-nav ul li { float: none !important }
li.head-link ul {
    display: none;
    background: url(images/bg-dark-tile.png) repeat 0 0;
}
li:hover.head-link ul { display: block; }

/*  =inner nav overrides
    ------------------------------------------------------ */
.inner-pages #home-nav {
    position: absolute;
    float: none;
    margin: 0;
    padding-top: 55px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    min-width: 940px;
}
.inner-pages #home-nav li.first {
    margin-left: 21px;
}

/*  =page content
    ------------------------------------------------------ */
#content, #comments-box {
    background: url(images/bg-dark-tile.png) repeat 0 0;
    margin: 120px 0 20px 22px;
    padding: 20px 25px;
    width: 400px;
}
#comments-box {
    margin-top: 20px;
}
#content h2, #content h3, #comments-box h3 {
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
#content h3 {
    margin: 0 0 15px 0;
}
#content h5 { margin: -10px 0 20px 0; }
#content .post {
    line-height: 21px;
}
#content p, #content ul, #content ol {
    margin: 0 0 20px 0;
}
#content blockquote {
    margin: 0 0 20px 30px;
    font-style: italic;
}
#content .post ul, #content .post ol,
.commentlist ul, .commentlist ol { margin-left: 40px; }
#content .post ul li,
.commentlist ul li { list-style: disc; }
#content .post ol li,
.commentlist ol li { list-style: decimal; }
#content .post a, #comments-box a {
    color: #fff;
    border-bottom: 1px dotted #aaa;
}
#content .post a:hover, #comments-box a:hover { border-bottom: 1px solid #fff; }

/*  =comments
    ------------------------------------------------------ */
.commentlist { margin: 0 0 20px 0; }
li.comment {
    border-top: 1px solid #444;
    padding-top: 10px;
}
.comment-author {}
.comment-author img {
    float: right;
    padding: 2px;
    border: 1px solid #444;
    margin: 0 0 5px 10px;
}
.comment-author cite { font-style: normal; }
.comment-author cite a {
    color: #FFFF6C !important;
    font-weight: bold;
}
.comment-meta {
    margin: 7px 0 20px;
    font-size: 12px;
}
#commentform p {
    margin: 0 0 10px 0;
}
#respond {
    border-top: 1px solid #444;
    padding-top: 10px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform #comment {
    font-size: 13px;
    color: #444;
    padding: 3px;
    border: 1px solid #000;
    font-family: helvetica, arial, verdana, sans-serif;
}
#commentform #comment { overflow: auto; width: 340px; }
#commentform label {
    color: #999;
}

/*  =specials
    ------------------------------------------------------ */
ul.toc { margin-left: 0 !important; }
ul.toc li {
    list-style: none !important;
    overflow: hidden;
    margin-bottom: 12px;
    line-height: 18px;
}
ul.toc li strong {
    float: left;
    width: 150px;
    color: #FFFF6C;
    font-weight: normal;
}
ul.toc li em {
    font-style: normal;
    display: block;
    padding-left: 150px;
}
ul.list-archives {
    margin: 0 !important;
}
ul.list-archives li {
    overflow: hidden;
    position: relative;
    border: 1px solid #333;
    border-width: 1px 0;
    list-style: none !important;
}
ul.list-archives a {
    color: #FFFF6C !important;
    float: left;
    display: block;
    width: 100%;
    padding: 7px 100px 7px 7px;
    border: 0 !important;
    font-weight: bold;
    font-size: 16px;
}
ul.list-archives a:hover {
    background: url(images/bg-dark-tile.png) repeat 0 0;
    cursor: pointer;
}
ul.list-archives span {
    line-height: 13px;
    position: absolute;
    top: 11px;
    right: 7px;
    color: #777;
}

/*  =generated galleries
    ------------------------------------------------------ */
.gallery-item { margin: 0 !important; }
.gallery a img {
    border: 0 !important;
    display: block;
    height: 130px;
    width: 130px;
}
.gallery a:hover img {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*  =css3 support
    ------------------------------------------------------ */
.rad-3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.rad-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
li.head-link ul {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
