/**
 * Theme Name: pure
 * Theme URI: http://puredhamma.com
 * Description: WP theme custom built for puredhamma.com using Justin Tadlock's Hybrid Theme Framework
 * Author: pure
 * Author URI: http://puredhamma.com
 * Version: 0.1
 * Tags: threaded-comments, microformats, translation-ready, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2010 http://puredhamma.com  All rights reserved.
 * WP theme custom built for puredhamma.com using Justin Tadlock's Hybrid Theme Framework http://themehybrid.com 
 */

/* Base CSS */
@import url('../hybrid/library/css/25px.css');

/* Plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

body {
	font: 16px/25px Tahoma, Georgia, Times, 'Times New Roman', serif;
	color: #555;
	background: #fff;
	border-top: 3px dashed #ddd;
	border-bottom: 3px dashed #ddd;
	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;
	}

#body-container {
	overflow: hidden;
	height: 100%;
	width: 100%;
	}

/**
* Elements
**************************************/

/* Links */
a {
	color: #215671;
	color: #680005;
	color: #243d61;
	}
	
a:hover, a:active {
	color: #ac2e1b;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	}
h1 { font-size:28px;line-height:40px;letter-spacing:1;}
h2 { font-size:25px;line-height:35px;letter-spacing:1;}
h3 { font-size:24px;line-height:35px;letter-spacing:1;}
h4 { font-size:22px;line-height:33px;letter-spacing:1;}
h5 { font-size:20px;line-height:30px;letter-spacing:1;}
h6 { font-size:18px;line-height:25px;letter-spacing:1;}

p {
	font: normal normal normal 16px/25px Tahoma, Georgia, sans-serif;
	}

hr { width:100%;height:25px;border-bottom:1px dotted #ddd;display:block;clear:both;background:transparent;}
/* Lists */

ul, ol {margin-left:25px;}
.content ul {
	list-style: disc outside;
	}
.content ul li {
	padding: 0;
	}
.content ul li li {
	padding-left: 0;
	}

.singular-page-532 .content ul li {line-height:50px;}


/* Blockquotes */
blockquote {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #666;
	background: #f9f9f9;
	border: 1px dotted #ccc;
	}

/* Code */
code {
	padding: 0 3px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 15px;
	font: normal normal normal 13px/25px Arial, Verdana, sans-serif;
	color: #666;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Object */
object {
	max-width: 600px;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border: 1px dotted #ccc;
	}
caption {
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	text-align: right;
	color: #666;
	}
td {
	padding: 5px 2%;
	color: #444;
	border: 1px dotted #ccc;
	}
tr {
	background: #fff;font-size:12px;line-height:1.3;
	}
tr.alt, tr.even {
	background: #f6f6f6;
	}
th {
	padding: 5px 2%;
	font: normal normal bold 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
	border: 1px dotted #ccc;text-align:center;
	}

/* Notes */
.note {
	padding: 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px dotted #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
	background: #fffbbc;
	border: 1px dotted #E6DB55;
	}

/* Errors */
.error {
	padding: 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
	background: #ffebe8;
	border: 1px dotted #C00;
	}

/* Downloads */
.download {
	margin: 0 0 25px 0;
	padding: 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
	background: #e7f7d3;
	border: 1px dotted #6c3;
	}

/* Series */
.series {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto !important;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
**************************************/
img {
	border: none;
	background: none;
	}
.hentry img {
	max-width: 600px;
	}
.singular-attachment .hentry img {
	max-width: 960px;
	}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

.pureauthorimg {border:1px solid yellow;}


/* Gallery [gallery] */
.gallery {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 960px;
	padding: 4px 0 0 0;
	background: #f1f1f1;
	border: 1px dotted #ddd;
	text-align: center;
	}
.wp-caption img {
	max-width: 960px;
	margin: 0;
	padding: 0;
	border: 1px dotted #ddd;
	}
.wp-caption .wp-caption-text {
	margin: 0 0 2px 0;
	padding: 0 5px;
	font-size: 12px;
	font-style: normal;font-weight:bold;
	color: #555;
	text-align: right;
	background: #f7f7f7;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 9px 0;
	padding: 9px;
	background: #fff;
	border: 1px dotted #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 15px 6px 0;
	padding: 3px;
	background: #f1f1f1;
	border: 1px dotted #ccc;
	}
.user .avatar {
	margin-bottom: 21px;
	padding: 9px;
	background: #f6f6f6;
	}

/**
 * Secondary menu
 *************************************/
#secondary-menu {
	width: 100%;
	height: 36px;
	margin: 0;
	}
#secondary-menu .menu {
	width: 1012px;
	height: 36px;
	margin: 0 auto;
	}
#secondary-menu ul {
	float: right;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
#secondary-menu ul li {
	font: normal normal bold 15px/13px Tahoma, Arial, Verdana, sans-serif;
	}
#secondary-menu ul li a {
	padding: 11px 25px 11px 25px;
	color: #888;
	background: #fff;
	border-right: 1px dotted #ccc;
	}
