@charset "UTF-8";
/* CSS Document */
/*  potteryretreat.com new style sheet || Creator: Sharon Chen || Date: March 14, 2010*/
    

/*------------------CONTAINER ATTRIBUTES--------------------*/
/*--------FOUNDATION--------*/
body {
	text-align: center;
	background:#71613f;
}

#wrapper {
	width: 810px;
	margin:10px auto;
	text-align:left;
	z-index:0;
}

#header {
	background-image:url(../images/header.png);
	position:relative;
	width:810px;
	height:66px;
	z-index: 1;
}

#page {
	background-repeat: repeat-y;
	background-image:url(../images/body.png);
	position:relative;
	width:810px;
	margin-top:-3px;
	padding: 0 5px 30px 5px;
}

.content {
	position:relative;
	padding: 0 45px 0 40px;
	width:720px;
}

#footer {
	background-image:url(../images/footer.png);
	position:relative;
	width:810px;
	height:9px;
	z-index: 1;
}

/*--------CONTENT--------*/

.main {
	position: relative;
	width: 30em;
	float: left;
}

.sidebar{
	position: relative;
	width: 11em;
	float: right;
	background-color: #eaffe5;
	padding: 20px;
}

.col1 {
	position: relative;
	width: 21.325em;
	float: left;
}

.col2 {
	position: relative;
	width:21.325em;
	float: right;
}

.cols2 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
}

/*------------------LINKS ATTRIBUTES--------------------*/
/*--------NAVIGATION--------*/
#nav {
	margin: 29px 40px 0 0;
	float:right;
	z-index:2;
	/*width:400px;*/
}

#nav li {
	list-style-type:none;
	position:relative;
	display:inline;
	float:left;
	/*display: inline-block;
	*display: inline; /*--ie 7 hack--*/*/
	text-align:right;
	margin: 0 2px;
	padding: 0 0 3px 0;
}

#nav li a{padding:5px 10px 4px;}


/*--------DROPDOWN--------*/
#nav li:hover > ul {display: block;}

/*--------LEVEL 2--------*/
#nav ul {
	display:none;
	margin-top:2px;
	padding:6px 0 3px;
	width:7.25em;
	text-align: left;
	position: absolute;
	top:18px;
	left:0;
	background-color:#417a36;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

#nav ul li {
	/* float:none; */
	margin: 0;
	padding:0;
	width:150px;
	text-align:left;
}

/*--------LEVEL 3--------*/
#nav ul ul{
	width: 50px;
	margin:-24px 0 0 110px;
}


/*--------MAIN NAV HOVER--------*/
.current, #nav li:hover > a {
	background-color:#417a36;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
/* 	width:100px; */
}

/*--------SUB NAV HOVER--------*/
#nav ul li:hover a, #nav li:hover li a{
	/* background-color:#000; */
	/* width: 7.625em; */
}

#nav ul a:hover{color: white; background:#61a054;}



/*------------------FONT ATTRIBUTES--------------------*/
/*--------TYPE TREATMENT--------*/
body, label, input, textarea, button {font-family: Helvetica, Geneva, Arial, sans-serif;}

h1, h2, h3, h4 {color: #61a054;}

h1{font-size: 1.75em;}

h2{font-size: 1.325em;}

h3{
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: .5em;
}

p, ol li, ul.list li, td {
	color:#666;
	font-size: .825em;
	line-height: 1.5em;
}

p.introduction:first-letter {
	font-size:3.125em; 
	float:left;
	margin: 3px 4px 0 0;
	color: #98dc86;
}

#highlight {
	color: #d26c1c;
	font-style: italic;
}

#key {
	color: #d26c1c;
	font-weight:600;
}

/*--------NAVIGATION--------*/
#nav li a, #nav li:hover > ul li a{
	color: #fff;
	font-size: .825em;
	font-weight: 500;
	line-height: 1.75em;
	text-decoration: none;
}

/*--------SIDEBAR--------*/
.sidebar h4 {
	font-size: .75em;
	font-weight: 600;
}

/*--------LINKS--------*/
a {
	color:#de8b49;
	font-size: 1em;
	line-height: 1.5em;
}

a:hover{
	color: #d26c1c;
	/*font-weight:600;*/
}

