/*
Theme Name: WP Blank
Theme URI: http://annalinnea.net/
Description: A blank theme for use in theme development
Version: 1.1
Author: That girl over http://annalinnea.net
Author URI: http://annalinnea.net/
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on 
@import url("layouts/sidebar_left.css"); 
*/
.vote {display:none}

/* -- just some ugly styling to make it easier to get started, can safely be removed 
.sidebar, #entry-meta-single {border:2px solid red;}
#respond {border:2px solid yellow;}
#footer, #header {border:2px solid blue;}
li.depth-1 {border: 2px solid orange;}
.navigation {border:2px dashed black;}
.post {border:2px solid pink}
*/

/* - BASIC STUFF - */
body { background:#FFF; font:9pt/11pt "Trebuchet MS", Trebuchet, Arial, Verdana; color:#000; margin:0 auto; padding:0; }
a {text-decoration:none;color:#330033}
a:hover {color:#818286}

#top, #bottom, #left, #right { background: #000; position: fixed; } #left, #right { top: 0; bottom: 0; width: 15px; } #left { left: 0; } #right { right: 0; } #top, #bottom { left: 0; right: 0; height: 15px; } #top { top: 0; } #bottom { bottom: 0; }

#wrapper { position:absolute; top:50%; right:50%; margin:-300px -490px 0 auto; padding:0; height:600px; width:980px; overflow:hidden }

.sidebarleft, .sidebarright {  overflow:hidden; margin:0; padding:0; margin-top:-20px;}
.sidebarleft {float:left; clear:none;width:200px;margin-right:-40px;height:400px;}
.sidebarright {float:right; clear:none;width:220px;height:360px;}

#header,#footer {float: left; clear:both; width:100%}
#header {height:150px;background: url("http://www.mobiplaza.se/wp/wp-content/themes/WPBlank/images/logo_web.jpg") no-repeat top left;}
#footer {height:50px;text-align:center;}

.tweet_upper {float:left; clear: right;margin-left: 250px; margin-top: 15px; font-size:1.5em}
#fidgetr_container a img {float: left; clear:none; margin-right:5px; margin-bottom:5px;border:1px solid #000;} 
/*#fidgetr_container {padding-left:25px;}*/

.tweetauthorimage a img {float: left; clear:left; margin-right:5px; margin-bottom:5px;border:1px solid #000;} 
.tweettext {float: right; clear:right; margin-right:5px; margin-bottom:5px;width:70%}
ul.twitterhashtag li {margin-bottom:15px; height:auto;display:block; float:left; clear:both}

.post {margin-top: 150px;}
.entry-content {margin: 0px auto; text-align:center}
/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}