#secondary-menu li.current-menu-item a {
	color: #000;
	}
#secondary-menu li.current-menu-item li a {
	color: #888;
	}

/* Drop-down styles */
#secondary-menu li ul {
	margin-left: -1px;border-top:none;
	}
#secondary-menu li:hover ul, #secondary-menu li.sfHover ul {
	top: 34px;
	margin-left: -1px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	}
#secondary-menu li li:hover ul, #secondary-menu li li.sfHover ul {
	top: 0;
	}
#secondary-menu li li {
	font-weight: normal;
	text-transform: none;
	}
#secondary-menu li li a {
	padding: 9px 75px 9px 25px;
	border: 1px dotted #ccc;
	border-bottom: none;
	}
#secondary-menu li li a:hover {
  background:#fff;
	text-decoration: underline;
	}

/* Sub-nav icon. */
#secondary-menu a.sf-with-ul {
	padding-right: 35px;
	}
#secondary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
	background: url(images/white-menu-sub-icon.png) no-repeat 3px 5px;
	}
#secondary-menu li li .sf-sub-indicator {
	background: url(images/white-menu-sub-sub-icon.png) no-repeat 3px 0px;
	}

/**
* Header
**************************************/
#header-container {
	width: 1012px;
	height: 170px;
	margin: 0 auto;
	background:url("images/pure.png") no-repeat scroll 0 0 transparent;
	}
#header {
	}
#site-title {
	margin: 0; padding:35px 0 10px;
	font: normal normal bold 30px/30px Tahoma, Arial, Verdana, sans-serif;
	}
#site-title a {
  font-size:40px;padding:20px 0 75px 340px;
	color: #ddd;letter-spacing:4px;
	}
#site-description {
	margin: 0;padding:0 0 0 340px;
	font: normal normal normal 20px/25px Tahoma, Georgia, Times, 'Times New Roman', serif;
	color: #ddd;letter-spacing:4px;
	}

/**
* Navigation
**************************************/
#primary-menu {
	height: 36px;
	width: 1012px;
	margin: 0 auto;
	}
#primary-menu .menu {
	width: 600px;
	height: 36px;
	float:left;
	border-left: 1px dotted #ccc;
	}
#primary-menu ul {
	}
#primary-menu ul li {
	font: normal normal bold 15px/13px Tahoma, Arial, Verdana, sans-serif;
	}
#primary-menu ul li a {
	padding: 11px 25px 11px 25px;
	color: #888;
	background: #fff;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	}
#primary-menu li.current-menu-item a {
	border-top: 1px dotted #ccc;
	border-bottom: 2px solid #fff;
	color:#000;
	}
#primary-menu li li.current-menu-item a, #primary-menu li.current-menu-item li a {
	background: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: none;
	color:#000;
	}

/* Drop-down styles */
#primary-menu li ul {
	margin-left: -1px;
	}
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
	top: 36px;
	margin-left: -1px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {
	top: 0;
	}
#primary-menu li li {
	font-weight: normal;
	text-transform: none;
	}
#primary-menu li li a {
	padding: 9px 75px 9px 25px;
	border: 1px dotted #ccc;
	border-bottom: none;
	}
#primary-menu li li a:hover {
	background: #fff;
	text-decoration: underline;
	}

/* Sub-nav indicator. */
#primary-menu a.sf-with-ul {
	padding-right: 35px;
	}
#primary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
	background: url(images/white-menu-sub-icon.png) no-repeat 3px 5px;
	}
#primary-menu li li .sf-sub-indicator {
	background: url(images/white-menu-sub-sub-icon.png) no-repeat 3px 0px;
	}

