/*   
Fool Proof Art.com
Author: Shelli Paroline

*/

body
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #f9f6dd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7f4000;
	overflow-x: hidden;
}

/* Site Structure ---------------------------------------------------- */
#content { padding: 0; }

#header
{
	background: #feba01 url('imgs/grad1.gif') repeat-x;
	height: 300px;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 50px;
	clear: both;
	position: relative;
}

#wrap { margin: 20px 55px; }

#main
{
	width: 100%;
	height: 300px;
	background: #f9f6dd;
	border-top: 3px solid #ebd9a0;
	padding: 0;
}

#footer
{
	position: relative;
	/* Needed for Safari */
	padding: 0 0 10px 50px;
	margin: 20px 0 0 0;
	background: #442402 url('imgs/grad2.gif') repeat-x;
	color: #733900;
	width: 100%;
	min-width: 900px;
	min-height: 500px;
}

/* Header Elements ---------------------------------------------------- */
#logo
{
	background: url('imgs/logo.gif') no-repeat;
	height: 270px;
}

#headsup
{
	background: url('imgs/headsup.gif') no-repeat;
	height: 300px;
	width: 450px;
	position: absolute;
	top: 0;
	right: 50px;
}

#flyguy
{
	background: url('imgs/flyguy.gif') no-repeat;
	height: 174px;
	width: 187px;
	z-index: 2;
	position: absolute;
	top: 170px;
	right: 325px;
}

/* Portfolio Elements ---------------------------------------------------- */
.window, .drawer
{
	float: left;
	margin: 0 15px 0 50px;
	width: 216px;
}

.pane
{
	background: #ffeb90;
	border: 1px solid #fff;
}

#vertical_slide
{
	padding-left: 56px;
	min-height: 275px;
	margin-top: 10px;
}

.window img
{
	margin: 0 7px 7px 0;
	padding: .65em;
	border: 1px solid #ffba01;
	background: #ffeb90;
}

.drawer ul img
{
	float: left;
	margin: 0 7px 7px 0;
	width: 32px;
	height: 32px;
	padding: .4em;
	border: 1px solid #ffe990;
	background: #fff;
}

.window ul img
{
	float: left;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
	padding: .4em;
	border: 1px solid #ffe990;
	background: #fff;
}

/* Footer Elements ---------------------------------------------------- */
.expand
{
	background: url('imgs/expand.gif') no-repeat;
	height: 26px;
	width: 131px;
	padding: 10px 0 0 26px;
	float: left;
}

.blog, .blogright
{
	float: left;
	line-height: 1.5em;
	color: #ebd9a0;
}

.blog
{
	width: 488px;
	padding-top: 10px;
	font-size: 12px;
}

#twitter
{
	float: left;
	margin: 10px 0 6px 0;
}

.blogright, #twitter
{
	width: 200px;
	padding-left: 48px;
	font-size: 11px;
}

.right
{
	float: right;
	position: relative;
	right: 100px;
	padding: 8px 37px 0;
	background: url('imgs/hide.gif') no-repeat;
	height: 25px;
	margin: 0;
	text-align: center;
}

/* List Styles ---------------------------------------------------- */
ul
{
	margin: 0;
	padding: 0;
}

li { list-style: none; }

#twitter_update_list li
{
	margin: 4px 0 4px 0;
	padding: 6px;
	line-height: 1.2em;
	display: block;
	background: #3d2001;
	color: #9b4c00;
	border-bottom: 2px dotted #442402;
}

.feedburnerFeedBlock ul li { margin-top: 20px; }

/* Paragraph Styles ---------------------------------------------------- */
.break { float: left; }

.ruled
{
	font-size: 11px;
	line-height: 1.4em;
}

span.headline
{
	padding-top: 10px;
}

/* Link Styles ---------------------------------------------------- */
a
{
	color: #ff9900;
	text-decoration: none;
}

#footer a
{
	color: #ebd8bb;
	text-decoration: none;
}

#footer a:hover { color: #dd8400; }

#footer .right a
{
	color: #99560e;
	text-decoration: none;
}

h3 a:hover { color: #fff09a; }
h3 a { color: #ffe75d; }

h4 a:hover { color: #fff09a; }
h4 a { color: #ffe75d; }


/* Header Styles ---------------------------------------------------- */
h1, h2, h3, b, h4, h5, span.headline
{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2
{
	font-size: .75em;
	margin-bottom: .25em;
	text-transform: uppercase;
	color: #f3b200;
	font-weight: bold;
	letter-spacing: .1em;
}

h3
{
	font-size: 0.9em;
	line-height: 1;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #ffe75d;
}

h4, span.headline
{
	font-size: 15px;
	margin-bottom: .25em;
	letter-spacing: .1em;
	color: #8a4400;
}

h5
{
	display: block;
	overflow: hidden;
	width: 90px;
	height: 15px;
}


.right b { font-size: 9px; }

b
{
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
}

