/*
Twistory.net
General stylesheet
By Tijs (v 06-06-2009)
*/

/* HTML selectors */
body, p, form, fieldset, input, img, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Times, serif;
	background: #5B4028 url(/images/back.png) repeat-x;
	margin-bottom: 20px;
}
p, form {
	line-height: 20px;
	padding-bottom: 15px;
}
dl {
	line-height: 18px;
}
dt {
	font-style: italic;
}
dd {
	background: url(/images/bullet.png) no-repeat 2px 4px;
	padding-left: 25px;
}
h1,h2,h3 {
	font-weight: normal;
}
h1 {
	padding-bottom: 15px;
	font: 28px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
h1.top {
	padding-bottom: 5px;
}
h1 span {
	font-size: 20px;
	padding-left: 5px;
}
#main h1 span {
	color: #B9AA96;
}
h2 {
	font-size: 18px;
	padding: 5px 0 15px 0;
}
h3 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 10px 0;
}
.c2 h3 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 10px 0;
}
h3.footer {
	padding-top: 10px;
}
.p0 h3, .p1 h3 {
	font-size: 22px;
	text-shadow: 1px 1px #F6F9F1;
}
h3 span {
	color: #BAAA96;
	font-size: 16px;
}
h3 span.pro, h1 span.pro {
	color: #fff;
	background: #FFCC00;
	font: 9px Arial, Times, serif;
	font-weight: bold;
	padding: 1px 3px;
	margin-left: 3px;
	vertical-align: super;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px #CBA402;
}
ul {
	list-style: none;
}

/* Links */
a img {
	border: none;
}
a {
	color: #5B4028;
}
#header .c1 a {
	color: #000;
	text-decoration: none;
}
#header p.stats a {
	color: #5B4028;
	text-decoration: underline;
}
#header p.stats a:hover, #header .p.stats a:active {
	color: #000;
	text-decoration: underline;
}
.cta a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, #header .c1 a:active, #header .c1 a:hover, .cta a:active, .cta a:hover {
	color: #669900;
	text-decoration: underline;
}
#content .gopro a {
	text-decoration: none;
}
#content .gopro a:hover, #content .gopro a:active {
	color: #000;
	text-decoration: underline;
}
#footer a {
	color: #FFCC00;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
#content .c2 ul a {
	text-decoration: none;
	color: #C1D698;
}
#content .c2 ul a:hover, #content .c2 ul a:active {
	color: #fff;
}
.alert a {
	color: #000;
}
.alert a:hover, .alert a:active {
	color: #5B4028;
}
form p a {
	color: #999;
}
form p a:hover, form p a:active {
	color: #000;
}

/* Position */
.container {
	margin: 0 auto;
	width: 960px;
	background: #5B4028 url(/images/back_middle_white.png) repeat-y;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Header */
#header {
	background: url(/images/back_header.png) no-repeat;
	padding-bottom: 10px;
}
#logo {
	margin: 0 0 17px 75px;
	height: 80px;
	width: 185px;
	background: url(/images/logo.png) no-repeat;
	float: left;
}
#logo a {
	display: block;
	height: 80px;
	width: 185px;
}
#logo a:hover, #logo a:active {
	background: url(/images/logo.png) no-repeat 0 -80px;
}
#logo a span {
	display: none;
}

#header .c1 {
	margin-top: 25px;
}
#header .c1 p {
	font-size: 14px;
	color: #5B4028;
}
#header .c1 p.stats span {
	font-size: 11px;
}
.icon {
	border: 3px solid #ECE1D0;
	padding: 1px;
	float: left;
	margin: 0 18px 0 0;
	width: 64px;
	height: 64px;
}
#header .c2 p {
	color: #669900;
	padding: 22px 0 10px 0;
	font-size: 11px;
	line-height: 14px;
}
#header .c2 ul {
	background: #DCE9C7;
	height: 32px;
	width: 366px;
	padding: 6px 0 0 21px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#header .c2 li {
	float: left;
	margin-right: 18px;
}
#header .c2 li span {
	display: none;
}
#header .c2 li.ical a {
	display: block;
	height: 26px;
	width: 108px;
	background: url(/images/cd_ical.png) no-repeat;
}
#header .c2 li.ical a:hover, #header .c2 li.ical a:active {
	background: url(/images/cd_ical.png) no-repeat 0 -26px;
}
#header .c2 li.google a {
	display: block;
	height: 26px;
	width: 136px;
	background: url(/images/cd_google.png) no-repeat;
}
#header .c2 li.google a:hover, #header .c2 li.google a:active {
	background: url(/images/cd_google.png) no-repeat 0 -26px;
}
#header .c2 li.other {
	margin-right: 0;
}
#header .c2 li.other a {
	display: block;
	height: 26px;
	width: 64px;
	background: url(/images/cd_other.png) no-repeat;
}
#header .c2 li.other a:hover, #header .c2 li.other a:active {
	background: url(/images/cd_other.png) no-repeat 0 -26px;
}
#sidebar {
	float: left;
	width: 260px;
}
#sidebar.apps {
	background: url(/images/apps2.jpg) no-repeat;
	width: 210px;
	height: 330px;
	margin: 85px 0 0 50px;
}
#main {
	float: right;
	width: 640px;
	margin: 40px 40px 0 0;
}
#main .p0, #main .p1 {
	margin-bottom: 20px;
}
#main .p0 {
	background: url(/images/price0_top.png) no-repeat;
}
#main .fade {
	background: url(/images/price0_top_grey.png) no-repeat;
}
#main .p1 {
	background: url(/images/price1_top.png) no-repeat;
}
#main .p0 div, #main .p1 div {
	padding: 0 20px 10px 60px;
	background: url(/images/price_bottom.png) no-repeat left bottom;
}
#main .fade div {
	background: url(/images/price_bottom_grey.png) no-repeat left bottom;
}
#main .fade p, #main .fade h3 {
	color: #666;
}
p.auth {
	text-align: right;
	margin: 5px 30px 0 0;
	padding: 0;
}
.p0 p, .p1 p {
	font-size: 14px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #F6F9F1;
}
.p0 p.signup, .p1 p.signup {
	text-align: right;
}
.p0 img, .p1 img {
	border: none;
}
.separator {
	height: 2px;
	background: url(/images/sep_content.png) no-repeat;
}
p.intro {
	line-height: 22px;
	font-size: 14px;
	padding-bottom: 20px;
}
#main .ctabttn {
	float: right;
	margin: 5px 0 5px 10px;
}
#main a img.ctabttn {
	border: none;
}

/* Menu */
#menu {
	width: 500px;
	float: right;
	padding-right: 45px;
}
#menu ul {
	margin: 0;
	padding: 67px 0 0 0;
	white-space: nowrap;
	float: right;
}
#menu ul li {
	float: left;
	display: block;
	margin-right: 1px;
	text-align: center;
}
#menu ul li a {
	color : #BAAA96;
	background: url(/images/menu_r.png) right top no-repeat;
	text-decoration: none;
	font-size: 14px;
	display: block;
	display: inline-block; /* IE 7 */
	height: 30px;
	line-height: 30px;
	border:none;
}
/*\*/
 * html #menu ul li a {
     width: 10px; /* IE */
 }
 /**/
#menu ul li a:hover, #menu ul li a:active {
	color: #000;
	background: url(/images/menu_r.png) right bottom no-repeat;
}
#menu ul li a span {
	display: block;
	padding: 0 12px;
	background: url(/images/menu_l.png) left top no-repeat;
	text-shadow: 1px 1px #fff;
}
#menu ul li a:hover span, #menu ul li a:active span {
	background: url(/images/menu_l.png) left bottom no-repeat;
}
/* Active menu items */
#menu li.active a {
	color: #000;
	background: url(/images/menu_r.png) right bottom no-repeat;
}
#menu li.active a:hover, #menu li.active a:active {
	color: #669900;
	background: url(/images/menu_r.png) right bottom no-repeat;
}
#menu li.active a span {
	background: url(/images/menu_l.png) left bottom no-repeat;
}
#menu li.active a:hover span, #menu li.active a:active span {
	background: url(/images/menu_l.png) left bottom no-repeat;
}

/* Content */
#content {
	padding: 15px 0 0 0;
	background: #5B4028 url(/images/back_middle.png) repeat-y;
}
#content p, #content h1, #content h2, #content h3, #content li, #content dt, #content dd {
	text-shadow: 1px 1px #FAF7F3;
}
#content p.quote, #content .gopro p, #content .even p {
	text-shadow: 1px 1px #F7F4EF;
}
.c1 {
	float: left;
	width: 445px;
	padding-left: 45px;
}
.c1 div {
	padding: 10px;
}
.c1 #form {
	padding: 0;
}
.c1 div.first .tweet {
	font-size: 20px;
}
.c2 .quote {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
	background: #DFD3C1;
	margin-top: 10px;
	padding: 10px 15px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
.c1 div.first {
	padding-left: 0;
}
.c1 div.first p.tweet {
	line-height: 24px;
}
.c2 {
	float: right;
}
.c3 {
	float: left;
	width: 300px;
}
.c4 {
	float: right;
	width: 300px;
}
.note {
	color: #999;
	margin-left: 10px;
	font-size: 11px;
	line-height: 15px;
}
.note strong {
	color: #000;
}
#header .c2, #content .c2 {
	width: 390px;
	padding-right: 45px;
}
#content .c2 ul {
	background: url(/images/arrow.png) no-repeat;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	height: 80px;
	padding-top: 4px;
}
#content .c2 li {
	padding-left: 56px;
	line-height: 24px;
	background: url(/images/greenarrow.gif) no-repeat 32px 4px;
}
.even {
	border: 1px solid #D3C6B3;
	background: #E5D9C7;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
.tweet, .quote {
	padding-bottom: 6px;
	font-size: 14px;
}
.info {
	color: #000;
	font-size: 11px;
	padding: 0;
	color: #5B4028;
}
.balloon {
	background: url(/images/balloon.png) no-repeat scroll 30px 0;
	color: #000;
	font-size: 11px;
	height: 35px;
	margin-bottom: 7px;
	padding: 4px 0 0 80px;
}
.extra {
	color: #5B4028;
	padding-bottom: 0;
}
.graph {
	padding-bottom: 20px;
}
.daily {
	background: url(/images/graph-daily.png) no-repeat;
}
.weekly {
	background: url(/images/graph-weekly.png) no-repeat;
}
.cta {
	font-size: 14px;
	background: url(/images/whitearrow.png) no-repeat 0 2px;
	padding-left: 25px;
	margin-top: 15px;
}
.features {
	font-size: 16px;
	margin-top: 10px;
	background: url(/images/sep.png) no-repeat bottom center;
	padding-bottom: 20px;
}
.features li {
	background: url(/images/whitearrow.png) no-repeat 0 2px;
	padding-left: 28px;
	line-height: 22px;
	margin-bottom: 5px;
}
.alert {
	border: 1px solid #D3C6B3;
	background: #fff;
	margin: 15px 45px;
	padding: 1px;
}
.alert p {
	margin: 0;
	padding: 15px 20px 15px 50px;
	font-size: 14px;
}
.alert p.sorry {
	background: #FFF2C0 url(/images/sorry.png) no-repeat 15px 10px;
	padding-left: 210px;
}
.alert p.privacy {
	background: #FFF2C0 url(/images/privacy.png) no-repeat 15px 10px;
	padding-left: 150px;
}

/* Footer */
#footer {
	background: #5B4028 url(/images/back_footer.png) no-repeat;
	padding: 44px 10px 0 10px;
}
#footer p {
	color: #FFCC00;
	background: #4C3621;
	padding: 10px 15px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px #000;
}

/* Forumulier */
form {
	font-size: 14px;
}
fieldset {
	border: none;
}
label {
	line-height: 25px;
	float: left;
	width: 100px;
	font-size: 14px;
}
input.field {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	width: 200px;
}
input.small {
	width: 100px;
}
form p {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
form img {
	vertical-align: text-bottom;
	padding-left: 5px;
}