/*  
Theme Name: Sterba's DanceSport
Theme URI: http://sterbasdancesport.com/
Description: Custom them for Sterba's DanceSport
Version: 0.1
Author: Wes & Jem Janik

Sterba's DanceSport v0.1
  http://sterbasdancesport.com

This theme was custom-developed for Sterba's DanceSport
*/



/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	background: #d5d6d7; */
	background: #e5e6e7;
	text-align: center;
	}

#page {
        background: url('images/sidebar_background.jpg') repeat-y left;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	text-decoration: none;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#header {
	background: #2626ff;
	text-align: center;
	}

#header h1 {
	font-size: 3.25em;
	}

#header .description {
	font-size: 1.25em;
	}

#header h1, #header h1 a, #header h1 a:visited {
	text-decoration: none;
	color: white;
	}

#content {
	font-size: 1.05em;
	line-height: 1.4em;
	}

#content h1 {
	font-size: 1.75em;
	line-height: 1.1em;
	}

#news h1 {
	font-size: 2.25em;
	}

#footer {
	font-size: 0.75em;
	background: #eee 
	border: none;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	}

#news_archive {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wesendar table {
	border-width: 0px;
	border-spacing: 0px;
	border-color: #000000;
	border-collapse: collapse;
	}

#wesendar .calnav {
	}

#wesendar .calweekhead h3 {
	margin: 1.8em 0 2px 0;
	line-height: 1.0em;
	}

#wesendar .calweekhead hr {
	margin: 0 0 2px 0;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0; 
	width: 780px;
	}

#page {
	margin: 0px auto;
	padding: 0;
	border: 1px solid #959596;
	}

#header {
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 140px;
	width: 778px; 
	}

#news {
	padding: 0 0 0 0;
	margin-left: 195px;
	margin-right: 25px;
	width: 560px;
	}

#sidebar {
	float: left;
	padding: 20px 0 10px 0;
	width: 190px;
	margin-left: 5px;
	}

#content {
	height: 0.01%; /* The Holly Hack for IE */
	padding: 0 0 0px 5px;
	margin-left: 195px;
	margin-right: 25px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.page_item {
	}

.current_page_item {
	}

#news hr {
	display: block;
	}

#news_archive hr {
	display: block;
	}

#header h1 {
	padding-top: 30px;
	margin: 0;
	}

#content h1 {
	padding-top: 30px;
	margin: 0;
	}

#content h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#content .post {
	margin: 0;
	}

#footer {
	padding: 0 0 0px 5px;
	margin-left: 195px;
	margin-right: 25px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 75px 0 10px 0;
	text-align: center;
	}

#wesendar table {
	width: 100%;
	}

#wesendar .calnav {
	border: 0px;
	height: 3em;
	}

#month h2 {
	margin: 0;
	}

#wesendar .calnav #last {
	text-align: left;
	}

#wesendar .calnav #month {
	text-align: center;
	}

#wesendar .calnav #next {
	text-align: right;
	}

#wesendar .caldayhead {
	text-align: center;
	height: 2em;
	}

#wesendar .caldaynum {
	height: 1em;
	text-align: left;
	}

#wesendar .emptycalday {
	height: 9em;
        }

#wesendar .caldaytext {
	text-align: center;
	height: 9em;
	}

#wesendar .calday {
	margin: 1px 1px 1px 1px;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

#news_archive {
	padding: 50px 0 0 0;
	}

#news_archive ul {
	margin: 5px 0 0 0;
	}

#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 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

