/*
  Theme Name: Better Motion Group Wordpress Theme
  Theme URI: http://www.bettermotiongroup.com
  Description: A custom made wordpress theme for BMG by Parabolic Media
  Version: 0.1
  Author: Darrin Henein
  Author URI: http://www.parabolicmedia.ca
  Tags:
  
*/

@import url(default.css);

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #222;
   text-align: center;
   background-color: #000;
   padding-top: 4px;
   margin: 10px;
color:#eee;
   /* optional rounded corners for browsers that support it */
   -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;
}
