﻿/*  

Theme Name: Quantum's Design

Author: Bonnie Koenig

Author Url: http://www.quantumlifestyles.com

*/



body{

    margin: 0 auto;

	background:#c9CD92;

	width: 100%;



}



#container{

    margin: 0 auto;

	width: 1000px;

}

/* main content area */



#main{

    border-top: 5px solid #6D7836;

    float:left;

	width:690px;

	margin-left:10px;

	padding-left: 8px;

	padding-right: 8px;

	padding-bottom:2px;

	padding-top:2px;

	background:#ffffff;

}



/* blockquote in the main area */



blockquote {

    margin: 20px 30px 0 10px;

	font-style: italic;

	padding-left: 50px;

	padding-right: 15px;

	border: 5px solid #C9CD92;

	}

  

   

	

#main h2{

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size:24px;

  line-height:45px;

  background: #c9CD92;

} 



#main p{

  font-family: Georgia, Times New Roman, serif;

  font-size: 16px;

  line-height: 20px;

}



.main a, a:hover, a:visited{

  color:#000000;

  text-decoration: underline;

}  



.main li, li a, li a:visited, li a:hover, ul, ul a, ul a:visited, ul a:hover{

  text-decoration: none;

  color:#000000;

  font-size: 14px;

  line-height: 16px;

  font-style: none;

  list-style-type: none;

}  



#main h3, h3 a, h3 a:visited, h3 a:hover{

  font-family: Georgia, Times New Roman, Serif;

  font-size: 16px;

  font-style: italic;

  text-align: right;

  color:#000000;

}  

#main h4, h4 a, h4 a:visited, h4 a:hover{
  font-family: Georgia, Times New Roman, Serif;

  font-size: 20px;

  font-style: italic;

  text-align: left;

  color:#000000;

}  


  

/* header stuff */

#header{

    background: #ffffff;

    margin: 0 auto;

    width: 1000px;

    height: 300px;

}



.description {

	font-size: 24px;

	padding-left: 16px;

	color:#ffffff;

	}



#header p{

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size: 12px;

}



#header h1, h1 a, h1 a:hover, h1 a:visited { 

	text-decoration: none;

	color:#ffffff;

	padding-left: 10px;

	font-size: 36px;

        font-style: none;

	}





#header h2{

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size: 20px;

  line-height: 22px;

  background:#c9CD92;

  text-align: center;

  color: white;

} 



#header h3, h3 a, h3 a:visited, h3 a:hover{ 

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size: 15px;

  line-height: 15px;

  color:#ffffff;

  text-align: left;

  padding-left: 10px;

} 



.header li, li a, li a:visited, li a:hover{

  text-decoration: none;

  color:#ffffff;

  font-size: 14px;

  line-height: 16px;

  list-style-type: none;

  font-style: none;

}  





#tophead{

	margin: 0px;

	width: 1000px;

	height: 100px;

	background:url(images/greenfeet.jpg);

}



#lmidhead{

    float: left;

	background: #949B55;

	border: 3px solid #c9CD92; /*#6D7836;*/

        margin: 0px;

	width: 330px;

	min-height:200px;

}





#mmidhead{

  float: left;

  background: #949B55;

  border-top:#c9CD92 3px solid;

  border-bottom:#c9CD92 3px solid;

  width: 329px;

  min-height: 200px;

 }

 

#rmidhead{

  float: right;

  background: #949B55;

  border:#c9CD92 3px solid;

  width: 329px;

  min-height: 200px;

}



/* sidebar */



#sidebar{  

  float: right;

  margin-right:10px;

  width:270px;  

  background:#949B55;

  border-top:#c9CD92 5px solid;

}



#sidebar h2{

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size: 16px;

  line-height: 20px;

  color:#ffffff;

}



/* this is for the links through out the page, except header */



a{

    text-decoration: none;

	color:#ffffff;

}



#sidebar a:hover {

    text-decoration: none;

    color:#c0c0c0;

}	



#sidebar a:visited {

	text-decoration: none;

	color: white;

	font-style: none;

	}

	

#sidebar p{

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size: 14px;

  line-height: 16px;

}  



.sidebar ul, ul a, ul a:visited, ul a:hover{

  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

  font-size: 14px;

  line-height: 16px;

  text-decoration: none;

  color:#ffffff;

} 



.sidebar li, li a, li a:visited, li a:hover{

  text-decoration: none;

  color:#ffffff;

  font-size: 14px;

  line-height: 16px;

  list-style: none;

  font-style: none;

}  



#sads{

  padding: 9px;

}  



/*footer */



#footer{

  clear: both;

  border-top: 5px solid #6D7836;

  width: 1000px;

  min-height: 50px;

  background: #949B55;

} 



#lside {

  float: left;

  padding-left: 10px;

  width: 400px;

  font-size: 10px;

  

} 



#rside {

  float: right;

  width: 400px;

  font-size: 10px;

  

}  

  

/* in this area are the things that I don't get or understand and are styled by the default theme and copied here if I can change something I know I don't like, I have done so.  This is an area I need to learn better */





/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left

	}

/* End Images */ 



/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */





/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

	}

/* incase I don't want avatars 



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}

*/



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}





.postmetadata {

	clear: left;

	font-style: italic;

}	



.postmetadata a, a:visited, a:hover{

	clear: left;

        color: #000000;

}	



	


