/*==============================
			common
==============================*/

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#fff;
	padding: 0px;
	margin: 0px;
	}
	
a {
	border: none;
	text-decoration: none;
	color: black;
}

hr {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
	padding: 0px;	
	margin: 0px;
}	
	
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}	
	
p {
	padding: 0px;	
	margin: 0px;
}	


ul {
    margin:0;
    padding:0;
    list-style:none;
}

li {
    float:left;
    margin:0;
    padding:0;
}

form{
	padding: 0px;
	margin: 0px;
}

div.spacer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div.spacer_with_height {
	clear: both;
	height: 236px;
	padding: 0px;
	margin: 0px;
}

span.snapfile_package {
	color: #9A1C1F;
}

/*============
	shadowing
=============*/

.container_shadow {
	position: relative; 
	left: 1px; 
	top: 1px; 
	color: #333; 
}

/*white*/
.text_shadow_white { 
	position: absolute;
	left: -2px; 
	top: -2px; 
	color: #fff;
}

/*red*/
.text_shadow_red { 
	position: absolute;
	left: -1px; 
	top: -1px; 
	color: #f00;
}

/*==============================
			content
==============================*/

div.content {
	width:950px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	}


/*=================
	header
==================*/	
div.header{
	background-image: url(css_images/header.jpg);
	width: 950px; height:157px; /*I increased the height of the header to push down the toolbar without using margins casue IE was rendering them differently*/
	margin: 4px 0px 5px 0px;
}

div.header h1 {
	color: white;
	float: left;
	height: 131px;
	font-family: Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	padding: 0px 0px 0px 24px;
}

div.header img {
	float: left;
}

/*============
	toolbar
=============*/
div.toolbar {
	width:935px;
	height: 68px;
	/*background: url(images/toolbar.jpg) no-repeat top left;*/
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	margin: 6px 0px 6px 0px;
	/*border: 1px solid black;*/
}

div.toolbar img {
	float: left;
}

ul.toolbar_links {
	float: right;
	margin: 0px 0px 0px 0px;
}

div.toolbar ul {
	padding: 0px 0px 0px 0px;
	margin: -34px 0px 0px 0px;
}

div.toolbar a {
	color: #999;
	font-family: Century Gothic, sans-serif;
	font-size: .85em;
}

div.toolbar a:hover {
	color: #555;
}

div.toolbar h1 {
	color: #9A1C1F;
	font-family: Century Gothic, sans-serif;
	font-size: 34px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 80px;
}

div.toolbar h2 {
	color: #9A1C1F;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 80px;
}

div.toolbar_shadow {
	float: right; /* I put this here because the receeding ul was causing the shadow effect to break*/
	height: 41px; /* changing this height will effect the nifty border padding*/
	padding: 0px 380px 0px 0px; /*the padding in IE is 5px more, for no reason, figiure it out*/
}

div.toolbar_shadow h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 35px;
}

/*========
 dd_menu
=========*/

li.sub {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.nested_li {
	position: absolute;
	display: none;
	padding: 0px 0px 0px 0px;
	margin:  5px 0px 0px 0px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-size: 13px;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	opacity: 0;              /* CSS3 */
    -moz-opacity: 0;         /* legacy Firefox */
    -khtml-opacity: 0;       /* legacy Safari/Konqueror */
    filter: alpha(opacity=0); /* MSIE */
}

/*=================
	main body
==================*/
div.main_body {
	width:935px;
	height: 380px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border:1px solid #ccc;
}

div.main_text {
	float: right;
	background: #fff;
	color: #777;
	font-size: .82em;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	margin: 15px 40px 0px 0px;
	width: 165px;
}

div.main_text h2{
	color: #9A1C1F;
	font-size: 1.3em;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
}

div.main_text a{
	color: #9A1C1F;
}

div.main_text a:hover {
	color:#69c;
}

div.date {
	color: #777;
	font-size: .7em;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

div.main_text p{
}

div.main_text hr {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border: 1px dotted #999;
}

/*==================
	slides
===================*/
div.slides {
	position: absolute;
	width: 705px;
	background: #fff;
	z-index: 8;
}

div#load_div {
	position: absolute;
	background: #fff;
	width: 705px;
	height: 380px;
	z-index: 10;
}

div#load_div img{
	text-align: center;
	padding: 158px 0px 0px 350px;
}
/*============
  image panning
=============*/
img.pan {
	margin: 0px 0px 0px 0px;
}

