/*   
Theme Name: Brooklands
Theme URI: http://archondigital.com
Description: Custom Theme for Brooklands Trustees
Author: Jonathan Cuevas
Author URI: http://archondigital.com
Template: thematic
Version: 1.0
.
General comments/License Statement if any.
.
*/

@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


.clearboth {
	clear: both;
}
.col {
	float: left;
	display: block;
}

.w100p  {	width: 100%;}
.w90p  {	width: 90%;}
.w80p  {	width: 80%;}

.w960 {	width: 960px;}
.w940 {	width: 940px;}
.w890 {	width: 890px;}
.w860 {	width: 860px;}
.w700 {	width: 700px;}
.w630 {	width: 630px;}
.w620 {	width: 620px;}
.w460 {	width: 460px;}
.w400 {	width: 400px;}
.w380 {	width: 380px;}
.w300 {	width: 300px;}
.w220 {	width: 220px;}
.w200 {	width: 200px;}
.w140 {	width: 140px;}
.w130 {	width: 130px;}

.h860 {	height: 860px;}
.h540 {	height: 540px;}
.h450 {	height: 450px;}
.h320 {	height: 320px;}
.h300 {	height: 300px;}
.h265 {	height: 265px;}
.h230 {	height: 230px;}
.h200 {	height: 200px;}
.h180 {	height: 180px;}
.h95 {	height: 95px;}

.l400 {	margin-left: 400px;}
.l240 {	margin-left: 240px;}
.l160 {	margin-left: 160px;}
.l80 {	margin-left: 80px;}
.l70 {	margin-left: 70px;}
.l10 {	margin-left: 10px;}

.r660 {	margin-right: 660px;}
.r10 {	margin-right: 10px;}
.r20 {	margin-right: 20px;}
.r40 {	margin-right: 40px;}
.r60 {	margin-right: 60px;}
.r90 {	margin-right: 90px;}

.t180 {	margin-top: 180px;}
.t120 {	margin-top: 120px;}
.t90 {	margin-top: 90px;}
.t80 {	margin-top: 80px;}
.t60 {	margin-top: 60px;}
.t30 {	margin-top: 30px;}

.b80 {	margin-bottom: 80px;}
.b40 {	margin-bottom: 40px;}
.b20 {	margin-bottom: 20px;}