/*
Theme Name: Media Make Change 1
Theme URI: http://mediamakechange.org/
Description: The inauspicious beginnings to something great.
Version: .1
Author: Trina Chiasson
Author URI: 
Tags: 

*/

/* Custom style */

#logo h1 span,
#page-title,
h6 {
	display:none;
}

.clear{clear:both;}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#96bf60;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/texture.jpg);
}

a{
	outline: none;
	text-decoration: none;
	color: #0f5699;
	font-weight: bold;
	
}

a:hover{
	color:#2396d2;
}

p{
	margin: 15px 0px;
	color: #000;
}

img{
	border-width:0px;
}

h1{
	font-size:2em;
	margin: 20px 0px 20px 0px;
}

h2 {
	color:#333;
	font-size: 1.5em;
	font-weight: bold;
}

h3{
	font-size:1.3em;
	margin: 10px 0px 15px 0px;
	font-weight: bold;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 980px;
}

ul {
	list-style-type: none;
}

.alignleft {
float: left;
margin-right: 15px;
}

.alignright {
float: right;
margin-left: 15px;
}

.spacer {
	height: 250px;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
}

/******************** Logo *****************************/

#logo {
	width: 100%;
	height: 85px;
}

#logo h1{
	float: left;
	margin: 20px 0 0;
	width: 400px;
}

#logo h1 a{
	display:block;
	height: 60px;
	background: url(images/main_logo.png) no-repeat;
}
#logo h2 span { display: none }
#logo h2{
	float: right;
	height: 30px;
	width: 465px;
	margin: 38px 0 0;
	background: url(images/tagline.png) no-repeat;
}

#featured_content img {
	padding-bottom: 25px;
}

/********************** Header ***************************/

#homepage #header {
	background-color: #CCC;
	background-image: url(images/banner.jpg);
}

#about #header {
	background-color: #CCC;
	background-image: url(images/about.jpg);
}

#projects #header {
	background-color: #CCC;
	background-image: url(images/snew.jpg);
}

#give #header {
	background-color: #CCC;
	background-image: url(images/give.jpg);
}

#contact #header {
	background-color: #CCC;
	background-image: url(images/contact.jpg);
}

#blog #header {
	background-color: #666;
	background-image: url(images/blog_header.jpg);
}

#header {
	background-color: #CCC;
	width:980px;
	height:275px;
	background: url(images/banner.jpg) no-repeat;
}

#header #header_text {
	display: table;
	float: right;
	width:300px;
	height: 180px;
	margin: 25px;
	text-align: center;
	z-index: 100;
}

#header_text .wrapper {
	display: table-cell;
	vertical-align: middle;
}
	
#header #header_text p{
	color:#FFF;
	font-size: 1.3em;
	font-weight: bold;
}

#header #header_text a{
	color:#FFF;
	font-size: 1.625em;
	font-weight: bold;
	text-decoration: none;
}
#header #header_text a:hover{
	color:#f1c124;
}

#menu {
	position: absolute;
	top: 335px;
	width:980px;
}

#menu ul{
	height: 25px;
	background-color:#f1c124;
	border: 3px solid #FFF;
	list-style-type: none;
}

#menu ul a{
	display: block;
	color: #000;
	text-decoration:none;
	font-size: 1.125em;
	font-weight: normal;
}

#menu ul a:hover{
	text-decoration:none;
	color:#fff;
}

#menu li{
	dsplay: block;
	float: left;
	margin: 3px 25px;
}

/********************** Content ***************************/
#mainContainer {
	background-color: #E6E6E6;
	background: url(images/gray_bg.gif) repeat-y right;
}

#content #left{
	min-height: 300px;
}

.wp-caption-text {
	position: relative;
	top: -2em;
	line-height: 2em;
	background-image: url(images/title_bg.png);
	color: #fff;
	margin-top: 0;
	margin-bottom: -1.5em;
	text-align: center;
	font-weight: bold;
}
/****************************************************/

#left {
	padding: 30px 40px;
	width:550px;
	float: left;
}	

#homepage #left {
	padding: 0 0 0 3px;
	margin: 0;
	width: 629px;
}

#featured_content p {
	margin: 0 auto;
}

#featured_content {
	margin: 20px auto;
	width: 507px;
}

#left .navigation {
	width: 100%;
}

#left .navigation .alignleft{
	float: left;
}

#left .navigation .alignright {
	float: right;
}

#left .hentry {
	clear: both;
}

/*****************************************************/

#about #right h3{
	line-height: 300%;
	text-align:center;
}

#right {
	float:right;
	margin: 20px;
	width:300px;
}

#right #sidebar, #right .home_sidebar {
	margin-bottom: 50px;
}

#right #sidebar ul {
	margin: 0 0 10px 0;
	list-style-type:none;
}

#socialNetworksContainer{
	position: absolute;
	left: 632px;
	bottom: 105px;
	height: 50px;
	width: 345px;
	background-color: #666;
}

