/*
Theme Name: Lynne's Dolce e Pan
Theme URI: http://www.jonathandesrosiers.com
Description: Custom developed theme for Dolce e Pan
Version: 1.0
Author: Jonathan Desrosiers
Author URI: http://jonathandesrosiers.com/
*/


/*---------------------CSS RESET ---------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------STRUCTURE -------------------------*/
html {
	background: url('images/bg.jpg') 0 0 fixed;
	font-size:1em;
}

html, body {
	height:100%;
}

body {
	color:#000000;
	font-family: Georgia, Helvetica, Arial, Times New Roman;
}

#shell {
	margin: 0 auto;
	padding-bottom:1px;
	width:1047px;
	background: url(images/contentbg.png) repeat-y 0 0 transparent;
}
#bgfade {
	background: url(images/contentbgfade.png) repeat-y 0 0;
	margin: 0 auto;
	padding-bottom:1px;
	width:1047px;
}

#container {
	margin:0 0 0 41px;
	width:965px;
}


/*----------------------MAIN ELEMENTS -------------------------*/
#header {
	width:965px;
}
	#header #leftheader {
		width:513px;
		margin-top:0;
		float: left;
		position:relative;
		z-index:2;
	}
	#header #rightheader {
		float: right;
		position:relative;
		z-index:1;
		width: 498px;
		border: 4px #000000 solid;
		border-top:none;
		border-right:none;
		margin: -126px 0 0 0;
	}
		#header #rightheader .fadegallery {
			float: left;
			width:166px;
			height:111px;
		}


#mainnav {
	padding:20px;
	font-size: 150%;
	font-weight:bold;
	border-bottom:2px solid #000;
}	
	
	#mainnav ul {
		list-style:none;
		margin:0;
	}
		#mainnav ul li {
		margin:0 10px 0 10px;
			display:inline;
		}
	
	#mainnav a {
		color:#000000;
		text-decoration:none;
	}
		#mainnav a:hover {
			color:#CC6600;
			text-decoration:none;
		}
		
#maincontent {
	margin:15px 30px 30px 30px;
		min-height:500px;

}	

	#leftmain {
		float:left;
		width:622px;
		margin-right:15px;
	}
	
	#sidebar {
		float:left;
		width:253px;
		margin-left:15px;
	}

/*---------------------STYLE ALL ELEMENTS-------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin:0 10px 15px 0;
}

h1 {
	font-size: 195%;
	line-height:140%;

}
h2 {
	font-size: 180%;
		line-height:120%;

}
h3 {
	font-size: 165%;
	line-height:115%;
}
h4 {
	font-size: 150%;
		line-height:170%;

}
h5 {
	font-size: 135%;
		line-height:155%;

}
h6 {
	font-size: 120%;
		line-height:140%;

}

a {
	color:#CC6600;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration:none;
}


hr {
	border:0;
	height:2px;
	width:95%;
	color:#000000;
	background-color:#000000;
}

#maincontent p {
	margin: 10px 0 10px 0;
	font-size:103%;
	line-height:120%;
}

small {
	font-size: 80%;
}

dd {
	margin: 5px 40px 5px 40px;
}

dt {
	font-weight:bold;
	font-size:110%;
	margin: 5px 0 5px 20px;
}

ol {
	list-style: decimal;
	margin:20px;
}

ol li {
	margin-left:15px;
}

ul {
	list-style: disc;
	margin:20px;
}

ul li {
	margin-left:15px;
}

fieldset {
	border: 1px solid #000000;
	padding:5px 20px 20px 20px;
}

legend {
	font-weight:bold;
	font-size:120%;
	padding:0 10px 0 10px;
}

form {
}

label {
	font-weight:bold;
}

input {
	margin: 5px 0 5px 0;
}

textarea {
	margin: 5px 0 5px 0;
	width:200px;
	height:80px;
}

blockquote {

}

table {
	width:90%;
}
	th, td {
		padding:10px;
	}
	th {
		font-size:130%;
		border-bottom:1px solid #000000;
	}
	td {
		border: 1px solid #000000;
	}
	
cite {
	font-style:italic;
}

abbr {
	border-bottom: 1px dotted #000000;
}

acronym {
	border-bottom: 1px dotted #000000;
}

pre {
	width:600px;
	overflow:auto;
	margin: 20px 0 20px 0;
	padding:15px;
	border: 2px #000000 solid;
	border-bottom:none;
	font-weight:bold;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}





.productlisting {
	border-bottom: dashed 1px #666666;
	margin-bottom: 20px;
	padding-bottom:10px;
}




#footer {
	clear:both;
	margin:30px 0 0 0;
	padding: 20px 30px 20px 30px;
	border-top:2px solid #000;
	font-size: 80%;
	line-height:140%;
}

#footer p {
	line-height:140%;
}
	#footer #left {
		width: 453px;
		float:left;
	}
	
	#footer #right {
		width: 452px;
		float:left;
		text-align:right;
	}


.clear {
	clear:both;
	height:1px;
	line-height:0;
}


/*--------------------- SLIDESHOW STYLES ------------------- */
#slideshow1 {
    position:relative;
    height:111px;
}

#slideshow1 img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow1 img.active {
    z-index:10;
}

#slideshow1 img.last-active {
    z-index:9;
}

/*--------------------- SLIDESHOW STYLES ------------------- */
#slideshow2 {
    position:relative;
    height:111px;
}

#slideshow2 img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow2 img.active {
    z-index:10;
}

#slideshow2 img.last-active {
    z-index:9;
}

/*--------------------- SLIDESHOW STYLES ------------------- */
#slideshow3 {
    position:relative;
    height:111px;
}

#slideshow3 img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow3 img.active {
    z-index:10;
}

#slideshow3 img.last-active {
    z-index:9;
}

#comment {
	width: 400px;
}


#sidebar div a {
	float: left;
	margin-right: 5px;
}

#sidebar div a img {
background-color: white;
border: 1px solid darkGray;
display: block;
margin: 4px 0px 4px 5px;
padding: 4px;
position: relative;
}
