/*
THEME NAME: Wojdula
THEME URI: http://blogs.azuldev.com/wp-content/themes/wojdula
DESCRIPTION: This theme was based on a design for Azul Systems by Janice Wojdula
VERSION: 0.1
AUTHOR: David Alt
AUTHOR URI: http://davidalt.com
TAGS: www.azulsystems.com, Janice Wojdula
*/ 


html {
   margin: 0;
   padding: 0;
}

body {
   margin: 0;
   padding: 0;
   font-family: 'helvetica' ; 
                /* regular is "book" font-weight: 400 ; 
                   bold is "demi" font-weight: 700; */
   font-size: 14px;
   line-height: 18px;
   background: #ffffff; 
   background-image: url(images/body-bg.png) ;
   background-repeat: repeat-x ; 
   text-align: center;
}

/* *************************** from style.css ****************************** */

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-header {
   background-image: url(images/title-bg.png) ; 
   background-repeat: no-repeat ; 
   width: 607px ;  /* 691 - 84 */
   color: #ffffff;
   font-size: 14px;
   line-height: 12px;
   font-weight: 700 ; 
   padding: 2px 0px 3px 84px ; 
   margin: 0px ; 
}

.post-summary { 
   border-left: 1px solid #cccccc ; 
   border-bottom: 1px solid #cccccc ; 
   margin-left: 0px ; 
   padding: 20px 20px 14px 79px ; 
   background-image: url(images/post-summary-bg.png) ;
   background-repeat: repeat-y ;  
}

/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

#container {
   border: solid 0px red ; 
   position: relative;
   margin: 15px auto ; 
   width: 942px;
   min-width: 942px;
   text-align: left;
   background-image: url(images/container-top-bg.png) ; 
   background-repeat: none ; 
}
#container-inner { 
   position: static; 
   width: 942px;
   min-width: 942px;
   border: solid 0px green ; 
   background: #ffffff ;    
   background-image: url(images/container-bg.png) ; 
   background-repeat: y-repeat ; 
   padding: 15px 0px 0px 0px ; 
}

#banner {
   width: 906px ;
   height: 90px ; 
   margin: 0px 0px 0px 18px ; 
   background: url(images/banner-bg.jpg) left top no-repeat ;
   font-family: 'franklin-gothic-urw' ; 
}


#banner { position: relative; }
#banner-inner { 
   position: static;    
   padding: 35px 0px 0px 82px;
}

#banner a { color: #ffffff; text-decoration: none; }
#banner a:visited { color: #ffffff; }
#banner a:hover { color: #fff; }

#banner-header, #banner-description {
   display: inline ; 
   color: #ffffff; 
   font-size: 28px;
   margin: 0px 6px 0px 0px ; 
   font-weight: 700 ; 
}

#banner-description {
   font-weight: 400 ;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta {
   display: inline;
   position: relative;
   float: left;
   margin: 0 0 0 18px;
   background: #ffffff ; 
}

#alpha { width: 691px; }
#beta { 
   width: 201px; 
   font-size: 12px ; 
}

#alpha-inner, #beta-inner {
   position: static;
   padding: 0px 0 25px 0;
}


/* banner user/photo */

.banner-user {
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo {
	display: block;
	margin: 0 0 2px;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img {
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* nav */

#nav {
   margin: 0px 0px 0px 18px;
   background: #ffffff ; 
   height: 37px ; 
   width: 910px ;
}

.nav-list {
   margin: 0;
   padding: 0;
   list-style: none;
}

.nav-list-item {
   float: left;
}

#nav #nav-inner ul.nav-list li.link {
   padding: 13px 0px 0px 0px ; 
   margin: 0px 0px 0px 0px ;
}

.nav-list-item a, .nav-list-item a:visited, .nav-list-item a:hover { 
   font-size: 14px ;
   color: #ff8b24 ;
   padding: 0px 0px 0px 0px ;  
   margin: 0px 0px 0px 0px ; 
   text-decoration: none ; 
   font-weight: 400 ; 
}

.nav-list-item a.home, .nav-list-item a.home:visited, .nav-list-item a:hover { 
   font-weight: 700 ; 
}

.nav-list-item#logo a {
   padding: 0px 252px 0px 0px ; 
}

