/*
Theme Name: LVHTheme
Theme URI: laffertyvanheest.com
Description: LvH
Version: 1
Author: MKL
Author URI: laffertyvanheest.com
Tags: LvH

Light Blue: #f0f1f3
Dark Gray: #333
Dark Blue: #0d004c
Medium Blue: #8e98b3

*/

/*GENERAL STYLES*/

html {
margin: 0;
padding: 0;}

html, body {
}

body {
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 13px;
background-color: #f0f1f3;
color: #333;
}

h1 {
color:  #0d004c;
font-size: 16px;}

h2.team {
text-transform: uppercase;
font-weight: normal}

h2 {
color:  #0d004c;
font-size: 15px;
}

h2 a:hover {
text-decoration: underline;
}

h3 {
font-size: 16px;
font-weight: normal;
}

h4 {
font-size: 14px;
color: #0d004c;
}

h4 a {
font-weight: normal;}
h4.title {
width: 350px;
}

a {
text-decoration: none;
color:  #0d004c;
}

a:hover {
text-decoration: underline;
color:   #333;
}

a:visited {
color:   #0d004c;
}

.input {
margin-bottom: 5px;}

/*
STRUCTURE
*/

#page-wrap {
width: 800px;
margin-right:auto;
margin-left:auto;
margin-top: -10px;
text-align:left;
background-color: white;
}

/*HEADER*/

#header {
}

#logo {
width:100px;
position: absolute;
padding-top: 13px;
padding-left: 0px;
margin-left: 18px;}

#buttons {
background-color: white;
}

#buttons img {
border-left: 2px solid #f0f1f3;
}

/*MAIN CONTENT*/

#description {
width: 415px;
background-color: #8e98b3;
position: absolute;
z-index: 10;
margin-top: 100px;
padding: 20px;
}

#main {
width: 800px;
height: 390px;
margin-top: -2px;}

#bar {
width: 800px;
height: 15px;
background-color: #8e98b3;

}


#homebar {
width: 800px;
height: 15px;
background-color: #8e98b3;
margin-top: 10px;
}

.content {
height: 100%;
background-color: white;
padding: 20px;

}

/*News/Client */


#client {
width: 200px;

float: left;
padding: 0px 0px 0px 30px;
}

.label {
color: #0d004c;
}

.login {
text-indent: 0px;
color: #0d004c;
}

.date {
text-indent: 0px;
color: #333;
font-weight: bold;
}

.slide {
margin-left: -40px;
margin-top: -10px;
}


#news {
width: 490px;

padding-right: 20px;
float: right;
}
.rightalign {
float: right;}

#frontnews {

}
.smallwidth {
width: 490px;
}

ul#slideshow {
height: 390px;}

ul#imggal {
list-style-type: none;
display: inline;
}

li {
display: inline;
padding: 10px;
}
.noindent {
text-indent: 0px;}

/*FOOTER */

.home {
width: 800px;
margin-right:auto;
margin-left:auto;
height: 10px;
border-top: 8px solid #f0f1f3;
background-color: white;
}

#footer {
width: 780px;
margin-right:auto;
margin-left:auto;
height: 16px;
margin-top: -5px;
background-color: white;
padding: 10px;}

.lvh {
float: left;
text-align: left;
color: #0d004c}

.footerlinks {
float: right;
text-align: right;
}

/*POST STYLES*/

.post {
float: left;
width: 420px;
padding: 0px 20px 0px 30px;
height: auto}



p {
text-indent: 20px;}


.comments {
padding: 20px;
color: #0d004c;
}

#related {
background-color: #8e98b3;
width: 250px;
margin: 20px 10px 10px 0px;
padding: 5px 20px 20px 20px;
float: right;
}

/*TEAM*/

#teamleft {
margin-top: -15px;
width: 350px;
float: left;
}
#teamright {
margin-top: -15px;
width: 350px;
float: right;
}
.caps {
text-transform: capitalize;}

#farleft {
width: 230px;
float: left;
}
#middle {
width: 230px;
float: left;
padding-left: 40px;
}
#farright {
width: 230px;
float: right;
}

/*CONTACT*/
.contactinfo {
color: #333;
font-size: 15px;
}
/*UTILITY*/

.clear {
clear: both;}

li {
list-style-type: none}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } 

