/* 
Title:		Master styles for screen media
Author: 	dan@simplebits.com
*/

body {
	font-family: Georgia, serif;
	color: #f8cc7a;
	font-size: 62.5%;
	background: #352b1d url(../img/bg.jpg) fixed;
	}

img,
object {
	max-width: 100%;
}

/* links */

p a:link, p a:visited,
ul li a:link, ul li a:visited {
	color: #dfce8c;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid rgba(248,204,122,.16);
	-webkit-transition: color .3s linear;
	-webkit-transition: border-bottom-color .3s linear;
	}
p a:hover,
ul li a:hover {
	color: #f8eab1;
	border-bottom: 1px solid rgba(248,204,122,.5);
	}

/* page structure 
--------------------------------------------- */

#hcss {
	background: url(../img/burst.png) no-repeat 0 -150px;
	}

#page {
	background: url(../img/ripped.png) repeat-x -80% -541px;
	padding: 0 2em;
}

.wrap {
	position: relative;
	margin: 0 auto;
	max-width: 96em;
	}
#main {
	float: left;
	width: 66.667%;		/* 640 / 960 = 0.66667 */
	margin: 0;
	}
.col {
	float: left;
	width: 45.313%;		/* 290 / 640 = 0.45313 */
	}
.col-2 {
	float: right;
	width: 45.313%;		/* 290 / 640 = 0.45313 */
	margin-right: 4.688%;	/* 30 / 640 = 0.04688 */
	}
#secondary {
	width: 30.208%;		/* 290 / 960 = 0.30208 */
	float: right;
	margin-top: -40px;
	}
#footer {
	margin: 20px 0;
	}

/* header 
--------------------------------------------- */

#logo {
	float: right;
	width: 73px;
	margin: -60px 0 0;
	padding: 0;
	text-indent: -1000em;
	}
#logo img {
	height: 0;
	}
#logo a {
	display: block;
	height: 105px;
	background: #a73f2d url(../img/tag.png) repeat-x bottom left;
	-webkit-transition: background .3s linear;
	}
#logo a:hover {
	background-color: #b24b3d;
	}
#header {
	padding-top: 40px;
	}

#featured {
	float: left;
	position: relative;
	width: 69.792%;		/* 670 / 960 = 0.69792 */
	z-index: 10;
}

#cover-main {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 43.284%;		/* 290 / 670 = 0.43284 */
}

#featured a {
	text-decoration: none;
	display: block;
}

#featured div {
	float: right;
	width: 52.239%;		/* 350 / 670 = 0.52239 */
}

#featured div a {
	float: left;
}

#featured div a.first {
	margin-right: 8.57143%;	/* 30 / 350 = 8.57143e-02 */
}

#featured a strong {
	display: block;
	margin: 8px 0 0 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	color: rgba(248,204,122,.3);
	-webkit-transition: color .3s linear;
	}
#featured a:hover strong {
	color: rgba(248,204,122,.8);
	}

#featured a.hcss-dvd strong {
	margin-right: 22px;
	}

#featured a,
#featured img {
	display: block;
	}

#featured a.hcss-book-dvd {
	width: 41.143%;		/* 144 / 350 = 0.41143 */
}

#featured a.hcss-dvd {
	width: 42%;			/* 147 / 350 = 0.42 */
}

#featured a.photo {
	width: 35.714%;		/* 125 / 350 = 0.35714 */
}

#header div.info {
	margin-left: 33.333%;		/* 320 / 960 = 0.33333 */
}

#header h1 {
	margin: 20px 80px .3em 0;
	font-size: 4em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #fff;
	}
#header h2 {
	clear: right;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
	margin-right: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#header h2 em {
	text-transform: none;
	letter-spacing: 0;
	color: rgba(248,204,122,.5);
	}
#header ul.nav {
	width: 100%;
	float: left;
	margin: 2em 80px 2em 0;
	font: normal 0.9em "Lucida Grande", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	}

#header ul li {
	font-style: normal;
	}
#header ul li a {
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px 12px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	color: rgba(248,204,122,.5);
	background: rgba(0,0,0,.35);
	-webkit-border-radius: 6px;
	-moz-border-radius: 10px;
	-webkit-transition: background .3s linear;
	-webkit-transition: color .3s linear;
	}
#header ul li a:hover {
	color: rgba(248,204,122,.8);
	border: none;
	background: rgba(0,0,0,.6);
	}
#cover-extra {
	float: left;
	width: 600px;
	margin: 0 0 0 320px;
	}
#cover-extra a {
	float: left;
	margin-right: 30px;
	}

/* main styles 
--------------------------------------------- */

