/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-l.css');

*{margin:0; padding:0;}

html, body{
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	background:#2d2d2d;
}
#page-container{
	background:url(http://www.teamcanadamartialarts.com/images/images/background.png) no-repeat;
	margin:auto;
	margin-top:10px;
	width:940px;
	height:1000px;
}
#container{
     background:#ffffff;
}
#containment{
	margin:auto;
	width:793px;
	
}
/*header styling*/
#header{
	background:url(http://www.teamcanadamartialarts.com/images/images/header.png);
	width:793px;
	height:203px;
}
#header ul{
	padding:180px 0 0 30px;
	font-size:14px;
}
#header li{
	display:inline;
	padding: 0 30px 0 0;
}
#header a{
	text-decoration:none;
	color:#FFFFFF;
}
#header a:hover{
	color:#9b9b9b;
}

/*CONTENT*/

#content{
width:520px;
padding:0px 10px 10px 10px;
background:#ffffff;
}
#content img{
border:1px solid #333333;
margin:10px 0 10px 0;
}
.sidebar h3{
color:#b43535;
padding:10px 0 5px 0;
}
.sidebar{
     padding:10px 0 0 10px;
}
.sidebar li{
     list-style:none;
}
.sidebar a{
     color:#333333;
     text-decoration:none;
}
.sidebar a:hover{
color:#b43535;
}
#searchsubmit{
     color:#ffffff;
background:#b43535;
border:1px solid #b43535;
padding:5px;
}
#s {
padding:5px;
border:1px solid #b43535;
}


.entry-title{
padding:20px 0 10px 0;
}
h2.entry-title{
color:#b43535;
}
.entry-title a{
text-decoration:none;
color:#b43535;
}
.entry-title a:hover{
color:#333333;
}
.entry-date{
padding:5px 0 10px 0;
}
.entry-meta{
margin-top:10px;
padding:10px 0 5px 0;
border-top:1px solid #333333;
}
.entry-meta a{
text-decoration:none;
color:#b43535;
}
.entry-meta a:hover{
color:#333333;
}
.entry-content p{
   padding:5px 0 0 0;
   line-height:1.3em;
}

.page-title{
color:#b43535;
padding:10px 0 5px 0;
}
/*COMMENT*/
.comment-meta{
padding:10px 0 10px 0;
}
#respond h3{
    padding:10px 0 10px 0;
    color:#b43535;
}
#comments-list li{
    list-style:none;
}
#comments-list{
    line-height:1.3em;
}
#comments-list p{
    padding:5px 0 5px 0;
}
#respond input{
    background:#b43535;
    padding:5px;
    border:1px solid #b43535;
color:#ffffff;
}
#respond textarea{
border: 1px solid #b43535;
background:#ffffff;
font-family:helvetica, arial, sans-serif;
font-size:12px;
padding:5px;
}
.form-label{
padding:10px 0 5px 0;
}

/*Footer Stylings*/
#footer{
	background:url(http://www.teamcanadamartialarts.com/images/images/footer.png);
	width:793px;
	height:143px;
}
#footer ul{
	text-align:right;
	padding:20px 0 5px 0;
}
#footer li{
	display:inline;
	padding:0 20px 0 0;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	color:#9b9b9b;
}
#footer p{
	text-align:right;
	color:#9b9b9b;
	padding:5px 20px;
}