﻿body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;	
	/*background: #fff url(../images/bg_lines.gif) repeat-x 0px 90px;*/
	font-family: Arial, Sans-Serif;
}
div#wrapper
{
	margin: 0 auto;
	position: relative;
	width: 702px;
	padding: 0px;
	text-align: left;
}
div#content
{
	/* background: #fff; specifying bg color causes disappearing content bug in ID */
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
}
/*======== UNIVERSAL ==============*/
body, div, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
ul
{
	list-style: square;
	margin: 0px;
	padding-left: 30px;
}
a
{
	color: #990000; /* #7da7d8 [light blue] #990000 [dark red] #6498d9 [darker blue for anchor] */
}
div
{
	margin: 0px;
	padding: 0px;
}
div.spacer
{
	clear: both;
	margin: 1px 0 0 0;
	line-height: 1px;
	overflow: hidden;
}
p.note
{
	font-size: 10px;
	color: #aaa;
	line-height: 12px;
}
/*======== HEADER =============*/
div#header
{	
	margin: 0px;
	padding: 0px;	

}
#header h1
{
	height: 70px;
	background: url(../assets/images/logo_header_tonyjamesweddings.gif) no-repeat;
	margin: 0px;
}
#header h1 span
{
	display: none;
}
#header img.contact_info
{
	position: absolute;
	top: 0px;	
	left: 520px; /* 570 f/M 530 f/S */
}
span.photoblog
{
	position: absolute;
	right: 12px;
	color: Green;
}
#menu .photoblog a
{
	color: #fff;
}
/*======== MENU =============*/
div#menu
{
	height: 20px;
	margin: 0 0 0 0;
	padding: 2px 0 0 20px;
	background: #990000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #990000;
}
#menu ul, #footer ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu li, #footer li
{
	display: inline;
	padding: 0 15px 0 0;
}
#menu a
{
	text-decoration: none;
	color: #fff;
}
#menu a:hover
{
	color: #aaa;
}
#menu a.yellow
{
	color: Yellow;
}
/*======== WINDOW =============*/
div#window
{
	margin: 0px;
	padding: 0px;
	background: #000;
	border-top: solid 1px #990000; /* #7da7d8 */
	border-bottom: solid 1px #990000;
	position: relative;
}
#window div.control
{
	width: 700px;
	background: #000;
	color: #fff;
	height: 20px;
}
#window .control div
{
	padding: 0 20px 0 0;
	float: right;
}
#window .control div.count
{
	padding: 0 0 0 20px;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}
h3 span.our
{
	color: #ccc;
}
/*======== COPY =============*/
div#copy
{
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
}
#copy .couple
{
	float: left;
	margin: 0 0 10px 0;
	width: 210px;
	border: solid 1px #ccc;
	display: inline-block;
}
#copy #pnlMatkey .couple
{
	height: 100px;
}
#copy #pnlSeagrove .couple
{
	height: 200px;
}
#copy .space
{
	float: left;
	width: 8px;
}
#copy div.tony
{
	float: right;
	margin: 0 0 20px 20px;
}
h3.heading
{
	margin-top: 10px;
	margin-bottom: 20px;
}
h3.wedding_name
{
	margin-top: 10px;
	margin-bottom: 20px;
}
h3.heading span
{
	display: none;
}
div#logoline
{
	background: #fff url('../assets/images/logo_line.gif') no-repeat bottom left;
	height: 25px;
	border-top: dashed 1px #eee;
}
div.tony img
{
	border: solid 5px #ccc;
}
div.tony span
{
	display: block;
	font-size: 12px;
	color: #888;
	text-align: left;
	padding: 0 5px 0 0;
}
img.outside
{
	position: absolute;
	right: -30px;
}
/*======== FOOTER =============*/
div#footer
{
	margin: 0 0 40px 0;
	padding: 3px 20px 5px 20px;
	font-size: 12px;
	color: #aaa;
}
#footer #copyright
{
	float: left;
}
#footer ul
{
	margin: 0 0 0 50px;
	float: right;
}
#footer li a:hover
{
	text-decoration: underline;
}
#footer li a
{
	color: #aaa;
	text-decoration: none;
}
#footer .photoblog
{
	visibility: hidden;
	display: none;
}
/*======== FORM ================*/
div.form
{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: #eee;
	font-size: 14px;
	border: solid 1px #ccc;
}
.form div.row
{
	padding: 2px 0 3px 0;	
}
.form div.row, .form div.footer, .form div.buttons, .form div.header, .form div.subhead, .form div.subhead_alert, .form div.row_conflict
{
	width: 100%;
	clear: both;
	padding-left: 5px;
}
.form .row div, .form .subhead div
{
	float: left;
	padding: 0 5px 0 5px;
	color: #990000;
}
.form .subhead .right
{
	float: right;
}
.form div div h5
{
	display: block;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}
