/*
Theme Name: Doe Run
Author: Patrick McSweeny
Author URI: http://mercurydynamic.com

*/

html{
    background: url('images/bg.png');
}

body{
    background: url('images/circles.png') no-repeat bottom;
    padding:0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Arial", sans-serif;
}

#wrap{
    background:url('images/shadow.png') no-repeat;
    width:926px;
    margin:-10px auto;
}

#content{
    background:#FFFFFF url('images/bottom.png') bottom no-repeat;
    width:848px;
    padding:10px 20px 20px 20px;
    margin:0px 20px;
	position:relative;
	min-height:800px;
}

a, a:visited{
    text-decoration:none;
    color:#000000;
}

img{
    border:none;
}


a:hover{
    text-decoration:underline;
}

#toplink{
    width:100%;
    text-align:right;
    font-family:"Arial", sans-serif;
    font-size:14px;
}
#toplink a{
    color:#5f6168;
}

#nav{
    list-style:none;
    padding:50px 0 0 0;
    margin:0px 10px 0px -10px;
    color:#b36901;	
    font-size:12px;
    width:150px;
    float:left;
    text-align:center;
}

#toplink a{
    color:#5f6168;

}
#contact a{
    color:#5f6168;
}

#nav a:hover{
    text-decoration:none;
}



h1{
    margin:0px;
    float:left;
    width:50%;
}

#contact{
    padding:40px 0 10px 0;
    float:right;
    width:50%;
    font-size:12px;
    text-align:right;
}
#contact img{
    position:relative;
    top:5px;
}

#bottom{
    position:absolute;
    bottom:0px;
    left:150px;
    right:20px;
    font-size:12px;
    height:16px;
    color:#000000;
    padding:5px 0px 5px 0px;
}

#copy{
    float:right;
}

h2{
    color:#b36901;
    border-bottom:#b36901 1px solid;
}

#main h2{
    font-size:16px;
}

#main{
    width:690px;
    float:left;
    font-size: 1.2em;
	padding-bottom:20px;
	min-height:
}

.post_class h2{
    border:none;
    color:inherit;
}


#right_col > h2 > a{
    color:#b36901 !important;
    text-decoration:none;
}

#left_col > h2 > a{
    color:#b36901 !important;
    text-decoration:none;
}
