/*   
Theme Name: Larry Cansler
Theme URI: http://www.larrycansler.com
Description: A search engine optimized website framework for WordPress.
Author: Rose Werther
Author URI: http://www.threedames.com
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
This theme is copyright of Three Dames Webworks.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/



/* resetting margins and padding */

* {
	margin: 0;
	padding: 0;
}

/* tag changes */

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 10pt;
	color: #8d8c8b;
	background-color: #01010B;
	text-align: left;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
	
h1 {
	color: #F00;
	display: none;

}

h2 {
	font-size: 14pt;
	color: #FFF;
	margin-top: 10px;
        padding-bottom: 10px;
}

h2 a {
	color: #FFF;
        text-decoration: none;

}

h3 {
	font-size: 11pt;
	color: #f7d28b;
	margin: 10px 0;
}

p {
        padding-bottom: 10px;
}

img { 
     border: 0;
}

blockquote {
font-size:10pt;
font-style:italic;
margin:15px 0;
upadding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("images/blockquote.gif") no-repeat 0 0;
}

a:link {
	color: #f7d28b;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #3B4B6D;
}

a:active {
	color: #3B4B6D;
} 

/*Basic class modifiers*/

.itals {
       font-style: italic;
}

.topmargin {
      margin-top: 15px;
}

.center {
       text-align: center;
}

.strongs {
       font-style: strong;
}

#inline {
      text-align: center;
}

#inline img{
      border: solid 1px #f7d28b;
}

#inline ul {
	list-style-type: none;
}

#inline li {
        display: inline;
	padding: 10px 56px 0 0;
}



/* Major sections */

div#wrapper {
	width: 1000px;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 10px 0;
    position: relative;


}

div#header {
    margin: 0px;
	height: 286px;
	width: 1000px;
}
/* Div directly inside header*/

div#masthead {
	text-align: center;
}

/* Adds the individual header image and defines the size of the header link */
div#blog-title, div#blog-title-composing, div#blog-title-conducting, div#blog-title-headshot, div#blog-title-tanshirt {
	z-index: 2;
	width: 526px;
	height: 172px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
	top: 143px;
	right: 5px;

}

div#blog-title {
	background-image: url(images/tanshirtheader.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#blog-title-composing {
	background-image: url(images/composingheader.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#blog-title-conducting {
	background-image: url(images/conductingheader.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#blog-title-headshot {
	background-image: url(images/headshotheader.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#blog-title-tanshirt {
	background-image: url(images/tanshirtheader.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#blog-description {
	position:absolute;
    left:-9000px;
}

/* Moves the title off the top of the screen */

span#movingtitle {
	position:absolute;
	top:0px;
	right: 10px;
	width:500px;
	height: 172px;
	display: none;
}

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}

/* Moves the "skip to content" link off the top of the page */
.skip-link {
	position:absolute;
        left:-9000px;
}

div#main {
    width: 600px;
    margin-left: 80px;
    margin-top: 29px;
    background-color: #01010B;
    border-right: 2px solid #3d2e25;
    border-top: 2px solid #362921;
    padding: 1px 20px 10px 158px;
    min-height:200px;
    /* background-color: #ECD4B0; */
}

/* Page main to fix the spacing issues */


div#mainpage {
    width: 600px;
    margin-left: 80px;
    background-color: #01010B;
    border-right: 2px solid #3d2e25;
    border-top: 2px solid #362921;
    margin-top: 29px;
    padding: 4px 20px 10px 158px;
    min-height:200px;
    /* background-color: #ECD4B0; */
}


div#container {
	padding-top: 0;
	margin-top: 0;
}

div#content {
	/* background-color: #CCC */
	clear:both;
	margin-top: 2px;
}

div#intro {
	margin-top:5px;
}

.entry-date {
	color: #FFF;
	font-size: 8pt;
}

.comment-author {
	color: #FFF;
	font-size: 11pt;
}
.entry-title a {
	color:#FFF;
}

