

body {
	background-color: #f6f6f6;
}

#tt_body {
	background-color: white;
	padding: 30px 0 20px;
}

#tt_body {
	padding-bottom: 20px;
}

#footer.footer {
	margin: 0;
}

#header .wrap,
#footer .wrap {
	margin: 0 auto;
	width: 900px;
}

div.the_mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
}

/* @group Defaults */

p, input, textarea {
	color: #444;
	font: 1.3em/1.46 "Lucida Grande", Tahoma, Arial, sans-serif;
}

h1 {
	color: #000;
	font: bold 2.8em/1.1 Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 7px;
}

h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1;
	font-weight: normal;
}

/* @end */

/* @group Self-clear floats */

.clear {
	clear: both;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .group { /* IE6 */
	height: 1%;
	
}

*:first-child+html .group { /* IE7 */
	min-height: 1px;
}

/* @end */

/* @group Header */

#header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: 58px;
	padding: 0 0 0px;
}

/* @group Bar */

#bar {
	border-top: 1px solid #ddd;
	height: 3px;
	width: 100%;
	overflow: hidden;
}

#bar div {
	float: left;
	height: 3px;
	width: 20%;
}

#header div.b1 {
	background-color: #7bb953;
}

#header div.b2 {
	background-color: #a6cd82;
}

#header div.b3 {
	background-color: #eb4;
}

#header div.b4 {
	background-color: #6fbadb;
}

#header div.b5 {
	background-color: #2e74aa;
}

/* @end */

/* @group Logo */

#logo {
	background: url('/a/1276312706/images/header/small_taketake.png') no-repeat 0 8px;
	float: left;
	height: 55px;
	text-indent: -9999px;
	width: 101px;
}

.ie6 #logo {
	background-image: url('/a/1276312706/images/header/small_taketake.gif');
}

/* @end */

/* @group Nav */

#nav {
	border-right: 1px solid #f3f3f3;
	float: left;
	height: 54px;
	line-height: 54px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	height: 54px;
	border-left: 1px solid #f3f3f3;
}

#nav li a {
	color: #999;
	display: block;
	height: 54px;
	font-size: 1.8em;
	padding: 0 20px;
}

#nav li.current {
	position: relative;
}

#nav li.current a {
	color: #fff;
	font-weight: bold;
	
	background-color: #a6cd82;
	border-bottom: 1px solid #fff;
	display: block;
	height: 52px;
	margin-top: 1px;
}

.ie6 #nav a {
	float: left;
}

#nav .tip {
	position: absolute;
	bottom: -7px;
	left: 50%;
	background: url('/a/1276312706/images/header/current_indicator.png') no-repeat 0 0;
	height: 8px;
	width: 14px;
	margin-left: -7px;
}

.ie6 #nav .tip {
	bottom: -12px;
}

.ie6 #nav li.current .tip {
	background-image: url('/a/1276312706/images/header/current_indicator.gif');
}

#nav li a:hover {
	text-decoration: none;
}

/* @end */

/* @group Sign In */

#signin {
	display: none;
	float: right;
	border-left: 0;
	border-right: 0;
	height: 54px;
	line-height: 54px;
}

#signin a.trigger {
	color: #999;
	display: block;
	height: 54px;
	font-size: 1.3em;
	padding: 0 20px;
}

#signin a.trigger:hover {
	text-decoration: none;
}

#signin a.trigger strong {
	background: transparent url('/a/1276312706/images/shared/signin-down-arrow.png') no-repeat center right;
	padding-right: 10px;
}



#signin .options-dialog {
	line-height: normal;
	top: 15px;
	right: 0;
	width: 298px;
	
	/* Reset the options-dialog styles */
	background-color: transparent;
	border: 0;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#signin .sign-in-up {
	margin: 0 0 20px;
	width: 256px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding: 10px 0;
}

#footer .links {
	float: left;
	margin-top: 9px;
	list-style: none;
}

#footer .links li {
	float: left;
	font-size: 1.2em;
	margin-right: 20px;
}

#footer .links li a {
	color: #999;
	text-decoration: underline;
}

#footer .copyright {
	float: right;
}

#footer .copyright p {
	background: url('/a/1276312706/images/footer/taketake.png') no-repeat top right;
	color: #999;
	display: block;
	font-size: 1.2em;
	line-height: 33px;
	height: 33px;
	width: 90px;
}

.ie6 #footer .copyright p {
	background: url('/a/1276312706/images/footer/taketake.gif') no-repeat top right;
}

/* @end */

/* @group Forms */

/* @group Buttons Container */

/* @group Cancel */

div.buttons span.cancel_button_tag {
	font-size: 1.2em;
}

a.cancel_button, a.cancel_button:visited {
	color: #fa4d4c;
}

a.cancel_button:hover {
	background-color: #fa4d4c;
	color: #fff;
	text-decoration: none;
}

/* @end */

div.buttons {
	padding-top: 5px;
}

/* @end */

div.buttons button.btn {
	float: left;
	margin-right: 5px;
}

input.password_field, input.text_field {
	border: 1px solid #ddd;
	line-height: normal;
	font-size: 14px;
	margin-right: 5px;
	padding: 2px;
	
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button.btn, a.btn {
	border: 0; 
	cursor: pointer; 
	text-align: center; 
	/*padding:0 20px 0 0;*/ 
}

.ie6 button.btn, .ie7 button.btn {
	overflow: visible;
	width: auto;
}

button.btn span, a.btn span { 
	position: relative; 
	display: block; 
	white-space: nowrap; 
}

button.btn, button.btn span, a.btn, a.btn span {
	background-color: transparent;
	background-image: url('/a/1276312706/images/forms/buttons-btn.png');
	background-repeat: no-repeat;
	color: #666;
	font-weight: bold;
}

.ie6 button.btn, .ie6 button.btn span, .ie6 a.btn, .ie6 a.btn span {
	background-image: url('/a/1276312706/images/forms/buttons-btn.gif');
}

.ie6 button.btn {
	padding-right: 0;
}

/* @group Small */

button.btn_small, a.btn_small {
	background-position: right -170px;
	font-size: 1.0em;
	margin: 0;
	padding: 0 9px 0 0;
}

.ie6 button.btn_small {
	padding-right: 9px;
}

.ie7 button.btn_small {
	height: 21px;
}

button.btn_small span, a.btn_small span {
	background-position: 0 -149px;
	height: 21px;
	line-height: 21px;
	padding-left: 9px;
}

button.btn_small:active, a.btn_small:active {
	background-position: right -212px;
}

button.btn_small:active span, a.btn_small:active span {
	background-position: left -191px;
}

div.btn_small span.loading {
	background-position: center;
	height: 21px;
}

div.btn_small span.cancel_button_tag {
	font-size: 10px;
	line-height: 21px;
}

/* @end */

/* @group Huge */

button.btn_huge, a.btn_huge {
	background-position: right -37px;
	font-size: 1.4em;
	margin: 0;
	padding: 0 16px 0 0;
}

.ie6 button.btn_huge {
	padding-right: 16px;
}

.ie7 button.btn_huge {
	height: 37px;
}

button.btn_huge span, a.btn_huge span {
	background-position: top left;
	height: 37px;
	line-height: 37px;
	padding-left: 17px;
}

button.btn_huge:active, a.btn_huge:active {
	background-position: right -112px;
}

button.btn_huge:active span, a.btn_huge:active span {
	background-position: left -74px;
}

div.btn_huge span.loading {
	background-position: center;
	height: 37px;
}

div.btn_huge span.cancel_button_tag {
	font-size: 14px;
	line-height: 37px;
}

/* @end */

/* @end */

/* @group Options Dialog */

.options-wrapper {
	position: relative;
}

.options-dialog {
	background-color: #fff;
	border: 2px solid #ddd;
	display: none;	
	padding: 10px 20px;
	
	position: absolute;
	
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	z-index: 10000;
	
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* @end */

/* @group Container */

.container {
	background-color: #fffdf6;
	border: 1px solid #eee;
	
	padding: 20px 20px;
	
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.container h2 {
	color: #333;
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 5px;
	padding: 0;
}

.container h3 {
	color: #999;
	font-size: 1.8em;
	margin-bottom: 20px;
}

.container div.input {
	margin-bottom: 20px;
	position: relative;
}

.container div.input div.error {
	position: absolute;
	bottom: -15px;
	left: 0;
}

.container div.input:last-child,
.container div.input.last {
	margin-bottom: 0;
}

.container div.input label,
.container table.inputs label {
	color: #999;
	font-size: 1.6em;
	display: block;
}

.ie .container div.input label,
.ie .container table.inputs label {
	padding-bottom: 1px;
}

.container input.text_field,
.container input.password_field {
	width: 250px;
	font-size: 1.8em;
}

.container .buttons {
	clear: both;
	border-top: 1px dashed #ddd;
	color: #999;
	margin: 20px 0 0;
	padding-top: 20px;
}

/* @end */

/* @group Sign In / Sign Up */

/* @group Heading */

.sign-in-up h5 {
	color: #333;
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 5px;
	padding: 0;
}

/* @end */

/* @end */

/* -- SquareSpace -- */

#sidebar1 {
	overflow: visible;
}

.sectionWrapper {
	margin-bottom: 20px;
	padding: 0 15px;
}

.section .caption {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#pageHeader { display: none; }
#pageFooterWrapper { display: none; }

/* @group Canvas */

#canvasWrapper { overflow: visible; }
#canvasWrapper:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #canvasWrapper { /* IE6 */
	height: 1%;	
}

*:first-child+html #canvasWrapper { /* IE7 */
	min-height: 1px;
}

/* @end */

/* @group Journal */

/* @group Authors */

.journal-filter-header {
	display: none;
}

/* @end */

/* @group Post */

/* @group Comments */

.journal-comment-area-wrapper {
	display: none;
}

.journal-add-comment-area-wrapper {
	display: none;
}

/* @end */


/* @end */

/* @group Posts */

.journal-entry-tag-post-title { 
	color: #999;
	font: 1.8em Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.journal-entry h2.title {
	color: #7d8788;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: normal;
	text-shadow: 1px 1px 0 #fff;
}

.journal-entry h2.title a {
	color: #7d8788;
}

.journal-entry span.posted-on {
	color: #999;
}

.journal-entry span.post-comments {
	background: url('/a/1276312706/images/icons/Comment.png') no-repeat 0 2px;
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;
}

.journal-entry {
	margin-bottom: 5em;
}

/* @end */

/* @group Navigations */

.journal-entry-navigation {
	display: none;
}

.journal-navigation {
	margin: 20px 0;
	font: 1.8em/1.0 Helvetica, Arial, sans-serif;
}

.journal-navigation:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .journal-navigation { /* IE6 */
	height: 1%;
	
}

*:first-child+html .journal-navigation { /* IE7 */
	min-height: 1px;
}


.paginationControlPrefix {
	display: none;
}

.paginationPageNumber {
	display: none;
}

.paginationControlNextPageSuffix {
	
}

/* @end */

/* @end */

/* Sections */

/* @group Taketake Description */

.tt_desc {
	
}

.tt_desc p {
	color: #999;
	font-size: 1.1em;
}

/* @end */

/* @group Private beta form */

#private_beta {
	background-color: #fffdf6;
	border: 1px solid #eee;
	margin: 0 -15px 20px;
	padding: 15px;
	
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#private_beta h4 {
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

#private_beta p {
	color: #999;
	font-size: 1.1em;
}

#private_beta label {
	color: #999;
	display: block;
	font-size: 1.1em;
}

#private_beta input.text_field {
	display: block;
	margin-bottom: 10px;
	width: 200px;
}

/* @end */

/* @group Twitter recent updates */

.twitter-item-content-basic {
	font-size: 1.1em;
	line-height: 1.4;
	padding-bottom: 2px;
}

#pageBodyWrapper #pageBody .twitter-date a,
#pageBodyWrapper #pageBody .twitter-date a:hover {
	color: #999;
	font-size: 0.9em;
	font-style: italic;
}

/* @end */

/* @group Navigation */

#nav_category {
	margin: 0 -15px 0 -15px;
}

#nav_category li {	
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav_category li a,
#nav_category li a:visited {
	display: block;
	font-size: 1.8em;
	height: 43px;
	line-height: 44px;
	padding: 0px 0px 0px 15px;
	width: 250px;
}

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

#nav_category li.current {
	background: url('/a/1276312706/images/blog/nav_tip.png') no-repeat left top;
	margin-left: -17px;
	padding-left: 17px;
}

.ie6 #nav_category li.current {
	position: relative;
	zoom: 1;
}

#nav_category li.current a,
#nav_category li.current a:visited {
	background-color: #ddeff7;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#nav_category li.current a:hover {
	text-decoration: none;
}

/* @end */

