/*
Theme Name: Frank's Movie Log Beta
Theme URI: http://www.franksmovielog.com/
Description: Minimalist theme used on www.franksmovielog.com.
Version: 1.0
Author: Frank Showalter
*/

* {
	margin: 0;
	padding: 0;
}

body
{
	/*background: url('images/grid28.gif') repeat;*/
}

/*** BEGIN STRUCTURE ***/

.page
{
	width: 970px;
	margin: 0 auto;
	position: relative;
	min-height: 112px;
}


h1
{
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 0;
	font-weight: normal;
	text-transform: lowercase;
	font-variant: small-caps;
	line-height: 56px;
	font-size: 30px;
	margin-top: 28px;
}

h1 a
{
	border-bottom: none;
	line-height: 56px;
}

#description
{
	display: inline-block;
	/*margin-right: 195px;*/
	line-height: 28px;
	color: #7d7d7d;
	margin-bottom: 28px;
}


#category-description
{
	color: #7d7d7d;
}


#content, #sidebar
{
	border-top: double 3px #d9d9d9;
}

#content
{
	padding-top: 25px;
}

#sidebar
{
	padding-top: 81px;
}

#search
{	
	position: absolute;
	right: 0;
	top: 26px;
	margin: 0;
	padding: 0;
	width: 230px;
	text-align: right;
	z-index: 12;
}

input.field {
	border: solid 1px rgb(223, 223, 223);
	height: 24px;
	padding: 2px 0 0 0;
	font-size: 17px;
}

#search input.field {
	width: 145px;
}

input.button {
	border: solid 1px rgb(223, 223, 223);
	background-color: rgb(242, 242, 242);
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	font-size: 16px;
	background: #f2f2f2 url('images/white-grad.png') repeat-x scroll left top;
	font-size: 13px;
	padding: 0 6px;
	height: 26px;
}

input.button:hover {
	color: black;
	border-color: rgb(102,102,102);
}

.hidden {
	display: none;
}

#content
{
	width: 650px;
	float: left;
	position: relative;
}

div.post
{
	position: relative;
	border-bottom: solid 2px #d9d9d9;
	margin-bottom: 26px;
}

.meta
{
	position: absolute;
	top: 28px;
	left: 0;
	color: #7f7f7f;
}

.meta, .meta a
{
	font-size: 13px;
	line-height: 28px;
}

#sidebar
{	
	float: left;
	position: relative;
	width: 220px;
	padding-left: 100px;
}

#copy
{
	clear: both;
	text-align: center;
	margin-bottom: 28px;
}

/*** END STRUCTURE ***/

body
{
	line-height: 28px;
	color: #262626;
	/*background-color: #e0e0e0;*/
	font-family: Verdana, sans-serif;
	font-size: 17px;
}

a
{
	color: blue;
	text-decoration: none;
	border-bottom: dotted 1px #7f7f7f;
}

a:hover
{
	color: white;
	background-color: black;
}

a.more-link
{
	margin-left: 2px;
	line-height: 28px;
}


h1, h2, h3, h4
{
	font-weight: normal;
}

h3
{
	margin-bottom: 56px;
	font-size: 22px;
}

img
{
	border: none;
}

img.category-thumb
{
	border: solid 1px #d8d8d8;
	display: block;
}

img.thumb
{
	border: solid 1px #262626;
	float: right;
	margin: 0 0 0 15px;
}

p 
{
	margin: 0 0 28px 0;
}

p.grade
{
	position: relative;
	height: 28px;
	color: #7f7f7f;
}

p.grade strong
{
	color: black;
	font-size: 20px;
	font-weight: normal;
	padding-left: 2px;
	line-height: 28px;
}

p.pagenav
{
	text-align: center;
	margin-left: 320px;
}

p.pagenav, p.pagenav a
{
	padding-top: 28px;
}

ol, ul
{
	padding: 28px 0 28px 0;
}

ul li
{
	list-style-type: none;
}

ul li ul
{
	padding: 0;
}

#sidebar p
{
	font-size: 13px;
	margin-top: 28px;
	line-height: 28px;
}

#sidebar li
{
	font-size: 13px;
	color: #7d7d7d;
}

#sidebar ul li ul li
{
	list-style-type: square;
	margin-left: 15px;
}

#quick-jump
{
	font-size: 15px;
	line-height: 28px;
	color: #7d7d7d;
	margin-bottom: 27px;
}

#quick-jump a
{
	font-size: 15px;
	line-height: 28px;
	margin-left: 4px;
}

ul.by-list
{
	margin-right: 15px;
}

ul.by-list li
{
	font-size: 22px; 
	font-weight: normal;
	line-height: 56px;
	background-color: #f3f3f3;
}

ul.by-list li ul
{
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 28px;
	background-color: white;
}

ul.by-list li ul li
{
	background-color: white;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
}

p#year-filter
{
	margin-bottom: 28px;
	line-height: 28px;
}

ul#gradeList
{
	margin-top: 0;
	padding-top: 0;
	margin-right: 15px;
}

ul#gradeList li
{
	visibility: hidden;
}

ul#gradeList li ul
{
	margin-left: 0;
}

ul#gradeList li ul li
{
	visibility: visible;
	font-size: 20px; 
	line-height: 56px;
	background-color: #f3f3f3;
}

ul#gradeList li ul li ul
{
	padding-bottom: 28px;
	background-color: white;
}

ul#gradeList li ul li ul li
{
	font-size: 17px;
	background-color: white;
	line-height: 28px;
}