/*
Theme Name: Molly's Theme V2
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Jordan
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
*/

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

/* - BASIC STUFF - */
body {background: /*#BFB8E7*/#E9E8C3 /*#B2975D*/; font:11pt "Trebuchet MS", Helvetica, sans-serif;color:#000;margin:0 auto;padding:0 20px;}
/*a:hover {text-decoration:underline;}*/
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

a:link {color: #4F360A; text-decoration: underline; border:none; padding: 0px; margin: 0px; }
a:visited {color: #1F6D7F; text-decoration: underline; }
a:hover {color: #4F360A; text-decoration: none; }
a:active {color: #1F6D7F; text-decoration: underline; }

/* -- 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;}
h2.entry-title {font-size:180%; text-align:center; line-height:120%; margin:20px auto 10px;}
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%;}
.archive-title {margin: 0px 100px 0px; text-align:right; font-size:250%; color:#4F360A}

/* -- MAIN DIV'S -- */
#wrapper {position:relative; top:20px;background:#9BB6BF; /*#9BACBF; /*#d2dbe5; /*#ccffff*/float:none;clear:both;margin:0 auto;padding:0;width:800px;}
#header {position:relative; top:-20px;height:285px; width:800px; margin:0 auto; padding: 20px 0;
font-family:Georgia, Georgia, sans-serif;
font-size:medium;
font-weight:bold;}
#footer {height:50px; width:800px; overflow:hidden;margin:0 auto;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post-index { margin:30px 20px 0px; width:600px; margin-left:10px;}
#post-single {margin:0 20px 20px; }
#page {margin:0 20px 20px; }

/* -- SIDEBARS --*/
.sidebar-wrap {display: none;}
.sidebar {width:49%;clear:none;}
.block-1 {float:left;}
.block-2 {float:right;}

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

/* -- COMMENTS -- */
div.comments-wrap {margin:15px 20px 20px; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 20px;}
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;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;}

/* -- BOTTOM MENU --*/
.bottom-menu{
position: relative;
height: 25px;
width: 266px;
}

/* -- HOVER --*/
.hover-wrap{
position: relative;
height: 25px;
width: 400px;
}


.hover-wrap .hover-menu{
display: none;
}
.hover-wrap:hover .hover-menu{
display: block;
position: absolute;
top: 20px;
z-index: 3;
white-space: no-wrap;
}

.hover-wrap .hover-menu:hover{
display: block;
position: absolute;
top: 20px;
z-index: 3;
white-space: no-wrap;
}

.hover-wrap .hover-menu .writing-menu:hover{
 padding-top: 5px;
 text-align: center;
 width: 200px;
 height: 25px;
 position: absolute;
 top: 30px;
 border: 1px solid black;
 background:#9BB6BF;
}

.hover-wrap .hover-menu .writing-menu{
 padding-top: 5px;
 text-align: center;
 width: 200px;
 height: 25px;
 position: absolute;
 top: 30px;
 border: 1px solid black;
 background:#9BB6BF;
}

.hover-wrap .hover-menu .media-menu:hover{
 padding-top: 5px;
 text-align: center;
 width: 400px;
 height: 25px;
 position: absolute;
 top: 30px;
 border: 1px solid black;
 background:#9BB6BF;
}

.hover-wrap .hover-menu .media-menu{
 padding-top: 5px;
 text-align: center;
 width: 400px;
 height: 25px;
 position: absolute;
 top: 30px;
 border: 1px solid black;
 background:#9BB6BF;
}

