/* 
Theme Name: whiteboard
Theme URL: http://whiteboard.plainbeta.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0

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, img, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, 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;border:0;}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;}

A:link {color:#000;background-color:#bcfff5;padding:0 2px 0 2px;}
A:visited {color:#000;background-color:#ffd6fa;padding:0 2px 0 2px;}
A:active {color:#954CFF;padding:0 2px 0 2px;}
A:hover {color:#888;background-color:#ccc;padding:0 2px 0 2px;}

html{
height:100%;
}

body{
height:100%;
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
font-size:14px;
}

#topbar{
background-image:url(/wp-content/themes/whiteboard/images/topbar.jpg);
background-repeat:no-repeat;
width:100%;
height:15px;
z-index:1;
position:absolute;
}

#container{
width:750px;
float:left;
margin:35px 0 0 20px;
}

.post{
}

.post .writtenby{
color:#888;
margin:0 0 7px 0;
}

.post img{
width:750px;
}

.postmeta{
border-bottom:2px solid #c2c2c2;
border-top:1px dotted #c7c7c7;
margin:7px 0 20px 0;
padding:5px 0 20px 0;
}

.postnavigation{
font-weight:bold;
margin:0 0 60px 0;
}

#searchform{}

#sidebar{
position: absolute;
bottom: 0; right: 0;
width: 200px; height: 100%;
margin:50px 0 0 0;
float:right;
text-align:right;
background-image:url(http://i30.tinypic.com/2lj5g5z.jpg);
}

#sidebar #contain{
position: absolute;
bottom:0; right:0;
}

#sidebar #contain ul{
margin:10px 5px 15px 0;
}

#sidebar #contain h2{
display:none;
}

#sidebar #contain li{
list-style-type:none;
}

#sidebar input{
font-size:16px;
color:#999;
text-align:center;
padding:3px;
border-top:1px solid #999;
border-right:1px solid #c9c9c9;
border-bottom:1px solid #c9c9c9;
border-left:1px solid #999;
}

#sidebar #logo{

}

#footer{
padding:0 10px 15px 0;
}

#comments

#comments .postmeta{
border-bottom:2px solid #c2c2c2;
border-top:1px dotted #c7c7c7;
margin:7px 0 20px 0;
padding:5px 0 20px 0;
}

.comments_navigation{}

.comments_navigation{}

.comments_reply{}

.comments_reply textarea{
width:750px;
}

.comments_text{}

.comments_meta{}

html>body #sidebar {position: fixed}