/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html, body { height: 100%; }
html { font-size:100.01%; }
body { 
  font-size: 70%;
  color: #716456; 
  background: #fff;
  font-family: Arial, Helvetica, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", sans-serif;
}


/* Layout
-------------------------------------------------------------- */
#container {
 margin: 0 auto;
 width: 750px;
}


#logo {
	float:right;
	margin:0;
	width: 446px;
	height: 143px;
	text-indent: -5000em;
	background: url(../images/rachelleannemiller.gif) no-repeat;
}

a#blog {
	float:right;
	display:block;
	width: 157px;
	height: 143px;
	text-indent: -5000em;
	margin-right: 3px;
}

a#blog:link, a#blog:visited {
	background: url(../images/nav/blog.png);
}

a#blog:hover, a#blog:active {
	background: url(../images/nav/blog.png) 0 -143px;
}

#navigation {
	clear:both;
}

#container.welcome_mouse {
	background: url(../images/welcome_mouse.gif) no-repeat 205px 150px;
	height: 670px;
}

ul#menu {
	height: 111px;
	margin: 0;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	cursor: pointer;
	text-indent: -5000em;
	height: 111px;
	display:block;
}

ul#menu li a#welcome:link, ul#menu li a#welcome:visited {
	background: url(../images/nav/welcome.png);
	width: 145px;
}

ul#menu li a#welcome:hover, ul#menu li a#welcome:link:active {	
	background: url(../images/nav/welcome.png) 0 -111px;
}

div.welcome ul#menu li a#welcome:link, div.welcome ul#menu li a#welcome:visited {
	background: url(../images/nav/welcome.png) 0 -111px !important;
}


ul#menu li a#about:link, ul#menu li a#about:visited {
	background: url(../images/nav/about.png);
	width: 147px;
}

ul#menu li a#about:hover, ul#menu li a#about:link:active {	
	background: url(../images/nav/about.png) 0 -111px;
}

div.about ul#menu li a#about:link, div.about ul#menu li a#about:visited {
	background: url(../images/nav/about.png) 0 -111px !important;
}


ul#menu li a#portfolio:link, ul#menu li a#portfolio:visited {
	background: url(../images/nav/portfolio.png);
	width: 100px;
}

ul#menu li a#portfolio:hover, ul#menu li a#portfolio:link:active {	
	background: url(../images/nav/portfolio.png) 0 -143px;
}

div.portfolio ul#menu li a#portfolio:link, div.portfolio ul#menu li a#portfolio:visited {
	background: url(../images/nav/portfolio.png) 0 -143px !important;
}


ul#menu li a#licensing:link, ul#menu li a#licensing:visited {
	background: url(../images/nav/licensing.png);
	width: 100px;
}

ul#menu li a#licensing:hover, ul#menu li a#licensing:link:active {	
	background: url(../images/nav/licensing.png) 0 -143px;
}

div.licensing ul#menu li a#licensing:link, div.licensing ul#menu li a#licensing:hover {
	background: url(../images/nav/licensing.png) 0 -143px !important;
}


ul#menu li a#store:link, ul#menu li a#store:visited {
	background: url(../images/nav/store.png);
	width: 98px;
}

ul#menu li a#store:hover, ul#menu li a#store:link:active {	
	background: url(../images/nav/store.png) 0 -143px;
}

div.store ul#menu li a#store:link, div.store ul#menu li a#store:visited {
	background: url(../images/nav/store.png) 0 -143px !important;
}



ul#menu li a#contact:link, ul#menu li a#contact:visited {
	background: url(../images/nav/contact.png);
	width: 157px;
}

ul#menu li a#contact:hover, ul#menu li a#contact:link:active {	
	background: url(../images/nav/contact.png) 0 -143px;
}

div.contact ul#menu li a#contact:link, div.contact ul#menu li a#contact:visited {
	background: url(../images/nav/contact.png) 0 -143px !important;
}


#content {
 clear: both;
}

#left-col, #right-col {
	float:left;
}

#left-col {
	float:left;
	width: 205px;
	background: url(../images/nav/bottom_left.png) no-repeat;
	height: 31px;
}

#center-col {
	float:left;
	width: 375px;
}

#footer {
	clear:both;
	margin-top: 3em;
	font-size: 90%;
	color:#ADADAD;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.25em; font-weight: bold; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.25em; line-height: 1.75em;}
p.gallery	{ margin-bottom: 0.25em; }
img.left  { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #c0203e; text-decoration: underline; }
a           { color: #c0203e; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.date				{ font-weight: bold; font-size: smaller; }

a.thumb img { float:left }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */

div.input_text {
	display:block;
	width: 365px;
	height: 46px;
	background: url(../images/form/text_input_bg.jpg) no-repeat;
}

div.input_text input {
	margin: 16px 0 0 10px;
	width: 340px;
}

div.textarea {
	display:block;
	width: 365px;
	height: 232px;
	background: url(../images/form/textarea_input_bg.jpg) no-repeat;
	padding: 16px 0 0 10px;
}
 
div.textarea textarea {
	width: 340px;
	height: 200px;
}

input, textarea {
	border: 0px;
	color: #b2a89e;
}

input.focus, textarea.focus {
	color: #333 !important;
}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.hidden			{ display: none; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* jquery fancybox
----------------------------------------------------------------------------------------------------*/


div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/fancybox/fancy_title_right.png) repeat-x;
}