/*
Theme Name: More Than Admin
Theme URI: http://www.morethanadmin.ca
Author: Organized Assistant
Author URI: http://www.organizedassistant.com


	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 - */
body {background:#cccc99;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 20px;}

a {
   text-decoration: none;
   color: #9999CC;
}

a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}
p {line-height: 1.25em;}

.entry-content {
    margin-right: 15px;
}

/* -- 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: 10px 15px; 
   list-style:disc; 
}

.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,h5,h6 {margin:0;padding:0;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}

h3,h4 {
   margin:0;
   padding:10px 0 5px 0;
}

/* headings inside posts */

.entry-content h3 {
   font-size:140%;
   padding-top: 10px;
   line-height: 1.2em;
}

.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:900px;background: #FFF;}

#header {
    height:150px;
    margin:0 auto;
    text-align:center;
    background: url(images/more-than-admin.jpg) no-repeat;
}

#footer {
   height:100px;
   overflow:hidden;
   margin:20px auto 0;
   clear:both;
   float:none;
   text-align:center;
   background:#cccc99;
   padding: 0 0 20px 0;
   font-size: x-small;
}

#footer p {
   margin-top: 5px;
}

#footer a {
   color: #000;
   text-decoration: underline;
}

#contact {
   font-size: large;
   background: url(images/footer.jpg);
   height: 25px;
   padding: 10px;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:590px;padding-left: 25px;}

/* -- SIDEBARS --*/
.sidebar-wrap {
   margin:0 auto;
   overflow:hidden; 
   float:left; 
   clear:none;
   width:250px;
   padding: 10px;
}

.sidebar {
   width:99%;
   clear:none;
   border-left: #99cccc solid medium;
   padding-left: 10px;
}

.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;}

/* MAIN MENU */

#menu {
    padding: 0; 
	font-family: verdana, arial, times, serif;
	font-size: 9pt;
	width:100%; 
        background: url(images/footer.jpg);
        height: 27px;
        font-weight: bold;
    margin-bottom:25px;
}

#menu ul {
	text-align: center;
        border-top: solid thin #FFF;
        padding-top: 3px;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
        padding-top: 3px;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}


}