/*   
Theme Name: MikeAlvear.com
Description: Theme designed for MikeAlvear.com
Author: Rusty Tanton
Author URI: http://www.rustytanton.com
Version: 0.1
*/


/* =GLOBAL STYLES test
====================================================== */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #9d7194 url('images/background-page.gif') 0 -46px repeat-x;
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
	font-size: 90%;
}
a {
	color: #6D4C6B;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
img {
	border: none;
}
sup {
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.floatleft {
	float: left;
	margin: 0 10px 15px 0;	
}
.floatright {
	float: right;
	margin: 0 0 15px 15px;	
}

/* =HEADER
====================================================== */
#header {
	background: url('images/background-header.jpg') 0 0 no-repeat;
	height: 254px;
}
#header h1 a {
	display: block;
	height: 214px;
	text-indent: -10000px;
	width: 2000px;
}
#header .description {
	display: none;
}
#header_tabs {
	padding-left: 485px;
	width: 700px;
}
#header_tabs ul li {
	float: left;
	list-style-type: none;
}
#header_tabs ul li a {
	color: #fff;
	display: block;
	font-size: 110%;
	height: 30px;
	margin-right: 10px;
	padding: 10px 10px 0 10px;
}
#header_tabs ul li#header_tab_blog a {
	background: url('images/tabs-blog-bg.gif') 0 0 repeat-x;
}
#header_tabs ul li#header_tab_guides a {
	background: url('images/tabs-guides-bg.gif') 0 0 repeat-x;
}
#header_tabs ul li a.active,
#header_tabs ul li a:hover,
#header_tabs ul li#header_tab_blog a.active,
#header_tabs ul li#header_tab_guides a.active,
#header_tabs ul li#header_tab_blog a:hover,
#header_tabs ul li#header_tab_guides a:hover {
	background: #9D7194;
	text-decoration: none;
}

/* =MAIN CONTENT AREA
====================================================== */
#content {
	background: #fff;
	font-size: 100%;
	margin: 40px 0 50px 25px;
	overflow-x: hidden;
	padding: 20px;
	width: 720px;
}


/* =BLOG ENTRY
====================================================== */
#content .post {
	padding: 15px 15px 15px 5px;
}
#content .post .date {
	font-size: 80%;
	padding-bottom: 15px;
}
#content div.author {
	padding-bottom: 15px;
}
#content .entry {
	padding-left: 10px;
}
#content .post h2 {
	clear: both;
	font-family: arial;
	font-size: 160%;
	padding-bottom: 5px;
}
#content .single h2 { 
	padding-bottom: 15px;
}
#content .single div.author .gravatar {
	float: left;
	padding: 0 5px 10px 0;
}
#content .single .author_attrib {
	float: left;
	font-size: 150%;
	width: 225px;
}
#content .single .author_short_bio {
	clear: both;
	padding-bottom: 15px;
}
#content .single .author img {
	border: 1px solid #6D4C6B;
	padding: 0;
}
#content .post p {
	line-height: 20px;
	padding: 0 20px 10px 0;
}
#content .post ul {
	list-style-type: square;
	padding: 0 0 10px 25px;
}
#content .post ol {
	padding: 0 0 10px 30px;
}
#content .post li {
	padding-bottom: 5px;
}
#content .post img {
	background: #fff;
	border: 1px #e0e0e0 solid;
	padding: 5px;
}
#content blockquote {
	background: #e4dee2;
	margin: 0 20px 10px 10px;
	padding: 15px;
}
#content p.postmetadata {
	border-top: 1px #6D4C6B solid;
	font-size: 85%;
	margin: 20px 10px 10px 0;
	padding: 2px 0 0 5px;
}
.wp-caption {
	font-size: 80%;
}
.wp-caption img {
	margin-bottom: 3px;
}
.aligncenter {
	text-align: center;
}
.page {
	padding-bottom: 100px;
}

