/*
Theme Name: Hang Ups
Theme URI: http://www.elfdesigns.ca
Description: 
Version: 1.0
Author: Elf designs
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 */


/* - BASIC STUFF - */
body {
	font:9pt/11pt Verdana, Geneva, sans-serif;
	color:#000;
	margin:0 auto;
	padding:0 20px;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
a {
	text-decoration:none;
	color: #5B2328;
}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:5;}
ul li {	margin-left:5px;padding:5;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {
	margin-left:0;
	padding: 5px;
}
.entry-content ul li {
	margin-left:10px;
	list-style:disc;
	list-style-position:inside;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.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;
	color: #5B2328;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 10;
	padding-left: 5;
}
h2.entry-title {
	font-size:2em;
	color: #5B2328;
	font-family: Calibri, Cambria;
	padding-bottom: 10px;
	font-weight: bolder;
	padding-top: 20px;
}
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:878px;}
#header {
	height:393px;
	text-align:center;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	width: 878px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
#footer {
	height:250px;
	overflow:hidden;
	float:none;
	padding: 0px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	width: 878px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {
	float:left;
	clear:none;
	width:600px;
	padding-left: 55px;
	padding-top: 20px;
	padding-right: 25px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {
	overflow:hidden;
	clear:none;
	padding-top: 40px;
	margin-right: 25px;
}
.sidebar {width:99%;clear:none;}
.block-1 {}

/* -- 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;}
.innerwrap {
	background-image: url(Images/bodybg.jpg);
	background-repeat: repeat-y;
	width: 878px;
}

.copy
{
	float:right;
	width: 430px;
	font-size: 1em;
	color: #000000;
	font-family: "Arial Black";
	padding-top: 80px;
	padding-bottom: 30px;
	
}
.menu {
	float: left;
	padding-top: 365px;
	padding-left: 35px;
	width: 500px;
}
.meta {
	padding-top: 75px;
}
}
.elf {
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	font-weight: bold;
}
.weblink {
	font-weight: normal;
	padding-top: 150px;
	padding-left: 280px;	
}

