/*
Theme Name: BonziCentral
Theme URI: www.bonzicentral.com
Description: Custom theme for BonziCentral.com
Version: 2.0
Author: Bonzi Sports Software, Inc.
Author URI: www.bonzicentral.com
*/

/*TEMPORARY MENU CODE*/

/* style for all buttons */
ul.cssMenu li{
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	background-image: url(../../../images/buttons/master_button.png);
	width: 150px;
	height: 25px;
	font-size: 16px;
	text-align: left;
	position: relative;
	background-color: transparent;
	cursor: default;
	z-index: 750;
}

ul.cssMenu li ul li ul{
	left: 150px;
	top: -2px;
}

ul.cssMenu li .button-text {
	background-color: transparent;
	display: block;
}

ul.cssMenu li a:hover,
ul.cssMenu li.over .button-text {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ul.cssMenu li a{
	display: block;
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

ul.cssMenu li:hover,
ul.cssMenu li.over{
	background-color: #ccc;
	background-image: url(../../../images/buttons/master_button_over.png);
}

ul.cssMenu:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* style for buttons in a sub menu */
ul.cssMenu li li{
	background-image: none;
	border: 1px solid black;
	background-color: #ddd;
	z-index: 1000;
}

ul.cssMenu li li:hover,
ul.cssMenu li li.over{
	background-image: none;
	background-color: #ccc;
}

ul.cssMenu ul li{
	display: block;
}

/*
 * Hide sub menus that are not hovered over.
 * It only works for 5 levels deep.  If for some reason you need
 * more, add more here
 */
ul.cssMenu ul,
ul.cssMenu li.over ul ul,
ul.cssMenu li.over li.over ul ul,
ul.cssMenu li.over li.over li.over ul ul,
ul.cssMenu li:hover ul ul,
ul.cssMenu li:hover li:hover ul ul,
ul.cssMenu li:hover li:hover li:hover ul ul{
  display: none;
}

/* show hovered submenus */
ul.cssMenu li.over ul,
ul.cssMenu li.over li.over ul,
ul.cssMenu li.over li.over li.over ul,
ul.cssMenu li.over li.over li.over li.over ul,
ul.cssMenu li:hover ul,
ul.cssMenu li:hover li:hover ul,
ul.cssMenu li:hover li:hover li:hover ul,
ul.cssMenu li:hover li:hover li:hover li:hover ul{
	display: block;
}

/* RIGHT type menus */

ul.cmRight span.buttonArrow {
	float: right;
	position: absolute;
	right: 0pt;
	top: 0pt;
	background-image: url(../../../images/buttons/arrow_right.png);
	background-position: 0 0;
}

ul.cmRight li{
	float: none;
}

ul.cmRight li ul{
	left: 150px;
	top: -2px;
}

/* DOWN type menus */

ul.cmDown span.buttonArrow {
	float: right;
	position: absolute;
	right: 0pt;
	top: 0pt;
	background-image: url(../../../images/buttons/arrow_down.png);
	background-position: 0 0;
}

ul.cmDown li{
	float: left;
}
ul.cmDown li li{
	float: none;
}

ul.cmDown li ul{
	left: 0;
	top: 20px;
}

/* IE HACK: IE needs some element to be at the end of the <li>
 * on menu items or it will show some padding.  For Chrome, that
 * element causes problems. So this makes the filler element only show in IE
 */
ul.cssMenu .iefix { display: inline; }
html>/**/body ul.cssMenu .iefix { display: none; }

/*
** HTML elements
*/

  body {
  margin: 0;
  padding: 0;
  color: #000;
  font: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  background-image: url("../../../images/bg.png");
  background-repeat:repeat-x;

}

A:link		{ color: #0000FF; text-decoration:none }
A:visited	{ color: #0000FF; text-decoration: none; }
A:active	{ color: #666666; text-decoration: none; }
A:hover		{ color: #001c98; text-decoration: none; }

table
{

  padding: 0;
  font-size: 12px;
}

li
{
line-height: 1.75em;
font-size: 12px;
}

td
{
font-size: 12px;
color:black;
line-height: 1.75em;
}


.title
{
font-size: 18px;
color:black;
font-weight: bold;

}

.titlePadded
{
font-size: 18px;
color:black;
padding-left : 10px;
padding-right: 15px;
line-height: 1.60em;

}

.titleBluePadded
{
font-size: 18px;
color:black;
padding: 10px;
color:#001c98;

}

.titleBlue
{
font-size: 18px;
color:black;
color:#001c98;
line-height: 1.25em;

}
.textMediumOrange
{
font-size: 12px;
font-weight: bold;
color:#ca7900;
line-height: 1.75em;

}



.textMediumPadded
{
font-size: 12px;
color:black;
padding-left : 10px;
padding-right: 15px;
line-height: 1.75em;
margin:0;

}
.textMedium
{
font-size: 12px;
color:black;
line-height: 1.75em;

}

.textMediumBold
{
font-size: 12px;
color:black;
line-height: 1.25em;
font-weight: bold;

}

.textLargeBold
{
font-weight: bold;
font-size: 14px;
color:black;

line-height: 1.25em;

}
.textBlueLargeBold
{
font-weight: bold;
font-size: 14px;
color:#001c98;

line-height: 1.75em;

}

.textSmall
{
font-size: 10px;
color:black;
line-height: 1.75em;
}

.list
{
line-height: 1.75em;
font-size: 14px;
}

table.maintable
{
   BORDER-RIGHT: #808080 1px solid;
   BORDER-LEFT: #808080 1px solid;

/*	width: 970px; */
}

table.signUp
{
	border-top: #808080 1px solid;
	border-bottom: #808080 1px solid;
   BORDER-RIGHT: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
/*	width: 970px; */
}

div.box
{
   BORDER-RIGHT: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	border-top : #808080 1px solid;
	border-bottom : #808080 1px solid;
	padding: 5px;
	width: 625px;
/*	width: 970px; */
}

.newsletter
{
line-height: 1.50em;
font-size: 9px;
padding-left: 5px;
}
.newsletter-green
{
line-height: 1.50em;
font-size: 9px;
padding-left: 5px;
color: #339900;
text-align: center;
}
.newsletter-sport
{
line-height: 1.50em;
font-size: 9px;
padding-left: 5px;
width: 125px;
}

.clear
{ clear:both; }

#header
{
	width:1000px;
	height:80px;
}

#logo
{
	width:247px;
	height:80px;
	float:left;
}

#navbar
{
	width: 753px;
	height: 43px;
	float:left;
}

#bonzichallenge {
    float: left;
    height: 37px;
    width: 370px;
}

#contact {
    border-right: 1px solid #67BEFF;
    color: #0092FF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    text-align: left;
    width: 382px;
}

#contact A:link		{ color: #0066B2; text-decoration:underline; }
#contact A:visited	{ color: #0066B2; text-decoration: none; }
#contact A:active	{ color: #0066B2; text-decoration: none; }
#contact A:hover	{ color: #0092FF; text-decoration: none; }

#contact big { font-size:14px; }
#contact small { font-size:10px; font-weight:normal; }

#blogcontent
{
	width: 998px;
	background:#FFF;
	border-left:1px solid #67BEFF;
	border-right:1px solid #67BEFF;
	border-bottom:1px solid #67BEFF;
	font-size: 14px;
	font-family: Arial;
}

#bodymidcontent
{
	padding: 20px 20px 20px 20px;
}

#clientlogos
{
	width:1000px;
	text-align:center;
	margin-bottom:15px;
}

#bonzitrust
{
	clear:both;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:1000px;
}

#footer
{
	width: 1000px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	border-top:1px solid #999999;
}

#footernav
{
	width:1000px;
	text-align:center;
	margin-top: 15px;
}

#footernav A:link        { color: #333333; text-decoration:none }
#footernav A:visited    { color: #333333; text-decoration: none; }
#footernav A:active    { color: #333333; text-decoration: none; }
#footernav A:hover        { color: #333333; text-decoration: underline; }

#certifiedlogos
{
	width:1000px;
	text-align:center;
}

#copyright
{
	width:1000px;
	text-align:center;
	color:#333333;
	font-weight:normal;
}

.headline
{
   font-size: 24px;
}


/* Front Menu Global Styles */
ul.cssMenu,
ul.cssMenu ul{
	list-style: none;
	list-style-position: outside;    /* IE decides to disregard list-style: none, so this is needed to override sam_default.css */
	margin: 0;
	padding: 0;
	margin-left:0px;
}

ul.cssMenu ul{
	display: none;
	position: absolute;
	margin-right: 0;
	z-index: 400;
}

/* style for all buttons */
ul.cssMenu li{
	margin: 0;
	padding: 0 10px 0 10px;
	border: none;
	float: left;
	width: auto;
	height: 43px;
	line-height:43px;
	text-align: left;
	position: relative;
	background-color: transparent;
	cursor: default;
	z-index: 750;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	border-right: 1px solid #C57601;
}

ul.cssMenu A:link		{ color: #FFFFFF; text-decoration:none }
ul.cssMenu A:visited	{ color: #FFFFFF; text-decoration: none; }
ul.cssMenu A:active	{ color: #FFFFFF; text-decoration: none; }
ul.cssMenu A:hover		{ color: #FFFFFF; text-decoration: none; }

ul.cssMenu li ul li ul{
	left: 150px;
	top: -2px;
}

ul.cssMenu li .button-text {
	background-color: transparent;
	display: block;
}

ul.cssMenu li a:hover,
ul.cssMenu li.over .button-text {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ul.cssMenu li a{
	display: block;
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

ul.cssMenu li:hover,
ul.cssMenu li.over{
	height:42px;
	line-height:43px;
	background-color: #FFBB54;
	border-bottom:1px solid #DF8300;
}

ul.cssMenu:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* style for buttons in a sub menu */
ul.cssMenu li li{
	background-image: none;
	border: 1px solid #DF8300;
	border-top:none;
	background-color: #FFBB54;
	z-index: 1000;
	padding-right:20px;
	width:170px;
	height:25px;
	font-size:12px;
	line-height:26px;
}

ul.cssMenu li li:hover,
ul.cssMenu li li.over{
	background-image: none;
	background-color: #FC9A07;
	height:25px;
	line-height:26px;
}

ul.cssMenu ul li{
	display: block;
}

/*
 * Hide sub menus that are not hovered over.
 * It only works for 5 levels deep.  If for some reason you need
 * more, add more here
 */
ul.cssMenu ul,
ul.cssMenu li.over ul ul,
ul.cssMenu li.over li.over ul ul,
ul.cssMenu li.over li.over li.over ul ul,
ul.cssMenu li:hover ul ul,
ul.cssMenu li:hover li:hover ul ul,
ul.cssMenu li:hover li:hover li:hover ul ul{
  display: none;
}

/* show hovered submenus */
ul.cssMenu li.over ul,
ul.cssMenu li.over li.over ul,
ul.cssMenu li.over li.over li.over ul,
ul.cssMenu li.over li.over li.over li.over ul,
ul.cssMenu li:hover ul,
ul.cssMenu li:hover li:hover ul,
ul.cssMenu li:hover li:hover li:hover ul,
ul.cssMenu li:hover li:hover li:hover li:hover ul{
	display: block;
}

/* RIGHT type menus */

ul.cmRight span.buttonArrow {
	float: right;
	position: absolute;
	right: 0pt;
	top: 0pt;
	background-position: 0 0;
}

ul.cmRight li{
	float: none;
}

ul.cmRight li ul{
	left: 150px;
	top: -3px;
}

/* DOWN type menus */

ul.cmDown span.buttonArrow {
	float: right;
	position: absolute;
	right: 0pt;
	top: 0pt;
	background-position: 0 0;
}

ul.cmDown li{
	float: left;
}
ul.cmDown li li{
	float: none;
}

ul.cmDown li ul{
	left: 0;
	top: 43px;
}

ul.cssMenu li.cmFirst {border-left:1px solid #C57601;}


/* CSS for SLIDE OUT MENU AND TABS */

#upper
{
	border-bottom:6px solid #FFCB7D;
	position:relative;
}

#lower
{
	background: url(../images/grass_bg.jpg);
	background-position:bottom;
	height:480px;
}

tabscontent
{
	width:998px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	border-bottom:6px solid #FFCB7D;
}

.tabheadline
{
	color:#FC9D0D;
	font-size:48px;
	line-height:0px;
	padding-top:40px;
}

.tabsubheadline
{
	color:#464646;
	font-size:18px;
	line-height:26px;
}

#lefttabsspcr
{
	width:47px;
	height:60px;
	float:left;
}

#tabs
{
	width:905px;
	height:60px;
	float:left;
}

#righttabsspcr
{
	width:46px;
	height:60px;
	float:left;
}

div.divtab
{
	float:left;
	width:180px;
	height:60px;
	margin-left:1px;
	text-align: center;
	background:url(../images/tab_off.png);
}

.tabtext
{
	font-weight:bold;
	font-size:20px;
	color:#000000;
	top:-20px;
	line-height:0px;
	margin:7px 0 0 0;
}

div.tabon {background:url(../images/tab_on.png)}
div.tabhover {background:url(../images/tab_ovr.png)}

.firsttab
{
	margin-left:none;
}

#main
{
	height:342px;
	overflow:hidden;
}

#slider
{
	position: absolute;
	z-index: 1000;
	font: white;
}

.slide-out-div
{
	width: 228px;
	height: 320px;
	background: url('../images/choose_your_sport_bg.png');
	z-index: 3000;
}

#wrap
{
	width:1000px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}

.drawers-wrapper
{
	margin-top: 1px;
	width: 228px;
}

.drawer-handle
{
	text-align:right;
	height:19px;
	line-height:19px;
	padding-right:5px;
}

.ui-corner-all {
-moz-border-radius:0px 0px 0px 0px;
border-bottom-left-radius: 0px 0px;
border-bottom-right-radius: 0px 0px;
border-top-left-radius: 0px 0px;
border-top-right-radius: 0px 0px;
}

.ui-corner-top {
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius:0 0 0 0;
border-top-left-radius: 0px 0px;
border-top-right-radius: 0px 0px;
}

.ui-corner-bottom {
-moz-border-radius:0 0 0 0;
border-bottom-left-radius: 0px 0px;
border-bottom-right-radius: 0px 0px;
}

.ui-state-active
{
	background: url(../images/sldr/sldr-on-bg.png);
	color:#FFFFFF;
	font-weight:bold;
}

.ui-accordion .ui-accordion-header
{
	margin-top:0px;
}

.ui-accordion .ui-accordion-content {
border-top:0 none;
margin-bottom:0px;
margin-top:-2px;
overflow:auto;
padding:0;
position:relative;
top:2px;
}

.ui-widget-content {
background:url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FFFFFF;
border:1px solid #74C3FF;
border-bottom:none;
color:#222222;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
	background:url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
border:1px solid #74C3FF;
border-bottom:none;
color:#2E6E9E;
font-weight:bold;
outline:medium none;
}

.menuheading {
font-family:arial;
font-size:12px;
line-height:0;
}

.ui-accordion .ui-accordion-li-fix {
display:block;
}

/* CSS FOR TABBED BOXES (TBOXES) */

.tboxrow
{
	height:366px;
	width:904px;
	margin:5px 42px 0px 52px;
	clear:both;
}

.tbox
{
	width:290px;
	margin-right: 11px;
	float:left;
}

.tbox .last
{
	margin-right:none;
}

.tboxheader
{
	background:url(../images/tbox_top.png);
	width:290px;
	height:34px;
	line-height:34px;
	color:#0066B2;
	font-size:19px;
	text-indent:10px;
}

.tboxcontent
{
	background:url(../images/tbox_bg.png);
	width:270px;
	height:300px;
	overflow:hidden;
	padding:20px 10px 15px 10px;
	float:left;
	font-size:12px;
}

/* RIGHT COLUMN CSS Document */

/* << ----------------// Center column //---------------->> */

.col_ctr {
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
width:738px;
}


/* << ----------------// Right column //---------------->> */

.col_right {
float:left;
margin:0 0 0 0;
padding:0px 0px 0px 0px;
width:200px;
}


/* << ----------------// Wordpress styles //---------------->> */

.wpnav {padding-top:15px;}
.wpnav2 {padding-top:6px;}

/* Begin Typography & Colors */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0066B2;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #0066B2;
	text-decoration: none;
	}
	
h2 a:link {color: #0066B2;}

h2 a:hover {color: #0092FF;}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 620px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 620px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 2px;
	width:70px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