/* =AUTHOR PAGE
====================================================== */
#content .profile {
	padding: 0 0 50px 0;
}
#content .profile h2 {
	font-family: arial;
	font-size: 160%;
	padding-bottom: 5px;
}
#content .profile .website {
	padding: 15px 0 15px 0;
}
#content .profile .posts {
	padding: 25px 0 0 0;
}
#content .profile h3 {
	padding-bottom: 10px;
}
#content .profile .posts ul {
	list-style-type: none;
}
#content .profile .posts ul li {
	padding-bottom: 5px;	
}
#content .profile .posts ul li .date {
	font-size: 90%;
}
#content .profile .gravatar {
	float: right;
	padding: 0 0 10px 25px;
}
#content .profile .gravatar img {
	border: 1px solid #6D4C6B;
}

/* =NAVIGATION
====================================================== */
#content .navigation {
	padding: 20px 0 20px 0;
}
#content .navigation .alignleft {
	float: left;
}
#content .navigation .alignright {
	text-align: right;
}

/* =COMMENTS LIST
====================================================== */
#comments {
	font-family: helvetica, arial, sans-serif;
	margin: 20px 0 10px 13px;
}
.commentlist {
	list-style-type: none;
	padding: 0 0 20px 10px;
}
.commentlist li {
	border-top: 1px #e0e0e0 solid;
	clear: both;
	overflow-x: hidden;
	padding: 15px;
}
.commentlist p {
	margin-bottom: 10px;
	padding-top: 0px;
}
.commentlist .comment-author {
	float: left;
	width: 65px;
}
.commentlist .comment-author img {
	border: 1px #e0e0e0 solid;
}
.commentlist .comment-author cite {
	clear: both;
	display: block;
	font-style: normal;
}
.commentlist .comment-text {
	margin-left: 80px;
	margin-top: -15px;
}

/* =COMMENT FORM
====================================================== */
#commentform {
	margin-left: 15px;
}
#commentform textarea {
	margin-bottom: 5px;
	width: 500px;
}
#commentform p {
	margin-bottom: 5px;
}
#commentform #submit {
	clear: both;
	margin-top: 10px;
}
#respond {
	clear: both;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 5px 13px;
	padding-top: 15px;
}

/* =SIDEBAR
====================================================== */
#sidebar {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	left: 790px;
	padding: 20px;
	position: absolute;
	top: 270px;
	width: 380px;
}
#sidebar a {
	color: #fff;	
}
#sidebar ul {
	list-style-type: none;	
}
.widget {
	padding-bottom: 40px;	
}
#sidebar h2 {
	font-size: 120%;
	padding-bottom: 10px;
}

/* =BIO PHOTO WIDGET
====================================================== */
#bio-photo {
	margin-bottom: -25px;
}

/* =ABOUT WIDGET
====================================================== */
#text-203740342 {
	margin-bottom: -22px;
}
#text-203740342 p {
	padding-bottom: 5px;
	width: 300px;
}

/* =RECENT COMMENTS WIDGET
====================================================== */
#get-recent-comments {
	float: left;
	overflow-x: hidden;
	width: 160px;
}
#get-recent-comments img {
	border: 1px #e1e1e1 solid;
	float: left;
	vertical-align: top;
}
#get-recent-comments .comment,
#get-recent-comments .author {
	margin-left: 50px;
}
#get-recent-comments .comment {
	padding-bottom: 5px;	
}
#get-recent-comments li {
	min-height: 50px;
	padding: 5px 0 5px 0;
}
* html #get-recent-comments li {
	height: 50px;
}

/* =TWITTER WIDGET
====================================================== */
.widget_cows_twitter {
	float: left;
	overflow: hidden;
	width: 160px;
}
#failwhale {
	border: 1px #e1e1e1 solid;
	float: left;
}
.widget_cows_twitter .widgettitle {
	height: 30px;
	margin-left: 50px;
	padding-top: 15px;
}
.widget_cows_twitter .widgettitle a {
	color: #fff;
}
li.twitter-item {
	padding-bottom: 5px;
}
.twitter-timestamp {
	display: block;
}
.twitter-timestamp abbr {
	border-bottom: none;
}

/* =FLICKR WIDGET
====================================================== */
#flickr-sidebar {
	clear: both;
}
#flickr-sidebar h2 {
	background: url('images/avatar-flickr.png') 0 0 no-repeat;
	height: 35px;
	padding: 15px 0 0 50px;
}
#flickr-sidebar img {
	border: 1px #e1e1e1 solid;
}


/* =SOCIAL MEDIA ICONS
====================================================== */
a.delicious {
	background: url('images/icon-delicious.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.email {
	background: url('images/icon-email.gif') 0 2px no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.facebook {
	background: url('images/icon-facebook.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.ficlets {
	background: url('images/icon-ficlets.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.flickr {
	background: url('images/icon-flickr.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.gapodcastnetwork {
	background: url('images/icon-gapodcastnetwork.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.linkedin {
	background: url('images/icon-linkedin.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.myspace {
	background: url('images/icon-myspace.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.sbnation {
	background: url('images/icon-sbnation.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.twitter {
	background: url('images/icon-twitter.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}
a.youtube {
	background: url('images/icon-youtube.png') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 18px;
}


/* =FOOTER
====================================================== */
.widget_ma_footer {
	clear: both;
	font-size: 90%;
	text-align: center;
	width: 350px;
}
.widget_ma_footer .copyright {
	padding-bottom: 10px;
}
.widget_ma_footer .copyright a {
	display: block;
}
.widget_ma_footer .powered-by {
	padding-bottom: 10px;
}

/* =FOOTER
====================================================== */
.widget_ma_subscribe_links {
	margin-bottom: -10px;
}
.widget_ma_subscribe_links .rss-link {
	padding-bottom: 5px;
}
.widget_ma_subscribe_links .rss-link a {
	background: url('images/icon-rss.png') 0 0 no-repeat;
	padding-left: 18px;
}
.widget_ma_subscribe_links .comments-rss-link {
	padding-bottom: 5px;
}
.widget_ma_subscribe_links .comments-rss-link a {
	background: url('images/icon-rss.png') 0 0 no-repeat;
	padding-left: 18px;
}


/* =TABS
====================================================== */
.ma-tab-links a {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
}
.ma-tab-links a.active {
	background: #E4DEE2;
	color: #6D4C6B !important;
}
.ma-tab {
	background: #E4DEE2;
	color: #6D4C6B;
	clear: both;
	min-height: 100px;
	padding: 10px;
}
* html .ma-tab {
	height: 100px;
}
.ma-tab a {
	color: #6D4C6B !important;
}
.ma-tab li {
	padding: 5px 10px 5px 10px;
}
#ma-tab4 ul {
	padding-bottom: 5px;
}
#ma-tab4 li {
	padding: 5px 10px 0px 10px;
}
#ma-tab5 form {
	padding-top: 15px;
	text-align: center;
}
#ma-tab5 form {
	margin-bottom: -20px;
}
.ma-tabs #s {
	width: 150px;
}

/* =FEATURED AUTHORS WIDGET
====================================================== */
.ma_featured_authors {
	background: #E4DEE2;
	color: #6D4C6B;
	padding: 15px;	
}
.ma_featured_authors a {
	color: #6D4C6B !important;
	font-weight: bold !important;
}
.ma_featured_authors .title a {
	font-size: 120%;
}
.ma_featured_authors li {
	clear: both;	
}
.ma_featured_authors p {
	clear: both;
}
.ma_featured_authors .author {
	color: #000;
	font-size: 90%;
}
.ma_featured_authors .gravatar {
	float: left;
	padding-bottom: 10px;
}
.ma_featured_authors .gravatar img {
	border: 1px #6D4C6B solid;
}
.ma_featured_authors .post_info {
	margin-left: 88px;
	padding-bottom: 10px;
}

/* =VIDEO
====================================================== */
#text-203740343,
#text-203729041 {
	margin-top: 15px;
}
#sidebar .youtube {
	background: #E4DEE2;
	color: #6D4C6B;
	padding: 10px;
}
#sidebar .widget_ma_youtubeadvice h3 {
	margin: 15px 10px 10px 10px;
}
#sidebar .youtube ul {
	margin: 0 15px 0 15px;	
}
#sidebar .youtube li {
	padding-bottom: 5px;	
}
#sidebar .youtube a {
	color: #6D4C6B;
}
#sidebar .youtube span {
	display: block;
}

