/* CSS reset
============================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: #000;
	background: #fff;
}

table 
{
	border-collapse: collapse;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}

input, select, button, textarea
{
	font-size: inherit;
}

/* End CSS reset
============================================================================= */


/* Layout styles
============================================================================= */

body
{
	font-family: "Georgia", serif;
	font-size: 14px;
	line-height: 155%;
	background: #F9F3EB;
	height: 100%;
    min-width: 600px;
	margin: 0 auto;
}

#nav, #beta h2, #gamma h2, .entry-footer-info, .pager-bottom, #beta a.button, #gamma a.button
{
	font-family: "Helvetica", "Arial", sans-serif;
}

#container
{
	max-width: 998px;
	margin: 0 auto;
	background: #fff url(http://happiness-project.com/template-images/content-bg.png) top center no-repeat;
	border: 1px solid #EFDAB8;
	border-top: none;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;	
	_width: 998px;
}

#container-inner
{
	padding: 0 10px 10px 10px;
}

#banner
{
    overflow: hidden;
}

#banner span
{
	display: none;
}

#banner h1 a
{
	display: block;
	width: 490px;
	height: 68px;
	margin: 25px auto;
	background: url(http://happiness-project.com/template-images/logo.png) top left no-repeat;
}

#nav
{
	clear: both;
	font-size: 14px;
	line-height: 32px;
	background: #004F9A url(http://happiness-project.com/template-images/nav-bg.png) top left repeat-x;
	height: 33px;
	overflow: hidden;
	border: 1px solid #036;
	-moz-border-radius: 10px; 	
	-webkit-border-radius: 10px;
}

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#nav form
{
	float: right;
	font-size: 12px;
	margin: 0 10px;
	vertical-align: middle;
}

#nav form input
{
	vertical-align: middle;
}

#nav form input.search-submit
{
	background: transparent;
	color: #fff;
	border: 1px solid #4EA7E0;
	cursor: pointer;
	padding: 2px 0;
	width: 60px;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
}


#nav a.first-link
{
	padding-left: 12px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px; 	 	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#nav a
{
	float: left;
	padding: 1px 10px 0 10px;
	color: #fff;
	background: #004F9A url(http://happiness-project.com/template-images/nav-bg.png) top left repeat-x;
	border-right: 1px solid #003;
	font-weight: bold;
}

#nav a:hover
{
	background: #3E83F0 url(http://happiness-project.com/template-images/nav-current.png) top left repeat-x;
	text-decoration: none;
}

#nav .current a
{
	background: #3E83F0 url(http://happiness-project.com/template-images/nav-current.png) top left repeat-x;
}

#pagebody
{
	clear: both;
}

#alpha
{
	float: left;
	width: 54%;
        overflow: hidden;
	_background: #fff;
}

#beta, #gamma
{
	float: right;
	width: 23%;
	font-size: 12px;
	line-height: 145%;
	margin-top: 23px;
    overflow: hidden;
}

#gamma
{
	float: left;
}

#alpha-inner
{
	padding: 2em 0 .5em 0;
	margin: 0 20px;
        overflow: hidden;
}

#beta-inner .module, #gamma-inner .module
{
	background: #EEF9FD;
	
	border: 1px solid #D8F4FD;/*
	border-bottom: 1px solid #D3E2F0;
	border-right: 1px solid #D3E2F0;*/
	padding: 5px 10px;
	margin: 10px 0;
	clear: both;
    overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#beta h2, #gamma h2
{
	margin: .5em 0;
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
}

#beta p, #gamma p
{
	margin: 1em 0;
}

#footer
{
	clear: both;
	color: #666;
	margin: .75em auto;
	font-size: 12px;
	text-align: center;
	max-width: 1000px;
	_display: none;
}

#footer a
{
	color: #666;
	text-decoration: underline;
	background: transparent;
}

.content-nav
{
	text-align: center;
	margin: 1.5em 0;
}

.entry-footer-info
{
	padding: .5em 1em;
	background: #EEF9FD;
	border-bottom: 1px solid #D3E2F0;
	border-right: 1px solid #D3E2F0;
	margin-bottom: 2.5em;
	font-size: 14px;
	clear: both;
	-moz-border-radius: 10px; 	
	-webkit-border-radius: 10px;
}

.archive-date-based, .archive-categories
{
	float: left;
	margin-right: 30px;
}

.comments-content .comment
{
	border-top: 1px solid #eee;
}

.comments-content .comment p
{
	margin: 1em 0;
}

#dsq-post-add-iframe
{
	width: 100% !important;
}

/* Content Styles
============================================================================= */

h1
{
	font-size: 2.75em;
}

h2, h3.entry-header
{
	font-size: 2.25em;
}

h3, caption
{
	font-size: 1.75em;	
}

h4, h2.content-header
{
	font-size: 1.5em;	
}


h1, h2, h3, h4, h5, h6, caption
{
	color: #000;
	line-height: 110%;
}

#alpha h2, #alpha h3.entry-header
{
	font-weight: normal;
	margin: 0 0 .5em 0;
	color: #000;
}

#alpha h2.entry-title
{
	color: #000;
}


#alpha .archives-page h2
{
	margin-bottom: 1em;
}

#alpha h3
{
	margin: .6em 0;
	font-weight: normal;
}

#alpha h4, #alpha h5, #alphah6
{
	margin: 1em 0;
}

a
{
	text-decoration: none;
}

p
{
	margin: 1.5em 0;
}

blockquote
{
	background: #F2F8FA;
	border-left: 2px solid #bcd;
	padding: .15em 1.5em;
	margin: 1.5em 0;
	clear: both;
}

ul, ol, dl
{
	margin: 1em 0 1em 1em;
}

li, dd
{
	margin: .5em 0 .5em 1.5em;
}

table
{
	margin: 1.5em 0;
	border: 2px solid #ccc;
}

thead, tfoot
{
	background: #f3f3f3;
}

thead th, tfoot th
{
	border-color: #ccc;
}

th
{
	font-weight: bold;
}

td, th
{
	border: 1px solid #ccc;
	border-color: #ccc #eee;
	padding: .45em .5em;
}


abbr, acronym
{
	border-bottom: 1px dotted #999;
	cursor: help;
}

code, kbd, samp, tt
{
	font-family: "Andale Mono", "Consolas", monospace;
	color: #050;
	background: #f3f3f3;
}

em, cite, dfn
{
	font-style: italic;
}

strong, dfn
{
	font-weight: bold;
}

sup, sub
{
	font-size: .87em;
	line-height: .1em;
	position: relative;
}

sub
{
	top: .3em;
}

sup
{
	top: -.3em;
}

input[type=text]:focus, textarea:focus
{
	background: #ffe;
}

a:link
{
	color: #c10;
}

a:visited
{
	color: #930;
}

a:hover
{
	color: #f00;
	text-decoration: underline;
}

a:active
{
	outline: 1px dotted #999;
}

a img
{
	border: none;
}

hr
{
	background: transparent;
	height: 2px;
	margin: 1.5em auto;
	overflow: hidden;
	border: none;
	border-top: 2px solid #ccc;
	clear: both;
}

/* Reusable Classes
============================================================================= */

.dsq-brlink
{
        display: none;
}
#beta .typelist-thumbnailed ul, #gamma .typelist-thumbnailed ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#beta .typelist-thumbnailed li, #gamma .typelist-thumbnailed li
{
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
	clear: both;
	font-size: 12px;
	min-height: 75px;
}

.typelist-thumbnail img
{
	float: left;
	display: block;
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
}

#beta ul, #gamma ul
{
	list-style: none;
	border-top: 1px solid #D3E2F0;
	margin: .5em 0;
	padding: 0;
}

#beta li, #gamma li
{
	border-bottom: 1px solid #D3E2F0;
	margin: 0;
	padding: .4em 0;
	line-height: 130%;
}

#beta a.button, #gamma a.button
{
	color: #fff !important;
	background: #CC1100;
	font-weight: bold;
	font-size: 16px;
	padding: .3em .75em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#beta a:link, #gamma a:link
{
	color: #a10;
}

#beta a:visited, #gamma a:visited
{
	color: #963;
}

#beta a.button:hover, #gamma a.button:hover
{
	background: #b00;
	text-decoration: none;	
}

a.blue-button, a.blue-button:visited
{
	background: #048 !important;	
}

a.blue-button:hover
{
	background: #26b !important;	
}

#beta p.typelist-description, #gamma p.typelist-description
{
	line-height: 150%;
	margin: 0;
}

.pager-bottom
{
	margin: 1em 0;
	font-weight: bold;
	font-size: 16px;
}

.pager-bottom a
{
	background: #D44000;
	color: #fff !important;
	padding: 10px 15px 8px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.pager-bottom a:visited
{
	background: #A4857B;
}

.pager-bottom a:hover
{
	background: #b00;
	text-decoration: none;
}

.pager-bottom .separator
{
	visibility: hidden;
}

a.permalink
{
	opacity: .5;
	font-size: 11px;
	vertical-align: middle;
}

a.permalink span
{
	opacity: 0;
}

*:hover > a.permalink, *:hover > a.permalink span
{
	opacity: 1;
}

.edit-link a
{
	border: 1px outset #ccc !important;
	background: #eee;
	color: #000 !important;
	text-decoration: none !important;
	font-size: 11px;
	padding: 1px 3px;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

.clear_both
{
	clear: both;
}

.center
{
	text-align: center !important;
}

.align-right
{
	text-align: right;
}

.align-left
{
	text-align: left;
}

.gray
{
	color: #777;
}

.small
{
	font-size: .87em !important;
	line-height: 160%;
}

.large
{
	font-size: 1.11em;
	line-height: 145%;
}

.bold
{
	font-weight: bold;
}

.nowrap
{
	white-space: nowrap;
}

.alternate
{
	background: #fcfcfc;
}

.skip-link, .mobile-only
{
	display: none;
}

.entry-meta .hide-mobile
{
	color: #aaa;
}

.button, .pointer, .subscribe-to-comments label, .submit-button
{
	cursor: pointer;
}

.normal_text
{
	font-weight: normal;
	text-decoration: normal;
	font-style: normal;
}

#alpha .entry-body img
{
	display: block;
	margin: 5px 15px 10px 15px !important;
}

img.border
{
	border: 1px solid #ccc;
}

img.float_right, img.alignright, #alpha p.float_right
{
	float: right;
	display: block;
	margin: 0 0 .5em 1.5em;
}

img.float_left, img.alignleft, #alpha p.float_left
{
	float: left;
	display: block;
	margin: 0 1.5em .5em 0;
}

img.aligncenter, #alpha div.aligncenter {
	display: block;
	margin: .5em auto;
}

.archives-page .float_left
{
	width: 40%;
	margin-right: 1em;
}

.archives-page .float_left li
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

table.with_caption
{
	margin-top: 0;
}

table.with_caption caption
{
	padding: .75em 0 .5em 0;
	display: block;
}

table.horizontal_borders
{
	border: none;
}

table.horizontal_borders th, table.horizontal_borders td
{
	border: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: .5em 0;
}

table.noborder, table.noborder td, table.noborder th, th.noborder, td.noborder
{
	border: none;
}

.left_padding
{
	padding-left: 1.5em !important;
}

.special_note
{
	background: #ffd;
	border: 1px solid #fd9;
	border-color: #fd9 #dc3 #db2 #fd7;
	padding: .5em 1em;
	margin: 1em 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.special_note
{
	padding: .75em 1.5em;
}

div.special_note p
{
	margin: .5em 0;
}

.feedburnerFlareBlock
{
margin: .2em 0 0 0;
font-size: 11px;
}

img.imagebutton {
border: 1px solid #D8F4FD;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
margin-bottom: 10px;
}

.imagebutton-border {
border: 1px solid #D8F4FD;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.f {
visibility: hidden;
}
/* ph=1 */

