/*  
Theme Name: DesignTutorials
Description: Three column theme based on an open source design by Haran located at http://www.oswd.org/email.phtml?user=haran
Version: 1.0
Author: DesignTutorials
Author URI: https://DesignTutorials.Info

	DesignTutorials v1.0

*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(255,251,208);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 125%; 
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(193,49,0);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
  color: #eee;
}

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  background-color: rgb(255,255,255);
  text-align: center;
  margin: 0;
  padding: 0.1ex 0;
}

.subHeader a {
  color: #eee;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(0,0,0);
  background-color: rgb(255,153,0);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.leftSideBar a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar .sideBarText {
  color: rgb(0,0,0);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 11.5em 1.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */
.rightSideBar {
  width: 14em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
  font-weight: bold;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  background-color: rgb(255,153,0);
  color: black;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 0em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 0ex;
  padding: 0 0 0 0;
}

.feedburner {
  margin: 1em 1em 1em 1em;
  padding: 1em 1em 1em 1em;
  border: 1em 1em 1em 1em;
}

.rightSideBar img {
  border: 0;
}


/* ##### Main Copy ##### */

.main-copy {
/*  height: 50em; */
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 16em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

.main-copy h1 {
  color: rgb(0,0,0);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 2em 0 0 0;
  padding: 1em 0 0 0;
/*  border-bottom: 1px dotted rgb(168,140,83);*/
  border-top: 10px dotted rgb(168,140,83);

}

.first-page {
/*  height: 1em; */
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 16em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

.first-page h1 {
  color: rgb(0,0,0);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 0em 0 0 0;
  padding: 1em 0 0 0;
}

.first-page img {
  border: 0;
  padding: 3 3 3 3;
  float: left;
  margin: 0 0 0 0;
  vertical-align: top;

  height: 40px;
  width: 40px;
  margin-top: 5px;
  margin-right: 10px;
}


.first-page a {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
}

.first-page a:hover {
  text-decoration: underline;
}

.first-page ul {
  list-style-type : none;
}

.postTitle {
  border-top: 0px;
  padding-top: 0px;
}

.main-copy a {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.main-copy a:hover {
  text-decoration: underline;
}

.date-header {
  font-size:78%/1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}

.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
}

.post a {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.post a:hover {
  text-decoration: underline;
}

blockquote {  
background: url(http://yoururl/wp-images/quote.gif) no-repeat 0 3px; 
color: #666; 
padding-left: 20px;
font-style: italic;
margin-bottom: 1px;
display:block; 
padding-top:5px;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
	
	/* ##### Comments ##### */
	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
  background: #ffffff url("http://yoururl.com/wp-images/input.gif") top right;
  color: #000000;
  border: 1px solid;
  border-color: #888888 #888888 #aaaaaa #aaaaaa;
  padding: 3px 3px 4px 3px;
  font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
  background-color: #f8f8f8;*
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nextPost {
  float: right;
}

.previousPost {
  float: left;
}

.previousPost a ,.nextPost a {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: bold;
}

.copyright {
  text-align: center;
  font-size: 8pt;
}

.tutorial-icon {
/*  float: left;*/
  vertical-align: middle;
  border: 0;
  padding: 3 3 3 3;
  margin: 0 0 0 0;
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.book-cover {
  float: left;
/*  vertical-align: middle; */
  border: 0;
  padding: 3 3 3 3;
  margin: 0 0 0 0;
  margin-right: 10px;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.footnote {
  text-align: center;
  border-top: 1px solid rgb(168,140,83);
}

.searchbox {
  width: 120px;
}

.banner {
  float: right;
  margin: 0px 0px 0px 0px;
}

.logo-left {
  float: left;
}

.book-title {
  color: rgb(0,0,0);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 125%;
  font-style: bold;
  text-align: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
/*  border-bottom: 1px dotted rgb(168,140,83);*/
  border: 0;
  border-top: none;
  padding-top: none;
  border-bottom: none;
  padding-bottom: none;
}


.sidead {
  text-align: center;
  color: rgb(0,0,0);
  background-color: transparent;
  line-height: 1.25em;
  margin: 0ex 0ex 0em 0ex;
  padding: 0;
  display: block;
}

.advertising-box {
  text-align: center;
  border-top: 1px solid rgb(168,140,83);
  text-align: center;
  border: 1px solid rgb(168,140,83);
}

.advertising-box p {
  text-align: left;
  margin: 0.2em 0 0.2em 0;
  padding: 0;
}

.advertising-box a, strong {
  text-align: left;
  margin: 0.2em 0 0.2em 0;
  padding: 0;
}

