/*   
Theme Name: Essex Flaming Proofing Theme
Theme URI: http://welancers.com
Description: This is just a WordPress Theme -- WordPress v2.9.1
Author: Aslam Doctor
Author URI: http://welancers.com
Version: 1
*/


/*--- Widgets ---*/
.widget{}
.widget .widget-title{}
.widget .widget-content{}


/*--- Posts ---*/
.big-title{}
.post{}
.post .the-title{}
.post .the-title a{}
.post .the-content{}


/*--- Navigations ---*/
.navigation{}
.navigation .next-posts{}
.navigation .next-posts a{}
.navigation .prev-posts{}
.navigation .prev-posts a{}


/*--- Post Meta ---*/
.meta{}
.meta .meta-date{}
.meta .meta-author{}
.meta .meta-comments{}
.meta .meta-tags{}
.meta .meta-category{}

/*---images----*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}