/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

	
/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,del,dfn,em,font,img,ins,kbd,q,s,samp,acronym,address,big,cite,code,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 {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}

* {
	margin:0;
	padding:0;
}


	
/*
Here is a list of all the <DIV>s in Whiteboard.
*/
div.clear {
	clear:both;
}

ul {
	list-style-type:none;
}

#s {
	width:105px;
}


	
/*search bar stuff*/
#searchform {
	float:left;
}

#searchsubmit {
	background:white;
	font-family:"Century Gothic";
	border:none;
}

#searchsubmit:hover {
	background:grey;
	font-family:"Century Gothic";
}

.button {
	background:black;
}

.button:hover {
	background:#462d7c;
}


	
/*main boxes*/
body {
	background:transparent url(/blog/wp-content/themes/whiteboard/images/mybground.jpg) no-repeat fixed left top;
	margin:0 auto;
}

#maincol {
	width:700px;
	float:left;
	padding-left:10px;
}

#topthing {
	width:700px;
	height:350px;
	background:url(/blog/wp-content/themes/whiteboard/images/myheader3.png) transparent;
	margin:0 auto;
}

#topthing a {
	margin:0 auto;
	padding-top:100px;
	display:block;
	width:700px;
	height:200px;
}

h1#logo {
	text-indent:-9999px;
}

#container {
	width:700px;
	margin:0 auto;
}

#wrapper {
	width:700px;
	margin:0 auto;
}

#commentsform {
	width:460px;
	padding-top:50px;
}

#post {
}

.post {
	width:700px;
	padding-left:0;
}

.post h2 {
	font-size:150%;
	height:59px;
	color:black;

	
/*background: url(/blog/wp-content/themes/whiteboard/images/corner.jpg) no-repeat;*/
	padding-top:25px;
}

.post h2 a:hover {
	color:#d42527;
}

.post p {
	padding-bottom:20px;
}

.post h2 a {
	color:white;
	font-family:"Helvetica neue";
	padding:7px 0 7px 7px;
	background:black;
	margin-bottom:10px;

	
/*background: url(/blog/wp-content/themes/whiteboard/images/corner.jpg) no-repeat;*/
}

#postmeta {
	padding-bottom:0;
	width:700px;
}

#postnavigation p {
	width:200px;
	font-size:18px;
}

#postnavigation p a {
	color:white;
	background:black;
	padding:10px;
}

#postnavigation p a:hover {
	color:white;
	background:#d42527;
}

#searchform {
}

#sidebar {
	text-align:center;
	width:700px;
	float:left;
	padding-bottom:20px;
	margin-right:20px;
}

#sidebar li {
	display:inline;
	float:left;
}

#sidebar li a {
	background:white;
	color:black;
	padding:7px;
	font-size:1.5em;
}

#sidebar li a:hover {
	color:#462d7c;
}

#footer {
	width:700px;
	height:478px;

	
/*background: url(/blog/wp-content/themes/whiteboard/images/myfooter.jpg);*/
	margin:0 auto;
}


	
/*typography
colours
orange  #f36b22
violet  #462d7c
red #d42527
50% grey #959595
20% grey #cccccc

*/
h3 {
	font-size:80%;
}

#caption {
	font-style:italic;
	text-align:center;
}

.date {
	color:#959595;
	padding:2px 7px 0 0;
	float:right;
}

.date p {
	padding-top:0;
	padding-bottom:0;
}

p {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:85%;
	color:#555555;
	word-spacing:3px;
	line-height:1.4em;
}

a {
	font-family:'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
	color:#462d7c;
	text-decoration:none;
	word-spacing:3px;
	line-height:1.4em;
}

a:hover {
	font-family:"Helvetica Neue";
	color:#d42527;
	text-decoration:none;
}

#post h2 a {
	background:black;
	color:white;
	font-family:"Helvetica Neue";
}

#post a:hover {
	color:#d42527;
}

#post h2 {
	font-family:"Helvetica neue";
	font-size:150%;
	padding:7px 0 7px 7px;
	background:black;
	margin-bottom:10px;

	
/*background: url(/blog/wp-content/themes/whiteboard/images/corner.jpg) no-repeat;*/
}

#mainpostbar {
	width:700px;
	background:red;
}

#postpagebar {
	width:700px;
	background:black;
	padding:7px 0 7px 7px;
}

.post h2 a {
	color:white;
	font-family:"Helvetica neue";
	padding:7px 0 7px 7px;
	background:black;
	margin-bottom:10px;

	
/*background: url(/blog/wp-content/themes/whiteboard/images/corner.jpg) no-repeat;*/
}

#post p {
	padding-bottom:20px;
}

#sidebar a {
	font-family:Helvetica;
	color:white;
	font-size:60%;
}

#sidebar h2 {
	font-family:Helvetica;
	font-size:80%;
}

#sidebar a h2 {
	font-size:200%;
}

.commenttext {
	padding:7px 0 0 7px;
	background:black;
}

.commenttext p {
	color:white;
}

.singlecomment {
}

.singlecomment p {
	color:#868686;
}

.smallscript {
	font-size:8px;
}

.alt {
	background:#cccccc:;
}

ol .alt {
	color:black;
}


	
/* coldform */
div#coldform {
	padding:15px;
	width:560px;
	color:#333;
	float:left;
}

h3#coldform_error {
	margin:5px 0 15px;
	color:#cc0000;
}

.contact-side h2,.contact-side ul {
	margin:0!important;
}

.contact-side ul li {
	list-style:none!important;
	margin-left:0!important;
}

.contact-side li img {
	margin-right:5px;
	vertical-align:-3px;
}

.contact-side li b {
	margin-right:5px;
}

.contact-side a,div.ddsg-wrapper div a {
	border:0!important;
	font-weight:normal;
}

div#coldform fieldset {
	border:0 none;
	display:block;
	clear:both;
}

div#coldform .hide {
	display:none;
}

div#coldform label.label {
	margin:12px 0 6px;
	text-align:left;
	display:block;
	border:0 none;
	float:left;
	clear:both;
}

div#coldform input.input {
	padding:3px;
	float:left;
	clear:both;
	width:50%;
}

input#coldform_carbon {
	float:left;
	clear:both;
}

textarea#coldform_message {
	line-height:1.5em;
	font-size:12px;
	padding:3px;
	float:left;
	clear:both;
	width:80%;
}

div#coldform input.submit {
	margin:12px 0;
	padding:3px;
	width:25%;
	background:#399849;
	border:0;
	color:#fff;
	font-weight:bold;
}

div.form-wrapper {
	margin-top:20px;
	background:#F7F9FB;
	padding:15px;
}

div.contact-side {
	width:230px;
	float:right;
	padding:15px;
}

div#coldform,div.contact-side {
	background:#fff;
	border:1px solid #C3D8DF;
}

.form-wrapper,textarea#coldform_message,#coldform input.input {
	border:1px solid #C3D8DF;
}

textarea#coldform_message,#coldform input,input {
	background:#F7FAFB;
}