/* =CONTACT INFO
====================================================== */
.contact-info {
	margin: -20px 0 -20px 0;
}

/* =ADS
====================================================== */
.ad img {
	border: 0;
}
.ad_F {
	margin: 10px auto;
	width: 468px
}
#ad_U2 {
	margin-bottom: 15px;
}
.ads_single_floating {
	background: #fff;
	float: right;
	margin: 0 0 15px 15px;
	padding: 15px 15px 15px 15px;
}

/* =TAB CATEGORIES
====================================================== */
.ma_tabs_post_lists {

}
.new_posts {
	float: left;
	width: 300px;	
}
.pop_posts {
	float: left;
	padding-right: 20px;
	width: 300px;
}

/* =PRODUCT CALLOUT
====================================================== */
#content .product {
	background: #E4DEE2;
	font-family: verdana, arial, sans-serif;
	margin: 1.5em auto 1.5em auto;
	padding: 1.2em 1em 0.5em 1em;
	text-align: center;
	width: 22em;
}
#content .product h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 22em;
}
#content .product p {
	line-height: 1.2em;
	margin: 0 auto;
	padding: 0px;
}
#content .product_photo {
	padding-bottom: 0.5em;
	text-align: center;
}
#content .product .instruction {
	font-size: 0.8em;
	margin-top: 1em;
	text-align: center;
}
#content .product .instruction strong {
	display: block;
	text-transform: uppercase;
}
#content .product_photo img {
	border: 1px #9D7194 solid;
}
#content .product .buy_button {
	text-align: center;
}
#content .post .buy_button img {
	background: none;
	border: 0;
}

/* =EMAIL NEWSLETTER
====================================================== */
#mc-embedded-subscribe-form {
	background: #E4DEE2;
	margin: 1em auto;
	padding: 1em;
	text-align: center;
	width: 31em;
}
#mc-embedded-subscribe-form fieldset {
	border: 0;
}
#mc-embedded-subscribe-form legend {
	display: block;
	font-weight: bold;
	margin: 0 auto 0.5em auto;
	width: 10em;
}
#mc-embedded-subscribe-form .indicate-required,
#mc-embedded-subscribe-form .note-required {
	display: none;
}
.mce_inline_error {
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 0 0 0;
}
#mce-EMAIL {
	display: block;
	margin: 0.5em auto 0 auto !important;
	padding: 0 !important;
}
#mc-embedded-subscribe {
	display: block;
	margin: 0.5em auto;
}

/* =AUTHOR CALLOUT
====================================================== */
#content .post div.author-callout {
	background: #E4DEE2;
	font-family: verdana, arial, sans-serif;
	margin: 2em;
	padding: 2em;
}
#content .post div.author-callout h2 {
	clear: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	width: 100%;
}
#content .post div.author-callout p {
	font-size: 0.8em;
}
#content .post div.author-callout .author_photo {
	float: left;
	padding-right: 2em;
}
#content .post div.author-callout .author_photo img {
	
}


/* =TESTIMONIALS
====================================================== */
.testimonial {
	border-bottom: 1px #9D7194 solid;
	margin-bottom: 1em;
	padding: 0 5em 1em 1em;
	clear: both;
}
.testimonial_picture {
	float: left;
	padding-right: 1em;
}
.testimonial_picture img {
	border: 1px #9D7194 solid;
}
.testimonial_quote,
.testimonial_attribution {
	margin-left: 110px;
}

/* =EBOOKS WIDGET
====================================================== */
.widget_ma_ebooks img {
	border-width: 0px;
	margin-right: 20px;
}