/*
 * MyTemplate
 * Copyright (c) 2010 Jimbo Quijano
 * By Jimbo Quijano - jimzqui@yahoo.com
 * style.css
 *
 * Sets up the main style.
 *
 */

html, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

body {
	background: url(images//body-bg.gif) repeat;
	margin: 0;
}

/* Body */

#wrapper {
	background: url(images//wrapper-bg-trans.png) repeat-y;
	width: 800px;
	float: left;
	padding: 0 6px 0 0;
}

#header {
	width: 100%;
	float: left;
	position: relative;
}

#heading {
	background: #70674e;
	width: 100%;
	float: left;
	color: #fff;
	padding: 10px 0;
	position: relative;
	z-index:2;
}

#heading h1 {
	font-family: "anisette-petite-sc-1","anisette-petite-sc-2",sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 0 35px;
	color: #fff;
	font-weight: 100;
}

#heading h2 {
	font-size: 1.125em;
	margin: 0;
	padding: 0 0 0 35px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
}

#banner {
	width: 100%;
	height: 315px;
	float: left;
	margin: -23px 0 0;
	position:relative;
	z-index:1;
	-moz-box-shadow:0 2px 10px #000000;
}

#gethelp {
	background: url(images//gethelp-bg-trans.png) no-repeat;
	float: left;
	height: 172px;
	padding: 10px 11px 5px 27px;
	position: absolute;
	right: 25px;
	top: 15px;
	width: 216px;
	z-index:3;
}

.help {
	height: 142px;
	width: 186px;
	float: left;
	padding: 10px 15px;
}

#gethelp h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: "adrianna-1","adrianna-2",sans-serif;
	margin: 0 0 5px 0;
	font-size: 1.7em;
	font-weight: 600;
}

#gethelp h1 span {
	display: block;
	font-size: 0.7em;
	font-weight: 400;
}

#gethelp p {
	color: #dbd8b4;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align:left;
	margin:0 0 10px;
}

#mainbar {
	background: url(images//mainbar-bottom-trans.png) no-repeat 0 bottom;
	width: 506px;
	float: left;
	margin: 0 0 20px 20px;
	padding: 0 0 10px;
}

#inner {
	background: url(images//mainbar-bg-trans.png) repeat-y;
	width: 420px;
	float: left;
	padding: 10px 44px 10px 42px;
}

.signature {
	background: url(images//signature.gif) no-repeat 0 bottom;
	width: 395px;
	height: 210px;
	float: left;
	border-bottom: 2px solid #b494af;
}

.profilepic {
	background: url(images//profilepic-bg-trans.png) no-repeat;
	padding: 7px 10px 9px 7px;
	float: left;
	margin: 0 10px 0 0;
}

.signature .goal {
	background: url(images//goal-trans.png) no-repeat;
	width: 202px;
	height: 118px;
	float: left;
	margin: 5px 0 0;
}

.entry {
	width: 100%;
	float: left;
}

.post, .page {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}

.post.first, .post.signature, .page.first, .page.signature {
	margin: 0 0 15px;
}

.post h1, .page h1 {
	/*margin: 0;*/
}

.post h1 a, .page h1 a {
	color: #70674E;
}

.metainfo {
	width: 100%;
	float: left;
	font-size: 0.715em;
}

#mainbar ul {
	font-size: 0.75em
}


/* Menus */

#primary {
	width: 100%;
	height: 40px;
	float: left;
	margin: 0 0 3px;
}

#primary ul {
	background: url(images//primary-bg-trans.png) repeat-x scroll 0 bottom;
	width: 515px;
	height: 25px;
	float: left;
	margin: 15px 0 0;
	padding: 0 0 0 25px;
	text-align: center;
	list-style: none;
}

#primary ul li {
	float: left;
	padding: 0 10px 2px;
	border-left: 1px solid #041740;
	
}

#primary ul li:first-child {
	border: none;
}

#primary ul li ul {
	display:none;
}

#primary ul li a {
	color: #041740;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 10px;
	float: left;
	letter-spacing: 1px;
}

#primary ul li a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	width: 224px;
	float: right;
	padding: 0 25px;
}

.widget {
	width: 100%;
	float: left;
	border-top: 1px solid #70674e;
	padding: 15px 0 0;
	margin: 15px 0 0;
}

.widget:first-child {
	border:none;
}

.widget-title {
	font-family: "adrianna-1","adrianna-2",sans-serif;
	font-size: 0.8125em;
	margin: 0 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
}

.widget-body {
	width: 100%;
	float: left;
}

.widget-body ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.widget-body ul li {
	width: 100%;
	float: left;
	border-top: 1px solid #e4e3e1;
}

.widget-body ul li:first-child {
	border: none;
}

.widget-body ul li a {
	font-family: "adrianna-1","adrianna-2",sans-serif;
	display: block;
	padding: 5px 0;
	font-size: 0.6875em;
	color: #3c4c40;
	font-weight: 600;
}

/* Footer */