/*  

Theme Name: Base Camp
Description: Base theme - 2-column.
Version: 1.1
Author: James
Author URI: http://jamesict.com/

*/

/****  BASICS    ****/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Helvetica', 'Lucida Grande', Arial, Verdana, sans-serif;
    font-size: 14px;
    vertical-align: top;
    color: #404040;
    background: #30904B url(img/bodybg.png) top center repeat-y;
}
h2 a{
    color: #404040;
    font-family: 'Helvetica', 'Lucida Grande', Tahoma, Arial, Verdana;
}
h2 a:hover{
    text-decoration: none;
    color: #808080;
}
a:link, a:visited{
    text-decoration: none;
    color: #161616;
}
a:hover{
    text-decoration: underline;
    color: #808080;
}
p{
    padding: 10px 0 0 0;
}

/***    HEADER   ***/

#header_wrapper{
    margin: 0 auto;
    width: 100%;
}
#header{
    background: #075718 url(img/headerbg1.jpg) no-repeat;
    margin: 0 auto;
    width: 936px;
    height: 232px;
}
#navigation {
    padding-top: 1px;
    padding-right: 10px;
}
h1, h1 a, h1 a:visited {
    margin-top: 0px;
    padding-left: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 1.3em; 
}
h1 a:hover {
    text-decoration: none;
    color: #cccccc;
}
.description {
    padding-left: 29px;
    padding-top: 6px;
    font-size: 105%; 
}

/*** HORIZONTAL MENU ***/

#hmenu {
	margin: 0 auto; 
	height: 30px;
}
#hnav {
	margin-top: 170px;
	padding: 0;
}
#hnav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #075718;
	color: #F2EEEC;
	width: 936px;
	font-family: 'Helvetica', 'Lucida Grande', Verdana, sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}
#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}
#hnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #F2EEEC;
	text-decoration: none;
	border-right: 1px solid #F2EEEC;
}
#hnav ul li a:hover {
	background: #F2EEEC;
	color: #3A291F;
}
#hnav #active { 
	border-left: 1px solid #F2EEEC; 
}
/*#background_container{
    background: #30904B url(img/bodybg.png)top left repeat-y;
    width: 100%;
}*/

/*** LAYOUT ***/

#content_container{
    margin: 0 auto;
    width: 936px;
    position: relative;
    background: #ffffff url(img/contentbg.png) top left repeat-y;
}
#container{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
    width: 666px;
}

#container1{
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float: left;
    width: 936px;
    background: #ffffff;
}


/***  POSTS  ***/

.post{
    padding-right: 40px;
    padding-left: 40px;
}
.post h2{
    font-family: 'Helvetica', 'Lucida Grande', Arial, Verdana, sans-serif;
    font-size: 18px;
    background: #ffffff url(img/postheader1.png) top left no-repeat;
    height: 35px;
    padding-top: 10px;
    /*padding-left: 45px;*/
}
.post h2 a{
    color: #404040;
    padding-top: 10px;
    /*padding-left: 45px;*/
}
.postalt h2 {
    background: #ffffff url(img/postheader2.png) top left no-repeat;	
}
.post h2 a:hover{
    color: #808080;
}
.post a img {
    margin:3px;
    padding: 3px;
    border: 1px solid #cccccc;
}
h2.pagetitle {
    padding-left: 45px;
}
h2.pagetitle1 {
    padding-left: 55px;
    margin-bottom: 20px;
    margin-left: 150px;
    height: 45px;
    background: #ffffff url(img/pagetitle1.png) top left no-repeat;
}
.entry{
    line-height: 18px;
}
.entry h3 {
    font-size: 18px;
    padding: 8px 0;
    color: #404040;
}
.entry p a, .entry a {
    color: #404040;
    text-decoration: dotted underline;
    font-weight: bold;
}
p.postmetadata{
    border-top: 1px dashed #ccc;
    margin: 10px 0 10px 0;
    font-size: 0.95em;
    border-bottom: 1px solid #ccc;
}
p.postmetadata a{
    color: #404040;
    font-size: 11px;
}

/*** NAVIGATION   ***/
 
