/* Start of CMSMS style sheet 'default : Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(uploads/default/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(uploads/default/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/default/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'default : Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout' */
* {
margin: 0;
padding: 0;
}

body {
text-align: left;
font-family: Georgia, Times, serif;
font-size: 90%;
line-height: 1.4em;
background-image: url(images/bg.jpg);
margin: 0 auto
}

img {border: 0}

/* ============ Links ============ */

a:active {
text-decoration: underline;
background-color: inherit; 
color: #18507C
}

a:visited {
text-decoration: underline;
background-color: inherit;
color: #18507C
}

a:hover {text-decoration: none}

/* ============ Layout ============ */

#pagewrapper {
margin: 0 auto;
width: 750px;
padding: 0 25px;
background: url(images/bg_wrapper.gif) center top repeat-y
}

#main {
width: auto;
padding: 20px 30px 0px 30px;
background: url(images/bg_content.jpg) center top repeat-y
}

#main_default {
width: auto;
padding: 40px 30px;
background: url(images/bg_content.jpg) center top repeat-y
}

#footer {
clear: both;      
background: url(images/bg_footer.jpg);
width: 750px;
height: 100px
}

#footer p {
font-family: courier ;
padding: 45px 0;  
font-size: 8px;
color: #444;
text-align: center; 
margin: 0
}

#preloader {display: none}

#footer p a {color: #444}

/* ============ Graphics ============ */

#splash {margin: -25px 0 0 5px}

#sepia_warner {
position: relative;
z-index: 9;
top: -20px;
left: -15px
}

#vintage_company {
float: right;
margin: -90px 0 10px 25px
}

#sepia_company {
float: right;
margin: -90px 0 10px 25px
}

#vintage_recommended {
float: right;
margin: -85px 35px 10px 25px
}

#sepia_splash {
position: relative;
z-index: 5;
top: -163px;
left: 35px
}

#sepia_rings {
position: relative;
z-index: 4;
top: -573px;
left: 430px
}

#sepia_contact {
float: right;
margin: -470px 0 0 0
}


/* ============ Header ============ */

#header {
height: 200px;
background: url(images/header1.jpg) no-repeat; 
}

#header2 {
height: 200px;
background: url(images/header2.jpg) no-repeat; 
}

#header3 {
height: 200px;
background: url(images/header3.jpg) no-repeat; 
}

#header4 {
height: 200px;
background: url(images/header4.jpg) no-repeat; 
}

#header5 {
height: 200px;
background: url(images/header5.jpg) no-repeat; 
}

#header6 {
height: 200px;
background: url(images/header6.jpg) no-repeat; 
}

#header h1 a {
background: url(uploads/default/logo1.gif) no-repeat; 
display: block; 
height: 200px; 
text-indent: -999em; 
text-decoration: none
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height: 1px;
margin: 1em;
border-bottom: 1px dotted black
}

/* relational links under content */
div.left49 {
float: left;
width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
float: right;
width: 49%;
text-align: right
}

/* ============ Headers ============ */

#content h1 {
font-size: 2em;
line-height: 1em;
margin: 0
}

#content h2 {
font-size: 140%; 
font-weight: normal;
text-align: left; 
padding-bottom: 1px;
border-bottom: 1px solid #777; 
line-height: 1.5em;
margin: 0 0 1em 0
}

h3 {
font-size: 125%; 
font-family: Arial;
text-align: left; 
padding-bottom: 1px;
line-height: 1.5em;
margin: 0 0 0.5em 0
}

h4 {
font-size: 110%;
line-height: 1.3em;
margin: 0;
}

h5 {
font-size: 1.1em;
margin: 0;
}

h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

p {
margin: 0 0 1em 0;
padding: 0
}

/* blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
} */

blockquote {
margin:0 0 12px 0
}

blockquote em {
font-size:12px;
color:brown
}

/* ============ Lists ============ */

#main ul {
/* border-left: 5px solid #bbb;
list-style-type: none; */
margin: 15px 0;
padding: 0 0 0 10px;
}

#main li {
margin: 6px 0;
font-size: 90%;
font-weight: bold
}

dl dt {margin: 0 0 2px 0}
dl dd {margin: 0 0 8px 0}

#sitemap {
margin: 10px 10px;
list-style-type: none
}

#sitemap li {margin: 6px 0}
#sitemap ul {margin: 5px 0 15px 20px}
#sitemap ul ul {margin: 5px 0 15px 25px}

/* ============ News ============ */

.newssummary {margin: 0 0 15px 0}

.newssummary h3 {
margin: 0;
line-height: 1.1
}

.newssummary h3 a {
color: #000;
text-decoration: none;
}

.newssummary h3 a:hover {
color: blue;
text-decoration: underline
}

.date {
font-weight: bold;
font-size: 90%
}

/* ============ Flash ============ */

.slideshow {
display: block;
margin: 0 0 25px 70px
}

/* ============ Forms ============ */

fieldset { border: none; width: 320px}
fieldset select {margin: 0 0 5px 0}

fieldset input {
width: 220px;
margin: 0 0 5px 0
}

fieldset textarea {
display: block;
margin: 0 0 5px 0
}

/* ============ Misc ============ */

.date {
font-weight: bold;
font-size: 90%
}

#quote {margin: -15px 0 0 -20px}

#align_right {
float: right;
clear: right;
margin: 0 0 15px 15px
}

#headshot {
float: right;
background: #fff;
padding: 10px;
border-top: solid 1px #ccc;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
border-left: solid 1px #ccc;
margin: 0 0 10px 15px
}

.buybox {
float: right;
clear: right;
border: 1px solid #555;
width: 261px;
font-weight: bold;
text-align: center;
padding: 9px 0
}

/* ============ Preloader ============ */

#preloadedImages {
width: 0px;
Height: 0px;
display: inline;
background-image: url(images/m2_home.jpg);
background-image: url(images/m2_aboutus.jpg);
background-image: url(images/m2_projects.jpg);
background-image: url(images/m2_news.jpg);
background-image: url(images/m2_recommended.jpg);
background-image: url(images/m2_contact.jpg);
background-image: url(images/m2_company.jpg);
background-image: url(images/m2_lisacole.jpg);
background-image: url(images/m2_markmonroe.jpg);
background-image: url(images/m2_film.jpg);
background-image: url(images/m2_television.jpg);
background-image: url(images/m2_stage.jpgg);
background-image: url(images/m2_inthecan.jpg);
background-image: url(images/m2_intheworks.jpg);
background-image: url(images/m2_indevelopment.jpg);
background-image: url(images/m2_shortfilms.jpg);
}

/* ============ SIFR ============ */

.sIFR-flash {
visibility: visible !important;
margin: 0;
}

.sIFR-replaced {
visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 45px;
}

/* .sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
} */
/* End of 'Layout' */

