/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/*
address, caption, cite, code, dfn, var
{
	
}
*/

b, dt, h1, h3, h5, label, strong, th
{
	font-weight: bold;
}

body
{
	font-size: 12px;
}

em, i
{
	font-style: italic;
}

ol li
{
	list-style: decimal;
}

ol ol li
{
	list-style: lower-alpha;
}

ol ol ol li
{
	list-style: lower-roman;
}

ul li
{
	list-style: square;
}

ul ul li
{
	list-style: disc;
}

ul ul ul li
{
	list-style: circle;
}


a
{
	color: #3333ff;
}

a:hover
{
	color: #ff3333;
}

body
{
	color: #222222;
	font-family: verdana;
}

img
{
	display: block;
}

input.image
{
	display: block;
}

.bad
{
	color: #ff3333;
}

.good
{
	color: #339933;
}

.neutral
{
	color: #3333ff;
}

blockquote
{
	margin-left: 3em;
	margin-right: 3em;
}

body, h1, h2, h3, h4, h5, h6, pre
{
	line-height: 1.5em;
}

dd, li
{
	margin-left: 3em;
	margin-right: 1.5em;
}

dl, hr, ol, p, pre, ul, .p
{
	margin-bottom: 1.5em;
}

dl.padded dd, dl.padded dt, ol.padded li, ul.padded li
{
	margin-bottom: 1.5em;
}

h1, h2
{
	font-size: 1.5em;
}

h3, h4
{
	font-size: 1.17em;
}

h5, h6
{
	font-size: 0.83em;
}

.legals
{
	font-size: 0.75em;
}

#body
{
	margin: 1.5em;
}


div.alert, div.alert-bad, div.alert-good, div.alert-neutral
{
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
}

div.alert
{
	background-image: url(/media/base/images/grey-90.png);
	border-color: #bbbbbb;
	color: #666666;
}

div.alert-bad
{
	background-image: url(/media/base/images/red-90.png);
	border-color: #ff9999;
	color: #ff3333;
}

div.alert-bad a
{
	color: #ff3333;
}

div.alert-good
{
	background-image: url(/media/base/images/green-90.png);
	border-color: #99cc99;
	color: #339933;
}

div.alert-good a
{
	color: #339933;
}

div.alert-neutral
{
	background-image: url(/media/base/images/blue-90.png);
	border-color: #9999ff;
	color: #3333ff;
}

div.alert-neutral a
{
	color: #3333ff;
}

div.form-checkbox div.help-text, div.form-field li div.help-text
{
	display: inline !important;
	font-size: inherit !important;
}

div.form-field li
{
	margin-bottom: 0 !important; /* TODO: for some reason this won't apply to ie6 */
}

div.form-field li label
{
	font-weight: normal;
}

div.form-field div.bad, div.form-field div.help-text
{
	font-size: 0.83em; /* 10px; */
}

input.char, input.datetime, input.email
{
	width: 15em;
}

input.date, input.decimal, input.integer, input.time
{
	width: 7.5em;
}

input.regex, input.url, textarea /* div.textarea */
{
	width: 30em;
}

ul.errorlist
{
	color: #ff3333;
}

/* TODO: remove select from this list for Safari only? */
a.button, div.textarea, input.button, input.file, input.password, input.reset, input.submit, input.text, select, textarea
{
	background-color: #f7f7f7;
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
	color: #003333;
}

a.button, input.button, input.reset, input.submit
{
	border-left-color: #eeeeee;
	border-style: double;
	border-top-color: #eeeeee;
	border-width: 3px;
	cursor: pointer;
	padding: 1px 0.5em;
	text-decoration: none;
}

a.button
{
	padding: 1px 0.5em;
}

div.textarea, input.password, input.text, textarea
{
	background-image: url(/media/base/images/form-field.gif);
	background-repeat: no-repeat;
	padding: 0.25em;
}

div.textarea
{
	padding: 0.25em 0.5em;
	overflow: auto;
}

label.optional
{
	font-weight: normal;
}

select
{
	padding: 2px;
}

ul.form li
{
	margin: 0;
	margin-bottom: 1.5em;
	list-style: none;
}

.float-x
{
	overflow: hidden;
}

.float-x .x
{
	float: left;
}

.float-x p.x
{
	margin-right: 1.5em;
}

.h100
{
	height: 100%;
}

.hidden
{
	display: none;
}

.inline
{
	display: inline !important;
}

.last
{
	margin-bottom: 0 !important;
}

.nowrap
{
	white-space: nowrap !important;
}

.relative
{
	position: relative;
	zoom: 1;
}

.w25
{
	width: 25%;
}

.w33
{
	width: 33%;
}

.w50
{
	width: 50%;
}

.w66
{
	width: 66%;
}

.w75
{
	width: 75%;
}

.w100
{
	width: 100%;
}

table.cells
{
	border-collapse: separate;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	margin-bottom: 1.5em;
}

table.cells th, table.cells td
{
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 0.5em 1em;
	text-align: center;
	white-space: nowrap;
}

table.cells td
{
	background-color: #f7f7f7;
	background-image: url(/media/base/images/form-field.gif);
	background-repeat: no-repeat;
}

table.cells td.on, table.cells th, table.cells tr.on td
{
	background-color: #ffffff;
	background-image: none;
	font-weight: bold;
}

table.cells td:hover
{
	background-color: #e7e7e7;
	background-image: none;
}

table.rows
{
	border-top-color: #bbbbbb;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 1.5em;
	width: 100%;
}

table.rows tr.on
{
	background-color: #f7f7f7;
}

table.rows th, table.rows td
{
	border-bottom-color: #bbbbbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0.5em 1em;
	text-align: center;
	white-space: nowrap;
}

table.rows tbody tr:hover
{
	background-color: #e7e7e7;
	background-image: none;
}



	/* fonts */

	a
	{
		color: #cccccc;
	}

	a:hover
	{
		color: #ffffff;
	}



	/* layout */

	body, html, #body
	{
		height: 100%;
	}

	body
	{
		background-color: #333333;
		background-position: center;
		background-repeat: no-repeat;
	}

	body.contact dt
	{
		clear: both;
		float: left;
		font-weight: normal;
		width: 6em;
	}

	h1
	{
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 1.5em;
		text-transform: uppercase;
	}

	img.special-offer
	{
		width: 234px;
		height: 36px;
	}

	#body
	{
		margin: 0;
	}

	#container
	{
		margin: 0 auto;
		min-height: 591px;
		position: relative;
		width: 995px;
	}



	/* navigation */

	#navigation
	{
		position: absolute;
		left: 659px;
		top: 48px;
		z-index: 2;
	}

	#navigation a
	{
		display: block;
		float: left;
		height: 18px;
		overflow: hidden;
		width: 18px;
	}

	#navigation a:hover
	{
		background-position: 0 -18px;
	}

	#navigation a.double
	{
		width: 36px;
	}

	#navigation a.home
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/home.gif);
	}

	#navigation a.photography
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/photography.gif);
	}

	#navigation a.philosophy
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/philosophy.gif);
	}

	#navigation a.weddings
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/weddings.gif);
	}

	#navigation a.contact
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/contact.gif);
	}

	#navigation a.packages-prices
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/packages-prices.gif);
	}

	#navigation a.blog
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/blog.gif);
	}

	#navigation a.portraits
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/portraits.gif);
	}

	#navigation a.video
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/video.gif);
	}

	#navigation a.testimonials
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/testimonials.gif);
	}

	#navigation a.destination-weddings
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/destination-weddings.gif);
	}

	#navigation a.media
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/media.gif);
	}

	#navigation a.employment
	{
		background-image: url(/media/infinityphotography/images/navigation/palette_1/employment.gif);
	}

	#navigation-heading
	{
		clear: both;
		height: 15px;
		top: 6px;
		position: relative;
		width: 150px;
	}

	#special-offer
	{
		display: none;
		margin: 0 auto;
		position: relative;
		top: -75px;
		z-index: 1;
	}

	body.home #navigation a.home, body.photography #navigation a.photography, body.philosophy #navigation a.philosophy, body.weddings #navigation a.weddings, body.contact #navigation a.contact, body.packages-prices #navigation a.packages-prices, body.portraits #navigation a.portraits, body.video #navigation a.video, body.testimonials #navigation a.testimonials, body.destination-weddings #navigation a.destination-weddings, body.media #navigation a.media, body.employment #navigation a.employment
	{
		background-position: 0 -18px;
	}



	/* weddings navigation */

	#weddings
	{
		display: none;
		position: absolute;
		left: 731px;
		top: 93px;
		z-index: 4;
	}

	#weddings a
	{
		color: #cccccc;
		display: block;
		text-decoration: none;
		width: 100%;
	}

	#weddings a:hover, #weddings a.on
	{
		background-color: #222222;
	}

	#weddings div
	{
		margin: 0 1em;
	}

	#weddings li
	{
		list-style: none;
		margin: 0.5em 0;
	}



	/* logos */

	#logo-giant, #logo-medium, #logo-medium-dark, #logo-medium-white, #logo-small, #logo-small-dark, #logo-small-white, #logo-vertical
	{
		height: 87px;
		left: 30px;
		position: absolute;
		top: 12px;
		width: 229px;
		z-index: 1;
	}

	#logo-giant
	{
		background-image: url(/media/infinityphotography/images/logos/giant.png);
		height: 310px;
		top: 228px;
		width: 924px;
	}

	#logo-medium
	{
		background-image: url(/media/infinityphotography/images/logos/medium.png);
		height: 167px;
		top: -24px;
		width: 433px;
	}

	#logo-medium-dark
	{
		background-image: url(/media/infinityphotography/images/logos/medium_dark.png);
		height: 167px;
		top: -24px;
		width: 433px;
	}

	#logo-medium-white
	{
		background-image: url(/media/infinityphotography/images/logos/medium_white.png);
		height: 167px;
		top: -24px;
		width: 433px;
	}

	#logo-small
	{
		background-image: url(/media/infinityphotography/images/logos/small.png);
	}

	#logo-small-dark
	{
		background-image: url(/media/infinityphotography/images/logos/small_dark.png);
	}

	#logo-small-white
	{
		background-image: url(/media/infinityphotography/images/logos/small_white.png);
	}

	#logo-vertical
	{
		background-image: url(/media/infinityphotography/images/logos/vertical.png);
		height: 433px;
		left: 0px;
		top: 120px;
		width: 167px;
	}



	/* overlays */

	#always-beautiful, #always-natural, #always-timeless
	{
		bottom: 42px;
		height: 57px;
		position: absolute;
		right: 12px;
		width: 168px;
	}

	#always-beautiful
	{
		background-image: url(/media/infinityphotography/images/overlays/always_beautiful.png);
		height: 60px;
	}

	#always-natural
	{
		background-image: url(/media/infinityphotography/images/overlays/always_natural.png);
	}

	#always-timeless
	{
		background-image: url(/media/infinityphotography/images/overlays/always_timeless.png);
	}



	/* next & previous */

	#next, #previous
	{
		background-repeat: no-repeat;
		display: block;
		height: 15px;
		position: absolute;
		bottom: 3px;
		width: 15px;
		z-index: 500;
	}

	#next:hover, #previous:hover
	{
		background-position: 0 -15px;
	}

	#next
	{
		background-image: url(/media/infinityphotography/images/navigation/next.png);
		right: 84px;
	}

	#previous
	{
		background-image: url(/media/infinityphotography/images/navigation/previous.png);
		right: 117px;
	}



	/* content */

	div.content
	{
		background-color: #373737;
		color: #cccccc;
		margin: 0 66px;
		padding: 18px 30px;
		position: relative;
		top: 120px;
	}

	div.photo
	{
		padding: 0;
	}

	div.photo table
	{
		margin: 0 auto;
	}

	div.photo td
	{
		height: 435px;
	}

	div.trans, ul.trans
	{
		background-color: transparent;
		background-image: url(/media/infinityphotography/images/content_bg.png);
		z-index: 3;
	}

	#photo
	{
		position: relative;
	}




	/* index */

	body.index
	{
		background-image: url(/media/infinityphotography/images/loading.gif);
	}

	body.index #body
	{
		background-image: url(/media/infinityphotography/images/backgrounds/index.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}
	body.index
	{
	}

	body.index #logo-medium-dark
	{
		left: 552px;
		top: 48px;
	}

	body.index #navigation-heading
	{
		left: 618px;
		top: 72px;
	}



	/* home */

	body.home #next
	{
		background-image: url(/media/infinityphotography/images/navigation/next-home.png);
	}



	/* photography */

	body.photography
	{
		background-repeat: no-repeat;
	}



	/* philosophy */

	body.philosophy div.content
	{
		background-image: url(/media/infinityphotography/images/philosophy.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		padding-right: 321px;
	}



	/* weddings */

	body.weddings div.content
	{
		padding: 45px 60px;
	}

	body.weddings #wedding-photo-heading
	{
		background-repeat: no-repeat;
		height: 36px;
		margin-bottom: 6px;
		width: 200px;
	}

	body.weddings #wedding-container
	{
		height: 255px;
		overflow: hidden;
		position: relative;
		white-space: nowrap;
		width: 743px;
	}

	body.weddings #wedding-photos img
	{
		display: inline;
	}

	body.weddings #next, body.weddings #previous
	{
		bottom: 98px;
		cursor: pointer;
	}

	body.weddings #next
	{
		right: 140px;
	}

	body.weddings #previous
	{
		right: 170px;
	}



	/* contact */

	body.contact div.form-field
	{
		margin-bottom: 18px;
	}

	body.contact select
	{
		width: 15em;
	}



	/* packages & prices */

	body.packages-prices
	{
		background-image: url(/media/infinityphotography/images/backgrounds/packages-prices.jpg);
	}



	/* destination weddings */

	body.destination-weddings
	{
		background-image: url(/media/infinityphotography/images/backgrounds/destination_weddings.jpg);
	}

	body.destination-weddings div.content
	{
		width: 414px;
	}

