/*
Theme Name: WP Distinctive
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A Distinctive Full Featured Community Wordpress Theme.
Version: 1.0
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Tags: grey, clean, community, premium, fixed width, two columns, widgets

*/

/** CSS - WP Distinctive
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #454545;
background: url(images/body_bg.jpg) no-repeat top #efefef;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

