/*  
Theme Name: Giving Husband
Theme URI: http://www.givinghusband.com/
Description: Simple Drawings and Clean Cut Design
Date: September 9, 2009
Version: 1.0
Author: Corey Campbell
Author URI: http://www.webmastercorey.com/
*/
/* ================================================================ 
						Basic Page Elements
=================================================================== */
body {
	background: #8ac171;
	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;
}

/* ================================================================ 
							Typography
=================================================================== */
body {
	color: #fdfbf5;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}
a, a:visited{
	color: #fdfbf5;
	text-decoration: underline;
}
a:hover{
	color: #62abab;
	text-decoration: none;
}
h1 {
	border-bottom: 2px solid #528686;
	color: #8ac171;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 2px;
}
h2 {
	color: #fdfbf5;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	margin-bottom: 20px;
}
hr {
	background: #528686;
	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: #528686;
	overflow: hidden;
}
	.flower #container {
		background: #528686 url('./images/flowers.png') no-repeat center top;
	}
#content {
	background: url('./images/grass-patch.png') no-repeat bottom right;	
	margin: 0px auto;
	overflow: hidden;
	width: 960px;	
}	
#sidebar {
	margin-top: 180px;
	margin-left: 660px;
	position: absolute;
}
	#profile.female {
		background: url('./images/profile-bg-female.png') no-repeat top left;
		display: block;
		height: 120px;

		overflow: hidden;
		width: 240px;
	}
	
	#profile.male {
		background: url('./images/profile-bg-male.png') no-repeat top left;
		display: block;
		height: 120px;
		
		overflow: hidden;
		width: 240px;
	}
		.bubble-greeting {
			color: #000;
			display: block;
			float: left;
			font-size: 14px;
			font-weight: bold;
			height: 50px;
			margin: 30px 0px 0px 30px;
			overflow: hidden;
			text-align: center;
			width: 90px
		}
		
		.male .bubble-greeting {
			margin: 30px 0px 0px 120px;
		}
		#menu a, #menu a:visited {
			color: #fff;	
			display: block;
			font-size: 18px;
			font-weight: bold;
			height: 25px;
			padding: 5px 20px 3px 20px;
			text-decoration: none;
			width: 200px;
		}
			#menu a.on, #menu a:visited.on, #menu a:hover.on {
				color: #fff;
				background: #8ac171;
			}
			#menu a:hover {
				color: #8ac171;	
			}
.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: 60px;
	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: 120px 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: #315555 url('./images/form-top.png') no-repeat top left;	
		padding: 20px 0px 0px 20px;
		margin-top: 60px;
		min-height: 500px;
	}
	.subpage .container {
		background: url('./images/form-sidebar.png') repeat-y top right;	
		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.notify {
		background: url('./images/button-notify.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: 158px;
	}
	.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.notify: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 {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	padding: 60px 60px 0px 60px;
	width: 840px;
}
	#footer .subnav {
		float: left;
		width: 640px;
	}
	#footer .subnav li {
		float: left;
	}
	#footer .subnav .bullet {
		background: url('./images/bullet.png') no-repeat 0px 0px;
		clear: both;
		display: block;
		float: left;
		height: 0px;
		margin-bottom: 10px;
		margin-left: 7px;
		overflow: hidden;
		padding-top: 25px;
		width: 15px;
	}
	#footer .subnav a, #footer .subnav a:visited {
		clear: both;
		color: #315555;
		font-size: 16px;
		font-weight: bold;
		float: left;
		margin-bottom: 10px;
		text-decoration: none;
	}
		#footer .subnav a:hover, #footer .subnav .link_contact:hover {
			color: #73201e;
		}
	#footer .copyright {
		color: #315555;
		font-size: 16px;
		font-weight: bold;
		float: left;
		margin-bottom: 10px;
		text-decoration: none;
		text-align: right;
		width: 200px;
	}
