/*
Theme Name: EB
Theme URI: EB
Description: EB 
Version: EB
Author: EB 
Author URI: EB
*/

/* CSS RESET BEGIN */
	
	/* http://meyerweb.com/eric/tools/css/reset/ */
	/* v1.0 | 20080212 */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	td{
		vertical-align: top;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* CSS RESET END */

html { height: 100%; margin-bottom: 1px; overflow: scroll;}

body{font-family:verdana, Helvetica, sans-serif;margin:0;padding:0;}

div{border:#000000 0px solid;}

#wrap{width:990px; margin:auto;}
#header{clear:both}
#nav{clear:both}
#main{clear:both}

#content{float:right;width:650px;margin-right:113px;display: inline}

.alignright{float:right}
.alignleft{float:left}

#footer{clear:both}

#sidebar{float:left;width:158px; margin-left:14px;display: inline}
#sidebar ul{list-style-type:none}
#sidebar ul li{list-style-type:none}

/* ELEMENT SIZES */

body{
	font-size:12px;
}

h1{
	font-size:18px;
	text-transform:uppercase;
	text-align:right;
}

h1 a{
	font-size:18px;
	text-transform:uppercase;
	text-align:left;
}

h2, h2 a{
	font-size:16px;
}

h3, h3 a{
	font-size:14px;
}

p{
	font-size:12px;
}

a{
	font-size:12px;
}

ul{
	font-size:12px;
}

textarea#comment{
	width:400px;
	height:200px	
}

/* PADDING */

div.entry{
	padding:0 10px 10px 10px;
}

div#content{
	padding:0 10px 10px 10px;
}

div.navigation{
	padding:0 10px 10px 10px;
}

.post{
	padding: 10px 10px 0 10px;
}

.entry a, .entry p, .entry h1, .entry h2, .entry h3, .entry ul{
	padding-bottom:10px;
	line-height: 1.5;
}

p.small{
	padding-bottom:10px;
	text-align:right;	
}

div#sidebar{padding:10px 10px 0 10px}
#sidebar ul li h2{padding-bottom:10px}

div#wrap{
	padding:10px;	
}

div#nav{
	margin-bottom:10px;
}

/* ELEMENT COLORS */

a {
	color:#0000ff;	
}

a:hover {
	color:#00ff00;	
}

/* DIV CLEAR */

div.clearboth{
	clear:both;
	overflow:hidden;
	height:1px;
	border:0;
}

/* Handi Productions Skin */

body{background-color:#808080;}

.entry ul {list-style-type:circle;margin-left:20px;}

#header{width:980px; height:186px; background-image: url('http://www.handiproductions.com/wp-content/themes/EBv1/images/header-background.jpg')}
#main{width:980px; background-image: url('http://www.handiproductions.com/wp-content/themes/EBv1/images/content-background.jpg'); background-repeat:repeat-y}
#footer{width:980px; height:98px; background-image: url('http://www.handiproductions.com/wp-content/themes/EBv1/images/footer-background.jpg')}

div.wordtube{margin:auto;text-align:center;padding-bottom:10px;}

td{padding:5px;}
img{padding:5px;}

/* Accordion Menu */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 158px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  text-align:right;
}

ul.menu li{
border-bottom:1px solid #f97a29;
}

ul.menu li a {
  background: #e04d19;
  color: #ffffff;
  padding:5px;
  font-weight:bold;
  font-size:14px;
}

ul.menu li a:hover {
  color: #ffffff;
}

ul.menu li ul li a {
  background: #993300;
  color: #ffffff;
  font-weight:normal;
  font-size:10px;
}

ul.menu li ul li a:hover {
  color: #ffffff;
  background: #cc6633;
}

td.align-right{
text-align:right;
}

a{
color:#E04D19;
}

.orangetext{
color:#E04D19;
}