@charset "utf-8";

/* //////////////// BODY STYLES ///////////////// */

* {
	margin: 0;
	padding: 0;
} /* set all padding and margin defaults to zero */

body {
	background-repeat: no-repeat;
	margin: 0;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
  	background-position: top center;
}

/* //////////////// STRUCTURE ///////////////// */

#mainbody{
  position: relative;
	width: 900px;  
	margin: 0 auto;
	text-align: left;
	padding: 0px 15px 0px 15px;
}

#header, #wordpressheader{

	float: left;
	display: block;
	width: 900px;
	margin: 120px 0px 0px 0px;
}

	#sublinks{
		float: left;
		display: block;
		clear: both;
		width: inherit;  
		padding: 4px 8px 4px 8px;
	}


#content, #wordpresscontent {
	float:left;
	display: block;
	width: 900px;
	clear: both;
	color: #555;
	padding-bottom: 15px;
}

#formcontent {
	background-color: #fff;
	color: #555;
	float:left;
	display: block;
	text-align: center;
	width: 698px;
	height: 200px;
	clear: both;
	padding: 250px 100px 50px 100px;
	background: url(images/contact_bg.jpg);
}

#formcontent p {
	text-align: center;
}

	#leftcontent{
		float: left;
		width: 550px;  
		text-align: left;
	}

		#leftcontentbox{
			float:left;
			width: auto;  
			text-align: left;
			padding: 30px 30px 0px 30px;
		}

	#rightcontent, #rightcontent_journal{
		float: left !important;
		float: right;		
		display: inline;
		width: 318px;
		height: inherit;
		text-align: left;
		padding: 20px 20px 10px 10px;
	}
	
		#sidebar_rightcol {
			float: left;
			margin-top: 16px;
			padding: 0px 0px 0px 18px;
			width: 145px;
		}
		
		#rightcol_darker {
			position: relative;
			padding: 10px 20px 15px 20px;
			width: 263px;
			z-index: 1;
		}

#footer, #wordpressfooter {
	float: left;
	clear: both;
	height: 100px;
	width: 900px;
	margin: 0px 0px 0px 0px;
}

	#footernav{
		float: left;
		width: 580px; 
		padding: 10px 20px 0px 15px;
		font: normal 105% "Trebuchet MS", Tahoma, Arial;
	}


	#footergoto11logo{
		float: right;
		text-align: right;
		width: 245px;
		padding: 10px 15px 0px 20px;
		font: normal 105% "Trebuchet MS", Tahoma, Arial;
		}

/* ////////////// TYPOGRAPHY /////////////// */

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	text-align: left;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

h1 {
	margin: 0px 0px 12px 0px;
	border-bottom: 1px dotted;
	letter-spacing: 1px;
	font: normal 180% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}


h2 {
	margin: 0px 0px 12px 0px;
	border-bottom: 1px dotted;
	letter-spacing: 1px;
	font: bold 140% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}


h3 {
	margin: 0px 0px 2px 0px;
	letter-spacing: 1px;
	font: bold 130% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}

h4 {
	margin: 0px 0px 2px 0px;
	letter-spacing: 1px;
	font: bold 115% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
	color: #999;
}

legend {
	letter-spacing: 1px;
	font: bold 140% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}

hr {
	display: block;
	clear: both;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    width:100%;
    height: 1px;
    margin: 10px 0px 20px 0px;  
}

hr.oneday_right {
	display: block;
	clear: both;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #4a2409;
    width:100%;
    height: 1px;
    margin: 6px 0px 3px 0px;  
}

.tighter {
	line-height: 1.25em;
}
.tightend {
	margin: 0.5em 0 0 0;
	line-height: 1.25em;
}

.append {
	font: normal 0.95em "Trebuchet MS", Tahoma, Arial;
}

.subtext {
	font: normal 0.95em "Trebuchet MS", Tahoma, Arial;
	color: #aaa;
	font-style: italic;
}

/* //////////////// NAVIGATION ///////////////// */

#toplinks {
	font: 130% "Trebuchet MS", Tahoma, Arial;
	margin: 10px 0 0 50px;
	list-style-type: none;
	float: left;
	font-weight: bolder;
}
#toplinks li {
	float: left;
	margin: 0 1px 0 0;
	display: inline;
}
#toplinks a {
	float: left;
	padding: 0 15px;
	text-decoration: none;
	line-height: 2.0;
	cursor: pointer;
}

#sublinks {
	font: normal 110% "Trebuchet MS", Tahoma, Arial;
	list-style-type: none;
	float: left;
	width: 900px;
	padding: 0px;
}
#sublinks li {
	float: left;
	display: inline;
}
#sublinks a {
	float: left;
	padding: 0 15px;
	margin: 1px 0px 0px 0px;
	line-height: 2;
}
#sublinks a:hover {
	text-decoration: none;
}

/* ////////////////// LEFT CONTENT ///////////////// */

#feature_top	{
	width: 550px;
	height: 21px;
	display: block;
}
#feature	{
	width: 480px;
	padding: 10px 35px 10px 35px;
	float: left;
	height: auto;
	display: block;
}
#feature_bottom	{
	width: 550px;
	height: 22px;
	display: block;
	clear: both;
}


#featuretwin_left	{
	width: 265px;
	margin: 0 0 0 10px;
	float: none;
}
#featuretwin_right	{
	width: 265px;
	float: none;
}
#featuretwin_top	{
	width: 265px;
	display: block;
}
#featuretwin_middle	{
	width: 205px;
	padding: 10px 35px 10px 25px;
	float: left;
	height: auto:
	display: block;
}
#featuretwin_bottom	{
	width: 265px;
	height: 22px;
	clear: both;
	display: block;
}

/* //////////////////// RIGHT CONTENT ////////////////// */

.tagcloud1 {
	font: normal 190% "Trebuchet MS", Tahoma, Arial;
	line-height: 1.0em;
}
.tagcloud2 {
	font: normal 160% "Trebuchet MS", Tahoma, Arial;
	line-height: 1.0em;
}
.tagcloud3 {
	font: normal 140% "Trebuchet MS", Tahoma, Arial;
	line-height: 1.0em;
}
.tagcloud4 {
	font: normal 110% "Trebuchet MS", Tahoma, Arial;
	line-height: 1.0em;
}

#rightcol_darker {
	margin-bottom: 15px;
}

/* /////////////////// IMAGES ////////////////// */

img {
	border: none;
}

.polaroid {
	display: inline;
	float: left;
	width: 150px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px 10px 35px 10px;
	margin: 0px 20px 10px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.polaroid2 {
	display: inline;
	float: left;
	width: 190px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 15px 15px 15px 15px;
	margin: 0px 20px 10px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.polaroidsmall {
	display: inline;
	float: left;
	width: 95px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 8px 7px 20px 7px;
	margin: 0px 8px 10px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.polaroidtiny {
	display: inline;
	float: left;
	width: 50px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 4px 10px 4px;
	margin: 0px 5px 5px 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.polaroid img,
.polaroid2 img,
.polaroidtiny img,
.polaroidsmall img {
	border: 0 none;
}

#photodiary, .stills {
	width: 480px;
	float: left;
}

#photodiary img, .stills img {
	float: left;
}

#stills1, #stills2, #stills3 {
	width: 550px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#posterthumbs {
	float: left;
}

#posterthumbs img {
	border: 0 none;
	padding: 0px 7px 6px 0px;
	display: inline;
}


/* ///////////////////// FORMS //////////////////// */

fieldset
{
	float: left;
	clear: both;
}

ol {
	list-style:none;
}

fieldset ol
{
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 0.5em;
}

label	{
	display: block;
	float: left;
	width: 250px;
	margin: 0.5em 0 0.5em 0;
	line-height: 1em;
}


#rightcontent_contact {
	list-style: none;
	float: left;
	clear: both;
}

#rightcontent_contact li
{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 0.5em;
}

#rightcontent_contact label	{
	display: block;
	float: left;
	width: 250px;
	margin: 0.5em 0 0.5em 0;
	line-height: 1em;
}


fieldset#rightcol_darker input.text,
fieldset#rightcol_darker  textarea.text {
	width: 250px;
}

/* /////////////// ADDITIONAL FORMATTING ///////////////// */

.lightview_movie hr {
	display: block;
	clear: both;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #151515;
    width:100%;
    height: 1px;
    margin: 5px 0px 0px 0px;  
}

#iconheader {
	display: block;
	letter-spacing: 1px;
	text-indent: 50px;
	background-repeat: no-repeat;
	background-position-y: 0px;
	font: bold 140% "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 0px 0px;
	z-index: 2;
	line-height: 50px;
	height: 50px;
}

#friendslinks	{
	float: left;
	display: block;
}

#friendslinks h2	{
	margin: 15px 0px 6px 0px;
	padding-bottom: 2px;
}

.wdback {
	float: left;
	padding-left: 50px;
	padding-top: 3px;
	background: url(images/wd_back.jpg) no-repeat 0 0;
	line-height: 1em;
	min-height: 17px;
}

.wdforward {
	float: left;
	padding-left: 50px;
	padding-top: 3px;
	background: url(images/wd_forward.jpg) no-repeat 0 0;
	line-height: 1em;
	min-height: 17px;
}

.wdblank {
	float: left;
	padding-left: 55px;
	padding-top: 3px;
	background: url(images/wd_blank.jpg) no-repeat 0 0;
	line-height: 1em;
	min-height: 17px;
}

.lightview_movie	{
	background-color: black;
	color: #333;
}

/* //////////////// CONTACT FORM PAGE //////////////// */

body.contact {
	background-repeat: repeat;
	background-image: url('images/contact_bg2.jpg');
	background-color:#303232;
	background-position: top left;
}

#contactform{
  position: absolute;
	width: 570px;
	top: 0px;
	left: 0px; 
	margin: 0 auto;
	text-align: left;
	padding: 120px 20px 0px 10px;
}

#contacttext {
	color: #999;
  	position: absolute;
	width: 395px;
	top: 0px;
	left: 0px; 
	margin: 0 auto;
	text-align: left;
	padding: 120px 80px 0px 120px;
}

#contactform ol	{
	list-style: none;
	zoom: 1;
}

#contactform li
{
	float: left;
	clear: both;
	padding-bottom: 0.5em;
}

#contactform label
{
	color: #ccc;
	width:120px;
	text-align: right;
	float: left;
	margin: 0.5em 0 0.5em 0;
	padding-right: 5px;
	line-height: 1em;
}

#contactsubmit	{
	width: 500px;
	padding-left: 400px;
	float: left;
	clear: both;
}

input.text, textarea.text {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
}

.lightview_movie input.text, .lightview_movie textarea.text {
	width: 95%;
	font-size: 0.9em;
  	padding: 1px;
  	border: 1px solid #151515;
	background-color: #0f0f0f !important;
  	color: #333 !important;
}

/* //////////////// SPRY GALLERY CONTROLS FOR ONEDAY POSTCARD /////////////// */

#gallerySelect { width: 180px; }

#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}
 
#transport {
	margin: 0 0 0 13px;
	width: 285px;
	list-style: none;
}
#transport li {
	float: left;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 -1px 0 0;
	padding: 4px 8px 4px 8px;
	width: auto;
	float: left;
	display: block;
}
#transport a:link, #transport a:visited {
	background: url('images/oneday/tabfade_slideshow_off.png') repeat-x;
	border: solid 1px #574126;
	color: #daa855;

}
	#transport a:hover {
	background: url('images/oneday/tabfade_slideshow_hover.png') repeat-x;
	border: solid 1px #6c5333;
	color: #fff;

}


 #transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
} 

#previews {
	background: url(images/postcardbg.gif) no-repeat;
	width: 550px;
	height: 400px;
	float: left;
}

#previewdetails {
	position: relative;
	margin-bottom: 5px;
	left: 25px;
	float: left;
}

ul#postcard_footer {
	list-style: none;
	float: left;
	display: block;
	clear: both;
	padding-left: 27px;
	height: 15px;
	width: 496px;
}

#postcard_footer li a {
	height: 15px;
	display: block;
	}
	
#postcard_footer li {
	text-indent: -9999px;
	background-image: url(images/postcard_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#postcard_footer li:hover {
	background-position: 0 -15px;
	}

#thumbnails {
	clear: both;
	position: relative;
	width: 496px;
	padding: 27px 27px 12px 27px;
	overflow: auto;
}

#thumbnails div {
	position: relative;
	width: 60px;
	height: 35px;
	float: left;
	margin: 1px;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 60px;
	height: 35px;
	position: absolute;
	border: solid 1px #000;

}

#footspace {
	top: -50px;
	position: relative;
}

#picture {
	float: left;
}

#mainImageOutline {
/* 	background-image: url(images/postcardbg_images.jpg); */
	width: 496px;
	height: 290px;
	float: left;
	display: block;
	clear: both;
	padding: 16px 18px 16px 18px; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	 border: none;  }
.selectedThumbnail {  border: solid 1px #000 !important; }
.inFocus {  border: solid 1px #EA9F1A !important; }


/* ////////////////////// MISC BITS ////////////////////// */

#break {
	clear: both;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

/* fix for FireFox outlined links  */
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
