/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
.break { padding: 10px 0px; margin-top: 10px; border-top: solid 1px #E0E0E0; width:95%;}
.break_small { padding: 0px 0px; margin-top: 5px; border-top: solid 1px #E0E0E0; width:95%;}
.price{ font:bold 20px Verdana;}
.tmuheader {background:url(http://www.themartialuniversity.com/common/tmu-partner-logo.png) no-repeat left top; float:left; clear:both;}

.entry h2.package-heading {
border-left:1px solid #640000;
border-right:1px solid #640000;
border-top:1px solid #640000;
background-color:#640000;
color:#FFF;
text-align: center;
margin:0;
padding:10px 0;
line-height:20px;
width:500px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topleft:5px;
}

.entry ul.package-description {
border-left:1px solid #666;
border-right:1px solid #666;
border-bottom:1px solid #666;
background-color:#FFFFFF;
width:485px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomleft:5px;
margin:-10px 0 30px 0;
}

.entry ul.package-description li {
background: url(images/scuba-bullet.png) no-repeat left 4px;
padding-left:8px;
margin-bottom:10px;
}

.entry ul.package-description input {
margin-left:125px;
margin-bottom:10px;
}