div#sidebar {
    padding: 10px 10px 0 10px;
    margin-top: 1px;
    position: absolute;
    top: 323px;
    left: 56px;
    width:180px;
    list-style-type: none;
}

div#sidebar ul {
	list-style-type: none;
}

div#sidebar a {
	text-decoration: none;
	color: #FFF;
}

#navbg, #navbg01, #navbg12, #navbg1212, #navbg13, #navbg14, #temp{
	background-image: url(images/navbg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 135px;
	height: 35px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 5px;
	color: #FFF;
}


div#sidebar .subnav {
	position: relative;
 	bottom: 10px;
	background-color: #3c2114;
	width: 115px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	color: #FFF;
	margin-left: 15px;
	font-size: 8pt;
	border-right: 2px solid #3d2e25;
	border-bottom: 2px solid #23130c;
}
.subnav a:link {
	color: #f7d28b;
}

.subnav a:visited {
	color: #f7d28b;
}

.subnav a:hover {
	color: #FFF;
}

.subnav a:active {
	color: #FFF;
} 

#navbg15 {
	width: 165px;
	height: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 5px;
	color: #FFF;
}


#navbg15-1 {	
        width: 135px;
	height: 105px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 5px;
        position: relative;
        right: 100px;
}

div#sidebar .navbg2 {
 	position: relative;
 	bottom: 10px;
	background-color: #01010B;
	width: 115px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	color: #FFF;
	margin-left: 15px;
	font-size: 10pt;
        text-decoration: underline;
}

#archive-links a:link {
	color: #f7d28b;
}

#archive-links a:visited {
	color: #f7d28b;
}

#archive-links a:hover {
	color: #FFF;
}

#archive-links a:active {
	color: #FFF;
} 

.col1 {
        float: left;
        padding:3px 20px 10px 10px;
        clear: left;

	}

.col2 {
        float: left;
        padding:0 20px 10px 10px;
        clear: left;
        width: 180px;
        height: 30px;
        vertical-align:text-top;
}



.line {
        text-align: center;
        padding: 10px 0;
        clear: both;
}


.small {
       font-size: 8pt;
}

div.line img {
        border: 0;
}

#constrain {
       width:610px;
       position: relative;
}

div#footer {
	clear:both;
	width: 100%;
    padding: 15px;
    margin: 0px;
    text-align:center;
	font-size: 8pt;
}


/* Google Checkout */

 .override #googlecart-widget-head {
    background-color:#01010B; width: 250px; border: 2px solid #362921;
  }
  .override #googlecart-title {
    color: white; 
  }
  .override #googlecart-summary {
    color: white;
  }
  .override #googlecart-widget-body {
    background-color: #01010B; width: 250px; border: 2px solid #362921;
  }
  .override #googlecart-widget-list {
    color: white; border: 1 px solid 
  }
  .override .googlecart-widget-item {
    color: white; border: 2px solid #362921;
  }
  .override .googlecart-widget-quantity-column {
    color: white;
  }
  .override .googlecart-widget-details-column {
    color: white;
  }
  .override .googlecart-widget-title {
    color: white;
  }
  .override .googlecart-widget-short-details {
    color: white;
  }
  .override .googlecart-widget-long-details {
    color: white;
  }
  .override .googlecart-widget-removed-message {
    color: white;
  }
  .override .googlecart-widget-image-column {
    color: white;
  }
  .override .googlecart-widget-price-column {
    color: white;
  }
  .override .googlecart-widget-price {
    color: white;
  }
  .override .googlecart-widget-remove {
    color: white;
  }
  .override .googlecart-widget-restore {
    color: white;
  }
  .override #googlecart-widget-emptymessage {
    color: white;
  }
  .override .googlecart-widget-footertext {
    background-color: #01010B; 
  }
  .override .googlecart-widget-totalmessage {
    color: white;
  }
  .override .googlecart-widget-totalprice {
    color: white;
  }
  .override .googlecart-widget-disclaimer {
    color: white;
  }
  .override .googlecart-widget-checkout {
    background-color: #01010B;
  }
