/* reset and initialization */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, img, object, a {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-indent: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}

ul, ol, dl {
    list-style-type: none;
}

html {
}

body {
	padding-top: 0.5em;
	font-size: 62.5%;
    background: url('/static/img/background.gif') repeat-x;
	min-height: 99%;
	color: #444;
	text-align: center;
}

input, select, td, th {
    font-size: 1em;
}

/* layout and backgrounds */
#frame-top {
	height: 2em;
	margin: -2em 0em 0 -2em;
	padding: 0 1em;
	width: 62em;
	text-align: left;
    background: url('/static/img/page-top.png') center top no-repeat;
}

#frame {
    background: url('/static/img/page-middle.png') bottom center no-repeat;
	text-align: left;
    width:60em;
	margin: 2em auto 0 auto;
	padding: 0 2em 1em 2em;
    border-top: 1px dashed #fafafa;
}

#header {
    height: 4.6em;
    padding: 0 1em 0 1em;
    border-bottom: 0.2em dotted #efefef;
	/*background-color: #ffd;*/
}

#menu li {
    display: inline;
    margin-right: 1em;
}

#menu .active {
    font-weight: bolder;
}

#filters {
    height: 3.0em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-bottom: 0.2em dotted #efefef;
}

#content {
    padding: 0 0.8em 0 0.8em;
    margin-bottom: 0.2em;
}

#left_column {
    width: 45.6em;
    min-height: 1em;
    padding-left: 0.4em;
    float: left;
}

#center_column {
   padding: 0.4em;
   float: left;
   background-color: green;
/*	background: url('/static/img/page-middle.png') left repeat-y; */
}

#right_column {
    padding: 0.4em;
    min-height: 1em;
    float: right;
   /* background-color: green; */
}

#right_column h3 {
	font-weight: normal;
	color: #888;
	margin: 1em 0 0 0;
}

#right_column a {
	font-size: .75em;
	margin-left: 1em;
}

#footer {
    clear: both;
    /*background-color: green;*/
	/* background: url('/static/img/noass_video_logo.png') left bottom   no-repeat; */
	color: #999;
	text-align: left;
	font-size: .74em;
	padding-top: 7em;
	padding-left: 2em;
}

#letter_filter {
    height: 2em;
    width: 44.4em;
    float: left;
    clear: none;
    padding: 0.4em;
    margin-right: 0.2em;
    line-height: 2em;
    /*background-color: green;*/
}

#search {
    float: right;
    width: 12.2em;
    height: 2em;
    padding: 0.6em 0.8em 0.2em 0.8em;
    /*background-color: green;*/
}

#search_box {
    margin: 0px;
    padding: 0px;
    width: 10.4em;
}

#submit_button {
    position: relative;
    top: 0.1em;
    margin: 0px;
    padding: 0px;
}

#letter_filter li {
    /*display: inline;*/
    text-align: left;
    float: left;
    height: 1.5em;
    width: 1.65em;
    margin: 0 -2px 0px -1px;
    border: 1px solid #efefef;
    padding: 0 0 6px 0;
}

#letter_filter li.other_letters {
    width: 3.4em;
}

p {
  margin-bottom: 1.5em;
}

#portrait {
    width: 120px;
    height: 150px;
    float: right;
    clear: none;
}

.icon {
    display: inline;
}

.icon img {
  width: 40px;
  height: 40px;
}

.clear {
    display: block;
    clear: both;
}

.view_row {
    clear: left;
}

div.view_row div.heading {
    width: 12em; 
    /*clear: none;*/
    margin-right: 0.2em;
    padding: 0.4em 0.8em 0.4em 0.8em;
    float: left;
    /*background-color: red;*/
}

div.view_row div.value {
    width: 30em;
    /*width: 32.6em;*/
    float: left;
    clear: none;
    padding: 0.4em;
    /*background-color: yellow;*/
}

div.view_row div.short {
    width: 22em;
}

#language_selector {
    float: right;
    font-size: .66em;
    margin-right: 1.6em;	
    margin-top: 1.6em;
    padding: 0 0.5em 0 0.5em;
    border: 1px solid #ddd;
    background-color: #eee;
    color: #777;
}

#language_selector a {
  	color: #555;
  	text-decoration: none;
}

span.date {
    color: #666;
}


/* type */
a {
    font: normal normal normal 1.5;
}

#header h1 {
    font-size: 2.5em;
    line-height: 1.12;
    margin-left: -0.1em;
}

h2 {
    font-size: 1.5em;
}

#frame {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.5;
}

#letter_filter {
    list-style-type: none;
    text-align: center;
}

#letter_filter  li {
	text-align: center;
}

#letter_filter a {
	margin: 0; 
	text-decoration: none;
}

#letter_filter li.selected {
    font-weight: bolder;
}

div.view_row div.heading {
    text-align: right;
}

body.articles #nav_articles {
    font-weight: bolder;
}

body.movies #nav_movies {
    font-weight: bolder;
}

body.people #nav_people {
    font-weight: bolder;
}

#pager .current {
  font-weight: bolder
}

