/**
  * Embody Imagery - Core Stylesheet
  * @author Jeff Hall, Digital Maelstrom LLC
  * @version $Id: 7578c5f5990cc56203401a12c4520ef301dcdea0 $
  * @last-modified Mon Jul 19 01:14:56 2010 -0500
  **/
@font-face {
	font-family: "caviar-dreams";
	src:		 url('../fonts/CaviarDreams.ttf');
}

@font-face {
	font-family: "caviar-dreams";
	font-weight: bold;
	src:		 url('../fonts/CaviarDreams_Bold.ttf');
}

* {
	font-size: 14pt;
	font-family: "Verdana" sans-serif;
	color: white;
}

html,body,div {
	margin:  0px;
	padding: 0px;
}


body#embody-imagery-2010 {
	background: #292929 url('../images/embody-logo-pink-150.png') no-repeat -5px 520px;
}

#embody-imagery-2010 #wrapper {
	width: 980px;
	height: 700px;
	position:relative;
}

#embody-imagery-2010 #container {
	position:absolute;
	right: 0px;
	top: 0px;
	width: 830px;
	height: 710px;
	background-color: black;

	overflow-y: auto;
	overflow-x: hidden;
	
}

#embody-imagery-2010 #header {
	text-align: right;
	margin-right: 4px;
	color: white;
	vertical-align:bottom;
}

#embody-imagery-2010 #footer {
	/*height: 100px;*/
	position: absolute;
	bottom: 4px;
	/*height: 115px;*/
	background-color:  white;
}

#embody-imagery-2010 #content {
	/*width: 840px;
	height: 100%;
	min-height: 600px;
	
	overflow-y: scroll auto;
	overflow-x: hidden;
	*/
	/*overflow: hidden;*/
	margin-bottom: 8px;
}

#embody-imagery-2010 p {
    font-family: "etica-display-1","etica-display-2";
    /*font-family: "default-gothic-1","default-gothic-2",sans-serif;*/
	font-weight: thin;
	font-size: 0.9em;
	margin: 1em;
}

#embody-imagery-2010 a img {
	border: none;
}

#embody-imagery-2010 .navigation {
	position:absolute;
	width: 4.8em;
	text-align: right;
}

#embody-imagery-2010 .navigation a {
/*	font-family: "etica-display-1","etica-display-2";*/
	font-family: "default-gothic-1","default-gothic-2",sans-serif;
	font-weight: thin;
	font-size: 1em;
}

#embody-imagery-2010 #nav-frame {
	height: 600px;
	position:relative;
}

#embody-imagery-2010 #bottom-nav {
	bottom: 100px;
}

#embody-imagery-2010 #top-nav {
	top: 24px;
}

#embody-imagery-2010 #content img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4em;
	
	display:block;
}

#embody-imagery-2010 .logo {
	font-size: larger;
	font-family: "caviar-dreams";
	color: #484848;
}

#embody-imagery-2010 .logo-letters {
	font-size: larger;
	font-family: "caviar-dreams";
	color: #ff0097;
	letter-spacing: -0.13em;
	font-size: 1.5em;
	padding-left: 0.1em;
	padding-right: 0.2em;
}

#embody-imagery-2010 span#name {
	font-size: larger;
	font-family: "caviar-dreams";
	font-weight:thin;
	color: #ff0097;
}

#embody-imagery-2010 span#separator {
	font-size: 1.5em;
}

/* @group Tags */
#embody-imagery-2010 a {
	text-decoration: none;
}

#embody-imagery-2010 a:hover {
	color: #ff0097;
}

#embody-imagery-2010 ul {
	list-style: none;
}

/*
#embody-imagery-2010 ul.c-images li {
	display: inline;
}
*/
/* @end */

#embody-imagery-2010 .c-container {
	/*width: 820px;*/
	height: 70px;
}
#embody-imagery-2010 .c-viewport {
	overflow-y: hidden;
	overflow-x: hidden;
}

#embody-imagery-2010 img#in-focus {
    max-width: 815px;
    margin-bottom: auto;
    vertical-align: middle;
}

#embody-imagery-2010 div#about-me,
#embody-imagery-2010 div#pricing {
  display: none;
}

#embody-imagery-2010 #about-me {
	height: 300px;
}
#embody-imagery-2010 #about-me #self-portrait {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	padding-left: 1em;
}

#embody-imagery-2010 div#pricing {
    width: auto;
    margin-right: 0.5em;
    padding-left:  0.4em;
    padding-right: 0.2em;
}

#embody-imagery-2010 #pricing table {
	
	margin-left: auto;
}

#embody-imagery-2010 #pricing p,
#embody-imagery-2010 #pricing ul li {
	font-size: 0.8em;
}

#embody-imagery-2010 h2,
#embody-imagery-2010 h3,
#embody-imagery-2010 h4 {
	color: #631a49;
}



#embody-imagery-2010 h4 {
	font-size: 0.8em;
	border-bottom: 1px dashed;
	
}

#embody-imagery-2010 #about-me p,
#embody-imagery-2010 #pricing p {
	font-size: 1.0em;
}
#embody-imagery-2010 #pricing .right {
	text-align: right;
}

#embody-imagery-2010 #pricing th {
	color: #48b8da;
}

#embody-imagery-2010 #pricing td {
	width: 170px;
	text-align:center
}
#embody-imagery-2010 #pricing th,
#embody-imagery-2010 #pricing td {
	font-size: 0.8em;
}

#embody-imagery-2010 div#gallery {
  /*position: absolute;
  width: 800px;
  bottom: 0px;*/
  margin-left: auto;
  margin-right: auto;
}

#embody-imagery-2010 .yui-carousel-min-width {
  min-width: 830px;
}

#embody-imagery-2010 .yui-carousel-element {
	height:  80px !important;
}

#embody-imagery-2010 ul#badges
{
	position: absolute;
	bottom: 0px;
	left:  18px;

	margin:0px;
	padding:0px;
}

#embody-imagery-2010 #badges li {
text-align: right;
}

#embody-imagery-2010 #copyright {
	position: absolute;
	bottom: -70px;
	left: 150px;
}

#embody-imagery-2010 #credit {
	position: fixed;
	bottom: 0px;
	left: 0px
}