/*
Theme Name: Bare Minimum
Theme URI: http://www.wordpressdiva.com/themes/21/bare-minimum.html
Description: Very clean, white theme using traditional serif fonts and blue links.
Author: WordPress Diva
Author URI: http://www.wordpressdiva.com/
Version: 1.0.0
*/

/*=================================
All Rights Reserved.

You are free to use and modify this theme
as long as the included attribution links 
remain intact.

For more information, see:
http://www.wordpressdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wordpressdiva.com/themes/read-me/css/
===================================*/
html,body{
 height: 100%;
}

body{
 height: 100%;
 margin: 0;
 font-family: Helvetica, Arial, Verdana;
 color: #FFF;
 font-size: 0.9em; 
}

#widthWrap{
    height: 1200px;
    width: 1900px;
    background: url(http://www.david-mccormick.com/bg.jpg) top left;
}

#contentWrap{
    margin-left: 48px;
    height: 100%;
    width: 1210px;
}

a{
    color: #FFF;
    text-decoration: none;
}

a:hover{
    color: #FF7E00;
}

#nav ul, .gallery ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 130px;
    height: 24px;
}

.gallery ul{
    margin-top: 0;
}

#nav li{
    display: block;
    float: left;
    margin-right: 75px;  
}

#nav a{
    font-size: 1.2em;
}


blockquote{padding:0 5px;}
blockquote cite{display:block;border-top:1px solid #999;font-style:normal;}
code{vertical-align:baseline;font:1em/1.5em "Courier New", Courier, monospace;}
fieldset{border:none;}

h1{
    font-size: 1.5em;
    display: inline;
}

h2{
    color: #FB6C17;
    display: inline;
    font-size: 1.1em;
    font-weight: normal;
}

.clearer{
    clear: both;
}



input,textarea{background:#FFF;color:#444;font-size:100%;font-family:Georgia, "Times New Roman", Times, serif;padding:2px;}
#wrap{font-size:1.25em;line-height:1.5em;letter-spacing:1px;width:80%;margin:25px auto;}
#header{font-family:"Lucida Sans", Lucida, Arial, Verdana, sans-serif;text-align:center;margin:0 0 35px;padding:10px 0;}
#header h1{font:1.25em "Lucida Sans", Lucida, Arial, Verdana, sans-serif;margin:3px 0;padding:0;}
#header h1 a{background:inherit;border:none;color:#000;text-decoration:none;}
#header p.blogdescription{font-size:0.9em;margin:2px 0;padding:0;}
#content{float:left;width:70%;margin:25px 0;}
#content h2.posttitle a{background:inherit;color:#FFF;border:none;}
.post{margin-bottom:75px;}
p.postdate{text-align:right;padding:5px;}
p.authormeta{background-color:inherit;background: url(images/author.gif) no-repeat 0 50%;padding-left:20px;color:#777;font-size:0.9em;margin:2px 0;}
p.postmeta{no-repeat 0 50%;}
.postcontent{
   font-size: 0.8em;
}

.postcontent h3{font-size:1.6em;line-height:110%;letter-spacing:1px;margin:20px 0;}
.postcontent h4{font-size:1.25em;line-height:110%;letter-spacing:1px;margin:20px 0;}
p.commentmetadata{border-top:1px solid #ccc;font-size:0.8em;background:url(images/comment.gif) no-repeat 0 50%;padding-left:10px;}
.metawrap{border-bottom:1px solid #D3D3D3;font-size:0.75em;text-align:center;margin:10px 0 30px;padding:5px;}
.metawrap p{margin:3px 0;}
#commentwrap{margin:50px 0;}
#commentlist li{margin:10px 0 40px;}
#commentlist li.alt{color:inherit;border-bottom:1px solid #D3D3D3;padding:15px;}
#commentform textarea{width:98%;}
#sidebar{float:left;width:25%;margin:25px 0;}
#sidebar ul{list-style:none;margin:0;padding:0;}
#sidebar li li a{display:block;height:1%;padding:5px;}
#searchform dd{margin:3px 0 5px;}
#searchform #s{width:75%;}
li#search{margin-bottom:30px;}
#footer{clear:both;text-align:center;font-size:0.9em;margin:15px 0;}
#footer p.credit a{color:#000;background:inherit;}
/* Various Classes & Image Alignment  */
.center{text-align:center;}
.floatleft{float:left;margin:5px;}
.floatright{float:right;margin:5px;}
img.center{display:block;margin:10px auto;}
img.left{display:inline;margin:0 10px 5px 0;}
img.right{display:inline;margin:0 0 5px 10px;}
.navigation{}
.previouslink{float:left;text-align:left;width:45%;}
.nextlink{float:right;text-align:right;width:45%;}
legend,#searchform label{display:none;}
h6,#comments,#respond{font-size:1.5em;}
#commentform dd,#footer p{margin:5px 0;}
#commentform #author,#commentform #email,#commentform #url{width:35%;}