/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
Home-Grown Alternatives customization by OMax Graphics Bermuda
*/

*

body {
	margin: .5in .5in .5in .75in;
	padding: 0;
	background:  #FFFFFF;
	font-size: .9em;
	/* color: #7F7F7F; */
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1, h2, h3 {
	font-weight: normal;
	text-align: left;
	color: #7B294A;
}

h1 {
	font-size: 26px;
}

h1.title, h2.title {
	margin-bottom: -0.2em;
}

h2 {
	font-size: 20px;
}

h2 strong {
	font-size: 16px;
}

h3 {
	font-size: 1em;
}


a {
	color: #7B294A;
}

a:hover {
	text-decoration: none;
	color: #7B294A;
}

/* Header */

#header, #header2 {
	width: 100%;
	/* height: 404px; */
	/* height: 330px;  */
	margin: 0px auto;
}

#header2 {
	/* height: 260px; */
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	color: #7B294A;
	display: inline;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #7B294A;
}

#logo h2 {
	/* text-transform: uppercase; */
	font-size: 12px;
	padding-left: 350px;
	margin-top: -25px;
}

#logo a {
	text-decoration: none;
	color: #7B294A;
}

/* Menu */

#menu, #menu2 {
	float: right;
	margin-bottom: 3px;
	display: none;
}

#menu ul, #menu2 ul {
	margin: 0px;
	padding: 230px 0px 0px 0px;
	list-style: none;
}

#menu2 ul {
	padding: 159px 0px 0px 0px;
}

#menu li, #menu2 li {
	display: inline;
}

#menu a, #menu2 a {
	display: block;
	float: left;
	margin-left: 16px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 0 3px;
}

#menu a:hover, #menu2 a:hover {
	border-bottom: 3px solid #F2E2C9;
}

.active a {
	border-bottom: 3px solid #F2E2C9;
	background-color: #C39D70;
}


/* Page */

#page {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/* Content */

#content {
	float: left;
	width: 590px;
}

#content p, #content a, #content li {
	line-height: 1.6em;
}

.post, .post-first {
	padding: 10px 20px 5px 20px;
	border: 5px solid #ffffff;
}

.post-first {
	background: url(themes/site_themes/hga01/images/header_gift.jpg) no-repeat top left;
}

.post p strong {
	color: #517102;
}

.title {
	margin: 0;
	color: #7B294A;
}

.byline {
	margin: 0;
	color: #7B294A;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(themes/site_themes/hga01/images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(themes/site_themes/hga01/images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	margin-top: 50px;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding: 5px;
	padding-left: 20px;
	font-size: .9em;
}

#sidebar h2 {
	margin: 0 0 -1.5em;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #000000;
	background: url(themes/site_themes/hga01/images/small.gif) repeat-x;
}

#sidebar a {
}

#sidebar a:hover {
}


/*   Member form   */
#sidebar #member-home-info {
	display: block;
	margin-bottom: 10px;
	width: 180px;
	padding-left: 20px;
	font-size: .8em;
}

#sidebar #member-home-info form {
	display: inline;
}

#sidebar #member-home-info form #textfield {
	width: 80px;
	border: 1px solid #fce3a1;
	margin-bottom: 3px;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
}

form .input-field {
	border: 1px solid #d9f7b1;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
}

#sidebar #member-home-info form #button1 {
	font-size: 10px;
	font-weight: bold;
	color: #365aa5;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 60px;
	border-top: #7B294A solid 4px;
	background: #F2F2F2 url(themes/site_themes/hga01/images/bg02.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}