h3 {
	margin: 2.5em 0 1em 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	}
ol {
	padding: 0 0 1em 0;
	font-size: 1.3em;
	line-height: 1.4;
	}
ol li {
	margin: 0 0 .7em 0;
	padding: 0 0 .7em 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: rgba(248,204,122,.65);
	border-bottom: 1px solid rgba(248,204,122,.07);
	}
ol li.last {	
	margin-bottom: 0;
	border: none;
	}
ol li em {
	margin-left: 10px;
	font-family: Georgia, serif;
	font-size: 1em;
	color: rgba(248,204,122,.4);
	}

ul {
	padding: 0 0 1em 0;
	font-size: 1.4em;
	line-height: 1.4;
	}
ul li strong {
	display: block;
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	color: rgba(255,255,255,1);
	}
ul li {
	font-size: 1.2em;
	line-height: 1.6;
	}

p {
	margin: 0 0 1em 0;
	font-family: Georgia, serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: rgba(248,204,122,.65);
	}
p.note {
	margin-top: -.9em;
	font-size: 1.4em;
	}
p strong {
	color: rgba(248,204,122,.8);
	}
p.last {
	margin-bottom: 2em;
	}
h4 {
	margin: 0 0 .5em 0;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.2;
	}

a.more {
	margin: 0;
	padding: 8px 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
	background: #a73f2d url(../img/glass.png) repeat-x 0 50%;;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: background .3s linear;
	}
a.more:hover {
	background-color: #b24b3d;
	}

/* secondary styles 
--------------------------------------------- */

#workshop {
	float: right;
	margin: 0 0 30px 0;
	position: relative;
	width: 30.208%;		/* 290 / 960 = 0.30208 */
	z-index: 10;
	}
#workshop div {
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 20px 28px 20px;
}
#workshop h3 {	
	margin-top: 0;
	}
#workshop h4.price {
	font-size: 3em;
	line-height: 2;
	font-weight: normal;
	color: #fff;
	}
#workshop h4.price em {
	font-size: .5em;
	font-style: normal;
	color: rgba(248,204,122,.65);
	}
#workshop ul li {
	line-height: 1.4;
	}
#secondary p,
#workshop p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.6;
	}
#workshop p,
p.last {	
	clear: left;
	margin-bottom: 30px;
	}
#workshop p.note {
	clear: left;
	margin: 0;
	padding-top: 25px;
	font-size: 1.1em;
	color: rgba(248,204,122,.45);
	}
#header #workshop ul li a {
	float: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	color: #dfce8c;
	background: none;
	}
#header #workshop ul li.present {
	margin-top: 4px;
	font-size: 1em;
	}
#workshop img {	
	float: left;
	margin: 0 10px 10px 0;
	}
#workshop img#eventwax {
	float: right;
	margin: .5em 0 0 10px;
	border: none;
	}
p img {
	float: left;
	margin: .2em 12px 5px 0;
	border: 5px solid rgba(0,0,0,.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
p img.bio {
	width: 16%;
	}
img.alt {
	float: right;
	width: 45%;
	margin: .2em 0 5px 15px;
	border: 5px solid rgba(0,0,0,.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}

table.sched {
	width: 100%;
	}
table.sched th {
	padding: 15px 15px 15px 0;
	font-size: 1.4em;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid rgba(248,204,122,.07);
	}
table.sched td {
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid rgba(248,204,122,.07);
	}
table.sched td h4 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	}
table.sched td p {	
	margin-bottom: 0;
	}

ul#sponsors {
	margin-top: 30px;
	}
ul#sponsors li a {
	float: left;
	margin: 0 10px 20px 0;
	border: none;
	}

/* footer 
--------------------------------------------- */

#footer div.wrap {
	padding: 1.5em 0;
	border-top: 2px solid rgba(248,204,122,.07);
	}
#footer div.wrap p {
	margin: 0 0 1em 0;
	font: normal 1.2em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: rgba(248,204,122,.3);
	}
#footer div.wrap ul li a {
	float: left;
	margin: 0 10px 2px 0;
	padding: 5px 12px;
	font: bold .7em "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	border: none;
	color: rgba(248,204,122,.5);
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 10px;
	-webkit-transition: background .3s linear;
	-webkit-transition: color .3s linear;
	}
#footer div.wrap ul li a:hover {
	color: rgba(248,204,122,.8);
	border: none;
	background: rgba(0,0,0,.55);
	}


/* misc. 
--------------------------------------------- */

hr, .hide {
	height: 0;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 0;
	visibility: hidden;
	}
a img {
	border: none;
	}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }