/*
Theme Name: WhatOnline
Theme URI: http://wordpress.org/
Description: SEO friendly plain theme
Version: 1
Author: Paul Gosnell
Author URI: http://www.whatonline.co.uk
Tags: seo, plain, simple
*/

/*
	--------------------------------------------------- reset
*/
body,img,ul,li,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
/*
	--------------------------------------------------- text styles
*/
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#CBEFFA url(images/body.jpg) repeat-x 0 0;
	color:#5C5C5C;
	line-height:1.5;
}
li {
	font-size:1.2em;
}
li li,
li p {
	font-size:1em;
}
p {
	font-size:1.2em;
	margin:10px 0;
}
h1 {
	font-size:2em;
	color:#099AC8;
	font-weight:normal;
}
h1 a {
	text-decoration:none;
	color:#099AC8;
}
h2 {
	font-size:1.6em;
	padding:0 0 5px 0;
	color:#099AC8;
}
h2 a {
	text-decoration:none;
	color:#099AC8;
}
body.home h2#title{display:none;}
li.widget_twitter h2 a{
	background:url(images/twitter-header.gif) no-repeat;
	width:201px;
	height:32px;
	color:#fff;
	padding:48px 0 0 10px;
	display:block;
}
h3 {
	font-size:1.4em;
	color:#099AC8;
}
h3 a {
	text-decoration:none;
	color:#099AC8;
}
a {
	color:#333;
}
a:hover {
	color:#333;
	text-decoration:none;
}
p strong{
	color:#099AC8;
	font-size:110%;
}
ol li{
	list-style:decimal;
	margin:0 0 15px 0;
}
/*
	--------------------------------------------------- site wrapper
*/
#stars{
	background:url(images/stars.jpg) repeat-x;
	width:100%;
	height:100%;
}
#site {
	width:823px; 
	margin:10px auto;
	background:#fff;
	padding:6px;
}
/*
	--------------------------------------------------- header
*/
#header {
}
/*
	--------------------------------------------------- nav
*/
#nav {
	background:url(images/nav.gif) no-repeat;
	height:41px;
	padding:0 0 0 250px;
}
#nav li {
	float:left;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	line-height:41px;
	font-size:1.4em;
	font-weight:bold;
	border-left:1px solid #E25B94;
	height:41px;
	display:block;
	padding:0 20px;
}
#nav li a:hover {
	background:url(images/arrow.gif) 50% 100% no-repeat;
}
/*
	--------------------------------------------------- content
*/
#masthead{
	background:url(images/masthead.gif) no-repeat;
	height:278px;
	position:relative;
	margin:30px 0 0 0;
}
#masthead h3{
	color:#fff;
	position:absolute;
	top:184px;
	right:45px;
	font-size:1.8em;
}
#masthead h4{
	color:#fff;
	position:absolute;
	top:184px;
	right:45px;
	font-size:1.4em;
	width:260px;
}
#dvd{
	background:url(images/dvd.png) no-repeat;
	width:227px;
	height:367px;
	position:absolute;
	top:-60px;
	left:5px;
}
#content {
	padding:25px;
	overflow:hidden;
}
#video{
	width:440px;
	height:240px;
	border:3px solid #13B4E8;
}
#buyDvd{
	background:url(images/buy-my-dvd.png) no-repeat;
	width:189px;
	height:41px;
	text-indent:-9999px;
	line-height:0;
	position:absolute;
	top:166px;
	left:260px;
}
#amazon{
	background:url(images/amazon.png) no-repeat;
	width:135px;
	height:40px;
	text-indent:-9999px;
	line-height:0;
	position:absolute;
	top:222px;
	left:281px;
}
#polaroid{
	background:url(images/polaroid.png) no-repeat;
	width:315px;
	height:213px;
	position:absolute;
	top:-17px;
	right:-23px;
}
#paperclip{
	background:url(images/paperclip.png) no-repeat;
	width:35px;
	height:43px;
	position:absolute;
	top:28px;
	right:40px;
	z-index:9999;
}
#youtube{
	position:absolute;
	top:30px;
	right:35px;
	overflow:hidden;
	height:156px;
	width:275px;
}
#dietTxt{
	width:290px;
	position:absolute;
	top:20px;
	right:10px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
/*
	--------------------------------------------------- footer
*/
#footer {
	position:relative;
	background:#26BCEB;
	padding:4px;
}
#hannah{
	background:url(images/hannah.png) no-repeat;
	width:245px;
	height:773px;
	position:absolute;
	bottom:-80px;
	right:-150px;
}
#hannah2{
	background:url(images/hannah2.png) no-repeat;
	width:281px;
	height:888px;
	position:absolute;
	bottom:-80px;
	right:-150px;
}
#footer p{
	font-size:1.1em;
	margin:0;
	padding:0;
	color:#fff;
}
#footer p a{
	color:#fff;
	text-decoration:none;
}
/*
	--------------------------------------------------- sidebar
*/
#sidebar {	
	float:right;
	width:250px;
	border-left:30px solid #fff;
	background:#fff;
}
#sidebar h2{
	font-size:1.2em;
}
#sidebar ul{
	padding:0 0 15px 0;
}
#sidebar ul.twitter{
	width:200px;
	font-size:.9em;
}
#sidebar ul.twitter li{
	padding:0 0 10px 0;
}
#sidebar ul.twitter li a{
	color:#26BCEB;
}
/* diet page styles */
body.page-id-19 #sidebar ul{display:none;}
body.page-id-19 #content li{padding:3px 0;}

/*
	--------------------------------------------------- post
*/
.post {
	padding:10px 0;
	overflow:hidden;
	margin:0 0 5px 0;
}
/*
	--------------------------------------------------- comment form
*/
#respond {
	width:50%;
}
input,
textarea {
	border:1px solid #ccc;
	margin:0 0 5px 0;
}
textarea {
	width:400px;
	height:100px;
}
input#submit {
	font-size:1.1em;
	color:#fff;
	background:#999;
	padding:2px 6px;
	border:none;
	cursor:pointer;
}
#comments{
	display:none;
}
#writeComment,
#hideComment{
	cursor:pointer;
	font-weight:bold;
	padding:5px 0;
}
.comment {
	border:1px solid #ccc;
	padding:10px;
	width:50%;
	margin:10px 0;
}
.avatar {
	float:right;
	border:1px solid #ccc;
	padding:2px;
	margin:0 0 10px 10px;
}
.commentmetadata a{
	font-size:.9em;
}
.comment-body p {
	padding:20px 0 10px 0;
}
/*
	--------------------------------------------------- images in text editor 
*/
img.centered {
	display:block;
	margin:0 auto;
}
img.alignright {
	margin:0 0 10px 10px;
	display:inline;
}
img.alignleft {
	margin:0 10px 10px 0;
	display:inline;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.clear {
	clear:both;
}