/* Subsection 1: CSS Reset */
body,
h1, h2, h3,
p, ul, li, form, input,
table, tr, td,
/*header, nav, article, section, dialog, figure, aside, footer*/ {
border:0;
margin:0;
padding:0;
font-size:100%;
}
/* Subsection 2: Standard HTML tags redefinition */
body,
form, input {
color:#000;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
}

body {
	/*background-color: #f2f5d3;*/
	background-color: #BDC79A;
}

h1{	font-size:24px;	}
h2{	font-size:18px;	}
h3{	font-size:13px;	}
a {	color: #522B18; border:none; text-decoration: none;}
a:hover {	color: #e79015;	}
a img { border: none; 	}

/*Subsection 3: HTML 5 tags 
header{ }
nav{ }
article{ }
section{ }
aside{ }
footer{ }
*/
.footl { display:none; }
#wrap {
	margin: 0px auto;
	margin-top: 10px;
	width: 922px;
	height: 725px;
	/*background-position:center;*/
	background-image: url('http://www.rebeccatickell.com/files/images/brownbg.png');
}
#header { 
	width: 730px;
	height: 98px;
	padding-left: 200px;
	padding-top: 62px;
}
#mailenter {
	width: 150px;
	height: 99px;
	margin-left: 510px;
	margin-top: -48px;
}
#mailenter input{
	border: none;
	color:#FFFFFF;
	line-height: 11px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
#menu {
	width: 899px;
	height: 22px;
	margin-left: 14px;
	margin-top: 7px;
	padding-left: 33px;
	padding-top: 12px;
	background-image: url('http://www.rebeccatickell.com/files/images/buttons_bg.png');
	background-repeat: no-repeat;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	display:inline;
	margin-left: 10px;
}
#slide1 {
	background-image: url('http://www.rebeccatickell.com/files/images/upcoming_img.png');
	height: 392px;
	width: 899px;
}
#slide2 {
	background-image: url('http://www.rebeccatickell.com/files/images/bio_img.png');
	height: 392px;
	width: 899px;
}
#slide3 {
	background-image: url('http://www.rebeccatickell.com/files/images/media_img.png');
	height: 392px;
	width: 899px;
}
.content-float {
	float:right; 
	margin-top:47px; 
	margin-right:18px;
}
.pageIndicator {
	width: 42px;
	height: 23px;
	position: fixed;
	margin-top: -7px;
	margin-left: 41px;	
	background: url('http://www.rebeccatickell.com/files/images/triangle.png');
}
#content {
	height: 382px;
	width: 809px;
	background-image: url('http://www.rebeccatickell.com/files/images/secondary_bg.png');
	margin-left: 14px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#content-bio {
	height: 382px;
	width: 809px;
	background-image: url('http://www.rebeccatickell.com/files/images/secondary_bg.png');
	margin-left: 14px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#content-bio p {
	font-size: 11px;
}
#boxes {
	width: 207px;
	height: 314px;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
#boxes img {
	margin-bottom: 15px;
}
#long-sidebar {
	width: 177px;
	height: 260px;
	float:left; 
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 30px; 
	margin-bottom: 10px; 
	margin-top:15px;
	background-image: url('http://www.rebeccatickell.com/files/images/long_sidebar.png');
}
#press {
	height: 179px;
	width: 570px;
	display: inline;
	float: left;
	margin-top: 50px;
}
.press-img {
	margin-right: 15px;
}
.articles {
	border-width:1px; 
	border-color:#522B18; 
	border-style:solid;
}
#footer-index {
	width: 899px;
	height: 114px;
	display: inline;
	margin-top: 22px;
	margin-left: 30px;
	float: left;
}
#footer {
	width: 899px;
	height: 114px;
	display: inline;
	margin-top: 0px;
	margin-left: 29px;
	float: left;
}
#footer img {
	margin-left: .5px;
}
#tips_form div.single-field {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#tips_form div.curFocus {
	background: #95B34A;
}

#tips_form label {
	padding-left: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	line-height: 17px;
	margin-top: 3px;
	width: 70px;
	display: block;
	float: left;
	color: #522B18;
}
#tips_form input {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}
#book_form div.single-field {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#book_form div.curFocus {
	background: #95B34A;
}

#book_form label {
	padding-left: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	line-height: 17px;
	margin-top: 3px;
	width: 95px;
	display: block;
	float: left;
	color: #522B18;
}
#book_form input {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}
#app_form div.single-field {
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#app_form div.curFocus {
	background: #95B34A;
}

#app_form label {
	padding-left: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	margin-top: 3px;
	width: 160px;
	display: block;
	float: left;
	color: #522B18;
}
#app_form input {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
}
textarea#styled {
	margin-left: 47px;
	margin-top: 10px;
	width: 673px;
	height: 40px;
	border: 3px solid #cccccc;
	padding: 5px;
	color:  #666666;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	background-image: url('http://thefuelfilm.com/files/images/bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
#message_box {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	background:#ffc;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center;
	font-weight:bold;
	width:99%;
}