.nav-list-item#blog-home { 
   width: 87px ; 
   border: solid 0px green ; 
}

.nav-list-item#azul-home { 
   width: 139px ; 
   border: solid 0px red ; 
}

/*  title background: 691 x 19 */


/* content */

.content-nav {
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content {
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.reactions,
.comments,
.archive {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 0px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comments-info,
.comments-open-content,
.comments-closed {
	clear: both;
	margin: 5px 10px;
}

.comment-data .comment-content {
	float: left;
	clear: right;
	margin: 0;
}

.comment-inline-edit,
.comment-inline-preview {
	margin-top: 10px;
}

.comment-number {
	display: inline;
	float: left;
	margin-right: 8px;
}

.comment-header .comment-header-right {
	margin: 0;
	clear: none;
}

.comment-header .comment-header-left {
	float: left;
}

.comment-has-avatar .comment-avatar {
	float: left;
	width: 56px;
}

.comment-has-avatar .comment-avatar img {
	border: 1px solid #999;
	padding: 2px;
	background-color: #fff;
}

.comment-has-avatar .comment-content,
.comment-has-avatar .comment-footer {
	margin-left: 66px;
}

.trackbacks-info p,
.comments-info p {
	margin-top: 5px;
}

.trackbacks-link {
	font-size: 0.8em;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
	clear: both;
}

.entry-footer,
.trackback-footer,
.comments-open-footer,
.archive-content {
	clear: both;
	margin: 5px 10px 20px;
}

.entry-footer p {
	margin-top: 0;
	margin-bottom: 2px;
}

.entry-footer-share .entry-footer-links-facebook_like,
.entry-footer-share .entry-footer-links-favorite {
	display: inline-block;
	vertical-align: top;
}

.entry-footer-share .favorite {
	width: 82px;
	height: 20px;
}

.entry-footer-share-buttons {
	font-size: 10px;
	line-height: 1;
}

.entry-footer-share-buttons .entry-footer-links-delicious,
.entry-footer-share-buttons .entry-footer-links-digg,
.entry-footer-share-buttons .entry-footer-links-facebook_like,
.entry-footer-share-buttons .entry-footer-links-favorite,
.entry-footer-share-buttons .entry-footer-links-reblog,
.entry-footer-share-buttons .entry-footer-links-plusone,
.entry-footer-share-buttons .entry-footer-links-twitter {
	display: inline-block;
	margin-bottom: 2px;
	white-space: nobreak;
}

.entry-footer-share-buttons .separator {
	display: none;
}

.entry-footer-share-buttons .share-link {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 6px 4px 24px;
	color: #777;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: bottom;
	background-color: #ededed;
	background-repeat: no-repeat;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.entry-footer-share-buttons .share-link:hover {
	border-color: #bbb;
	color: #555;
}

.entry-footer-share-buttons .share-link-digg {
	background-image: url(../masala/images/share-link-bg-digg.gif);
}

.entry-footer-share-buttons .share-link-email {
	background-image: url(../masala/images/share-link-bg-email.gif);
}

.entry-footer-share-buttons .share-link-twitter {
	background-image: url(../masala/images/share-link-bg-twitter.gif);
}

.entry-footer-share-buttons .share-link-delicious {
	background-image: url(../masala/images/share-link-bg-delicious.gif);
}

.entry-footer-share-buttons .share-link-reblog {
	background-image: url(../masala/images/share-link-bg-reblog.gif);
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;
}

#comment-text {
	margin-bottom: 3px;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

#comment-post {
	font-weight: bold;
}

img.image-full {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.image-thumbnail {
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	margin: 0 0 2px;
}


/* modules */

.module {
   position: relative;
   overflow: hidden;
   width: 100%;
   border-left: solid 1px #cccccc ; 
}

.module-content {
	position: relative;
	margin: 12px 10px 5px 1px ;
}

.module-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item,
.archive-list-item {
   width: 179px ; 
   margin-top: 5px;
   margin-bottom: 5px;
   padding: 2px 9px 6px 9px ;
}

.module-more {
	text-align: right;
}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.module-presence img {
	vertical-align: middle;
}

.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-qrcode .module-content { text-align: center; }
.module-search .module-content { margin-top: 10px; }

.module-search input[type="search"] { width: 75%; margin-right: 6px; margin-bottom: 10px; } 

.module-calendar .module-content table {
	border-collapse: collapse;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;
}

.module-category-cloud .module-list {
	margin-right: 0;
	margin-left: 0;
}

.module-category-cloud .module-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list,
.typelist-plain .archive-list {
	list-style: none;
}

.typelist-plain .module-list-item,
.typelist-plain .archive-list-item {
	padding: 0;
	background: none;
}

.typelist-thumbnailed { margin: 0 0 20px; }

.typelist-thumbnailed .module-list-item {
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
	margin: 0;
	padding: 5px;
}

.typelist-no-description {
	text-align: center;
	margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content {
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo {
	width: 54px;
	height: 54px;
}

.day-photo a {
	display: block;
}

.day-photo a img {
	width: 50px;
	height: 50px;
}


/* Mini-Profile Module */

.module-miniprofile .module-content {
	text-align: center;
}

.module-miniprofile .mp-container {
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	border-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
	text-align: left;
	background: #fafafa;
	background: rgba(0, 0, 0, 0.025);
}

.layout-one-column .module-miniprofile .mp-container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.module-miniprofile .mp-counts,
.module-miniprofile .mp-connections {
	margin-top: 10px;
}

.module-miniprofile .mp-avatar {
	display: inline;
	float: left;
	width: 50px;
}

.module-miniprofile .mp-avatar a {
	display: block;
}

.module-miniprofile .mp-details {
	margin-left: 60px;
}

.module-miniprofile .mp-name {
	margin-bottom: 5px;
	font-size: 1.25em;
}

.module-miniprofile .mp-following,
.module-miniprofile .mp-followers {
	display: inline;
	float: left;
	width: 50%;
	text-align: center;
}

.module-miniprofile .mp-following .mp-inner {
	padding-right: 5px;
}

.module-miniprofile .mp-followers .mp-inner {
	padding-left: 5px;
}

.module-miniprofile .mp-counts a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #f2f2f2;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.module-miniprofile .mp-counts a:hover {
	text-decoration: none;
	background: #e5e5e5;
	background: rgba(0, 0, 0, 0.1);
}

.module-miniprofile .mp-counts span {
	display: block;
}

.module-miniprofile .mp-count {
	font-size: 1.25em;
}

.module-miniprofile .mp-connections {
	height: 20px;
	overflow: hidden;
}

.module-miniprofile .mp-connections span,
.module-miniprofile .mp-connections a,
.module-miniprofile .mp-connections img {
	display: block;
}

.module-miniprofile .mp-connections span {
	float: left;
	margin-right: 2px;
}


/* reactions */

.reactions .reactions-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reactions .reaction {
	display: inline;
	float: left;
	position: relative;
	margin: 0 8px 8px 0;
}

.reactions .reaction-link {
	display: block;
}

.reactions .reaction-avatar {
	width: 32px;
	height: 32px;
}

.reactions .reaction-badge {
	display: block;
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 16px;
	height: 16px;
}

.reactions .reaction-favorite .reaction-badge {
	background-image: url(../masala/images/badge-favorite.png);
}

.reactions .reaction-reblog .reaction-badge {
	background-image: url(../masala/images/badge-reblog.png);
}


/* comments */
.comments-open {
	margin-bottom: 25px;
}

.comment-form .grayText {
	color: #999;
}

.comment-form .comments-open-subtext {
	margin: 2px 0 20px;
	font-size: 11px;
}

.comment-form .errorBG {
	background-color: #ffebe3;
}

.comment-form .comment-error,
.comment-form .comment-error,
.comment-form .comment-error {
	margin: 2px 0 16px 3px;
	font-size: .9em;
}

.comment-form .active-error {
	display: block;
}

/* sign in to comment external services */
.comments-open .login-list {
	display: inline;
	float: left;
	padding-left: 0px;
}

.comments-open .login-list span {
	margin-left: 4px;
	padding-bottom: 5px;
}

.comments-open .login-list .first {
	margin-left: 0px;
	padding-left: 0px;
}

.comments-open .login-list .typepad {
	background: url(../masala/images/typepad.png) top left no-repeat;
	padding-left: 20px;
}

.comments-open .login-list .facebook {
	background: url(../masala/images/facebook.png) top left no-repeat;
	padding-left: 19px;
}

/* typepad-jp shows mixi in place of Facebook */
.comments-open .login-list .mixi {
	background: url(../masala/images/mixi.png) top left no-repeat;
	margin-left: 2px;
	padding-left: 19px;
}

.comments-open .login-list .twitter {
	background: url(../masala/images/twitter.png) top left no-repeat;
	margin-left: 2px;
	padding-left: 18px;
}

/* share this comment */

.comments-open .share-comment {
	margin-bottom: 20px;
}

.comments-open .share-comment .field-header {
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

.comments-open .share-comment .field-notice {
	margin: 5px 0 4px 0;
	font-size: .90em;
}

.comments-open #comments-open-login,
.comments-open #comments-open-logout {
	margin-bottom: 10px;
}

/* comment notification boxes */
.yellowBox,
.yellowGreenBox,
.redBox {
	background: url(../masala/images/atpcomment-gradient.png) top left repeat-x #ffffe6;
	border: 1px solid;
	margin: 10px 0 50px;
	padding: 8px;
	color: #000;
}

.lessBoxMargin {
	margin: 20px 0 25px;
}

.commentCompleteMargin {
	margin: 25px 0 20px;
}

.yellowBox p,
.yellowGreenBox p,
.redBox p {
	margin-top: 0;
	color: #000;
}

/* hiddenBox class */
.hiddenBox {
	display: none;
}

.visibilityHiddenBox {
	visibility: hidden;
}

.comments-open label.hiddenBox {
	display: none;
}

/* yellow/yellow prompt box */
.yellowBox {
	border: 1px solid #ffbb33;
}

/* yellow/green complete box */
.yellowGreenBox {
	border: 1px solid #669900;
}

/* red/red error box */
.redBox {
	border: 1px solid #cc2200;
}

.captchaErrorText {
	background: url(../masala/images/atpcomment-error-icon.png) top left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.comment-inline-edit,
.comment-inline-edit textarea,
.comment-inline-preview,
.comment-inline-preview p {
	margin-bottom: 8px;
}

.comment-inline-preview-buttons {
	margin-top: 8px;
}

.comment-preview {
	margin-top: 20px;
}

.comment-preview-content {
	float: left;
	clear: right;
	margin-top: 8px;
}

.comment-form .comments-open-footer {
	width: 300px;
}

.comment-form .cancel-edit {
	padding: 5px 0;
	float: right;
}

.comment-data .comment-footer {
	clear: both;
	margin-bottom: 30px;
}

.comment-footer .command-edit-comment,
.comment-footer .command-delete-comment {
	font-weight: bold;
}

.comment-footer .comment-footerlinks {
	float: left;
}

.comment-footer .comment-datetime {
	float: right;
	clear: right;
}

.comment {
	padding-top: 15px;
}

#comment-avatar-flyout {
	position: absolute;
	z-index: 1;
}

#avatar-flyout-content {
	width: 300px;
	background-color: #fff;
	border: 2px solid;
	padding: 8px;
}

#avatar-flyout-img {
	float: left;
	margin-right: 4px;
}

#avatar-flyout-name {
	font-weight: bold;
	font-size: 14px;
}

#avatar-flyout-content .profileLink {
	float: right;
	font-weight: bold;
}

#comment-avatar-flyout .clearBoth {
	clear: both;
}

