/* Project: Russell+Mills Studios
URL: http://www.russellmillsstudios.com/
Date: June 2010
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com 
Version: Orange */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 12px for most browsers */
html {
	font-size: 76%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}

/**************************************
  Default rules
**************************************/
html {
	height: 100%; /* Required for footerstickalt */
	text-align: left;
}
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;
	color: #ce7019;
	background-color: transparent;
	text-align: left;
	line-height: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.3em;
	padding: 0.4em 0;
	font-weight: normal;
}
h3 {
	padding-top: 0.4em;
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
p, div {
	margin: 0;
	padding: 0;
	color: #ce7019;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.5em;
}
a {
	color: #ce7019;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #ce7019;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #bd6617;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul li {
	margin: 0;
	padding-bottom: 1em;
}
acronym {
	border-bottom: 1px dotted #ce7019;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ce7019;
	background-color: #FFF;
}
#wrapper {
	margin: 0 auto; 
	padding-bottom: 2em;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	width: 800px;
	color: #ce7019;
	background-color: transparent;
}
#header{
    margin: 0;
	 padding-top: 15px;
    position: relative;
}
#logo-list {
	position: relative;
	top: 10px;
	left: 75px;
}
#logo-list li {
	padding-bottom: 8px;
	font-size: 18px;
}
/**************************************
  Main content rules
*************************************/
#main-right {
	float: right;
	width: 675px;
	margin: 0;
	padding: 1em 0.5em 1em 1em;
	line-height: 1.5em;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#main-right p {
	padding-bottom: 1em;
	font-size: 1.2em;
}
#main-right ul {
	list-style-type: disc;
}
#main-right li {
	margin-left: 2em;
	font-size: 120%;
}
#main-right ul.project-list {
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
}
#main-right .project-list li {
	margin: 0;
	padding-bottom: 0.2em;
	font-size: 1.2em;
}
#main-left {
	position: relative;
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}
/**************************************
  Nav rules
**************************************/
#nav {
	position: absolute;
	top: 15px;
	right: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 265px;
	text-align: right;
	list-style-type: none;
}
#nav li {
	display: inline;
	float: left;
	margin: 0 0.5em 0 -0.5em;
	padding: 0 0.5em;
	border-left: 1px solid #ce7019;
	font-size: 1.2em;
}
#nav li.first {
	border-left: none;
}
#nav li a {
	font-weight: bolder;
}
/**************************************
  Subnav rules
**************************************/
#subnav {
	position: absolute;
	top: 64px;
	right: 23px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	width: 265px;
	text-align: right;
	list-style-type: none;
}
#subnav li {
	display: list-item;
	margin: 0;
	padding-bottom: 0.2em;
	font-size: 1.2em;
}
#subnav li a {
	font-weight: bolder;
}
#subnav li.project-menu, #subnav li.project-menu a {
	color: #ce7019;
	background-color: transparent;
}
#subnav li a.current, #subnav li a:hover, #subnav li a:active {	
	color: #bd6617;
	background-color: transparent;
}
/**************************************
  Thumbnail gallery rules
**************************************/
#main-right div.thumb-gallery {
	padding-top: 0.5em;
}
#main-right .thumb-gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 600px;
}
#main-right .thumb-gallery li {
	float: left;
	margin: 0 15px 12px 0;
	padding: 0;
	font-size: 1em;
	list-style-type: none;
}
#main-right .thumb-gallery img {
	display: block;
	border: 1px solid #ce7019;
}
/**************************************
  Gallery rules (Stu Nicholls CSSplay)
**************************************/
/* needed for IE to make :active state work first time */
#container_right a, #container_right a:visited {
	color:#000;
} 
/* common styling for all galleries */
#container_right a.gallery, #container_right a.gallery:visited {
	float: left; 
	display: block; 
	display: inline; /* Changed from inline-block */
	margin: 4px;
	color: #ce7019; 
	text-decoration: none; 
	border: 1px solid #9DA8B3; 
	width: 60px; 
	height: 60px; 
	z-index:50;
}
a.gallery em, a.gallery span {
	display: none;
}
a.gallery:hover {
	border: 1px solid #fff;
}

/* styling for RIGHT gallery */
#container_right {
	position: relative; 
	margin-bottom: 40px;
	width: 660px; 
	height: 350px;  
}
#container_right img {
	border: none;
}
#container_right .thumbs {	
	position: absolute; 
	right: 0; 
	top: 0;
	width: 140px;
	z-index: 5; 
}
#container_right a, #container_right a:visited, #container_right a:hover {
	color: #fff;
}
/* This is to keep the caption visible on click */
#container_right a.gallery:active span, #container_right a.gallery:focus 
span {
    display: block;
    position: absolute;
    top: 353px;
    left: -515px;
    padding-bottom: 5px;
    height: 50px;    
    color: #bd6617;
    font-style: italic;
    font-size: 1.1em;
    z-index: 100;
}
/* This is to keep the caption visible on hover and click */
/*#container_right a.gallery:hover span, #container_right a.gallery:active span, #container-right a.gallery:focus span {
	display: block; 
	position: absolute; 
	top: 353px; 
	left: -515px;
	padding-bottom: 5px; 
	height: 50px; 	
	color: #4D5863;
	font-style: italic;
	font-size: 1.1em;
	z-index: 100;
}*/
/*#container_right a.gallery:hover span:first-line {
	font-style: normal; 
	font-weight: bold; 
	font-size: 1.2em; 
	color: #CE7019;
}*/
#container_right a.gallery:active, #container_right a.gallery:focus {
	border: 1px solid gray;
}
/* This is to keep the large image visible on click */
#container_right a.gallery:active em, #container_right a.gallery:focus em {
	display: block; 
	position: absolute; 
	top: 0; 
	left: -520px;
	width: 500px;
	height: 350px; 
	z-index: 50;
	background-color: #FFF;
}
/* This is to make the first slide the background image */
#container_right a.slidea em {
	display: block; 
	position: absolute; 
	top: 0; 
	left: -520px;
	height: 350px; 
	z-index: 25;
}
#container_right h1 {
	clear: both; 
	margin: 0; 
	padding-top: 80px; 
	padding-left:50px; 
	width: 300px; 
	text-align:center; 
	font-size:3em; 
	font-weight:normal; 
	color:#fff;
}
#container_right h1 em {
	font-size:0.6em; 
	color:#000;
}

/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
}
#footer, #push {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	height: 100px;	
	background-image: url(graphics/bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer-home {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: -100px;
	padding: 0;
	font-size: 1em;
	height: 100px;	
	background-image: url(graphics/bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer p, #footer-home p {
	margin: 0 auto;
	padding: 0.4em 0 0 10em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	width: 800px;
}
span#sig {
	margin: 0;
	padding-left: 0;
	font-weight: normal;
	font-size: 0.9em;
	color: #ce7019;
	background-color: transparent;
}
#footer a, #footer-home a {
	color: #ce7019;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link, #footer-home a:link, #footer a:visited, #footer-home a:visited {
	color: #ce7019;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer-home a:hover {
	color: #bd6617;
	text-decoration: underline;
}
#footer a:active, #footer-home a:active {
	text-decoration: underline;
}
/**************************************
  Miscellaneous rules
**************************************/
.right {
	text-align: right;
}
.img-right {
	float: right;
	margin: 0 0 1em 0.5em;
}
.img-left {
	float: left;
	margin: 0 0.8em 0 0;
}
.clear-both {
	clear: both;
}
.centered {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
h2.mini-gallery {
	clear: left;
	margin-bottom: 0;
}