.form div div h5 span.r
{
	color: #ff0000;
	font-size: 16px;
}
.form .row input, .form .row_conflict input
{
	border: solid 1px #ccc;
	background: #fff;
}
.form .row input.readonly
{
	border: solid 1px #fff;
	background: #ddd;
	color: #555;
}
.form .row table.rbl input
{
	background: none;
	border: none;
}
.form .buttons, .filter .buttons
{
	margin-top: 10px;
	padding: 10px 0 0 5px;
	border-top: dashed 1px #ccc;
}
.form .header
{
	background: #555;
	color: #eee;
	padding: 2px 0 2px 5px;	
	font-size: 14px;
	text-transform: uppercase;
}
.form .subhead
{
	background: #ddd;
	padding: 2px 0 5px 5px;
	border-bottom: solid 1px #aaa;
}
.form .footer
{
	border-top: solid 1px #ccc;
	background: #ddd;
	color: #777;
}
.form textarea
{
	width: 470px;
	height: 100px;
}
p.validation, p.validation ul, p.validation li
{
	font-size: 12px;
}

/*======== FAQ ==================*/
ul.questions
{
	margin-bottom: 20px;
}
ul.questions a
{
	text-decoration: none;
}
ul.questions a:hover
{
	text-decoration: underline;
}
ul.answers li
{
	margin: 0 0 15px 0;
	font-weight: bold;
}
.answers li div
{
	margin: 5px 0 0 0;
	font-weight: normal;
}
.answers li a
{
	color: #333;
}
/*========= PACKAGES =============*/
#copy div.package
{
	float: left;
	width: 200px;
	margin: 0 20px 10px 0;
	padding: 0 0 10px 0;
	display: inline-block;
}
div.package h3
{
	padding: 5px 0 5px 5px;
	margin: 0 0 3px 0;
	font-size: 16px;
	color: #555;
	border-bottom: dashed 1px #ccc;
}
div.package h3 span
{
	color: #990000;
}
div.package ul
{
	padding-left: 20px;
}
div.package div.paypal
{
	margin: 20px 0 0 20px;
}
.package_container
{
	width: 430px;
	float: left;
	font-size: 14px;
}
div.album_info
{
	width: 202px;
	float: right;
	font-size: 12px;
	background: #fff;
	
	color: #000;
	padding: 0px;
}
.album_info p
{
	border-left: solid 1px #ddd;
	padding: 10px 0 15px 8px;
	background: #eee;
	margin: 5px 0 0 0;
}
.album_info p span.spacer
{
	height: 10px;
}
.album_info h4, .album_info p
{
	padding-left: 10px;
	padding-right: 10px;
}
div.album_info h4
{
	color: #990000;
	margin-top: 0px;
	font-size: 16px;
}
/*========= WEDDING =============*/
div#weddingleft, div#galleryleft
{
	width: 450px;
	float: left;
}
div#weddingright, div#galleryright
{
	width: 190px;
	float: right;
}
div.orderprints
{
	border-left: solid 1px #aaaaaa;
	background: #eeeeee;
	padding: 10px 10px 20px 10px;
}
h4.comments
{
	color: #aaa;
	border-bottom: double 3px #ccc;
	margin-bottom: 5px;
}
div.comment
{
	padding-left: 5px;
	font-size: 12px;
	border-bottom: dashed 1px #990000;
	width: 440px;
}
.comment .author
{
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: #990000;
	margin-top: 5px;
}
.comment .created
{
	display: block;
	margin-top: 10px;
	color: #aaa;
	margin-bottom: 5px;
}


table
{
	font-size: 12px;
}