a:visited{
	color: #e2ad85;
}

/*--------BLOCKQUOTE--------*/
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 1.25em;
	color: #7db670;
	text-indent: -7px;
	margin: 20px 20px;
	quotes: "\201C" "\201D";
}

blockquote[lang-=fr] {quotes: “\201C” “\201D”;}

blockquote[lang-=en] {quotes: “\00AB” “\00BB”;}

blockquote:before {content: '\201C';}

blockquote:after {content: '\201D'}

/*--------LIST ATTRIBUTES--------*/
 ol, ul.list {list-style-position:outside;}
 
 
ol li, ul.list li {margin-bottom:.5em}
 	
ol {
	list-style-type:decimal;
	margin: 0 0 1.75em 1.5em;
}

ul.list {
	list-style-type:disc;
	margin: 0 0 1.75em .9em;
}

p#house, p#phone, p#env {margin: 0 0 15px 40px;}

/*--------FORMS--------*/
label, input, textarea {
	color:#666;
	font-size: .825em;
	line-height: 1.5em;
}

.required {color: #d26c1c;}

button {
	color: #fff;
	font-size: .825em;
}

/*--------TABLE ATTRIBUTES--------*/
th {
	font-size: 1em;
	color: #fff;
}

/*------------------IMAGE ATTRIBUTES--------------------*/
#logo {
	position:relative;
	width:297px;
	height:40px;
	margin:17px 0 0 45px;
	z-index: 1;
	float:left;
}

.imageheader {
	position:relative;
	width:800px;
	height:145px;
	margin-bottom:40px;
	z-index:0;
}

.pics, .thumbnails {
	background-color:#FFF;
	padding:5px;
	border: 1px solid #bbb;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	margin-bottom:20px;
	margin-right:14px;
}

p#house img, p#phone img, p#env img {
	float:left;
	margin-left:-40px;
}

p#house img {margin-top:2px;}

p#phone img {margin-top:-3px;}


/*------------------FORMS ATTRIBUTES--------------------*/
input {
	padding:4px 3px;
	border:solid 1px #bbb;
	width:320px;
	height:18px;
	margin:1px 0 20px;
}

textarea {
	padding:2px 3px;
	border:solid 1px #bbb;
	width:320px;
	height:100px;
	margin:1px 0 20px;
}

input:focus, textarea:focus {border:solid 1px #d26c1c;}

button {
	border:none;
	height:24px;
	background:#61a054;
	-moz-border-radius: 4px;
	-webkit-border-sizing: 4px;
	border-radius:4px;
	padding-bottom:1px;
}

/*------------------TABLES ATTRIBUTES--------------------*/
th {
	text-align: center;
	vertical-align:middle;
}

td {
	text-align: center;
	vertical-align:middle;
}

/*--------CLASS SCHEDULE--------*/
.schedule {
	border: 2px solid #8ed57f;
	border-collapse: collapse;
}

.schedule th {
	border: 1px solid #fff;
	padding: 0 23px;
	background:url(../images/tab.gif) repeat-x;
	height:70px;
}

.schedule td {
	border: 1px solid #8ed57f;
	padding: 20px 12px;
}

/*--------RETREAT SCHEDULE--------*/
.retreat_dates {
	width:710px;
	border: 3px solid #8ed57f;
}

.retreat_dates th {
	padding: 10px 10px;
	background:url(../images/tab.gif) repeat-x center;
}

.retreat_dates tr:nth-child(2n+1){background:#eaffe5;}

/*<!--table.retreat_dates tr:first-child + tr {background:none #eaffe5;}-->*/

.retreat_dates td {
	text-align: center;
	padding: 10px 20px;
}

/*------------------HR ATTRITBUTES--------------------*/
hr {
	background-color:#61a054;
	color:#61a054;
	height:1px;
	border:thin;
	margin:0 0 30px 0;

}

div.sidebar hr {
	border: thin;
	height:1px;
	margin:2px 0 10px 0;
}

#dotted {
	background-color:#eaffe5;
	margin:10px 0 10px 0;
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px dotted #61a054;
}

/*------------------CLEAR ATTRIBUTES--------------------*/
/*--------NAVIGATION--------*/
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {clear:both;}
