@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object, span, a{
	padding:0;
	margin:0;
	border:0;
	outline:none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

/* PAGE BACKGROUNDS */

#home_bkgd{
	background: url(images/pg_bkgds/home_bkgd.gif) repeat;
}

#am_bkgd{
	background: url(images/pg_bkgds/am_bkgd.gif) repeat;
}

#port_bkgd{
	background: url(images/pg_bkgds/port_bkgd3.gif);	
}

#pat_bkgd{
	background: url(images/pg_bkgds/pat_bkgd.gif) repeat;
}

#graphics_bkgd{
	background: url(images/pg_bkgds/graphics_bkgd.gif) repeat;
}
#interact_bkgd{
	background: url(images/pg_bkgds/interact_bkgd.gif) repeat;
}

#other_bkgd{
	background: url(images/pg_bkgds/other_bkgd.gif) repeat;
}

#prints_bkgd{
	background: url(images/pg_bkgds/prints_bkgd.gif) repeat;
}

#contact_bkgd{
	background: url(images/pg_bkgds/contact_bkgd.gif) repeat;
}

/* WRAP */

#wrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background: #F6BB60;
}

/* MENU */

#menu_wrap{
	background-color: #F75115;
	width: 500px;
	float:left;
	padding-left:0;
	margin-left:0;
}

/* BANNER */

.banner {
	height: 66px;
	background: #F33B09;
}

/* BANNER ALIGNMENT */

#logo{
	width:45px;
	
}

#height55{
	float:left;
	height: 55px;
	width: 485px;
}

#vertical_align1{
	height: 100%;
	position: relative;	
}

.vertical_align2{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.vertical_align3{
	position: absolute;
	bottom: 0px;
	left: 15px;
}

/* BANNER TYPE */

.rachel{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFF;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tagline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .83em;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color:#F6BB60;
}

/* LINKS */

a img{
	border:none;
	outline: none;
}

#wrap #content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#wrap #content a {
	color: #F33B09;
	text-decoration: none;
	outline: none;
}

/* TYPE */

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #4D4D4D;
	padding-top: 50px;
	padding-bottom: 15px;
	padding-left: 15px;	
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #4D4D4D;
	padding-bottom: 10px;
	padding-left: 15px;
}

.padding15{
	padding-top: 15px;	
}

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #4D4D4D;
	margin-bottom: 10px;
	padding-left: 15px;
}

.pad_right{
	padding-right:15px;
}

.font10 {
	font-size: 0.83em;
}

/* NEWEST PROJECT */

#newest_proj{
	padding-left:15px;
	padding-bottom: 10px;
}

/* COLUMNS */

.column1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #4D4D4D;
	float: left;
	width: 220px;
	padding-right: 12px;
	padding-bottom: 25px;
}

.column2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #4D4D4D;
	float: left;
	width: 220px;
	padding-right: 12px;
	padding-bottom: 25px;
	padding-left: 7.5px;
}

/* GALLERIES */

.gallery_wrap{
	width: 445px;
	padding-top:22.5px;
	padding-left:22.5px;
	padding-bottom: 2.5px;
	margin-left: 0px;
	margin-left:auto;
	margin-right:auto;
	background: #FFD269;
}

.gal_cat_pat{
	height: 50px;
	width: 413px;
	position: relative;
	background: url(images/gal_cats/drawing_cat.jpg) no-repeat;
	padding-bottom: 20px;
}

.gal_cat_graphics{
	height: 50px;
	width: 413px;
	position: relative;
	background: url(images/gal_cats/graphics_cat.jpg) no-repeat;
	padding-bottom: 20px;
}

.gal_cat_interact{
	height: 50px;
	width: 413px;
	position: relative;
	background: url(images/gal_cats/interact_cat.jpg) no-repeat;
	padding-bottom: 20px;
}

.gal_cat_prints{
	height: 50px;
	width: 413px;
	position: relative;
	background: url(images/gal_cats/prints_cat.jpg) no-repeat;
	padding-bottom: 22.5px;
}

.gal_cat_other{
	height: 50px;
	width: 413px;
	position: relative;
	background: url(images/gal_cats/other_cat.jpg) no-repeat;
	padding-bottom: 22.5px;
}

.gal_txt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #4D4D4D;
	line-height: 50px;
	position: absolute;
	padding-left: 15px;
}

.gallery_wrap img{
	padding-right: 20px;
	padding-bottom: 20px;
	
}

/* FOOTER STYLING */

#footer{
	background: #F33B09;
}

#footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .83em;
	line-height:25px;
	color: #fff;
	margin:0;
	padding: 0px;
}



/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 25px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width: 470px;
	padding-left: 15px;
	padding-right: 15px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */