/*
 Theme Name: Change Innovations
 Theme URI: http://changeinnovations.com/
 Description: Change Innovations
 Version: 1.1
 Author: Change Innovations
 Author URI: http://changeinnovations.com/
 */
/* standard elements */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    padding-bottom: 1px;
}

body {
    background: #ffffff url('img/body.jpg') no-repeat center top fixed;
    font: normal 12px Verdana, sans-serif;
    color: #373737;
}

a {
    color: #397f89;
}

a:hover {
    color: #397f89;
}

p {
    margin: 2px 0 8px;
}

h1 {
    font: normal 1.8em Verdana, sans-serif;
}

h2 {
    font: normal 1.5em Verdana, sans-serif;;
}

h3 {
    font: bold 1em Verdana, sans-serif;
}

h1, h2, h3 {
    margin: 2px 0;
}

blockquote {
    background: #F9F9F9 url('img/quote.gif') no-repeat;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    color: #555;
    display: block;
    font: normal 1em sans-serif;
    margin: 1em 0;
    padding: 0.6em 1em 0.2em 40px;
}

code {
    display: block;
    white-space: pre;
    background: #FFFFF6;
    border: 1px solid #EED;
    padding: 5px 10px;
    overflow: auto;
    margin: 1em 0;
}

ul, ol {
    margin: 0 0 1em 1.4em;
}

fieldset {
    padding: 12px 10px;
    background: #EFE;
    color: #232;
    border: 1px solid #DED;
    margin-bottom: 1em;
}

legend {
    font: bold 1em Verdana, sans-serif;
    padding: 0 6px;
    color: #363;
}

img {
    border: none;
}

img.bordered, .post img {
    background: #FFF;
    padding: 5px;
    border: 1px solid #DDD;
}

img.left {
    margin-right: 1em;
}

img.right {
    margin-left: 1em;
}

small, .small {
    font-size: 0.8em;
}
/* inputs */
input.submit {
    background: #E9E8E8 url('img/input_submit.gif') repeat-x;
    border: 3px double #CCC;
    border-color: #CCC #999 #999 #CCC;
    color: #456;
    font: bold 0.8em Verdana, sans-serif;
    padding: 3px 0;
}

input.submit:hover {
    background: #FCFDFC;
    cursor: pointer;
}

input#s {
    background: #FCFCFC;
    font: normal 1.1em sans-serif;
    border: 1px solid #CCC;
    padding: 3px 5px;
    width: 150px;
}

input#s:hover {
    background: #FFF;
}

textarea {
    width: 320px;
}
/* main layout */
#container {
    width: 760px;
    margin: 0 auto;
    padding-bottom: 0.5em;
}

#main {
    margin: 15px 0 0 8px;
}

#main_left {
    width: 63%;
}

#main_right {
    width: 35%;
}
/* top part */
#top {
    margin: 0em 0;
    padding-left: 0em;
}

#site_title {
    font: bold 2em Georgia, sans-serif;
    color: #567;
}

#site_description {
    font: normal 1em Verdana, sans-serif;
    color: #999;
}
/* navigation */
.path {
    margin-bottom: 1em;
    background: #F6F8FA;
    border-top: 1px solid #E0E5F0;
    padding: 8px 10px;
    color: #678;
}

#nav {
    font-size: 1.1em;
}

#nav a {
    color: #397f89;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

#nav ul {
    display: inline;
    margin: 0;
}

#nav ul li {
    display: inline;
    list-style: none;
    margin: 0 8px;
}
/* sidebar */
#main_right .content {
    padding: 2px 8px 4px;
    background: #F8F8F3;
    border-top: 1px solid #EAEAE2;
    margin-bottom: 14px;
}

#main_right div.content {
    padding: 5px 8px;
}

#sidebar ul {
    margin: 0;
}

#sidebar li {
    list-style: none;
    padding: 3px 0;
}
/* footer */
#footer {
    font-size: 0.9em;
    border-top: 1px solid #E6E6E6;
    background: #F6F6F6;
    padding: 8px 12px;
    color: #888;
}

#footer .right a {
    color: #397f89;
    text-decoration: none;
}

