/* Theme Name: Lale Larson
URI: http://www.lallelarsson.com
Description: Custom WordPress Theme For Lale Larson. Design by CarlKingCreative.
Author: Carl King 
Author URI: http://www.carlkingcreative.com 
Version: 1.0 
*/

/* @charset "UTF-8"; */
/* CSS Document */


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: justify;
color: #FFFFFF;
background-color: #000000;
}

body, html {
margin:0;
padding: 0;
height: 100%;
}

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

a:hover {
text-decoration: underline;
}

p {
margin-bottom: 5px;
padding: 0;
}

ul, li {
list-style: none;
padding: 0;
margin: 0;
}

h2 {
margin-top: 0;
display: none;
}

h3 {
font-size: 12pt;
font-weight: bold;
margin-top: 20px;
margin-bottom: -10px;
padding: 0;
}

h4 {
font-size: 14pt;
font-weight: bold;
margin-bottom: 0;
padding-bottom: 0;
}

h5 {
font-size: 10pt;
font-weight: bold;
margin: 0;
padding: 0;
}

#wrapper {
position: relative;
width: 900px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 900px;
height: 300px;
background-image: url(images/Top.png);
background-repeat: no-repeat;
}

.navigation_button {
width: 150px;
height: 30px;
float: left;
background-position: 0 0;
}

.navigation_button span {
display: none;
}

.navigation_button:hover {
background-position: 0 30px;
}

#button_news {
background-image: url(images/Button_News.png);
}

#button_bio {
background-image: url(images/Button_Bio.png);
}

#button_discography {
background-image: url(images/Button_Discography.png);
}

#button_shop {
background-image: url(images/Button_Shop.png);
}

#button_press {
background-image: url(images/Button_Press.png);
}

#button_audio {
background-image: url(images/Button_Audio.png);
}

#button_video {
background-image: url(images/Button_Video.png);
}

#button_photos {
background-image: url(images/Button_Photos.png);
}

#button_scores {
background-image: url(images/Button_Scores.png);
}

#button_contact {
background-image: url(images/Button_Contact.png);
}

#socialbuttons {
width: 75px;
float: left;
margin-top: 5px;
margin-right: 40px;
display: inline;
}

#button_facebook {
height: 27px;
width: 75px;
background-image:url(images/Button_Facebook.png);
float: right;
margin-top: 10px;
}

#button_facebook:hover {
background-position: bottom;
}

#button_facebook span {
display: none;
}

#button_myspace {
height: 20px;
width: 75px;
background-image:url(images/Button_Myspace.png);
float: right;
margin-top: 10px;
}

#button_myspace:hover {
background-position: bottom;
}

#button_myspace span {
display: none;
}

#button_youtube {
height: 32px;
width: 75px;
background-image:url(images/Button_YouTube.png);
float: right;
margin-top: 10px;
}

#button_youtube:hover {
background-position: bottom;
}

#button_youtube span {
display: none;
}


#middle {
width: 900px;
background-image: url(images/Middle.png);
background-repeat: repeat-y;
float: left;
padding-bottom: 25px;
}

#left {
margin-top: 25px;
width: 700px;
float: left;
padding-right: 25px;
border-right: 1px solid #999;
}

#button_container {
width: 150px;
float: left;
margin-bottom: 25px;
}

#title_bio {
height: 30px;
width: 300px;
background-image:url(images/Title_Bio.png);
}

#title_press {
height: 30px;
width: 300px;
background-image:url(images/Title_Press.png);
}

#title_shop {
height: 30px;
width: 300px;
background-image:url(images/Title_Shop.png);
}

#title_audio {
height: 30px;
width: 300px;
background-image:url(images/Title_Audio.png);
}

#title_video {
height: 30px;
width: 300px;
background-image:url(images/Title_Video.png);
}

#title_photos {
height: 30px;
width: 300px;
background-image:url(images/Title_Photos.png);
}

#title_scores {
height: 30px;
width: 300px;
background-image:url(images/Title_Scores.png);
}

#title_contact {
height: 30px;
width: 300px;
background-image:url(images/Title_Contact.png);
}

#title_discography {
height: 30px;
width: 300px;
background-image:url(images/Title_Discography.png);
}

/* This class styles the Posts */

.post {
	position: relative;
	padding-bottom: 10px;
}

.post_title {
font-size: 12pt;
font-weight: bold;
color: #1F3A51;
}

.entry-date {
	color: #333333;
	font-size: 8pt;
}

.entry-content {
	text-align: justify;
}

.entry-meta {
	font-size: 8pt;
	text-align: right;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.photo_left {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.photo_right {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

#sidebar_wrapper {
float: right;
width: 150px;
margin-top: 25px;
}

#search {
margin-bottom: 10px;
text-align: left;
}

.sidebar_title {
font-size: 10pt;
font-weight: bold;
color: #333;
margin-top: 10px;
}

#pages {
margin-bottom: 10px;
}

#pages li {
border-bottom: 1pt solid #ccc;
padding-top: 2px;
padding-bottom: 1px;
background-repeat: no-repeat;
padding-left: 25px;
}

#categories {
margin-bottom: 10px;
}

.testimonial {
display: block;
width: 475px;
margin-top: 10px;
}

.testimonial_byline {
text-align: right;
font-style:italic;
float: right;
display: block;
width: 475px;
}

#footer {
width: 890px;
height: 21px;
text-align: right;
font-size: 9pt;
clear: both;
padding: 8px 10px 0 0;
background-color: #0D0D0D;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #A1A8AD;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
text-decoration: underline;
font-weight: bold;
}

#footer .rss_link a:link, #footer .rss_link a:visited, #footer .rss_link a:active {
color: #ff8800;
text-decoration: none;
font-weight: bold;
}

#footer .rss_link a:hover {
text-decoration: underline;
font-weight: bold;
}

#legal {
font-size: 8pt;
}

#respond {
width: 350px;
}