/* defaults */

a
{
	color: #33f;
}

a:hover
{
	color: #f33;
}

b,
strong
{
	font-weight: bold;
}

big,
.big /* .big works better on block elements because it also adjusts the line-height. */
{
	font-size: 1.1666em;
}

blockquote,
fieldset,
p,
pre
{
	margin: 0 0 1em 0;
}

footer
{
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	color: #33f;

}


body,
.normal
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

body.large-fonts,
body.large-fonts .normal
{
	font-size: 15px;
}

body,
button,
input,
optgroup,
option,
select,
textarea
{
	font-family: 'trebuchet ms';
}

body,
form
{
	margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
.big,
.normal,
.small
{
	line-height: 1.5em;
}

button,
input,
optgroup,
option,
select,
textarea
{
	font-size: 1em;
}

dd,
fieldset,
legend,
ol,
td,
th,
ul
{
	padding: 0;
}

dfn,
em,
i
{
	font-style: italic;
}

dl,
ol,
ul
{
	margin: 0 2.5em 1em 2.5em;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1em;
	margin: 1.5em 0 0.5em 0;
}

h1
{
	font-size: 2.1666em;
}

h2
{
	font-size: 1em;
	font-style: bold;
}

h3
{
	font-size: 1.5em;
}

h4
{
	font-size: 1.1666em;
}

h5
{
	font-size: 1em;
}

h6
{
	font-size: 0.8333em;
}

ol
{
	list-style-type: decimal;
}

img
{
	border: 0;
	display: block;
}

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

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

q:after,
q:before
{
	content: '';
}

small,
.small /* .small works better on block elements because it also adjusts the line-height. */
{
	font-size: 0.8333em;
}

sub
{
	font-size: 0.8333em;
	vertical-align: -0.333em;
}

sup
{
	font-size: 0.8333em;
	vertical-align: 0.333em;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

th
{
	text-align: left;
}

ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: square;
}

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

/* forms */

button,
input
{
	line-height: normal;
}

button,
input,
select
{
	vertical-align: baseline;
}

#ie6 button,
#ie6 input,
#ie6 select,
#ie7 button,
#ie7 input,
#ie7 select
{
	vertical-align: middle;
}

button,
input.button,
input.reset,
input.submit
{
	background: #fefefe url(/media/base/images/form-button-soft.png) repeat-x scroll center;
	border: 0.08333em outset #ccc;
	cursor: pointer;
	padding: 0.5em 0.8333em;
}

#ie6 button,
#ie6 input.button,
#ie6 input.reset,
#ie6 input.submit
{
	overflow: visible;
	background-image: none;
	padding: 0.5em 1em;
}

#ie7 button,
#ie7 input.button,
#ie7 input.reset,
#ie7 input.submit
{
	overflow: visible;
	padding: 0.5em 1em;
}

button.submit,
input.submit
{
	font-weight: bold;
}

button:focus,
input.button:focus,
input.password:focus,
input.reset:focus,
input.submit:focus,
input.text:focus,
select:focus,
textarea:focus
{
	background-color: #eee;
	border-color: #999;
}

fieldset
{
	border: 0;
	margin-top: 1.5em;
}

input.image
{
	vertical-align: middle;
}

input.password,
input.text,
textarea
{
	background: #fefefe url(/media/base/images/form-field.png) repeat-x;
	border: 0.08333em solid #ccc;
	padding: 0.25em;
	width: 18em;
}

#ie6 input.password,
#ie6 input.text,
#ie6 textarea
{
	background-image: none;
}

legend
{
	color: #000;
	font-size: 1.1666em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#ie6 legend,
#ie7 legend
{
	margin-left: -7px;
}

select
{
	background: #fefefe;
	border: 0.08333em solid #ccc;
}

#ie6 select
{
	background: none;
}

textarea
{
	height: 9em;
	width: 36em;
}

/* javascript */

body.js-disabled .js-enabled
{
	display: none;
}

body.js-enabled .js-disabled
{
	display: none;
}



	ul.alerts
{
	list-style: none;
	margin: 0 0 1.5em 0;
}

ul.alerts li.error, ul.alerts li.info, ul.alerts li.success, ul.alerts li.warning
{
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

ul.alerts li.error
{
	background: #ffeeee;
	border: 1px solid #ff9999;
	color: #ff3333;
}

ul.alerts li.error a, ul.alerts li.error b
{
	color: #ff3333;
}

ul.alerts li.info
{
	background: #eeeeff;
	border: 1px solid #9999ff;
	color: #3333dd;
}

ul.alerts li.info a, ul.alerts li.info b
{
	color: #3333dd;
}

ul.alerts li.success
{
	background: #eeffee;
	border: 1px solid #99cc99;
	color: #33aa33;
}

ul.alerts li.success a, ul.alerts li.success b
{
	color: #339933;
}

ul.alerts li.warning
{
	background: #ffffcc;
	border: 1px solid #ffcc33;
	color: #cc9933;
}

ul.alerts li.warning a, ul.alerts li.warning b
{
	color: #cc9933;
}

	div.form-field,
div.form-group
{
	margin-bottom: 1em;
}

div.form-group div.form-field,
div.form-input ul,
div.form-last div.form-field,
div.form-last div.form-group,
div.form-last fieldset
{
	margin-bottom: 0;
}

#ie6 div.form-last div.form-field,
#ie7 div.form-last div.form-field
{
	padding-bottom: 0;
}

div.form-help-text,
span.form-help-text,
ul.form-errors
{
	font-size: 0.8333em;
}

div.form-inline-field div.form-field
{
	padding-left: 15.5em;
	position: relative;
}

div.form-inline-field div.form-label
{
	left: 0;
	padding-top: 0.333em;
	position: absolute;
	text-align: right;
	top: 0;
	width: 15em;
}

div.form-inline-field div.w-checkboxselectmultiple div.form-label
{
	padding-top: 0;
}

div.form-inline-field div.w-radioselect div.form-label,
div.form-inline-field div.w-radioselect-textinput div.form-label,
div.form-inline-field div.w-selectmultiple div.form-label
{
	padding-top: 0.08333em;
}

div.form-inline-field div.w-nullbooleanselect div.form-label,
div.form-inline-field div.w-select div.form-label,
div.form-inline-field div.w-select-select-select div.form-label
{
	padding-top: 0.1666em;
}

div.form-inline-field table.rows div.form-field
{
	padding-left: 0;
}

div.form-input ul,
ul.form-errors
{
	list-style: none;
	margin: 0;
}

div.form-row
{
	overflow: hidden;
}

div.form-row div.form-field
{
	float: left;
	margin-right: 1.5em;
}

#ie6 div.form-row div.form-field,
#ie7 div.form-row div.form-field
{
	margin-right: 0;
	padding-bottom: 1em;
	padding-right: 1.5em;
}

ul.form-errors
{
	color: #ff3333;
}

/* fields: booleanfield, charfield, choicefield, typedchoicefield, datetimefield, filefield,
filepathfield, floatfield, imagefield, ipaddressfield, multiplechoicefield, nullbooleanfield */

input.f-datefield,
input.f-decimalfield,
input.f-hexcolourfield,
input.f-integerfield,
input.f-splitdatetimefield,
input.f-timefield
{
	width: 9em;
}

input.f-emailfield,
input.f-regexfield,
input.f-urlfield
{
	width: 27em;
}

/* widgets: checkboxinput, checkboxselectmultiple, datetimeinput, fileinput, hiddeninput,
multiplehiddeninput, multiwidget, nullbooleanselect, passwordinput, radioselect, select, selectmultiple,
textarea, textinput */

input.w-splitdatetimewidget,
select.w-splitdateselect,
select.w-otherchoicewidget
{
	margin-right: 0.5em;
}

input.w-radioselect
{
	width: auto;
}

/* filter */

table.filter
{
	margin-bottom: 0.333em;
}

table.filter td
{
	background: #eef;
	border: 0.08333em solid #99f;
	color: #33d;
	margin-bottom: 0.1666em;
	padding: 5;
}

table.filter td.active
{
	background: #fee;
	border-color: #f99;
	color: #f33;
}

/* pagination */

input.w-pagination
{
	text-align: center;
	width: 2em;
}

/* firefox */

@-moz-document url-prefix()
{
	div.form-inline-field div.form-label
	{
		padding-top: 0.1666em;
	}

	div.form-inline-field div.w-nullbooleanselect div.form-label,
	div.form-inline-field div.w-radioselect div.form-label,
	div.form-inline-field div.w-select-select-select div.form-label
	{
		padding-top: 0;
	}

	div.form-inline-field div.w-radioselect-textinput div.form-label,
	div.form-inline-field div.w-select div.form-label
	{
		padding-top: 0.08333em;
	}

	div.form-inline-field div.w-select-textinput div.form-label
	{
		padding-top: 0.25em;
	}
}

	/* dimensions */

.h100
{
	height: 100%;
}

.w16
{
	width: 16%;
}

.w25
{
	width: 25%;
}

.w33
{
	width: 33%;
}

.w50
{
	width: 50%;
}

.w66
{
	width: 66%;
}

.w75
{
	width: 75%;
}

.w83
{
	width: 83%;
}

.w100
{
	width: 100%;
}



/* image links */

a.image
{
	background-repeat: no-repeat;
	display: block;
}

a.image span
{
	display: none;
}



/* layout */

.block
{
	display: block;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.clear
{
	clear: both;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.floats
{
	overflow: hidden;
}

.hidden
{
	display: none;
}

.inline
{
	display: inline;
}

.print
{
	display: none;
}

.relative
{
	position: relative;
}

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



/* typography */

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

.error
{
	color: #f33;
}

.first
{
	margin-top: 0 !important;
}

.info
{
	color: #33f;
}

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

.nowrap
{
	white-space: nowrap;
}

.p
{
	margin-bottom: 1em;
}

.success
{
	color: #393;
}

.warning
{
	color: #c93;
}




	/* fonts */

	a
	{
		color: #cccccc;
	}

	a:hover
	{
		color: #ffffff;
	}

	body,
	button,
	input,
	optgroup,
	option,
	select,
	textarea
	{
		font-family: verdana;
	}


	/* layout */

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

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

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

	h1
	{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 1.5em;
	}

	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.crumb-home #navigation a.home,
	body.crumb-photography #navigation a.photography,
	body.crumb-philosophy #navigation a.philosophy,
	body.crumb-weddings #navigation a.weddings,
	body.crumb-contact #navigation a.contact,
	body.crumb-packages-prices #navigation a.packages-prices,
	body.crumb-portraits #navigation a.portraits,
	body.crumb-video #navigation a.video,
	body.crumb-testimonials #navigation a.testimonials,
	body.crumb-destination-weddings #navigation a.destination-weddings,
	body.crumb-media #navigation a.media,
	body.crumb-employment #navigation a.employment
	{
		background-position: 0 -18px;
	}



	/* weddings navigation */

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

	#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.root
	{
		background-image: url(/media/infinityphotography/images/loading.gif);
	}

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

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

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



	/* home */

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



	/* photography */

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



	/* philosophy */

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



	/* weddings */

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

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

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

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

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

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

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



	/* contact */

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

	body.crumb-contact select
	{
		xwidth: 15em;
	}



	/* packages & prices */

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



	/* destination weddings */

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

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



	/* internet explorer */

	#ie6,
	#ie7,
	#ie8plus
	{
		height: 100%;
	}

	#ie6 ul.trans,
	#ie7 ul.trans,
	#ie8pluss ul.trans
	{
		background-image: none;
		background-color: #1b1b1b;
	}

	#ie6 #weddings,
	#ie7 #weddings,
	#ie8plus #weddings
	{
		width: 150px;
	}

	#ie6 body.home img.photo
	{
		position: static;
	}

	#ie6 body.index a
	{
		cursor: pointer;
	}

	#ie6 body.testimonials div.content
	{
		margin-bottom: 120px;
	}

	#ie6 div.content,
	#ie6 #photo
	{
		zoom: 1;
	}

	#ie6 dt
	{
		float: none;
	}

	#ie6 #container
	{
		height: 591px;
	}

	#ie6 #next,
	#ie6 #previous
	{
		cursor: pointer;
	}


