/* @override 
	http://localhost:8888/_css/styles.css
	http://adfblog.tipmedev.com/_css/styles.css
	http://speakupuniversity.tipmedev.com/_css/styles.css
*/

/*==============================================
CLIENT: 	SpeakUpMovement.org
FILE: 		styles.css - main CSS styles
CREATED: 	3/29/10
AUTHOR: 	Tipping Media (brian@tippingmedia.com)
================================================*/

/* @group CSS 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* @end */

/* @group Styles */

/* @group Forms */

#searchform {
	background: #e8e8e8;
	height: 28px;
	line-height: 28px;
}

#searchform input#s.inputs{
	border: none;
	background: transparent;
	width: 210px;
	float: left;
	margin: 6px 0px 0px 10px;
}

#searchform input.go {
	display: block;
	width: 31px;
	height: 28px;
	float: right;
	background: url(_img/search-button.png) top left;
	border: none;
	cursor: pointer;
}

#searchform input.go:active {
	background: url(_img/search-button.png) bottom left;

}

/* @end */

/* @group Content */

#content {
	background: url(_img/blog-bg.gif);
	width: 907px;
	margin: auto;
}

a:link, a:visited {
    color:#0067c9;
    text-decoration: underline;
	font-weight: bold;
}
a:hover {
    color:black;
    text-decoration: none;
}

#wrapper {
    width:909px;
    margin:0 auto;
    margin-bottom:30px;
}
#header {
	position:relative;
	height:167px;
}
#headerTop {
	position:relative;
	height:74px;
	background: url(_img/blog-bg.gif);
}
#headerTop p {
	position:absolute;
	top:0px;
	right:0px;
	width:195px;
	height:25px;
	background:#fff;
	font-size:11px;
	text-align:center;
	line-height:22px;
	margin-bottom:0;
}
#headerTop a:link, #headerTop a:visited {
	color:#6b6b6b;
	text-decoration:underline;
	font-weight: normal;
}
#headerBot {
	position:relative;
	height:93px;
	background:#fff url(_img/header-bg-1.png) no-repeat 0px 11px;
}
#headerBot a.logo:link, #headerBot a.logo:visited {
	position:absolute;
	top:11px;
	left:55px;
	display:block;
	width:345px;
	height:49px;
    line-height:100em;
    overflow:hidden;
}
.mainMenu {
	position:absolute;
	left:408px;
	top:30px;
	list-style:none;
}
.mainMenu li {
	display:inline;
	margin-left:50px;
}
.mainMenu a:link, .mainMenu a:visited {
	color:#fff;
	text-decoration: none;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight: normal;
}
.mainMenu a:hover {
	color:#d1d1d1;
	text-decoration: none;
}



/* @end */

/* @group Blog */

#blog-wrapper {
	padding: 21px 19px 0 0;
}

#blog-wrapper #left-column {
	width: 560px;
	float: left;
}

#left-column .post-wrapper {
	background: #fff;
	margin-bottom: 11px;
	padding: 21px 34px 21px 17px;
	font-size: 13px;
	color: #333333;
}

#post-detail #left-column .post-wrapper {
	padding: 21px 34px 40px 17px;
}

.post-wrapper .meta {
	border-left: 5px solid #0067c9;
	padding: 6px 0px 6px 10px;
	margin-bottom: 21px;
	font-size: 12px;
	color: #8b8b8b;
	font-style: italic;
	width: auto;
}

.standard-post .post-wrapper .meta {
	border: none;
	padding: 6px 0px;
	margin-bottom: 6px;
}



ul.share-container {
	float: right;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	width: 140px;
}
ul.share-container li {
	float: right;
	margin-left: 10px;
	display: inline;
}

.post-wrapper h2,
.post-wrapper h2 a {
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	width: auto;
}

.standard-post .post-wrapper h2,
.standard-post .post-wrapper h2 a {
	font-size: 23px;
}

.post-wrapper h2 a:hover {
	color:#0067c9;
	text-decoration: underline;
}

.post-content h3,
.post-content h3 a {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
}

.post-content h4,
.post-content h4 a {
	margin-bottom: 14px;
	color: #000;
	font-size: 18px;
}

.post-content h5,
.post-content h5 a {
	margin-bottom: 12px;
	color: #000;
	font-size: 16px;
}

.post-content h6,
.post-content h6 a {
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}

.post-content p,
.post-content blockquote {
	margin-bottom: 28px;
	line-height: 20px;
}

.post-content blockquote {
	font-size: 12px;
	padding: 3px 25px;
	margin-left: 15px;
	border-left: 3px solid #b3b3b3;
	font-style: italic;
}

.post-content blockquote p {
	margin-bottom: 0;
}

.post-content img {
	border: 1px solid #cdcdcd;
	padding: 4px;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.standard-post .post-content span img {
	float: left !important;
}

ul.post-options li {
	float: left;
	display: inline;
}

ul.post-options li a {
	margin-right: 5px;
	line-height: 22px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 15px;
	font-weight: normal;
}

ul.post-options li a.addthis_button {
	background:#e35600 url(_img/share-button-bg.png) repeat-x;
	border: 1px solid #d15706;
}

ul.post-options li a.addthis_button:hover,
ul.post-options li a.comments_button:hover {
	background: #c1def4;
	border: 1px solid #9fb7c9;
	color: #333;
}

ul.post-options li a.comments_button {
	background:#0056c2 url(_img/comment-button-bg.png) repeat-x;
	border: 1px solid #004fb3;
}

.author-meta {
	border-top: 1px solid #e8e8e8;
	padding: 20px 0 10px 0;
	font-size: 11px;
	margin-top: 25px;
}

#post-detail .author-meta {
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0 20px 0;
	margin-bottom: 28px;
}

