/* DREAMBURN.COM STYLESHEET    */
/* COPYRIGHT 2015 JOE SWINBANK */

/* GLOBAL */
body {
	margin: 0;
	padding: 0;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Titillium Web', sans-serif;*/
	color: #777;
	background: white;
}
.clear { clear: both; }
a,a:visited { text-decoration: none; color: #777; }
p.center { text-align: center; }
ul.menu { list-style: none; }
ul.horizontal li { display: inline; position: relative; }
ul.horizontal ul.sub { position: absolute; left: 0; top: 40px; width: 500px; text-align: left; font-size: .75em; }
img { display: block; margin: 0 auto; }
.warning { color: #ff9966; }
.column { box-sizing: padding-box; }
.column.major { float: left; width: 400px; }
.column.minor { float: right; width: 400px; }
.clear { clear: both; }

/* LAYOUT */
#container {
	margin: 0 auto;
	width: 900px;
}

#header {
	margin-top: 150px;
	margin-bottom: 60px;
	text-align: center;
	background: url( dreamburn.png ) no-repeat top center;
}
#header .logo {
	display: block;
	width: 400px;
	height: 70px;
	margin: 0 auto 30px;
}
#header .menu a {
	margin: 0 9px;
	padding: 0 .35em .05em;
	color: #999;
	font-size: 1.3em;
	font-weight: 300;
	text-transform: uppercase;
}
#header .menu li:first-child a { margin-left: 0; }
#header .menu li:last-child a { margin-right: 0; }
#header .menu a:hover { background: #666; color: white; }
#header .menu a.current { background: #666; color: white; cursor: default; }
/*#header .menu a.parent { border: 1px solid #aaa; }*/
#header .menu a.parent { border-bottom: 2px solid #aaa; }
#header .menu a.parent:hover { border-bottom: none; }
/*#header .menu a.current { border: 1px solid #aaa; cursor: default; }*/
/*#header .menu .sub a.current { border: 1px solid #aaa; cursor: default; }*/
/*#header .menu a.current { border: 1px solid #aaa; border-radius: 4px; }*/
/*#header .menu a.current:hover { background: white; color: #999; }*/

#content {
	line-height: 2em;
	position: relative;
}
#content p { margin-bottom: 30px; padding: 0 100px; }
#content img { margin: 60px 0; }
#content img:first-child { margin-top: 100px; }
#content img.big { margin-left: -100px; }
#content img.center { margin-left: auto; margin-right: auto; }
#content img.border { box-shadow: 0px 2px 6px #999; }
#content a {
	/*color: #996666;*/
	/*text-weight: bold;*/
	/*text-decoration: underline;*/
	padding: 4px 8px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
#content a:hover {
	/*color: black;*/
	/*text-decoration: underline;*/
	border: 1px solid #666;
	background: #666;
	color: white;
}

#footer {
	margin: 100px auto 0;
	padding: 30px 0;
	text-align: center;
	color: #ccc;
	border-top: 2px solid #eee;
	width: 60%;
	font-size: .85em;
	clear: both;
}
#footer a { text-decoration: none; color: #ccc; }
#footer a:hover,a:active { color: #999; }

/* FORMS */
form { padding: 0 0 0 100px; }
/*.field { width: 100%; padding: 8px 6px; display: block; border-radius: 5px; border: 1px solid #ddd; margin-bottom: 12px; }*/
.field {
	width: 100%;
	padding: 14px 10px;
	display: block;
	border: 0px solid #ddd;;
	/*border-left-width: 1px;*/
	border-top-width: 1px;
}
textarea.field {
	width: 100%;
	min-height: 120px;
	resize: none;
	border-bottom-width: 1px;
	overflow: auto; /*IE trick to remove scroll bar*/
}
.submit {
	float: right;
	background: transparent;
	width: 100px;
	text-transform: uppercase;
	cursor: pointer;
	color: #777;
	margin: 0;
	margin-right: -21px;
	border-top: none;
	border-left-width: 1px;
}
.submit:hover { border-color: transparent; background: #777; color: white; }
/*label { display: block; margin-top: 1em; font-weight: bold; }*/
/*.field { display: block; font: 10pt "courier new"; border: 1px solid #BBB; overflow: auto; }*/