/* Search form. */
#primary-menu .search {
	float: right;
	width: 325px;
	height: 30px;
	background: #fff;
	border: 1px dotted #ccc;
	}
#primary-menu input[type="text"] {
	float: left;
	width: 275px;
	padding: 7px 10px 5px 10px;
	font-size: 13px;
	font-style: normal;
	color: #666;
	background: #fff;
	border: none;
	}
#primary-menu input[type="submit"] {
	float: left;
	font-size: 0px;
	color: #fff;
	padding-left: 10px;
	width: 30px;
	height: 30px;
	background: #fff url(images/search-icon.png) no-repeat 5px 3px;
	border: none;
	text-indent: -9999em;
	}

/**
* Content
**************************************/

#container {
	overflow: hidden;clear:both;
	width: 960px;
	padding: 25px 25px 0 25px;
	margin: 0 auto 39px auto;
	background: #fff;
	border: 1px dotted #ccc;
	-moz-box-shadow: 0 5px 8px #555555;
	-webkit-box-shadow: 0 5px 8px #888888;
	box-shadow: 0 5px 8px #555555;	
	}

.content {
	overflow: hidden;
	float: left;
	width: 620px;
	}
.primary-inactive.secondary-inactive .content {
	width: 960px;
	}

/* Breadcrumbs */
.breadcrumb-trail {
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #666;
	}
.breadcrumb-title {
	display: none;
	}
.breadcrumb-trail a[rel="home"] {
	padding-left: 18px;
	background: url(images/home.png) no-repeat 0 1px;
	}
.breadcrumb-trail .sep {
	color: #999;
	padding: 0 3px;
	}
.breadcrumb-trail a {
	font-style: normal;
	color: #356e8b;
	}
.breadcrumb-trail a:hover {
	color: #ac2e1b;
	}

/* Posts */
.hentry {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	}

/* Post titles */
.entry-title {
	margin-bottom: 3px;
	}
.entry-title a {
	color: #333;
	}
.archive .entry-title, .search .entry-title, .home .entry-title, .blog .entry-title {
	font-size: 18px;line-height:1;margin:0;padding-top:5px;
	}
.singular .entry-title {
	margin-bottom: 0;font-size:20px;
	}
.singular-post .entry-title {
	margin-bottom: 0;font-size:20px;
	}

/* Byline */
.byline {
	margin:0 0 5px 0;
	font: normal normal normal 12px/24px Tahoma, Arial, Verdana, sans-serif;
	color: #999;
	}

.singular .byline {
	margin-bottom: 25px;
	}
.byline abbr {
	border: none;
	}
.byline abbr:hover {
	border-bottom: 1px dotted #999;
	}
.byline a {
	color: #356e8b;
	}
.byline a:hover {
	color: #ac2e1b;
	}

/* Entry content. */
.entry-summary p {
	margin: 0 0 9px 0;
	}
