/* Global Reset
----------------------------------------------- */

@import url(/assets/css/reset.css);

/* The Rest...
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url("/assets/background_page_dark.gif");
	background-position: center;
	height: 100%;
	}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#Distance { 
	margin-bottom: -290px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#Content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 580px;         /* required - desired height */
	width: 940px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background-image: url("/assets/background_page.gif");
	background-position: center;
}


/* General Layout */
div#Left {
	position: fixed;
	height: 540px;
	width: 340px;
	padding: 20px;
}
div#Left h1 a {
	font-size: 30px;
	color: #363605;
}
div#Right {
	width: 460px;
	margin: 0 0 0 360px;
	padding: 40px 60px 40px 60px;
}
div#Right h2 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 100%;
	color: white;
	font-weight: normal;
}
body.home div#Right h2 {
	font-size: 25px;
	margin: 20px 0 0 0;
}
body.home div#Right h2.first {
	margin: 30px 0 0 0;
}

div#Right blockquote p {
	margin: 30px 0 10px 0;
	font-size: 22px;
	line-height: 120%;
	color: #363605;
	font-weight: normal;
}
div#Right blockquote p em {
	font-style: italic;
}
div#Right p.quote-credit {
	margin: 0 0 10px 10px;
	font-size: 12px;
	color: #363605;
	font-style: italic;
}

div#Right h3 {
	clear: left;
	margin: 20px 0 10px 0;
	font-size: 16px;
	line-height: 100%;
	color: #363605;
	font-weight: bold;
}
div#Right p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 140%;
	color: #4E5105;
	font-weight: normal;
}
div#Right p a {
	color: #363605;
	border-bottom: 1px solid #4E5105;
}
div#Right p a:hover {
	color: #7F0D48;
	border-bottom: 1px solid #363605;
}

/* Services Pages */
div.box a {
	margin: 0 20px 20px 0;
	background-color: white;
	width: 80px;
	height: 80px;
	padding: 10px;
	border-right: 1px solid #4A5002;
	border-bottom: 1px solid #4A5002;
	float: left;
}
div.box a img {
	border: none;
	background-color: #D9D9D9;
	font-size: 12px;
	color: #4C4300;
}

/* Navigation */
ul#Navigation {
	width: 340px;
	margin: 20px 0 0 0;
	color: #4C4300;
	font-size: 14px;
	text-transform: uppercase;
}
ul#Navigation li {
	margin: 5px 0 5px 0;
	line-height: 20px;
	height: 20px;
}
body.home ul#Navigation li.home, body.multimedia-and-television-production ul#Navigation li.multimedia-and-television-production, body.bespoke-animation ul#Navigation li.bespoke-animation, body.website-design-and-development ul#Navigation li.website-design-and-development, body.services ul#Navigation li.services {
	font-weight: bold;
	padding: 0 0 0 20px;
	border-right: 20px solid #95A105;
}
body.home ul#Navigation li.home div.indicator, body.multimedia-and-television-production ul#Navigation li.multimedia-and-television-production div.indicator, body.bespoke-animation ul#Navigation li.bespoke-animation div.indicator, body.website-design-and-development ul#Navigation li.website-design-and-development div.indicator, body.services ul#Navigation li.services div.indicator {
	background-color: #4C4300;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin: 20px -40px auto 20px;
}
ul#Navigation li a {
	color: #4C4300;
	display: block;
}
ul#Navigation li a:hover {
	color: #7F0D48;
	font-weight: bold;
}

/* Tool Tips */
div.tooltip {
	float:left;
	margin-top: -40px;
	margin-left: 40px;
	padding: 20px 10px 10px 10px;
	color: #363605;
	font-size: 14px;
	font-weight: bold;
	background-image: url("/assets/tooltip.png");
	background-repeat: no-repeat;
	width: 146px;
	height: 36px;
	text-align: left;
	display: none;
}
div.tooltip span {
	font-size: 12px;
	font-weight: normal;
	color: #9A9A82;
}

/* News Panel */
div#Right #News {
	position: absolute;
	bottom: 30px;
	padding: 10px;
	background-color: #B0B944;
	width: 440px;
}
div#Right #News h3 {
	margin: 5px 0 0 0;
}
div#Right #News p {
	font-size: 12px!important;
	font-style: italic!important;
}
div#Right #News p.meta {
	font-size: 10px!important;
	color: #656B05;
}

/* Footer */
div#Footer {
	margin: 40px 0 0 0;
	font-size: 12px;
	color: #363605;
	line-height: 120%;
	text-transform: uppercase;
}
div#Footer p {
	margin: 0 0 15px 0;
}
div#Footer p a {
	color: #363605;
	border-bottom: 1px solid #CDCDC0;
}
div#Footer p a:hover {
	color: #7F0D48;
	border-bottom: 1px solid #363605;
}
div#Footer dt {
	width: 20px;
	float: left;
	font-weight: bold;
}
div#Footer dd {
	margin: 0 0 0 20px;
}
div#Footer dd a {
	color: #363605;
	border-bottom: 1px solid #CDCDC0;
}
div#Footer dd a:hover {
	color: #7F0D48;
	border-bottom: 1px solid #363605;
}
div#Footer p.credit {
	display: none;
}