/*  
Theme Name: BCDAS
Theme URI: http://www.danceschoolnorthvancouver.com/bcdas/wp-content/themes/45degrees/
Description: Custom Theme based on WP Theme 45 Degrees by Igor Penjivrag
Version: 1.0
Author: Leanne Romak
Author URI: http://www.romakdesign.com/
*/

html, body {
	font-family: Verdana;
	font-size: 11px;
	background: #999 url(img/backblend.jpg) repeat-x;
	color: #2B2B2B;
	border: 0;	
}

body, p, h1, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}


h2 {
	letter-spacing: 1.5px;
}	

a {
	text-decoration: none;
}

blockquote {
	background: #F7F7F7;
	padding: 20px;
	width: 50em;
	color: #808069;
	line-height: 20px;
	border-left: #ccc 1px solid;

}

blockquote blockquote {
	background: #F3F3F3;
	width: 28em;
	padding: 5px;
}

/* Wrap */

#wrap {
	width: 900px;
	margin: 0 auto;
	background: White;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	background: #000 url(img/header.jpg) no-repeat 0 3px;
}

/* Menu */

#menu {
	width: 100%;
	background: url(img/barswirl.jpg) no-repeat;
}

#menu a {
	color: #cccc66;
}

#menu li.current_page_item a, #menu h2 a {
	color: #fff;
}

#menu a:hover{
	background: #000;	
	color: #fff;
	border-bottom: 3px solid #cccc66;

}

#menu ul {
	width: 850px;
	height: 3em;
	display: block;
	float: left;
	font-size: 11px;
	padding: 0px 0px 0px 20px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	background: #000;
	display: block;
	float: left;
	line-height: 2.5em;
	padding: 0px 15px 0px 15px;
}

/* Title */

#menu h2 a {
	font-size: 11px;
	float: right;
	display: block;
	text-align: right;
	line-height: 2.7em;
	padding: 0 10px;
}

#menu h2 a:hover {
	color: #cccc00;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	background: #fff;
	background: url(img/foottop2.gif) no-repeat 0% 100%;
	padding-top: 0px;
	padding-bottom: 20px;
}        


#content_wrap a {
	color: #666666;
}

#content_wrap p a, #sidebar a, #content_wrap h4 a {
	border-bottom: #EFEFEF 1px solid;
	padding-bottom: 1px;
}

#content_wrap p a:hover, #sidebar a:hover, #content_wrap h4 a:hover {
	border-color: Silver;
	color: #ff3399;
}

#content_wrap h3 {
	padding: 5px 0 10px 0;
	font-size: 11px;
}

#content_wrap h3.comments {
	padding-bottom: 18px;
}

#content_wrap h3.comments a {
	font-size: 10px;
	color: #8B8B8B;
}

#content_wrap h3.comments a:hover {
	color: #6A6A6A;
}

#content_wrap h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 15px 0 0 0;
}

#content_wrap h2 a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA;
}

#content_wrap h2.title {
	color: #333;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 0;
}

#content_wrap h4 {
	font-weight: normal;
	font-size: 10px;
	padding: 4px 0 5px 0;
}

#content_wrap p {
	padding: 10px 0;
	line-height: 18px;
}

/* Content */

#content {
	width: 635px;
	display: block;
	float: right;
	padding-right: 40px;
	padding-left: 15px;
}
 

#content ul {
	padding: 5px 0 10px 20px;
}

#content li {
	background: url(img/bullet.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 20px;
	line-height: 21px;
}

#more_entries {
	padding: 15px 0 15px 0;
}

#more_entries a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA;
}

#more_entries .oe {
	display: inline;
	margin-right: 20px;
}

#more_entries .re {
	display: inline;
}

/* Comments */

h3.comm {
	padding: 20px 0 10px 0 !important;
}

.comment {
	background: #fff;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.authorcomment {
	background: #FAFAFA;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.author {
	background: #FBFBFB;
}

.comment_date_and_id {
	width: 100%;
	font-size: 10px;
}

.comm_date {
	float: left;
	color: #ACACAC;
}

.comm_id {
	float: right;
	font-weight: bold;
}

.comment_by {
	padding: 3px 0 0 0 !important;
}

#content form {
	background: #FAFAFA;
	width: 450px;
	border: #EEEEEE 1px solid;
	padding: 15px 18px 10px 18px;
	margin-bottom: 10px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 3px;
}

#content input.data {
	width: 400px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 440px;
	padding: 3px;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */

#sidebar {
	width: 150px;
	display: block;
	float: left;
	margin-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
border-right: 2px dotted #ccc;
	display: inline;
min-height:650px;
height:auto !important;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul {
	padding: 10px 0;
}

#sidebar ul li ul li{
	line-height: 20px;
	padding-left: 15px;
	background: url(img/bullet2.gif) no-repeat 0px 7px;
}

#sidebar ul li ul ul {
	padding: 5px;
}

#sidebar h2 {
	color: #ff0066;
	padding: 10px 0 1px 0;
	font-size: 12px;
}

.textwidget {
	line-height: 18px;
	padding: 10px 0;
}

#wp-calendar {
	padding: 10px 0;
}

.widget_tag_cloud {
	padding: 5px 0 15px 0;
}

#wp-calendar caption {
	margin: 0px 0px 0px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #FAFAFA;
   font-weight: bold;
}

#wp-calendar a:hover {
background: #FAFAFA;
font-weight: bold;
}

#sidebar form {
	background: #FAFAFA;
	width: 209px;
	height: 43px;
	margin: 10px 0;
	position: relative;
	border: #EEEEEE 1px solid;
}

#sidebar input {
	border: #EFEFEF 1px solid;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.field {
	width: 135px;
	height: 17px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px 5px 0 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.button {
	background: #F3F3F3;
	height: 21px;
	width: 40px;
	padding: 0;
	position: absolute;
	left: 160px;
	top: 10px;
}

/* Footer */


#footer {
	width: 100%;
	height: 30px;
	background: url(img/foottop.gif) no-repeat 0px 0px;
	clear: both;

}

#footer p {
	display: block;
	line-height: 20px;
	color: #333;
	padding-left: 208px;
	padding-top: 10px;
	padding-right: 52px;
        text-align: right;
	font-size: 10px;
}

#footer p a {
	color: #999;
}

#footer p a:hover {
	color: #cccc00;
}

#footer ul {
	width: 100%;
	height: 3em;
	font-size: 10px;
}

#footer li {
	display: inline;
}

#footer li a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
	float: left;
	color: #CCFF33;
}

#footer li a:hover {
	color: #ccff33;
}

#footer li.current_page_item a {
	background: #ccc;
	color: #999;
}

/* Fix */

#content_wrap:after,
.comment_date_and_id:after,
#menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


