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

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

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

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-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');


.col {
	float: left;
	display: block;
}
.layout-center {
	margin-right: auto;
	margin-left: auto;
}
.no-overflow 	{overflow: hidden;}
.autoflow 	{overflow: auto;}

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

.w960 {	width: 960px;}
.w940 {	width: 940px;}
.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;}

.h860 {	height: 860px;}
.h540 {	height: 540px;}
.h450 {	height: 450px;}
.h320 {	height: 320px;}
.h300 {	height: 300px;}
.h200 {	height: 200px;}
.h180 {	height: 180px;}

.l400 {	margin-left: 400px;}
.l240 {	margin-left: 240px;}
.l160 {	margin-left: 160px;}
.l80 {	margin-left: 80px;}
.l40 {	margin-left: 40px;}

.r10 {	margin-right: 10px;}
.r20 {	margin-right: 20px;}
.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;}
.t20 {	margin-top: 20px;}

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