/* - - - - - - - - - - - - - - - - - - - - -
Title : Drivers of change blogs template
Created by : Artificialtourism
URL : http://www.artificialtourism.com
Description : default doc blog styles (grey) to change colour
look for 6 Colour change locations commented with "CUSTOM:" keyword
Created : 7 March 2007
- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

html{
	margin: 0;
	padding: 0;
	/* CUSTOM: main bkg colour (bottom of gradient) */
	background: #6c6d6f url(http://blogs.driversofchange.com/images/interface/white.gif) repeat-y center;
}

body{
	margin: 0;
	padding: 0;
	/* CUSTOM: gradient image */
	background: url(http://blogs.driversofchange.com/images/interface/fii/grey.gif) repeat-x;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	text-align: center; /* center on ie */
}

/* ----- IDS ----- */

#container{
	margin: 0 auto; /* center on everything else */
	width: 900px;
	text-align: left;
	background-color: #fff;
}

#banner {
	/* CUSTOM: top bkg colour (top of gradient) & gradient image */
	background: #6c6d6f url(http://blogs.driversofchange.com/images/interface/fii/grey.gif) repeat-x;
	height: 98px;
}

#pagebody {
	/* CUSTOM: top left corner image */
	background: #fff url(http://blogs.driversofchange.com/images/interface/fii/corner_t_l.gif) no-repeat;
	min-height: 600px;
	padding: 0 0 0 25px;
}

/* Hides from IE5-mac \*/
* html #pagebody{height: 1%;}
/* End hide from IE5-mac */

#pagebody .header {
	/* CUSTOM: top right corner image */
	background: url(http://blogs.driversofchange.com/images/interface/fii/corner_t_r.gif) no-repeat right;
	float: right;
	height: 30px;
	width: 30px;
}

#col_1{
	float:left;
	width: 475px;
	margin: 0 25px 0 0;
	padding: 0;
	overflow: hidden;
}
#col_2, #col_3 {
	float: left;
	width: 165px;
	margin-right: 20px;
	overflow: hidden;
}
#col_3{
	margin-right:0;
	overflow: hidden;
}
#footer {
	background-color: #fff;
	margin: 0 25px 28px;
	clear: both;
}

#footer p{
	margin: 0;
	padding-top: 3px;
	font-size: .7em;
}

/* ----- CLASSES ----- */

.clear {
	clear: both;
	float: none;
}

.info {
	margin: 0;
	padding: 0;
	font-size: .7em;
}

.blogs_nav {
	font-weight: bold;
	font-size: 1em;
	width: 375px;
	float: right;
	padding-top: 47px;
	word-spacing: -.1em;
}

.white {
	color: #fff !important;
	text-decoration: none;
}
.black{
	color: #000 !important;
	text-decoration: none;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }

.blog_2 {
	color: #ff771c !important;
}

.blog_3 {
	color: #0e60ac !important;
}

.blog_5 {
	color: #76b900 !important;
}

.blog_6 {
	color: #00aec1 !important;
}

.blog_7 {
	color: #ed1164 !important;
}

/* ----- MT CLASSES ------ */

.date-header,.entry-content{
	position: static;
	clear: both;
}

.entry,.trackbacks,.comments,.archive{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 32px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}

.entry-content,.trackbacks-info,.trackback-content,.comment-content,.comments-open-content,.comments-closed{
	clear: both;
	margin: 5px 0;
}

.entry-excerpt,.entry-body,.entry-more-link,.entry-more{
	clear: both;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text{width: 300px;}

#comment-bake-cookie{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* ------ MT MODULES ------ */

.module-content{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,.archive-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item{
	margin-top: .5em;
	margin-bottom: .5em;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table{	border-collapse: collapse;}

.module-calendar .module-content th,
.module-calendar .module-content td{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo{
	width: 54px;
	height: 54px;
}

.day-photo a{
	display: block;
}

.day-photo a img{
	width: 50px;
	height: 50px;
}
/* * AT theme * */

/* ------ basic page elements ------ */

/* ----- HEADINGS ----- */

h1{
	font-size: 1.9em;
	letter-spacing: -1px;
	word-spacing: -.1em;
}

h1.logo {
	margin: 0;
	padding: 32px 0 0 24px;
	color: #fff;
	float: left;
	font-weight: normal;
	font-style: normal;
}

h2{
	font-weight: bold;
	font-size: 1em;
	margin: 2px 0;
	padding: 0;
}
h3{
	margin-bottom: 1px;
	margin-top: 7px;
	font-size: .87em;
	line-height: 115%;
}

/* ----- IMAGES ----- */

img.mid{
	vertical-align: middle;
	padding-bottom: 1px;
}

form { margin: 0; padding: 0; }

* {
	
}

/* ------ LINKS ------ */
a { text-decoration: underline; }
a img { border: 0; }

img.float {
	float: left;
	margin-right: 10px;
}

a { color: #888; text-decoration: underline;}
/* CUSTOM: hover colour */
a:hover { color: #fc3b00; }

.module a {
	font-weight: bold;
	text-decoration: none;
}
.module a:hover{text-decoration: underline;}

h2 a {color: #000;text-decoration: none;}

a:hover.white, a:hover.black {
	text-decoration: underline;
}

/* ------ DELICIOUS ---- */

.delicious-post {
	padding-bottom: 6px;
	margin-left: 0;
}

.delicious-posts ul{
	padding: 0;
	margin: 0;
}


/* page layout */

#container-inner
{
	border: none;
}	



.content-nav{
	margin-bottom: 16px;
	font-size: .72em;
	font-weight: bold;
	color: #888;
	margin-top: 0;
}

.date-header
{
	margin-top: 0;
	font-family: Georgia, Verdana, sans-serif;
	text-align:left;
	color: #625F5A;
	font-size: x-small;
	/*
	font-weight:bold;	
	*/
}

.clr{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* ------ ENTRIES ------- */

.entry-header{
	margin-top: 0;
	color: #000;
	font-weight: bold;
	font-size: 1.32em;
	letter-spacing: .05px;
	margin-bottom: 5px;
}

.entry-content,.comment-content,.trackback-content,.archive-content,.comments-open-content{
	margin: 0;
	font-size: .87em;
	line-height: 135%;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	background: #FFFFFF;
	margin: 0 0 35px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	font-size: x-small;
	border-top: 1px dashed #ccc;
	padding-top: 8px;
}

.trackback-content,
.trackback-footer
{
	margin-left: 10px;
}

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	background: #e6ecf2;
}

.comments-open-footer
{
	margin: 10px 0;
}


/* ------ MODULES ------ */

.module{
	margin: 0 0 16px;
	border-bottom: 1px solid #ccc;
}

.module-content
{
	text-align:left;
	color: #666;
	font: .72em/1.2 Helvetica, Arial, Geneva, sans-serif;
	padding: 4px 0 14px;
	margin: 0;
}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table
{
	font-size: 10px;
}

.module-powered { border-width: 0; }

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.module-list .module-list
{
	margin: 0;
	padding-left: 15px;
	list-style: none;
}

.module-list-item
{
	margin-top: 0;
	color: #666;
	line-height: 1.2;
}

.module-search #search { width: 110px;}

.module-photo img { border: 3px solid #fff; }


/* ------ COMMENTS ------ */

textarea[id="comment-text"] { width: 80%; }

.commenter-profile img
{
	vertical-align: middle;
	border-width: 0;
}