html {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	background: #dedede;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue Light','HelveticaNeue-Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: .8em;
	font-weight: 200;
	line-height: 1.5em;
	}
a:link { color: #ee8116; font-size: 1.2em; text-decoration: none; }
a:visited { color: #ee8116; font-size: 1.2em; text-decoration: none; }
a:hover { color: #ddd; font-size: 1.2em; text-decoration: none; }
a:active { color: #ee8116; font-size: 1.2em; text-decoration: none; }
h3 a:link { color: #000; font-size: 1.0em; text-decoration: none; }
h3 a:visited { color: #000; font-size: 1.0em; text-decoration: none; }
h3 a:hover { color: #ddd; font-size: 1.0em; text-decoration: none; }
h3 a:active { color: #000; font-size: 1.0em; text-decoration: none; }

#page {
	background: #fff url(http://www.handymarketingsolutions.com/packages/theme_handy2/themes/handy2/images/handyms-bg.png);
	background-repeat: repeat-x;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px #393939 solid;
	border-right: 1px #393939 solid;
	}
#header {
	margin: 0;
	padding: 0px 20px 0px 20px;
	position: relative;
	}
#navigation {
	position: absolute;
	top: 90px;
	right: 80px;
	}
#navigation ul li {
	display: inline;
	list-style: none;
	margin: 5px;
	}
#navigation ul li a:link { color: #ee8116; font-size: 1.2em; text-decoration: none; }
#navigation ul li a:visited { color: #ee8116; font-size: 1.2em; text-decoration: none; }
#navigation ul li a:hover { color: #ddd; font-size: 1.2em; text-decoration: none; }
#navigation ul li a:active { color: #ee8116; font-size: 1.2em; text-decoration: none; }
#logo {
	margin-top: 0;
	padding-top: 0;
	float: left;
	}
#page #header #header-area{margin-top: 10px; margin-bottom: 10px }
#page #header #header-area #header-area-inside{margin-bottom: 12px;}


#central {
	padding: 0;
	color: #000;
	line-height: 1.2em;
	}

.spacer {
	height: 30px;
	}
#definition {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#definition p {
	text-align: center;
	color: #ddd;
	font-size: 1.2em;
	line-height: 1.5em;
	}

.light {
	color: #ddd;
	}
.light a:link { color: #ddd; text-decoration: none; }
.light a:visited { color: #ddd; text-decoration: none; }
.light a:hover { color: #ee8116; text-decoration: none; }
.light a:active { color: #ddd; text-decoration: none; }

.clear {
	clear: both;
	}
.label {
	float: none;
	}
.center {
	text-align: center;
	}
label { 
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.7em;
	text-decoration: underline;
	}
#page #left {
	float: left;
	margin: 10px;
	/*width: 360px;*/
	width: 570px;*/
	}
#page #right {
	float: left;
	margin: 10px;
	margin-left: 30px;
	width: 240px;
	}
#page #both {
	margin: 10px;
	width: 880px;
	}
#page #footer{ text-align: center; padding-top:24px; clear:both; padding-bottom:16px; color:#999; font-size:10px }
#page #footer a{ text-decoration:none }
#page #footer span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; }

/* Subsections */
#portfolio {
	display: block;
	height: 290px;
	width: 300px;
	margin: 0 auto;
	}
.portfolio_item {
	margin: 5px;
	float: left;
	}

.portfolio_item img {
	width: 70px;
	border: 1px #000 solid;
	}

.tweet_title {
	margin-bottom: 8px;
	}
#blog {
	padding-left: 10px;
	padding-right: 10px;
	}
.blog_post {
	padding-bottom: 10px;
	}
.blog_title {
	font-weight: bold;
	}
.blog_description {
	padding-left: 15px;
	}
.blog_date {
	text-align: center;
	}
#contact p {
	margin: 0 auto;
	}
#tweets {
	border: #000 solid 1px;
	width: 250px;
	margin-right: 10px;
	background: #fff;
	padding: 5px;
	}

