/* ******** *
 *	Longplay Designs
 *	© 2009
 *	
 *	
 * ******** */

/* ******** *
 *	Basics
 * ******** */
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;

	background-color: #e8e8e8;
	background-image: url('../images/layout/background.jpg');
	background-position: top;
	background-repeat: repeat;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-family: century gothic, verdana, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	font-size: 18pt;
	color: #202020;
}
h5 {
	font-family: times new roman, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}
h6 {
	font-size: inherit;
	font-style: italic;
	font-weight: normal;
}
p {
	padding: 0px 0px 12px 0px;
	line-height: 14pt;
	margin: 0px;
}
label {
	font-size: 8pt;
	color: #98c7f8;
	font-weight: bold;
}
input, select, textarea {
	background-color: #ffffff;
	border: none;
	-moz-border-radius: 6px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
select {
	padding: 4px;
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
ul, ol {
	list-style-position: outside;
	padding: 2px 0px 2px 25px;
	margin: 0px;
}
a {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
}
a:hover {
	color: #1077ea;
	text-decoration: none;
	border-bottom: 1px solid #1077ea;
}


/* ******** *
 *	Layout
 * ******** */
#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('../images/flowers.png');
	background-repeat: no-repeat;
	background-position: 50% 50px;
	background-attachment: fixed;
}
#header {
	padding: 40px 0px 20px 0px;
	position: relative;
}
#header h1 {
	padding: 0px;
}
#header h2 {
	font-family: constantia, times new roman, serif;
	color: #404040;
	font-size: 19pt;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px 0px 0px 50px;
}
#header a {
	border-bottom: none !important;
}
#clientLogin {
	position: absolute;
	top: 95px;
	right: 45px;
	z-index: 1;
}
#clientLogin * {
	display: block;
}
#clientLoginLabel {
	position: relative;
	left: -20px;
	top: 10px;
}
#navigation {
	position: absolute;
	top: -50px;
	left: 40px;
	z-index: 2;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation li {
	display: inline-block;
	margin-left: -35px;
}
#navigation a {
	border-bottom: none !important;
}
#cardboardTop {
	background-image: url('../images/layout/cardboardTop.png');
	background-position: 317px 0px;
	background-repeat: no-repeat;
	height: 35px;
	z-index: 10;
	position: relative;
}
#body {
	background-image: url('../images/layout/cardboardMiddle.png');
	background-position: 317px 0px;
	background-repeat: repeat-y;
	position: relative;
	z-index: 10;
}
#linedFrame {
	width: 508px;
	position: relative;
	z-index: 4;
}
#linedFrame .frameHeader {
	background-image: url('../images/layout/linedPaperTop.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 45px;
}
#linedFrame .frameContent {
	background-image: url('../images/layout/linedPaperMiddle.png');
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 20px 120px 65px;
}
#linedFrame .frameFooter {
	background-image: url('../images/layout/linedPaperBottom.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 28px;
}
#featuredWork h4 {
	position: absolute;
	top: -10px;
	right: 35px;
}
#featuredWork a {
	border-bottom: none !important;
}
#entry1 {
	position: absolute;
	top: 60px;
	right: 25px;
	z-index: 5;
}
#entry2 {
	position: absolute;
	top: 290px;
	right: 70px;
	z-index: 6;
}
#entry3 {
	position: absolute;
	top: 105px;
	right: 75px;
	z-index: 3;
	background-image: url('../images/layout/polaroidAngle.png');
	width: 258px;
	height: 248px;
}
#entry4 {
	position: absolute;
	top: 105px;
	right: 0px;
	z-index: 2;
	background-image: url('../images/layout/polaroidAngle2.png');
	width: 308px;
	height: 302px;
}
#entry5 {
	position: absolute;
	top: 205px;
	right: 0px;
	z-index: 1;
	background-image: url('../images/layout/polaroidAngle3.png');
	width: 350px;
	height: 350px;
}
#footer {
	height: 150px;
	background-image: url('../images/layout/cardboardBottom.png');
	background-position: 317px 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 25px 0px;
}
#social {
	padding: 5px 20px;
	width: 135px;
}
#social h6 {
	padding: 2px 2px 8px 2px;
}
#social a {
	padding: 2px;
	display: inline-block;
	border-bottom: none !important;
}
#copyright {
	font-size: 8pt;
	line-height: 12pt;
	color: #606060;
	padding: 25px 55px 0px 0px;
	text-align: right;
}


