/*  
Theme Name: Giving Husband Print
Theme URI: http://www.givinghusband.com/
Description: Print Style for GivingHusband.com modified from Corey Campbell's Original Design
Date: January 1, 2010
Version: 1.0
Author: Brian Hicks
Author URI: http://arg.onauts.com/
*/
/* ================================================================ 
						Basic Page Elements
=================================================================== */
body {
	background: #FFF;
	margin: 0px auto;
	padding: 0;
}

/* ================================================================ 
						Global Cleanup Settings
=================================================================== */
ol {list-style: decimal;}
ul {list-style-image:none;list-style-position:outside;list-style-type:none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
ul, ol, li, h1, h2, h3, h4, h5, h6, body, html, p, blockquote {margin:0px;padding:0px;}
a img {border: 0px;}
a, a:visited, a:hover, input, input:hover { outline: none; }

/* ================================================================ 
						Global Attributes
=================================================================== */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.noprint {
	display: none;
}

/* ================================================================ 
							Typography
=================================================================== */
body {
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}
a, a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
h1 {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 2px;
}
h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
}
hr {
	background: #000;
	border: 0px;
	border-collapse: collapse;
	display: block;
	height: 2px;
	margin-bottom: 20px;
}
#login.form h2 {
	float: left;
	width: 130px;
}

/* ================================================================ 
							Page Styling
=================================================================== */
#master-container {
	margin: 0px auto;
	overflow: hidden;
}
#container {
	background: #FFF;
	overflow: hidden;
}
	.flower #container {
		background: #FFF;
	}
