/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	background-color: #deebff;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 110%;
 color: #334d55;
 letter-spacing: .1em;
}

h2{
 font-size: 100%;
 color: #D94600; 
 margin-top: 10px;
}

h3{
 font-size: 100%;
 color: #D94600; 
 padding-bottom: 5px;
 border-bottom: 1px solid;
 width: auto;
 margin-top: 10px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	width: 758px;
	margin:0 auto;
	border: 1px solid #6C0E06;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
}

.masthead{
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	width: 758px;
	background-image: url(images/dawn_dusk_orange.jpg);
	overflow: hidden;
	
}

#globalNav{
background-color: #FDA661;
color: #334d55;
padding: 5px 5px 5px 5px;
white-space: nowrap;
border-top: solid 1px;
border-bottom: solid 1px;
border-color: #fff;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	padding: 0px 4px 0px 0px; 
	color: #334d55;
}

#globalNav a:link, a:visited {
	color: #334d55;
	text-decoration: none;
}

#globalNav a:hover {
	text-decoration: underline;
}

#globalNav .active {
font-weight: bold;
text-decoration: underline;
}



/* overrides decoration from previous rule for hovered links */

.logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing:.2em;
	line-height:30px;
	padding: 10px;
	margin-left: 350px;
	margin-top: 50px;
	}

#content{
	background-color: #fff;
	overflow: hidden;
	padding: 10px;
}

.candlehome {
padding: 10px;
font-weight: bold;
margin-left: 50px;
margin-right: 50px;
background-color: #deebff;
overflow: hidden;
}

.box1 {
float: left;
width: 250px;
font-size: 90%;
}

.box2 {
font-size: 90%;
width: 250px;
float: right;
}

.candlehome img {
padding: 10px;
}

.icon {
float: left;
padding-right: 5px;
}

.photoRight {
margin-left: 20px;
margin-bottom: 10px;
float: right;
border: none;
} 


/************* #siteInfo styles ***************/

#siteInfo{
    margin: auto;
	width: 758px;
	font-size: 75%;
	margin-top: 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#wrapper #content a {
	text-decoration: underline;
}

#wrapper #content a:hover {
text-decoration: none;
color: #334d55;
}
.subNav {
	font-size: 80%;
}

#wrapper #content #samples {
font-size: 80%;
}

#wrapper #content #samples a {
text-decoration: none;
}

#wrapper #content #samples a:visited {
text-decoration: none;
}

#wrapper #content #samples img{
border: 1px solid;
border-color: #000;
}

#wrapper #content #boxout {
width: 250px;
background-color: #ddd;
float: right;
padding: 5px;
font-size: 90%;
margin-left: 20px;
}

#wrapper #content #boxout h1 {
font-size: 100%;
}

#wrapper #content #boxout li {
list-style: circle;
margin-left: -20px;
margin-top: -10px;
}

#wrapper #content #boxout li li {
list-style: circle;
margin-left: -20px;
margin-top: 10px;
}

.item {
width: 400px;
margin-bottom: 5px;
}

.cart {
float: right;
margin-top: 5px;
}

.shade {
border: 1px solid;
border-color: #000;
width: 425px;
padding: 10px;
}

.candlethumb img {
border: 1px solid;
border-color: #000;
float: right;
margin-left: 60px;
}

.smallText {
font-size: 90%;
background-color: #deebff;
}

.normalImage {
float: right;
margin-left: 30px;
}
.normalImage p {
font-size: 80%;
margin-top: 5px;
text-align: center;
}

.normalImageLeft {
float: left;
margin-right: 30px;
}
.normalImageLeft p {
font-size: 80%;
margin-top: 5px;
text-align: center;
}