.author-meta p {
	line-height: normal;
	font-style: italic;
	float: left;
	width: 440px;
}

.author-meta h6 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.author-meta h6 a {
	text-decoration: none;
}

.author-meta img {
	border: 1px solid #cdcdcd;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

#blog-wrapper #right-column {
	width: 308px;
	float: right;
	padding-bottom: 50px;
}

#right-column .box {
	background: #fff;
	padding: 21px;
	margin-bottom: 7px;
}

#right-column .box h4 {
	font-size: 14px;
	color: #7eb21f;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
}
#right-column #facebook-badge {
	margin-bottom: 7px;
}

#social-icons ul {
	clear: both;
}

#social-icons li {
	display: inline;
}

#social-icons li a{
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 4px;
	float: left;
}

#social-icons li.rss a {
	background: url(_img/icons/rss.png);
}
#social-icons li.facebook a {
	background: url(_img/icons/facebook.png);
}
#social-icons li.twitter a {
	background: url(_img/icons/twitter.png);
}
#social-icons li.youtube a {
	background: url(_img/icons/youtube.png);
}
#social-icons li.flickr a {
	background: url(_img/icons/flickr.png);
}
#social-icons li.digg a {
	background: url(_img/icons/digg.png);
}



/*
 * emm_paginate - WordPress Pagination Function
 * Version: 1.0
 *
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 * Link: http://www.ericmmartin.com/pagination-function-for-wordpress
 *
 */
.emm-paginate {padding-left: 16px;
padding-bottom: 10px;}
.emm-paginate a {background:#e8e8e8; border: 1px solid #d2d2d2; color:#666; margin-right:4px; padding:0px 7px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background: #c1def4;
	border: 1px solid #9fb7c9;
	color: #333;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {background:#0056c2 url(_img/comment-button-bg.png) repeat-x;
	border: 1px solid #6b8226;
	color: #fff; margin-right:4px; padding:0px 7px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

/* END pagination */
/* BEGIN mootabs */


ul.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

ul.mootabs_title li {
	float: left;
	background-color: #e8e8e8;
	padding: 0px 7px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #d2d2d2;
	font-weight: bold;
	line-height: 20px;
	display: block;
}
.mootabs_title li a:hover {
	background: #c1def4;
	border: 1px solid #9fb7c9;
	color: #333;
}

.mootabs_title li.active {
	background:#0056c2 url(_img/comment-button-bg.png) repeat-x;
	border: 1px solid #6b8226;
	color: #fff;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
}



ul#top-posts-select li {
	float: left;
	display: inline;
}

ul#top-posts-select li a {
	float: left;
	margin-right: 5px;
	line-height: 20px;
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 7px;
	font-weight: bold;
	background: #e8e8e8;
	border: 1px solid #d2d2d2;
}

ul#top-posts-select li a:hover {
	background: #c1def4;
	border: 1px solid #9fb7c9;
	color: #333;
}

ul#top-posts-select li a.active {
	background:#0056c2 url(_img/comment-button-bg.png) repeat-x;
	border: 1px solid #004fb3;
	color: #fff;
}

ul#top-posts {
	margin-top: 15px;
}

#top-posts li {
	padding: 5px 0;
	border-bottom:1px solid #dedede ;
}

#top-posts li a {
	display: block;
	padding: 2px 7px;
	border-left: 2px solid #0067c9;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#top-posts li a:hover {
	border-left: 2px solid #7eb21f;
	background: #c1def4;
}

/* @end */

/* @group Footer */

#footer {
    height:82px;
    padding-top:20px;
    margin-top:10px;
	background: url(_img/blog-bg.gif);
	margin-bottom:10px;
	font-size: 12px;
}
.footerBox1 {
	float:left;
	display:inline;
	width:474px;
	height:66px;
	background:url(_img/footer-bg1.png) no-repeat left top;
	text-align:center;
	line-height:66px;
	color:#1d1d1d;
	margin-left:18px;
}
.footerBox2 {
	float:left;
	display:inline;
	width:372px;
	padding-left:15px;
	height:66px;
	background:url(_img/footer-bg2.png) no-repeat left top;
	line-height:66px;
	color:#1d1d1d;
	margin-left:11px;
}
.footerBox3 {
	float:left;
	display:inline;
	width:474px;
	height:66px;
	text-align:left;
	line-height:66px;
	color:#1d1d1d;
	margin-left:18px;
}
.footerBox4 {
	float:right;
	display:inline;
	padding-left:15px;
	height:66px;
	line-height:66px;
	color:#1d1d1d;
	margin-left:11px;
	text-align: right;
}
* + html .footerBox2 {
	line-height:47px;
}
* html .footerBox2 {
	padding-top:8px;
}
.footerBox2 a {
	position:relative;
	top:8px;
}
.footerBottom {
	text-align:center;
}
.copy {
	font-size:11px;
	color:#bdbdbd;
	margin-bottom:0;
}
.formcell
{
    vertical-align:top;
    padding: 5px;
}

.button
{
	font-size: 12px;
	display: inline;
	color: #fafafa;
	background: #6a8518;
	border: 1px solid #364e5a;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
	cursor: pointer;
}


/* @end */


/* @end */