.navigation{
    padding: 10px 0 0 0;
    padding-left: 40px;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
}

/***   SIDEBAR   ***/
 
.sidebar{
    margin: 0 auto;
    padding: 0px 0 20px 5px;
    float: left;
    width: 245px;
    font-family: 'Helvetica', 'Lucida Grande', Arial, Verdana, sans-serif;
    font-size: 12px;
    display: inline;
    overflow: hidden;
    text-align:right;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar ul li{
    padding: 10px 0 10px 0;
}
.sidebar ul li ul.children li{
    padding-right: 10px;
    font-style: italic;
}
.sidebar ul li h2{
    font-family: 'Helvetica', 'Lucida Grande', Tahoma, Georgia, sans-serif;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-right: 45px;
    padding-bottom: 1px;
    color: #404040;
    background: transparent url(img/sideheader1.png) top right no-repeat;
    height: 30px;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar ul ul li a{
    color: #404040;
}
.sidebar ul ul li a:hover{
    color: #808080;
}
.sidebar ul li#calendar table#wp-calendar a{
    color: #235A85;
}
.sidebar li ul li#gallery1 {
    margin-top: 10px;
}

/***   SEARCH   ***/

li#search {
    margin: 0 auto;
}
/*form#searchform {
    width: 100px;
}*/
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    text-align: center;
    color: #235A85;
    border: 1px solid #ccc;
    background: #a9f3ab;
    width:150px;
}
.hidden{
    display: none;
}

/***   COMMENTS   ***/

.comments-template{
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}
.comments-template ol.commentlist li p, .comments-template ol.commentlist li.alt p{
    font-size: 90%;
}
.comments-template ol.commentlist li{
    background: #ffffff;
    padding: 9px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    width: 470px; 
}
.comments-template ol.commentlist li.alt{
    background: #Fffef1;
    padding: 9px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    width: 470px; 
}
.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}
.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
    font-family: Georgia, Sans-serif;
    font-size: 1em;
}
.commentmetadata{
    font-size: 0.75em;
}
.comments-template p.nocomments{
    padding: 0;
}
.comments-template textarea{
    font-family: 'Helvetica', 'Lucida Grande', Tahoma, Arial, Helvetica, Georgia, Sans-serif;
    font-size: 0.75em;
}

/***   FOOTER   ***/

#footer{
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 936px;
    height: 60px;
    color: #ffffff;
    background: #075718 url(img/footerbg.png) top left no-repeat;
}
#footer p{
    line-height: 18px;
    padding: 10px 20px 10px 20px;
}
#footer a, #footer{
    font-size: 11px;
}
#footer .legal a, #footer .credit a{
    color: #ffffff;
    text-decoration: none;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/***   MISCELLANEOUS   ***/

img{
    border: 0;
}
.wordtube {
    padding: 5px;
    background: #ffffff url(img/wordtubebg.png) top right no-repeat;
}
.ddsg-wrapper h2 {
    padding-left: 45px;	
}
.ddsg-wrapper ul li {
    list-style-type: none;
}
.ddsg-wrapper ul li {
   display: block;
}
.ddsg-wrapper p, .ddsg-wrapper p a, .ddsg-wrapper p a:visited, .ddsg-wrapper p a:hover {
    color: #ffffff;	
}
.clear {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px; 
}
.clear_float{
    clear: both;
}
.ddfmwrap .credits, .ddfmwrap .credits a {
    font-size: 1%;
    color: #ffffff;
}
.ddfmwrap .credits {
    font-size: 1%;
    color: #ffffff;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    border: 1px solid #58A8EF;
}
.alignleft{
    float: left;
    margin:3px;
    padding: 3px;
    border: 1px solid #58A8EF;
}
.alignright{
    float: right;
    margin:3px;
    padding: 3px;
    border: 1px solid #58A8EF;
}
.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-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
ul.car-list li {
    list-style-type: none;
    line-height: 10px;
}
ul.car-list li ul{
    list-style-type: none;
    line-height: 10px;
}
ul.car-list li ul li{
    list-style-type: none;
    line-height: 10px;
}