/*
Theme Name: PMA
Theme URI: http://www.pmalitfilm.com/
Description: Based on the default theme
Version: 1.0
Author: Scott Lindsey
Template: default
Author URI: http://scott.to/
*/



* {
	padding: 0;
	margin: 0;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
}
html, body {
	height: 100%;
}
body {
	font-size: 90%;
	min-width:1100px;
    background-color:white;
    background-image:url(/images/background.png);
    background-repeat:repeat-x;
	color:#533a18;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
}

.main {
	min-height: 100%;
	width: 90%;
	position:relative;
	margin: 0 auto;
	background-color: white;
	text-align:center;
	color:#533a18;
}
.shadow_left, .shadow_right{
    position:absolute;
    top:0;
    height:100%;
    width:10px;
}
.shadow_left{
    background-image:url(/images/shadow_left.png);
    left:-10px;
}
.shadow_right{
    background-image:url(/images/shadow_right.png);
    right:-10px;
}

/* -------------------------------------------------------- */
/* ---------      Header and navigation bar       --------- */

.header{
    margin:0 3px;
    background-image:url(/images/header.png);
    height:106px;
    background-position:50% 0;
}
.navbar{
    color:#e3b775;
    background-image:url(/images/nav_bar_background.png);
    height:37px;
    width:100%;
    position:relative;
    margin-bottom:12px;
}
.navbar a{
    color:#e3b775;
    text-decoration:none;
    font-size:80%;
}
.navbar a:hover{
    color:#ffe3b8;

}
.navbar p{
    color:#e3b775;
    padding-top:.4em;
    font-weight:bold;
}
.nav_bar_end_left, .nav_bar_end_right{
    position:absolute;
    height:37px;
    width:14px;
    top:0;
}
.nav_bar_end_left{
    background-image:url(/images/nav_bar_left.png);
    left:0;
}
.nav_bar_end_right{
    background-image:url(/images/nav_bar_right.png);
    right:0;
}
.music_widget{
	padding:0;
	top:1px; 
	right:100px; 
	position:absolute; 
	display:block; 
	width:5px; 
	height:32px; 

}

/* -------------------------------------------------------- */
/* -----------      Body and reusable items       --------- */

.horizontal_rule{
    height:1px;
    margin:18px 1% 18px 6%;
    width:90%;
    background-color:#e2ded8;
}
.entry{
    text-align:left;
    font-size:80%;
}
.footer{
    font-weight:bold;
    font-size:80%;
    width:100%;
    padding:100px 0 20px 0;
    line-height:2em;
	color:#533a18;
}
.footer font{
    font-size:80%;
	color:#533a18;
}
.footer a{
    text-decoration:none;
	color:#533a18;
}

a{
	color:#533a18;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry .h5, .pagetitle{
	background-image:url(/images/horizontal_gradient.png);
    background-repeat:repeat-y;
	font-size:120%;
	padding:5px;
}
.pagetitle{
	font-size:90%;
}
.post h2{
    padding: 10px 10px 10px 130px;
}
.post h3{
    padding: 10px 10px 10px 0px;
	margin-top:20px;
	font-size:90%;
}
.post{
}
.entry ol, .entry ul {
    padding: 0 0 0 35px;
    margin: 0;
}
.entry ol li {
    margin: 0;
    padding: 0;
}
.entry hr{
	height:9px;
	background-image:url(images/break_bar.png);
	padding:7px 0;
	background-repeat:no-repeat;
	background-position:50% 5px;
	border-width:0;
}
.pma_hr{
    height:9px;
	width:100%;
    background-image:url(images/break_bar.png);
    padding:0;
    background-repeat:no-repeat;
    background-position:50% 0;
    border-width:0;
	display:block;
	font-size:0;
	color:0;
	margin:10px 0 -10px 0;
}
.entry p{
	margin:10px 0;
	padding:5px;
}
.entry h5{
	margin:30px 0 10px 0;
	font-size:110%;
	border:1px dotted #543b19;
	border-width:1px 0 1px 0;
	background-image:url(/images/horizontal_gradient.png);
    background-repeat:repeat-y;
	padding:2px 0;
}
.entry h6{
	margin:30px 0 10px 0;
	font-size:110%;
	text-decoration:underline;
}
.entry a{
	color:#d2891a;
	font-weight:bold;
}

/* --------------- category pages --------------- */

.pagetitle {

}

.narrowcolumn, .widecolumn{
    margin:0 12% 0 12%;
}
.navigation{
	margin-top:30px;
	text-align:center;
}
.credit_year{
	margin:10px 0 0 10px;
	display:block;

}


/* ------------------------------------- */
.navbar_item {
    list-style-type: none;
    list-style-image: none;
	display:inline;
	font-weight:bold;
	font-size:90%;
}
#content{
	text-align:left;
	padding:20px;

}
.navbar .current_navbar_item a{
	color:white;
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}
.more-link{
	color:#d2891a;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