#socialNetworksContainer ul{
	list-style-type: none;
	position: relative;
	top: -5px;
	left: -5px;
}

#socialNetworksContainer li{
	float: right;
	margin: 15px;
}

.big_button {
	height: 82px;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.big_button a, .big_button a:hover {
	color: #000;
	display: block;
	width: 283px;
	height: 82px;
}

.big_button span {
	position: relative;
	top: 25px;
	left: 5px;
}
	
.green_button {
	background: url(images/green_button2.jpg) no-repeat;
}

.yellow_button {
	background: url(images/yellow_button2.jpg) no-repeat;
}

.blue_button {
	background: url(images/blue_button2.jpg) no-repeat;
}

/********************** Footer ***************************/

#footerline {
	clear:both;
	height:70px;
	padding: 0px 100px;
	background: url(images/footline.gif) no-repeat bottom;
}

#blog #footerline{
	height: 100px;
	width: 974px;
	padding: 0;
	background-color: #666;
	background-image: none;
	border-right: 3px solid white;
	border-left: 3px solid white;
}

#blog #footer {
	height: 0;
	width: 0;
	display: none;
}

#footerline p {
	position: relative;
	top: 10px;
	font-size: 1em;
	font-style: oblique;
	text-align: center;
}

#footer {
	width:100%;
	height: 20px;
	text-align:center;
	
}

#footer a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:hover {
	color: #666;
}
		   
#footer p{
	line-height: 0;
}

#right form input {
	left: 100px;
}

#comment {
	width: 550px;
}
/****************** Contact List **************************/

label span {
	position: relative;
	float: right;
	background-color: blue;
}

.required{
	width: 100px;
	float: left;
	}

.attributeinput {
	border: 1px solid green;
}

.phplist_container {
	width: 560px;
}

.phplist_container label {
	width: 15%;
	
}

.phplist_container input {
	width: 50%;
	margin-right: 30%;
}

.phplist_container * {
	float: left;
}

#contactsubmit{
	width: 25%
}

/****************** Contact List **************************/
.tweets li {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333;
}

#right .tweets .timesince {
	font-weight: normal;
	font-style: oblique;
	color: #333;
	font-size: .825em;
}

/*************************** blog display widget **************************/

#blog-display{
	width: 95%;
	margin: 0 auto;
}

#blog-display .post {
	width: 100%;
	margin: 0;
}

#blog-display .post h4 {
	position: relative;
	margin: 0 0 0 10px;
	font-size: .825em;
	font-style: oblique;
	text-align: right;
	border-bottom: 1px dotted #333;
}

#blog-display  p {
	margin: 10px;
}

#blog-display .post hr {
	clear: both;
	visibility: hidden;
}

#blog-display .main h2{
	font-size: 1.5em;
	margin: 5px;
}

#blog-display .main h2 a{
	display: block;
}

#blog-display .main img {
	max-height: 200px;
	max-width: 200px;
	float: left;
	margin: 10px;
}

#blog-display .minor {
	width: 98%;
	margin: 0 auto;
	border-top: 1px dotted #333;
}

#blog-display .minor h2{
	float: left;
	font-size: 1em;
	margin: .75em 20px 0 0;
}

#blog-display .minor h4 {
	float: right;
	margin: .75em 20px 0 0;
	border: none;
}

#blog-display .minor p{
	clear: both;
}


/*************************** images display **************************/

.wp-caption-text {
	position: relative;
	top: 0em;
	line-height: 1.75em;
	background-image: url(images/title_bg.png);
	color: #fff;
	margin-top: 0;
	margin-bottom: .5em;
	text-align: center;
	font-weight: normal;
	font-size: .9em;
	padding: 5px;
}

#banner_main {
	position: relative;
	top: -28px;
	left: -37px;
	width: 626px;
	border-bottom: 3px solid #FFF;
}

#banner_main_text {
	padding: 15px;
	position: absolute;
	width: 180px;
	left: 405px; 
	margin-top: -15px;
	background-image: url(images/banner_bg.png);
	z-index: 20;
	color: #FFF;
	text-align:justify;
	font-size: .95em;
}

#banner_main_text i {
	color: #FFF;
	float: right;
	margin: .5em 0;
}

#banner_main_text a, #banner_main_text p {
	color: #FFF;
}


/*************************** feed widget **************************/

.widget_rss li {
	background-color: #333;
	padding: 15px;
	margin: 15px;
	position: relative;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px; 
  	-moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px; 
 	-webkit-border-top-left-radius: 10px;
 	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-left-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	text-align: justify;
	font-size: .825em;
	height: 65px;
	
	
}

.rssSummary {
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	max-height: 68%;
	top: 15px;
	
}
li .rsswidget {
	position: absolute;
	overflow: hidden;
	height: 15px;
	width: 90%;
}

#right .widget_rss li a {
	color: #f1c124;
}

#right .widget_rss li a:hover {
	color: #FFF;
}

.widgettitle {
	display: none;
}



	