div.press_photo_sales_preview_image {
	margin: 0px 0px 0px 0px;
	height: 300px;
}

span.continue_page a{
	font-size: 42px;
	color: #9A1C1F;
}


/*============
  normal form
=============*/

div.gallery form h3 {
	margin: 10px 0px 0px 10px;
}

form {
	color: #777;
	font-family: Helvetica;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
}

form fieldset {
	border: solid 1px #bbb;
	margin: 10px;
	padding: 0px 0px 10px 20px;
}

form fieldset ol {
	margin: 10px 0px 0px 0px;
}

form fieldset li {
	list-style: none;
	clear: both;
	display: block;
	padding: 5px;
}

form legend {
	color: #555;
	font-weight: bold;
}

label {
	display: -moz-inline-box;
	display: inline-block;
	width: 180px;
	border-bottom: dotted 1px #9c6;
}

.form_buttons_submit {
	background-color: #9f6;
	border: solid 1px #9c6;
}

.form_buttons_reset {
	background-color: #f66;
	border: solid 1px #f33;
}

/*============
	compact
	form
=============*/

div.admin_form {
	width: 185px;
	height: 75px;
	background: url(css_images/panal_background.gif) repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.admin_form h5{
	color: white;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 181px;
	padding: 2px 0px 2px 4px;
	margin:0px;
	background: url(css_images/header_background.gif) repeat-x;
}

form#login {
	position:relative;
}

div#username, div#password, div#submit {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	position:relative;
	float:left;
	margin-right:0px;
	padding: 5px 0px 0px 5px;
}

input#username-field, input#password-field {
	width: 130px;
	height: 14px;
}

label.overlabel {
	position:absolute;
	color:#999;
}

label.overlabel-apply {
   position:absolute;
   top:9px;
   left:10px;
   z-index:1;
   color:#999;
}


/*==================
	gallery
===================*/
div.gallery {
	float: left;
	width: 705px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	overflow: hidden;
}

div.gallery_tab {
	font-size: 11px;
	width: 705px;
	border-bottom: 1px dotted #999;
}

div.gallery_tab a{
	color: white;
	background: #f66;
}

div.gallery_tab a:hover {
	color: #f66;
	background: white;
}

div.gallery img {
	margin: 0px 0px 0px 0px;
}

div.image_info {
	position: absolute;
	width: 170px;
	height: 100px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: normal;	
}

div.image_info h3{
	background: url(css_images/green_trans.gif);
	font-size: 1.3em;
	padding: 10px 0px 5px 60px;
}

div.image_info p {
	background: url(css_images/purp_trans.gif);
	font-size: .7em;
	padding: 3px 0px 3px 60px;
}


/*============
	polaroid
=============*/
div.polaroide_float {
	float: left;
	background: url(css_images/polaroid_background.jpg) no-repeat top left;
	width: 156px; height: 189px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.polaroide_float img {
	margin: 26px 0px 0px 17px;

}

div.polaroide_float p{
	color: #777;
	font-size: .8em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}

/*============
	footer
=============*/
div.footer {
	background: #fff;
	width: 935px;
	margin:5px auto;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

div.footer_text {
	/*float: left;*/
	/*width: 750px;*/ this was here to accomadate the login panal
}

div.footer ul {
	padding: 0px 0px 0px 0px;
}

div.footer a {
	color: #aaa;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

div.footer a:hover {
	color: gray;
}