#content {
	margin: 0px auto;
	overflow: hidden;
	width: 960px;	
}	
#sidebar {
	display: none;
}
.home #logo {
	display: none;
}
.subpage  #logo {
	background: url('./images/logo.png') no-repeat top left;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 180px;
	top: -40px;
	position: absolute;
	width: 480px;
}
#married-couple {
	background: url('./images/married-couple.png') no-repeat top left;
	display: block;
	height: 600px;
	margin-top: 70px;
	position: absolute;
	width: 360px;
}
	/* ======================  Columns  =========================== */
	.colfull {
		display: block;
		float: left;
		overflow: hidden;
		padding: 20px 60px 0px 60px;
		width: 840px;
	}
	.col1 {
		display: block;
		float: left;
		height: 610px;
		width: 360px;
	}
	.col2 {
		display: block;
		float: left;
		height: 300px;
		padding: 60px 0px 0px 60px;
		width: 540px;
	}
	#login {
		background: url('./images/login-bg.png') no-repeat top left;
		display: block;
		height: 240px;
		padding: 140px 100px 0px 20px;
		width: 440px;
	}
	#login .submit h2 {
		clear: both;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		overflow: hidden;
		padding-top: 40px;
		width: 130px;
	}
	.subpage .form {
		background: #FFF;
		padding: 20px 0px 0px 20px;
		margin-top: 60px;
		min-height: 500px;
	}
	.subpage .container {
		min-height: 500px;
		overflow: hidden;
		padding-right: 260px; 
	}
	.input-text {
		background: url('./images/form_home-input-text.png') no-repeat top left;
		display: block;
		float: left;
		height: 40px;
		margin-bottom: 10px;
		overflow: hidden;
		width: 310px;
	}
		.input-textarea {
			background: url('./images/form_home-input-textarea.png') no-repeat top left;
			display: block;
			float: left;
			height: 120px;
			margin-bottom: 10px;
			overflow: hidden;
			width: 310px;
		}
		.input-text.half {
			background: url('./images/form_home-input-text-half.png') no-repeat top left;
			display: block;
			float: left;
			height: 40px;
			margin-bottom: 10px;
			overflow: hidden;
			width: 155px;
		}
		.input-text.half input {
			width: 145px;	
		}
	.input-text input, .input-text p {
		color: #000;
		background: none;
		border: none;
		display: block;
		font-family: "Comic Sans MS", cursive;
		font-weight: bold;
		font-size: 24px;
		height: 38px;
		margin: 0px 5px 0px 5px;
		padding-top: 2px;
		width: 300px;	
	}
	.input-text input.password {
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 24px;
	}
	.input-textarea textarea {
		background: none;
		border: none;
		display: block;
		font-family: "Comic Sans MS", cursive;
		font-weight: bold;
		font-size: 14px;
		height: 118px;
		margin: 0px 5px 0px 5px;
		padding-top: 2px;
		width: 300px;	
	}
	#register .entry-field {
		margin-left: 20px;
	}
	.entry-field {
		display: block;
		width: 780px;
		overflow: hidden;
	}
	.entry-field h2 {
		float: left;
		padding-top: 3px;
		padding-right: 10px;
		width: 195px;
	}
	.button.signin {
		background: url('./images/button-signin.png') no-repeat 0px 0px;
		border: 0px;
		border-collapse: collapse;
		cursor: pointer;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		margin-right: 30px;
		overflow: hidden;
		padding-top: 39px;
		width: 90px;
	}
	.button.submit {
		background: url('./images/button-submit.png') no-repeat 0px 0px;
		border: 0px;
		border-collapse: collapse;
		cursor: pointer;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		margin-right: 30px;
		overflow: hidden;
		padding-top: 39px;
		width: 90px;
	}
	.button.save {
		background: url('./images/button-save.png') no-repeat 0px 0px;
		border: 0px;
		border-collapse: collapse;
		cursor: pointer;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		margin-right: 30px;
		overflow: hidden;
		padding-top: 39px;
		width: 90px;
	}
	.button.remind {
		background: url('./images/button-remind.png') no-repeat 0px 0px;
		border: 0px;
		border-collapse: collapse;
		cursor: pointer;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		margin-right: 30px;
		overflow: hidden;
		padding-top: 39px;
		width: 120px;
	}
	.button.register {
		background: url('./images/button-register.png') no-repeat 0px 0px;
		border: 0px;
		border-collapse: collapse;
		cursor: pointer;
		display: block;
		height: 0px;
		margin-bottom: 10px;
		margin-right: 30px;
		overflow: hidden;
		padding-top: 39px;
		width: 100px;
	}
	.button.forgotten {
		background: url('./images/button-forgotten.png') no-repeat 0px 0px;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		overflow: hidden;
		padding-top: 40px;
		width: 190px;
	}
	.button.back {
		background: url('./images/button-back.png') no-repeat 0px 0px;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		overflow: hidden;
		padding-top: 40px;
		width: 120px;
	}
		.register .button.back {
			margin-left: 700px;
			position: absolute;
			top: 140px;
		}
		.forgottenpassword .button.back {
			margin-left: 335px;
			position: absolute;
			top: 200px;
		}
		.button.signin:hover, .button.forgotten:hover, .button.register:hover, .button.back:hover, .button.remind:hover, .button.submit:hover, .button.save:hover {
			background-position: 0px -40px;
		}
	.error {
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 20px;
		margin-left: 60px;
		overflow: hidden;
		padding-top: 30px;
		width: 360px;	
	}
		.error.login_information {
			background: url('./images/error-login_information.png') no-repeat 0px 0px;
		}
		.error.invalid_email {
			background: url('./images/error-invalid_email.png') no-repeat 0px 0px;
		}
		.error.email_empty {
			background: url('./images/error-email_empty.png') no-repeat 0px 0px;
		}
		.error.password_empty {
			background: url('./images/error-password_empty.png') no-repeat 0px 0px;
		}
	#signup {
		background: url('./images/signup-bg.png') no-repeat 0px 0px;
		display: block;
		height: 50px;
		margin-top: 40px;
		margin-left: 60px;
		padding: 10px 0px 0px 10px;
		overflow: hidden;
		width: 350px;
	}
	#signup a, #signup a:visited {
		background: url('./images/title_signup.png') no-repeat 0px 0px;
		clear: both;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		overflow: hidden;
		padding-top: 40px;
		width: 360px;
	}
		#signup a:hover {
			background-position: 0px -40px;
		}
	/* ======================  Register  ========================== */
	
	
/* ================================================================ 
							  Footer 
=================================================================== */
#footer {
	display: none;
}