#avatar-flyout-content #avatar-flyout-location,
#avatar-flyout-content .profileWebsite {
	margin: 5px 0;
}

#avatar-flyout-counts .activityTitle {
	margin: 5px 0 8px;
	font-weight: bold;
}

#avatar-flyout-counts .subTitle {
	float: left;
	width: 100px;
}

#avatar-flyout-counts #avatar-flyout-thisblog,
#avatar-flyout-counts #avatar-flyout-overall {
	float: left;
}

.pager .pagination-bar a {
	margin: 2px;
	border: 1px solid #ccc;
	padding: 2px 4px;
	text-decoration: none;
}

.pager .pagination-bar a:hover,
.pager .pagination-bar a:active {
	text-decoration: underline;
}

.pager .pagination-bar .this-page {
	margin: 2px;
	padding: 1px 4px;
}

.pager .pager-status {
	margin: 2px;
	padding: 1px 4px;
	font-size: 0.8em;
}


/* footer */

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-list-item {
	display: block;
	float: left;
}

.footer-list-item a {
	display: block;
	padding: 5px 10px;
}


/* thumbnail gallery */

.entry .entry-content .asset-image-multiple ul {
	margin: 0;
	padding: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails img {
	height: 40px;
	padding: 2px;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li {
	list-style: none;
	margin: 0;
	padding: 2px 2px 0 0;
	text-indent: 0;
	display: inline;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li.on img {
	border: 2px solid #800;
	padding: 0;
}


/* search styling */

.search-subheader {
    margin-bottom: 15px;
}

.search-subheader .col {
    float: left;
    width: 50%;
}

.search-subheader .search-feed-subscribe {
    float: right;
    text-align: right;
}

.search-subheader .search-feed-subscribe a {
    padding: 4px 0 2px 22px;
    background: url(../masala/images/feed-icon-16x16.png) no-repeat 0 4px;
}

.search-results .search-results-highlight {
    background: #ff9;
}

.search-results .entry-photo img {
    float: right;
    width: 75px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.search-results .comment .comment-content-border {
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.search-results .comment .comment-footer {
    border: none;
}

.convstar-answer-meta {
    margin: 25px 0 10px;

}

.convstar-answer-meta .convstar-branding {
    margin-right: 0px;
    padding: 8px 8px 8px 31px;
    background-color: #e4e4e4;
    background-image: url(../masala/images/typepad.png);
    background-position: 6px 55%;
    background-repeat: no-repeat;


    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* Hide the separator if the blog is getting this stylesheet */
/* Separator is only needed when the blog /doesnt/ get this stylesheet */
.convstar-answer-meta .convstar-separator {
    display: none;
}

.convstar-answer-meta .convstar-call-to-action {
    margin-left: 0px;
    padding: 8px 8px 8px 15px;
    background-color: #f2f2f2;
    background-image: url(../masala/images/convstar-bg-arrow.png);
    background-position: 0px 50%;
    background-repeat: no-repeat;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.convstar-call-to-action a {
    text-decoration: none;
}


/* enclosure stuff from vox */
* Enclosures ------------------------------------------------------------------------------ */
.vox-enclosure {
    margin: 0 0 10px 0;
    text-align: center;
}

/* set enclosure-inner defaults */
.vox-enclosure-inner {
    border: 1px solid #999;
    padding: 9px;
    text-align: center;
    overflow: hidden;
}

.vox-embed-enclosure .vox-enclosure-inner {
    border: 0;
}

/* enclosure formats */
.vox-enclosure-extra-large .vox-enclosure-inner { width: 500px; }
.vox-enclosure-large .vox-enclosure-inner { width: 320px; }
.vox-enclosure-medium .vox-enclosure-inner { width: 200px; }
.vox-enclosure-small .vox-enclosure-inner { width: 120px; }
.vox-enclosure-strip-vertical .vox-enclosure-inner { width: 130px; }

.vox-enclosure-strip .vox-enclosure-inner, 
.vox-enclosure-strip .vox-enclosure-inner a img {
    margin: 5px;
}

/* enclosure alignment */
.vox-enclosure-left { float: left; margin-right: 20px; }
.vox-enclosure-right { float: right; margin-left: 20px; }
.vox-enclosure-center { clear: both; }
.vox-enclosure-center .vox-enclosure-inner { 
    margin-left: auto; 
    margin-right: auto; 
}

/* enclosure list */
.vox-enclosure-list .vox-enclosure-item {
    margin-bottom: 10px;
}
.vox-enclosure-list .vox-last { margin-bottom: 0; }

.vox-enclosure-asset-name {
    margin-top: .5em; /* margin-top for space from image */
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    font-size: 12px;
}

.vox-enclosure-meta {
    font-size: 10px;
}

.vox-enclosure-meta .link-subtitle {
    font-size: 11px;
}

.vox-enclosure-comments a {
    display: inline-block; /* win-ie - displays correctly */
    padding-left: 15px;
    background-image: url(../masala/images/icon-comment.gif); /* could not find on original site. */
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.vox-enclosure-embed-source {
    overflow: hidden;
    padding: 10px;
    background: #eee;
    font: normal 10px courier new, courier, monaco, fixed-width;
    text-align: left;
}

.vox-enclosure-embed {
    overflow: hidden;
}
/* link assets */

.vox-link-enclosure .enclosure-inner {
    text-align: left;
}

.vox-link-enclosure .enclosure-image {
    float: left;
    margin: 0 5px 5px 0;
}

/* override custom bullets in enclosures */
.vox-asset-body .vox-enclosure ul li { list-style-image: none; }

/* want this for the icon-collection-overlay*/
.vox-asset-overlay {
    background: url(../masala/images/icon-play.gif) 4px 4px no-repeat transparent;
    z-index: 50;
    display:  block;
    position: absolute;
    width: 23px;
    height: 22px;
}

.vox-collection-asset .vox-asset-overlay {
    background-image: url(../masala/images/icon-collection-overlay.gif);
}

/* styles for new edited-image insert code */
div.photo-wrap {}
div.photo-full { width: 100%; }
div.photo-caption {
    font-family: inherit;
    font-size: 93%;
    font-style: italic;
    line-height: 1.4em;
    padding: 10px 0px;
}

.blog-right { float: right ; width: 210px ; margin: 0px 0px 30px 10px ; padding: 0px 0px 0px 30px ; border: solid 0px green ;  }
.blog-left { float: left ; width: 210px  ; margin: 0px 0px 30px 0px ; padding: 0px 0px 0px 30px ; border: solid 0px yellow ; border-right: dotted 0px #5b5b6d ; }
.clear { clear: both; } 

img.azul-logo { float: right ; margin: 8px 20px 0px 0px ; }


/* *************************** from theme.css ****************************** */


a { color: #093b73; text-decoration: none; }
a:visited { color: #093b73; }
a:hover { text-decoration: underline; }


.module-content a { color: #093b73; text-decoration: none; }
.module-content a:visited { color: #093b73; }
.module-content a:hover { text-decoration: underline; }


.entry-header a { color: #014782; }
.entry-header a:visited { color: #014782; }
.entry-header a:hover { color: #014782; text-decoration: none; }

.entry-footer a { color: #093b73; }


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
   margin: 0; 
   padding: 0px 10px 0px 10px;
   color: #ffffff;
   background: url(images/module-header-bg.png) ;
   background-repeat: no-repeat ; 
   font-size: 10px;
   font-weight: 700 ;
   text-transform: uppercase;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #fff;
	text-decoration: underline;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #fff;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #093b73;
	background-color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}

.trackbacks-info,
.comments-info
{
	margin-bottom: 20px;
}


/* page layout */

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

.date-header {
   margin: 0px 17px 0 0px;
   padding: 0px 0px 0px 0px;
   color: #1d1d1d;
   font-size: 11px;
   text-transform: uppercase;
}

.field-content{
  padding: 0px 0px 0px 0px ; 
}

.entry-header, h2 {
   font-family: 'franklin-gothic-urw' ;
   padding: 2px 48px 5px 0px ; 
   color: #014782;
   font-size: 20px;
   line-height: 22px;
   font-weight: 400 ; 
   margin: 0px ; 
}

h2 { 
   line-height: 24px ; 
   color: #000000 ; 
   padding: 0px 0px 10px 0px ; 
}

h2.module-header { 
   display: block;
   font-size: 12px ;
   -webkit-margin-before: 0px ; 
   -webkit-margin-after: 0px ; 
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   font-weight: 700 ; 
   padding: 0px 10px 0px 10px ; 
   line-height: 14px ; 
}  


.entry-content { 
   margin: 0px 17px 0px 0px ; 
}

.entry-more-link { font-weight: bold; }

.entry-footer {
   margin: 10px 56px 20px 0px;
   padding: 8px 16px;
   background-color: #cccccc;
   font-weight: normal;
   text-align: right;
}

.content-nav { margin: 10px 15px; }


/* modules */

.module { color: #666; }

.module-calendar .module-content { margin: 5px 10px 15px 10px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content
{
	margin: 15px;
	padding: 10px;
	border: 1px solid #dfc78a;
	background: #e7e2c6 url(../masala/images/alt-gradient-bg.gif) left center repeat-x;
}

.module-photo { background: none; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.module-list-item {
   border-bottom: solid 1px #cccccc ; 
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 0;
	background: #d2d2d2 url(../masala/images/gradient-bg.gif) left center repeat-x;
}

.typelist-thumbnail { background: #e3c69c; }

.module-featured-photo { width: 445px; }
.module-featured-photo .module-content { margin: 15px 0 5px 15px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; }
.module-recent-photos .module-content { margin-left: 15px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

.module-recent-photos .module-list-item a:hover
{
	border-color: #093b73;
	background: #e7e2c6;
}


/* calendar tweaks */

	.layout-calendar #gamma { width: 195px; margin-left: 15px; }

	.layout-calendar #beta-inner { padding-top: 0; }
	.layout-calendar #gamma-inner { padding-top: 0; }
	.layout-calendar #delta-inner { padding-top: 0; }

	.module-mmt-calendar { width: 445px; margin: 0; }

	.module-mmt-calendar .module-header,
	.layout-timeline .module-recent-photos .module-header
	{
		margin: 0;
		padding: 5px 15px;
		color: #fff;
		background: #9b0000 url(../masala/images/module-header-bg.gif) left top repeat-x;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}

	.module-mmt-calendar .module-content { margin: 15px; }

	.module-mmt-calendar table
	{
		width: 415px;
		background: #9b0000;
	}

	.module-mmt-calendar th
	{
		color: #fff;
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7ec;
		border-bottom: 1px solid #bbb;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}

	.module-mmt-calendar td
	{
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7ec;
		border-bottom: 1px solid #bbb;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	   background: #d2d2d2 url(../masala/images/gradient-bg.gif) left center repeat-x;
	}

	th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}

	.day-photo a
	{
		border: #bbb 1px solid;
		padding: 1px;
		background: #e7e7ec;
	}

	.day-photo a:hover
	{
		border-color: #235961;
		background: #e7e2c6;
	}


/* artistic tweaks */

  	.layout-artistic #gamma, .layout-artistic #delta { width: 200px; margin-left: 15px; }

  	.layout-artistic #gamma-inner { padding-top: 0; }
  	.layout-artistic #delta-inner { padding-top: 0; }


/* moblog1 tweaks */

	.layout-moblog1 #alpha { width: 190px; }
	.layout-moblog1 #beta { width: 325px; }
	.layout-moblog1 #gamma { width: 165px; }

	.layout-moblog1 #alpha-inner { padding-top: 0; }
	.layout-moblog1 #gamma-inner { padding-top: 0; }

	.layout-moblog1 .module-recent-photos { margin: 0; }
	.layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 15px; }


/* moblog2 tweaks */

	.layout-moblog2 #alpha { width: 85px; }
	.layout-moblog2 #beta { width: 280px; }
	.layout-moblog2 #gamma { width: 194px; }
	.layout-moblog2 #delta
	{
		width: 120px;
		margin-left: 1px;
		background: #e6e6e6 url(../masala/images/alt-sidebar-bg.gif) left top repeat-y;
	}

	.layout-moblog2 #alpha-inner { padding: 0; }
	.layout-moblog2 #gamma-inner { padding-top: 0; }
	.layout-moblog2 #delta-inner { padding-top: 0; }

	.layout-moblog2 .module-photo .module-content { margin: 10px; }
	.layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; }

	.layout-moblog2 .module-recent-photos { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-content { margin: 10px 0 0 10px; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 310px; }
	.layout-timeline #beta { width: 390px; }
	.layout-timeline #gamma { width: 170px; margin-left: 15px; }
	.layout-timeline #delta { width: 170px; }

	.layout-timeline #beta-inner { padding-top: 0; }
	.layout-timeline #gamma-inner { padding-top: 0; }
	.layout-timeline #delta-inner { padding-top: 0; }

	.layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; }
	.layout-timeline .module-recent-photos .module-list-item { margin: 0 10px 10px 0; }


/* two-column-right tweaks */
.layout-two-column-right #beta {
   width: 200px;
   background: #f0f0f0 url(../masala/images/sidebar-bg.gif) left top repeat-y;
}

.layout-two-column-right #beta-inner { padding-top: 0; }


/* footer */

#footer {
   border: solid 0px red ; 
   position: relative;
   margin: 0px auto ;  
   padding: 
   width: 942px;
   min-width: 942px;
   text-align: left;
   background-color: #ffffff;
   background-image: url(images/footer-bg.png) ;
   background-repeat: none ; 
}

#footer #footer-inner { 
   padding: 18px 0px 0px 10px ; 
   color: #333333 ; 
}

#footer #footer-inner p { 
    display: inline ; 
    margin: 0px 15px 0px 0px ; 
}

#footer #footer-inner ul.lite_nav { 
    display: inline ; 
    padding: 10px 0px 0px 0px ; 
}

#footer #footer-inner ul.lite_nav li { 
    display: inline ; 
    padding: 0px 6px 0px 4px ; 
    border-right: solid 1px #333333; 
}

#footer #footer-inner ul.lite_nav li.last { 
    border-right: solid 0px #ffffff ; 
}

#footer #footer-inner ul.lite_nav li a, 
#footer #footer-inner ul.lite_nav li a:visited { 
    color: #333333 ; 
}

.footer-list-item
{
	border-right: 1px solid #ccc;
	padding: 0 10px;
}

.last-footer-list-item
{
	margin-right: 0;
	border-right-width: 0;
	padding-right: 0;
}

.footer-list-item a
{
	padding: 0;
}

.module-widget_search .screen-reader-text {
	display:none;
}

.module-widget_search {
	position:relative;
	/* background: url("search_widget_image_url.jpg") top left no-repeat;  */
}
 
.module-widget_search #s { 
   margin: 0px 0px 0px 0px ; 
}
.module-widget_search #searchsubmit { 
   margin: 0px 0px 20px 0px ; 
   width: 100px;
   height: 22px;
   background: url('images/search-button.png') no-repeat;  
   border: none; 
}


.module-content { 
  font-size: 11px ;
  line-height: 14px ; 
}

.module-content p { 
  margin: 0px 0px 0px 9px ; 
}

.authors {
   overflow: hidden ;
   margin-left: 9px ;  
   margin-bottom: 10px ; 
}

.author-left,
.author-right { 
   width: 85px ;  
   margin-bottom: 5px ; 
}

.author-left a, .author-left a:visited,
.author-right a, .author-right a:visited { 
  color: #189eff ; 
  font-weight: 700 ; 
}

.author-left {
   float: left ; 
}

.author-right { 
   float: right ;
}

.rss { 
   float: right ; 
}
 
.module-header a { 
   text-decoration: none; 
}
.module-header a:hover { 
   text-decoration: underline; 
}
.hide-last-li { 
   width: 197px ; 
   height: 3px ; 
   background: #ffffff ; 
   position: relative ; 
   top: -8px ; 
   border: solid 0px red ; 
}

ul { 
   -webkit-margin-before: 0px;
   -webkit-margin-after: 0px;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 0px;
}

.single {
  padding: 20px 79px 4px 79px; 
}

p {
   display: block;
   -webkit-margin-before: 0px;
   -webkit-margin-after: 0px;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
}

.entry-body p {
   padding: 0px 0px 8px 0px ; 
}

.views-field-created .field-content { 
   font-size: 15px ;
}

.views-field-created {
   padding: 0px 0px 3px 0px ;  
}

.entry-body {
   padding-right: 48px ; 
}

#cover-typekit {
   background: #ffffff ; 
   position: fixed;
   z-index: 3000000000;
   right: 0px;
   bottom: 0px;
   border: 0px;
   display: inline;
   float: none;
   height: 25px;
   left: auto;
   margin: 0px;
   max-height: 25px;
   max-width: 62px; 
   min-height: 25px;
   min-width: 62px;
   orphans: 2;
   outline: none;
   overflow: visible;
   padding: 0px;
   page-break-after: auto;
   page-break-before: auto;
   page-break-inside: auto;
   table-layout: auto;
   text-indent: 0px;
   top: auto;
   vertical-align: baseline;
   visibility: visible;
   widows: 2;
   width: 66px;
}