#footer .right a:hover {
    color: #397f89;
}
/* first post highlight */
#splash {
    margin-bottom: 1em;
}

#splash .post {
    padding: 12px 18px 0;
    background: url('img/splash.jpg') repeat-x left bottom;
}

#splash .metadata {
    color: #ACA;
    border-top: 1px solid #DEE9E0;
    background: none;
    padding: 8px 0;
    margin: 0;
}

#splash .metadata a {
    color: #397f89;
    text-decoration: none;
}

#splash .metadata a:hover {
    color: #397f89;
    text-decoration: underline;
}

#splash .date {
    font-size: 0.9em;
}
/* special links */
a.scrolldown, a.scrollup {
    width: 16px;
    height: 16px;
}

a.scrolldown {
    background: url('img/arrow_down.gif') no-repeat left top;
}

a.scrollup {
    background: url('img/arrow_up.gif') no-repeat left top;
}

a.feed {
    background: url('img/feed.jpg') no-repeat left top;
    width: 28px;
    height: 28px;
    margin-top: 20px;
}

a.button {
    display: block;
}

a.button:hover {
    background-position: left bottom;
}
/* misc */
.bold {
    font-weight: bold;
}

.bordered {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 5px;
}

.clearer {
    clear: both;
    font-size: 0;
	height:0px;
}

.left {
    float: left;
}

.light, .light a {
    color: #777;
}

.odd {
    background: #F6F6F6;
}

.right {
    float: right;
}

.tright {
    text-align: right;
}
/* post */
.post {
    margin-bottom: 1em;
}

.post .date {
    color: #468;
    font-size: 0.9em;
    margin: 4px 0 6px;
}

.post .body {
    margin-bottom: 12px;
    line-height: 1.4em;
}

.post .metadata {
    background: #F6F6F6;
    border-top: 1px solid #E6E6E6;
    font: normal 0.9em sans-serif;
    padding: 6px;
    clear: both;
}

.post .metadata a {
    color: #397f89;
    text-decoration: none;
}
/* icons */
span.comment {
    background: url('img/icon_comment.gif') no-repeat left center;
    padding-left: 18px;
}

span.tag {
    background: url('img/icon_tag.gif') no-repeat left center;
    padding-left: 18px;
}
/* comments */
.commentlist {
    margin: 1em 0 0;
    font-size: 0.9em;
}

.commentlist li {
    list-style: none;
    padding: 8px 10px 1px;
}

.commentlist .post .date {
    margin-bottom: 3px;
}












div.div_subscribe{
	width:184px;
	text-align:right;
	float:right;
	margin:0px;
	padding:0px;
}
form.form_subscribe{
	text-align:right;
	margin:0px;
	padding:0px;
}
table.t_subscribe{
	border:none;
	border-collapse:collapse;
	width:auto;
	height:21px;
	/*background-color:#d9d6d6;*/
	margin:0px;
	padding:0px;
}
table.t_subscribe td{
	margin:0px;
	padding:0px;
}
td.td_subscribe_email{
	width:131px;
}
td.td_subscribe_email input{
	width:100%;
	height:17px;
	vertical-align:middle;
	color:#d9d6d6;
	border:1px solid #d9d6d6;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}

* html div.div_subscribe td.td_subscribe_email input{
}
* + html div.div_subscribe td.td_subscribe_email input{
}

td.td_subscribe_submit{
	width:53px;
}
input.ImageButton {
    height: 21px;
    border: none;
}

input.ButtonSubmit {
    width: 53px;
}











div.page_header ul, ol {
	margin:0px;
	padding:0px;
}
div.div_mc_media{
	margin:0px;
	padding:0px;
}
div.div_mc_media img{
	margin:0px;
	padding:0px;
	border:none;
}

div.div_mc_media{
	margin:0px;
	padding:0px;
	background-color:#bb0000;
}
div.div_mc_media_logo{
	
	width:283px;
	height:99px;
	display:block;
	float:left;
	
}
div.div_mc_media_flash{
	
	width:533px;
	height:99px;
	display:block;
	float:left;
	
}
/*
div.div_mc_media_rss{
	width:28px;
	height:28px;
	position:absolute;
	display:block;
	left:600px;
}
*/