/* ********** *
 *	Controls
 * ********** */
.polaroid {
	background-image: url('../images/layout/polaroid.png');
	width: 230px;
	height: 220px;
	display: block;
	padding: 13px 15px 15px 13px;
	text-decoration: none;
	color: #202020;
}
.polaroid img {
}
.polaroid h5 {
	padding-left: 5px;
}
.polaroid p {
	font-size: 9pt;
	font-family: arial, sans-serif;
	padding: 0px 0px 0px 5px;
}
 
/* Frame */
.frame {
	font-family: arial, helvetica, sans-serif;
	background-color: #235387;
	padding: 30px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	border: 3px #ffffff solid;
	-moz-box-shadow: 1px 2px 5px #000000;
	-webkit-box-shadow: 1px 2px 5px #000000;
	margin: 25px auto;
	background-position: top left;
	background-image: url('./../images/layout/frameBackground.png');
	background-repeat: repeat-x;
	font-size: 9pt;
}
.frame p {
	text-align: left;
	line-height: 12pt;
}
.frame h3 {
	color: #002246;
	font-family: century gothic, sans-serif;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	font-size: 18pt;	
}
.frame br {
	clear: both;
	height: 1px;
}
.frame a {
	color: #ded1b2;
}

/* 'Good' Frame */
.frame.good {
	background-color: #227a20;
	background-image: url('./../images/layout/frameBackgroundGood.png');
}
.frame.good h3 {
	color: #003200;
}
.frame.good .button {
	background-color: #084600;
}
.frame.good .button:hover {
	background-color: #0c6400;
}

/* 'Bad' Frame */
.frame.bad {
	background-color: #881212;
	background-image: url('./../images/layout/frameBackgroundBad.png');
}
.frame.bad h3 {
	color: #320000;
}
.frame.bad .button {
	background-color: #460000;
}
.frame.bad .button:hover {
	background-color: #640000;
}


.error {
	font-size: 8pt;
	background-color: #b21616;
	border: 1px solid #851111;
	padding: 6px;
}

.buttonBar {
	text-align: right;
	padding: 15px 0px 0px 0px;
}
.button {
	display: inline-block;
	padding: 6px 15px;
	background-color: #002246;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 8pt;
	border: none !important;
}
.button:hover {
	background-color: #003064;
	text-decoration: none;
}

.button.endGroup {
	margin: 0px 5px 0px 0px;
}

.button.imageButton {
	position: relative;
	padding-left: 26px;
}
.button.imageButton img {
	position: absolute;
	top: 5px;
	left: 6px;
}

.control {
	margin: 5px 0px;
	/*padding: 4px;
	background-color: #135397;
	-moz-border-radius: 7px;*/
}
.control label {
	display: block;
	padding: 0px 0px 2px 2px;
}
.control input {
	display: block;
	width: 100%;
}

/* *********** *
 *	Specifics
 * *********** */

/* Home */
#getInTouchLabel {
	position: absolute;
	bottom: 55px;
	left: 100px;
}
#businessCard {
	position: absolute;
	bottom: -90px;
	left: 150px;
	border-bottom: none !important;
}
#servicePostIt {
	background-image: url('../images/layout/postIt.png');
	background-repeat: no-repeat;
	width: 177px;
	height: 177px;
	font-size: 10pt;
	padding: 20px;
	position: absolute;
	right: -100px;
	top: 25px;
}
#servicePostIt ul {
	padding: 8px 0px 0px 25px;
}
#servicePostIt li {
	padding: 1px;
}

/* Sign In */
#signIn {
	width: 250px;
}
#signIn #signInUser, #signIn #signInPass {
	width: 240px;
}
#signInFrame {
	padding: 175px 0px;
}

/* Change Password */
#changePassword {
	width: 250px;
}

/* Contact Us */
#contactUs {
	width: 300px;
}


/* ******** *
 *	Fields
 * ******** */
#changePasswordOld, #changePasswordNew1, #changePasswordnew2 {
	width: 250px !important;
}