/*
THEME NAME: Global Change Now
THEME URI: http://globalchangenow.net
DESCRIPTION: Simple WPMU Site
VERSION: 1
AUTHOR: <a href="http://jaytillery.com/">Jay Tillery</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

@charset "utf-8";

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Style*/

body{
	background: #D8D9DB;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}

#top{
	padding-top: 10px;
}

.nav{
	width: 100%;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
}

.nav li{
	float: left;
	color: #ffffff;
	margin-right: 2px;
}

.nav li a{
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	letter-spacing: -1px;
}

.nav li a:hover{
	background-color: #EC1F25;
	color: #ffffff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.nav .current_page_item a{
	background-color: #EC1F25;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	display: block;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	letter-spacing: -1px;
}

.signup{
	float: right !important;
	padding-right: 18px;
}

#searchform{
	float: right;
	padding-right: 10px;
}

#searchform #s{
	background-color: #000000;
	border: none;
	padding: 7px 8px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	width: 150px;
	float: left;
}

#searchform #searchsubmit{
	border: none;
	padding: 6px;
	background-color: #999;
	float: left;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	
}

#searchform #searchsubmit:hover{
	background-color: #EC1F25;
	color: #FFF;
}

#header{
	background-color: #ffffff;
	border-top: 10px solid #EC1F25;
}

#container{
	background-color: #ffffff;
	overflow: hidden;
	padding: 20px 10px;
	font-family: Verdana, Geneva, sans-serif !important;
	border-bottom: 10px solid #EC1F25;
}

#content{
	width: 575px;
	float: left;
	overflow: hidden;
}

.entry-title{
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 10px;
}

.entry-title a{
	color: #000;
	text-decoration: none;
}

.entry-title a:hover{
	color: #EC1F25;
}

.entry-content{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom:15px;
}

.entry-content img{
	max-width: 575px;
	height: 100%;
}

.entry-single{
	border-bottom: none !important;
	padding-bottom: 15px;
	margin-bottom:15px;
}

.entry-content p{
	padding-bottom: 10px;
	font-size: 11px !important;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif !important;
}

.entry-content p a{
	color: #EC1F25;
	text-decoration: none;
	font-weight: bold;
}

.entry-content p a:hover{
	text-decoration: underline;	
}

.entry-content p span{
	padding-bottom: 10px;
	font-size: 11px !important;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif !important;
}

.entry-content ul{
	font-size: 11px;
	list-style: disc;
	margin-left: 50px;
	padding-bottom: 10px;
}

.entry-content li{
	line-height: 16px;
}

.entry-content .date{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

.entry-content .author{
	color: #EC1F25;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-meta{
	font-size: 11px;
	padding-bottom: 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top: 10px;
	padding-top: 10px;
}

.entry-meta a{
	text-decoration: none;
	color: #EC1F25;
}

/*Blogs*/

#featured{
	overflow: hidden;
	padding-bottom: 10px;
}

#featured span{
	display: block;
	font-size: 15px;
	border-bottom: 10px;
	font-weight: bold;
	color: #000;
}

.bestof{
}

.blogphoto{
	float: left;
	width: 271px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.blogentry{
	float: left;
	width: 280px;
}

.blogentry h2{
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}

.blogentry h2 a{
	color: #000;
	text-decoration: none;
}

.blogentry h2 a:hover{
	color: #EC1F25;
	text-decoration: none;
}

.blogname{
	color: #EC1F25;
	font-size: 9px;
	display: block;
	padding-bottom: 5px;
}

.blogentry p {
	font-size:11px;
	line-height:16px;
	padding-bottom:10px;
}

.blogentry p a{
	color: #EC1F25;
	font-weight: bold;
	text-decoration: none;
}

/*Comment Box*/

.comment{
	padding: 10px 0px;
	border-bottom: 1px solid #eaeaea;
}

.comments{
	padding-top: 10px;
}

.comments-front{
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.comments ol{
	font-size: 11px;
}

.comments h3{
	font-size: 12px;
	padding-bottom: 5px;
}

#respond h3{
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
}

#comment-notes{
	font-size: 11px;
	padding-bottom: 5px;
}

.comment-author{
	overflow: hidden;
	padding-bottom: 10px;
}

.form-label{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.text{
	border: 1px solid #999;
	padding: 5px;
}

.form-submit{
	padding-top: 10px;
}

.button{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: none;
}

.button:hover{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background-color: #EC1F25;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: none;
}

#login{
	font-size: 11px;
}

#login a{
	color: #ec1f25;
}

/* Blogs Page */

.bloggers {
	font-size: 11px;
}

.blogger-list{
}

.blogger-list ul{
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0px;
	overflow: hidden;
}

.blogavatar, .bloggername{
	float: left;
}

.blogavatar, .blogurl{
	margin-left: 10px;
}

.bloggername{
	color: #EC1F25;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	width: 150px;
	text-align: right;
}

.bloggername span a{
	font-size: 9px;
	color: #000;
	text-decoration:none;
	font-weight: normal;
}

.bloggername span a:hover{
	color: #EC1F25; 
}

.blogger-name br{
	display: block;
	padding-top: 5px;
}

.blogurl{
	float: right;
	width: 341px;
}

.blogurl p{
	padding-bottom: 10px;
}

.blogurl a{
	color: #ec1f25;
	text-decoration: none;
}

.blogurl a:hover{
	text-decoration: underline;
}
/*Sidebar*/

.sidebar{
	float: right;
	width: 260px;
	border-left: 1px solid #eaeaea;
	padding-left: 15px;
}

#onblog{
	background-color: #EC1F25;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	text-align: center;
}

#onblog span a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#tagcloud{
margin-top: 10px;
}

#tagcloud h2{
	background-color: #EC1F25;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#tagcloud li a{
	color: #999;
	text-decoration: none;
}

#tagcloud li a:hover{
	color: #EC1F25;
}

#tagcloud ul{
	margin: 10px 0px;
}

#recentcomments h2{
	
	background-color: #EC1F25;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.comment-body p{
	font-size: 11px;
}

.comment-excerpt{
	font-size: 11px;
}

.comment-author, .comment-meta{
	font-size: 11px;
	padding-bottom: 5px;
}

.comment-author a{
	color: #ec1f25;
}

.comment-meta a{
	color: #ec1f25;
}

#profile{
	color: #666;
	line-height: 16px;
}

#profile .avatar{
	float: left;
	padding: 0px 10px 5px 0px;
}

#profile .name{
	font-size: 15px;
	color: #EC1F25;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

#profile .blog-name{
	font-weight: bold;
	color: #000;
	font-size: 11px;
	letter-spacing: normal;
	text-transform: none;
}

#profile .description{
	font-size: 11px;
	clear: both;
}

/* Sociable Icons */
.sociable{
	padding: 10px 0px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}

.sociable li{
	padding-left: 10px;
	float: left;
}

/*Register Form*/

.widecolumn{
	overflow: hidden !important;
	width: 900px !important;
	float: none !important;
	padding: 10px;
}

.mu_register{
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}

.mu_register form{
	padding: 0px !important;
	margin: 0px !important;	
}

.mu_register #submit, .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
font-size:15px !important;
margin: 0 !important;
width: auto !important;
}

/*Footer*/

#footer{
	background-color: #000;
	padding: 10px;
	overflow: hidden;
}



