/*
Theme Name: Blank 1 sidebar - right (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* - BASIC STUFF - */
.homes
{
width:270px;
height:60px;
left:300px;
top:20px;
position:relative;
background:url('images/homes_up.png');
display:block;
}
.homes:hover
{
background:url('images/homes_down.png');
}
.map
{
width:270px;
height:60px;
left:300px;
top:20px;
position:relative;
background:url('images/map_up.png');
display:block;
}
.map:hover
{
background:url('images/map_down.png');
}
.info
{
width:270px;
left:300px;
top:20px;
position:relative;
height:60px;
background:url('images/event_up.png');
display:block;
}
.info:hover
{
background:url('images/event_down.png');
}
#nav ul
{
list-style:none;
width:100%;
background:#00adef;
height:40px;
float:left;
font-family:Century Gothic;
}
#nav ul li
{
float:left;
display:inline;
}
#nav ul li a
{
color:#fff;
line-height:40px;
height:40px;
padding-left:20px;
padding-right:20px;
font-size:16px;
display:block;
float:left;
}
#nav ul li a:hover
{
background:#fff;
color:#00adef;
text-decoration:none;
}
#top
{
width:100%;
background:url('images/header_back.jpg') repeat-x top center;
height:50px;

}
#top a
{
width:1000px;
margin: 0 auto;
height:50px;
background:url('images/header.jpg');
text-indent:-99999999px;
display:block;
}
body {background:#FFF url('images/background.jpg') top center repeat-x;font-family:Century Gothic, Verdana, Geneva, sans-serif;line-height:2.0em;color:#666666;margin:0;padding:0px;}
a {text-decoration:none;color:#00adef}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;color:#00adef; font-weight:bold;font-family:Century Gothic;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:1000px; background:url('images/content_back.jpg');position:relative}
#header {height:225px;margin:0 auto;padding:0; background:url('images/header_top.jpg') top center; position:relative}
#footer {margin:10px auto 0;clear:both;float:none;text-align:center;padding: 10px 0;
background:#00adef;color:#fff; font-size:small}
#footer a
{
color:#fff;
}
/* -- POSTS -- */
.post-index {}
#post-single {}
.posts-wrap {float:left; clear:none;width:710px;padding:20px}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:250px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:right;}

/* -- 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;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}


