@charset "UTF-8";
/* CSS Document */


/* global styles */

body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	color:  #666666;
	font-size: 100%;
	background-image:url(../images/jared-platt-workshops_01.jpg);
	background-repeat:repeat-x;
	background-position: right top;
	}

h1{font-size: 1em; color: #996633;} /* 18 px*/

h2 {font-size: 1em; color: #996633;} /*16px*/

h3 {font-size: .875em; color: #666633;}/*14px*/

ul, ol {font-size: .9375em; /*line-height: 1.2em;*/ list-style: none;} /*15px*/

p {
	font-size: .875em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
} /*14px*/

pL {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
} /*14px*/

a {
font-size: inherit;
color: #999966;
text-decoration: none;
}

a:hover, a:focus {
text-decoration: underline;
color:#8B5D3B;
}

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

/*container styles*/

hr {
background:#fff;
color:#fff;
}

/*header styles*/

#header {
	height: 57px;
	background-image:url(../images/jared-platt-workshops_01.jpg);
	background-repeat:repeat-x;
	background-position: right top;
}

.headerText {
	text-indent: -9999px;
	display: none; /*removes element from the flow*/
}

.logo {
	margin-left:10px;
}

/*-- form styles --*/

form {
	font-size: .875em;
	font-family: Helvetica, Arial, sans-serif;
}

form #search_input {
height: 23px;
float: left;
}

form #search_button {
float: left;
padding-left: 20px;

}

textarea {
width: 110px;
height: 40px;
}

.submit input {
margin-left:80px;
}

label { font-weight:normal;}

/*-- top navigation styles --*/

#topNav {
float: right;
margin: 0px;
text-transform:uppercase;
z-index:50;
}

#topNav ul {
float: left;
padding: 0px;
margin:0;
}

#topNav ul h3 {
padding: 0px;
margin-top: 3px;
width: 118px;
font-size:14px;
height:25px;
}


#topNav a, #topNav h3 {
color:#8B5D3B;
display: block;
margin: 0;
padding: 10px 0px 2px 15px;
text-decoration: none;
background-image:url(../images/jared-platt-workshops_05.jpg);
background-repeat: no-repeat;
font-size: .9175em;
}

#topNav a:hover {
color:#ffffff;
display: block;
text-decoration: none;
background-image:url(../images/jared-platt-workshops_04.jpg);
background-repeat: no-repeat;
font-size: .9175em;
background-position:inherit;
}

#topNav ul ul {
position: absolute;
width: 117px;
font-size: .9em; 
}

#topNav ul ul a {
background-image:url(../images/jared-platt-workshops_17.jpg);
background-repeat: repeat;
}

#topNav ul ul a:hover {
background-image:url(../images/jared-platt-workshops_16.jpg);
background-repeat: repeat;
}

div#topNav ul ul,
div#topNav ul li:hover ul ul,
div#topNav ul ul li:hover ul ul
{display: none;}

div#topNav ul li:hover ul,
div#topNav ul ul li:hover ul,
div#topNav ul ul ul li:hover ul
{display: block;}*/


/*-- sideBar styles, nested in contentWrap --*/


#sidebar img {
padding: 10px 0 10px 10px;
}

#sidebar h1 {
padding-left: 10px;
font-size: .8075em;
padding-bottom:0.22em;
padding-top:0.75em;
color: #ffffff;
background-image:url(../images/jared-platt-workshops_11.jpg);
background-repeat:repeat-x;
text-transform:uppercase;
width:205px;
height:28px;
}

#sidebar p {
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}

#sidebar ul {
padding-bottom: 20px;
}

#sidebar li {
padding: 1em 0 0 13px;

}


/*--main div styles--*/


#editible {
	width:700px;
	margin-left:9px;
	}

#main h1 {
	padding-bottom: .225em;
	border-bottom: .14em dotted #A5B089;
	text-transform: uppercase;
	color: #996633;
	text-align: left;
	font-size: 1.125em;
}

#main h1 a {
text-decoration: none;
color: #996633;
}

#main h1 a:hover {
color: #666633;
}

#main h2 {
	padding-bottom: .225em;
	border-bottom: .14em dotted #A5B089;
	text-transform: uppercase;
	color: #996633;
	text-align: center;
	font-size: 1.125em;
}

#main h2 a {
text-decoration: none;
color: #996633;
}

#main h2 a:hover {
color: #666633;
}

#main a {
font-size: inherit;
color: #666633;
text-decoration: underline;
}

#main a:hover {
color:#8B5D3B;
text-decoration: underline;
}

#main ul {
  list-style: disc;
  margin-left: 35px;
  padding-top: .75em;
  list-style-position: outside;
  font-size: .875em;
}

#main ol {
  list-style: lower-alpha;
  margin-left: 35px;
  padding-top: .75em;
  list-style-position: outside;
  font-size: .875em;
}

#main img.floatLeft { 
    float: left; 
    margin-right: 10px;
    border: 1px;
}

#main img.floatRight { 
    float: right; 
    margin-left: 10px;
    border: 1px; 
}

#gallery {
	padding: 0px;
	height: 298px;
	width: 700px;
	z-index:25;
}
 
.right-content {
	width:710px;
	height:900px;
	background-color:#0F3;
	/*position:relative;*/
}

 /*footer styles*/
 
#footer {
height: 78px;
background-image: url(../images/jared-platt-workshops_15.jpg);
background-repeat: repeat-x;
background-position: top center;
padding: 10px 10px 0px 10px;
margin-top: 15px;
font-size: .875em;
 }
 
#footerLinks {
float: left;
 }
 
#footerInfo {
float: right;
text-align:right;
}

#footerInfo p {
margin-bottom: .75em;}

/*----helpers and image placement--------*/

.image-full {
	width:702px;
	height:auto;
	margin-bottom:15px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfix { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