.entry-content a { border:1px dotted #ccc;}
.entry-content a:hover { border:1px dotted #000;}

.entry-content a[rel*="attachment"],a[share_url],a[href$=png],a[href$=jpg] {
     border: 0pt none;
     text-decoration: none;
}

/* <!--more--> link */
.more {
	font-style: normal;
	}

/* Entry metadata */
.entry-meta {
	margin: 0;
	font: normal normal normal 12px/24px Tahoma, Arial, Verdana, sans-serif;
	color: #999;
	}
.singular .entry-meta {
	clear: left;
	}
.entry-meta a {
	color: #356e8b;
	}
.entry-meta a:hover {
	color: #ac2e1b;
	}

/* Single post author box. */
.singular-post .author-profile, .singular-post .content .series {
	overflow: hidden;
	margin-bottom: 48px;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #666;
	background: #fff;
	border: 1px dotted #ddd;
	}
.singular-post .author-profile .author-name {
	margin: 0 0 0 110px;
	font-size: 14px;line-height:25px;
	color: #333;
	width:300px;
	}
.singular-post .author-profile .author-name a {
	font-style: normal;
	}
.singular-post .author-profile .avatar {
	margin-bottom: 5px;
	padding: 9px;
	background: #fff;
	border: 1px dotted #ccc;
	margin-top:-25px;
	}
.singular-post .author-description{ width:435px;float:left;}
.singular-post .author-profile .twitter {
	font-family: Tahoma, Georgia, Times, 'Times New Roman', serif;
	float: right;
	margin:-20px 0 15px 0;
	}
.singular-post .author-profile .twitter a {
	padding: 5px 5px 5px 25px;
	background: url(images/twitter.png) no-repeat 5px 5px #f9f9f9;
	}
.singular-post .author-profile p {margin:0; font-size:13px;}

/* Archives, search, etc. */
.archive-info, .search-info {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 25px 25px 12px 25px;
	font: normal normal normal 15px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #666;
	background: #fff;
	border: 1px dotted #ccc;
	}
.archive-info p {
	margin: 0 0 13px 0;
	}
.archive-title, .search-title {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #333;
	}

/* Page links */
.wp-pagenavi {
	margin-bottom: 25px;
	text-align: center;
	}
p.pages, .wp-pagenavi {
	color: #666;
	line-height: 24px !important;
	}
p.pages a, .wp-pagenavi a {
	margin: 0 3px 0 2px;
	padding: 4px 10px;
	border: 1px solid #d3d3d3;
	}
p.pages a:hover, .wp-pagenavi a:hover {
	background: #eee;
	}

/**
* Previous/Next Page Navigation
*********************************************/
/* Navigation links */
.navigation-links {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
	font-weight: bold;font-size:20px;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

.navigation-links span {padding:5px 10px;border:1px dotted #ccc;} 
.navigation-links span:hover {background:#fcfcfc;}

/**
* Widgets
**************************************/
#primary, #secondary {
	float: right;
	width: 300px;
	}
#secondary {
	clear: right;
	}
#primary .widget, #secondary .widget {
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 13px;
	}
.widget-title {
	margin-bottom: 0;
	padding-bottom: 9px;
	font-size: 25px;
	border-bottom: 1px dotted #ccc;
	}
.widget ul, .content .widget ul {
	list-style: none;
	margin: 0 0 24px 0;
	}
.widget ul ul, .content .widget ul ul {
	margin: 0;
	}
.widget li, .content .widget li {
	overflow: hidden;
	margin: 0; padding:0;
	border-bottom: 1px dotted #ccc;
	}
.widget li li, .content .widget li li {
	margin: 0; padding: 0 15px;
	background: transparent;/* yellow*/
	border: none;
	}
.widget li li a, .content .widget li li a { font-size:16px;line-height:25px;}
.widget li a, .content .widget li a {
	color: #333;
	font-size:17px;line-height:25px;letter-spacing:1px;
	display:block;
	padding: 0 15px;
	background:transparent;/* yellow*/
	}
.widget li a:hover, .content .widget li a:hover {background:#f2f3f0;padding:0 0 0 30px;}

/* Text widget adapt for author info top of right sidebar */
#text-3 img {margin:0;}
#text-3 h3 { margin:0; font-size:22px;line-height:25px;padding-top:5px;float:right; border-bottom:2px dotted #ccc; }
#text-3 p { padding-top:5px; font: normal 17px/20px Tahoma; float:right;}

/* Twitter widget */
#twitter-4 h3 { font-size:17px; letter-spacing:1px;}
#twitter-4 .entry-content { font-size:17px; line-height:20px;}
#twitter-4 .entry-content a {font-size:14px; color: #000;}
#twitter-4 .entry-meta,#twitter-4 .entry-meta a { font-size:10px;line-height:15px;letter-spacing:0;padding:0; font-weight:bold;display:inline-block;}
#twitter-4 .entry-meta {display:block;}
#twitter-4 .entry-meta .from-meta { color:#000;}
.widget.widget_twitter li { padding:10px 0; background:transparent;}

/* Recent Comments widget */
ul#recentcomments li{ font-size:17px;}
ul#recentcomments li a{ color: #215671;}

/* Term/tag clouds. */
p.term-cloud, p.post_tag-cloud {
	overflow: hidden;
	}
p.term-cloud a, p.post_tag-cloud a {
	float: left;
	display: block;
	height: 11px;
	margin: 0 6px 12px 6px;
	padding: 9px 21px 9px 10px;
	font-size: 11px !important;
	line-height: 11px;
	color: #fff;
	background: #000 url(images/tag-icon.png) no-repeat right 0;
	}

/* Content area widgets. */
#content .widget {
	overflow: hidden;
	margin-bottom: 48px;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Tahoma, Arial, Verdana, sans-serif;
	color: #666;
	background: #fff;
	border: 1px dotted #ddd;
	}

/**
* Comments
**************************************/
#comments-template h3 {
	font-size: 1.2em;
	}

.comment-list {
	list-style: none;
	margin: 0;
	border-top: 1px dotted #ccc;
	}
.comment-list ol {
	list-style: none;
	margin: 0 0 21px 0;
	border-top: 1px dotted#d3d3d3; 
	}
.comment-list li {
	overflow: hidden;
	margin: 0;
	padding: 21px 21px 0 21px;
	position: relative;
	background: #fff;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
.comment-list li.alt {
	background: #fff;
	}
.comment-list li.entry-author, .comment-list li.pra {
	background: #ffffe0;color:#333;
	-moz-box-shadow:0 0 5px;
	-webkit-box-shadow:0 0 5px;
	box-shadow:0 0 5px;
	}
.comment-list .avatar {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	padding: 1px;
	}
.comment-meta {
	color: #888;
	font: 12px Tahoma, Arial, sans-serif;
	margin: 3px 0 21px 0;
	}
.comment-meta cite {
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	}
.comment-meta cite a {
	color:#333;
	}
.comment-meta abbr {
	border: none;
	}
.comment-meta abbr:hover {
	border-bottom: 1px dotted #999;
	}
.comment-list .comment-text {
	padding: 0 9px;
	}


.comment-text a { border:1px dotted #ccc;}
.comment-text a:hover { border:1px dotted #000;}
.comment-author {display:block;}

/* Paged Comments */

.comment-navigation {margin-top:30px;margin-bottom:30px;}
.comment-navigation a {padding:5px 10px;font-size:20px;font-weight:bold;border:1px dotted #ccc;}
.comment-navigation a:hover {background:#ddd;}
.comment-navigation span.current {padding:5px 10px;font-size:20px;font-weight:bold;border:1px dotted #ccc;color:#ccc;}


/* Comment form */
#respond {
	overflow: hidden;
	margin: 24px 0;
	}
#commentform label, .contact-form label {
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	color: #888;
	}
#commentform input[type="text"], .contact-form input[type="text"] {
	display: block;
	width: 98%;
	}
#commentform p.form-author {
	float: left;
	width: 45%;
	margin-right: 9%;
	}
#commentform p.form-email {
	float: right;
	width: 45%;
	margin-right: 1%;
	}
#commentform textarea, .contact-form textarea {
	display: block;
	width: 98.5%;
	border:1px dotted #ccc; resize:vertical;
	}
.contact-form div {
	margin-bottom: 21px;
	}
.contact-form div.form-label {
	margin: 0;
	}
.contact-form legend {
	display: none;
	}
#submit {
	float: right;
	margin-left: 21px;
	}
