#weblog_entry_idwrap {
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	background: #e8efef; 
	width:auto;
	font-size:14px;
	line-height: 150%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	}

h3, .sc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	line-height: 22px;	
}



a {
	color: #06A;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #2B88C2;
	text-decoration: underline;
}

h1 a:hover,
h1 a:focus {
	color: #333;
	text-decoration: none;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	background: #fff;
	text-align: center;
	margin-top: 40px;
}
#header_inner {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 0;
	position: relative;
}

#header_inner #logo {
	position: absolute;
	width: 180px;
	left: 0;
	top: 25px;
}

#tagline {
	text-align: left;
	width: 760px;
	float: left;
	margin-left: 220px;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header_inner #tagline {
	margin-top: 15px;
}




/* Top Navigation */

.top_nav {
	background: #EAF0F0 url(/images/top_nav_bg.gif) repeat-x bottom;
	padding: 10px 0 11px 0;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	}
	.top_nav .inner {
		width: 960px;
		margin: 0 auto;
		position: relative;
		
		}
.top_nav a {
	font-size: 10px;
	padding: 5px;
	}
.top_nav .right_side {
	position: absolute;
	right: 0;
	top: 0;}

	.top_nav .app_nav {
		position: absolute;
		left: 10px;
		}
	.top_nav .app_nav img {
		width: 20px;
		}
		
		/*
	    <a href="http://tinyplanet.ca"><img src="/img/logo_happn_nav.png" alt="tinyplanet.ca Nav Logo" class="nav_logo active" /></a>
		*/
	.top_nav .nav_logo.inactive {
		opacity: .4;
		}	
	.top_nav a:hover .inactive {
		opacity: 1;
		}



/* Main Content */

div#main_inner {
	position: relative;
	padding-bottom: 30px;
	margin-top: 15px;
}
#sub-header {
	text-align: center;
}



/* About Page */

.about {
}

.about .main_col {
	background: #fff;
	-webkit-box-shadow: 1px 1px 10px #777;
	-moz-box-shadow: 1px 1px 10px #777;
	padding-top: 30px;	
	padding-bottom: 0;
  	text-align: left;
	min-height: 150px;
}
.about .right_col {
	color: #333;
}
.about h3, .about .sc {
	color: #000;
}
.about h2 {
	margin-bottom: 10px;
}
.about img.left {
	margin-top: 0;
	margin-bottom: 0;
}


/* Cascaded Styles (styles that need to trump everything else) */

/* Icons for Modules */
	div.text_with_icon {
		float: left;
		
		}
	div.icon_pulled_out {
		width: 63px;
		}
	div.text_pulled_out {
		width: 78%;
		}
		
/** SHARED ITEM: Rounded Button */
div.rounded_button {
	float: left;
	background: transparent url('/images/button_right.gif') no-repeat right top;
	margin: 0;
	padding: 0;
	height: 38px;
	font-size: 12px;
	}
	.rounded_button.white_bg { /* for all buttons on a grey background */
		background: transparent url('/images/button_right_white_bg.gif') no-repeat right top;
		}
		.rounded_button.light_blue { /* for all buttons on a blue background */
		background: transparent url('/images/button_right_light_blue_bg.gif') no-repeat right top;
		}
a.rounded_button_inner {
	float: left;
	background: url('/images/button_left.gif') no-repeat left top;
	display: block;
	height: 20px;
	padding: 10px 20px 10px 20px;
	color: #7E8892;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	.rounded_button.white_bg a.rounded_button_inner {
		background: url('/images/button_left_white_bg.gif') no-repeat left top
}
	.rounded_button.light_blue a.rounded_button_inner {
		background: url('/images/button_left_light_blue_bg.gif') no-repeat left top
}

	a.rounded_button_inner:hover {
		color: black;
		}

.inline {
	display: inline;
}

.inline-table {
	display: inline-table;
	vertical-align: top;
}	

.left {
	float: left;
	margin-right: 10px;
	}
.right {
	float: right;
	}
.right-align {
	text-align: right;
}
.center {
	text-align: center;
}
.top_right {
	position: absolute;
	right: 10px;
	top: 5px;
}
.emphasize {
	font-size: 200%;
}
.deemphasize {
	font-size: 83%;
}
.caption {
	font-size: 85%;
}

blockquote, .indent {
    margin-left: 2em;
    margin-right: 2em;
    font-size: 90%;
    color: #151515;
}

blockquote {
    border-left: 3px solid #aaaaaa;
    padding-left: 15px;
}

.main_col p+p {margin-top: 1.4em; text-indent: 1.2em; margin-bottom: 1.5em; }


.padded > tbody > tr > th, .padded > tbody > tr > td { padding: 5px; }

.padded th { background-color: #e8e8ff; }

.roundboxed {
	padding: 10px;
	-webkit-border-top-left-radius: 10px; 10px;
	-webkit-border-top-right-radius: 10px; 10px;
	-webkit-border-bottom-left-radius: 10px; 10px;
	-webkit-border-bottom-right-radius: 10px; 10px;
	-webkit-box-shadow: rgba(0,0,0, 0.398) 1px 1px 7px;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

a.notalink:link, a.notalink:visited {
	color: black;
	text-decoration: none;
	font-weight: 400;
}
a.notalink:hover {
	text-decoration: underline;
}