#submit:hover, .button:hover {
	cursor: pointer;
	}
span.required {
	font-size: 16px;
	font-weight: bold;
	color: #FF4B33;
	}

/**
* Subsidiary
**************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 25px auto -25px auto;
	}
#subsidiary .widget {
	float: left;
	width: 220px;
	margin: 0 5px 25px 20px;
	}

/**
* Footer
**************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	background: #fff;
	}
#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 48px 0 24px 0;
	color: #333;
	}
#footer a {
	font-style: normal;
	}
#footer a:hover {
	}

#footer .copyright {
	float: left;
	width: 50%;
	}
#footer .credit {
	float: right;
	width: 50%;
	text-align: right;
	}


#twtr-widget-1 div.twtr-bd {padding:0;}
#twtr-widget-1 div.twtr-doc, #twtr-widget-1 div.twtr-timeline {border-radius:0;}
#twtr-widget-1 div.twtr-hd, #twtr-widget-1 div.twtr-ft {height:0;padding:0;}
#twtr-widget-1 div.twtr-hd a, #twtr-widget-1 a.twtr-reply, #twtr-widget-1 a.twtr-rt,  #twtr-widget-1 a.twtr-fav {display:none;}


#tweet-id-1 div.twtr-tweet-wrap {border-bottom:1px dotted #ddd;}
#tweet-id-3 div.twtr-tweet-wrap {border-top:1px dotted #ddd;}
#twtr-widget-1 div.twtr-tweet-text em { color:#fff;margin-top:0;}
#twtr-widget-1 a.twtr-timestamp { float:right;}
