/*
THEME NAME: HenryTapia 2010
THEME URI: http://www.henrytapia.com/
DESCRIPTION: Theme for HenryTapia.com 
VERSION: 1.0
AUTHOR: <a href="http://henrytapia.com/">Henry Tapia</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*
global 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;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

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: "" "";
}

/* 
default element styles
----------------------------------------
*/
body { 
background: #000;
font-family: Georgia, serif;
font-size: 87.5%;
line-height: 150%;
color: #515151;
}

h1, h2, h3, h4 {
font-weight: bold;
font-family: Georgia, serif;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.714em;
margin: 0 0 .5em 0;
}

p {
margin: 0 0 .75em;
}

a {
text-decoration: none;
color: #af0000;
}

a:hover {
text-decoration: underline;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

ul li {
list-style-type: none;
margin: .25em 0;
}

abbr, acronym {
border-bottom: 1px dotted #af0000;
}

dl { overflow: auto; line-height: 1.3em; }
dl dt { float: left; width: 35%; margin-bottom: .5em; }
dl dd { float: right; width: 60%; margin-bottom: .5em; }

input[type=text],
textarea {
border: 1px solid #bbb;
padding: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

blockquote {
margin: 20px 5px;
padding: 0 15px;
border-left: 3px solid #af0000;
color: #000;
}

pre {
background: #ebe8e2;
font-family: Consolas, Courier New, sans-serif;
font-size: 0.75em;
margin: 20px 0;
overflow: auto;
padding: 10px;
}

small {
font-size: .875em;
}

/* 
common layout
----------------------------------------
*/
#wrapper {
background: #fff url(images/bg-body.jpg) center center;
text-align: center;
}

#header {
height: 114px;
background: url(images/bg-header2.jpg) center top no-repeat;
border-top: 4px solid #424341;
}

#header .inner {
position: relative;
width: 980px;
height: 52px;
margin: 0 auto;
text-align: left;
background: #fff url(images/bg-header.jpg);
}

#header h1 {
position: absolute;
left: 20px;
top: 10px;
width: 160px;
height: 40px;
}

#header h1 a {
display: block;
width: 60px;
height: 60px;
text-indent: -9999px;
background: url(images/logo.png) no-repeat;
}

#header #blog-description {
display: none;
}

#header #welcome-msg {
position: absolute;
right: 58px;
top: 22px;
font-style: italic;
font-size: .786em;
color: #89857a;
text-shadow: 0 1px 0 #fff;
}

#header .rss {
position: absolute;
right: 20px;
top: 11px;
}

#header .rss a {
display: block;
width: 28px;
height: 29px;
background: url(images/rss_28.png) no-repeat;
text-indent: -9999px;
}

#menu {
width: 470px;
height: 36px;
position: absolute;
top: 10px;
left: 170px;
/*background: #000;
background: rgba(0,0,0,.75);*/
}

#menu li {
float: left; 
margin: 0 10px 0 0;
line-height: 1em;
}

#menu li a {
display: block;
padding: 7px 10px 9px;
color: #333;
text-shadow: 0 1px 0 #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#menu li.current_page_item a {
background-color: rgba(255,255,255,.2);
background-image: -moz-linear-gradient(100% 50% 90deg,transparent, rgba(255,255,255,.15), rgba(255,255,255,.25) 0%);
background-image: -webkit-gradient(linear, 0% 50%, 0% 51%, from(rgba(255,255,255,.15)), to(transparent), color-stop(1,rgba(255,255,255,.25)));
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 -1px 0 rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 -1px 0 rgba(0,0,0,.15);
box-shadow: 0 1px 0 rgba(255,255,255,.75);
text-shadow: none;
color: #000;
}

#menu li a:hover {
text-decoration: none;
text-shadow: none;
background-color: rgba(0,0,0,.05);
background-image: none;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 -1px 0 rgba(0,0,0,.25);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 -1px 0 rgba(0,0,0,.25);
box-shadow: 0 1px 0 rgba(255,255,255,.75);
color: #000;
}

#menu li a:active {
margin-top: 2px;
background-color: rgba(0,0,0,.1);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 -1px 0 rgba(0,0,0,.25);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.75), 0 -1px 0 rgba(0,0,0,.25);
box-shadow: 0 1px 0 rgba(255,255,255,.75);
}

#menu li.current_page_item a:hover {
background-color: rgba(255,255,255,.3);
}

#menu li span.new {
display: block;
position: relative;
right: -33px;
top: -44px;
width: 30px;
height: 22px;
background: url(images/bubble-new.png) no-repeat;
}


#access {
position: relative;
width: 980px;
margin: 0 auto;
}

#container {
/*
width: 960px;
margin: 0 auto;
*/
text-align: left;
}

#content {
padding: 0 0 10px;
width: 960px;
min-height: 300px;
margin: -16px auto 0;
}

/* side bar */

#container .sidebar {
/*float: left;
width: 150px;
padding: 0 10px 0 0;
margin: 2em 0 60px 0;*/
font-size: .857em;
line-height: 135%;
}

#container .sidebar ul h3 {
padding: 10px 10px .5em;
width: 140px;
float: left;
font-size: 1.167em;
color: #666;
}

#container .sidebar ul h3 a {
color: #666;
}

#container .sidebar #rss_links ul {
padding: 0 .857em;
}

#container .sidebar ul li.widget, .sidebar ul li.blogroll {
margin: 0;
/*border-top: 1px solid #b4b0ad;*/
}


#container .sidebar ul .textwidget {
padding: 0 .857em;
}

#container #secondary {
display:none;
}

/* footer */

#footer {
clear: both;
background: #000 url(images/bg-footer.png) left top repeat-x; 
border-bottom: 10px solid #000;
}

#footer .inner {
width: 960px;
margin: 0 auto;
padding: 10px 0;
text-align: left;
}

#footer .inner .main {
float: left;
width:620px;
margin-right: 10px;
}

#footer .inner .sidebar {
float: left;
padding: 0 10px;
width: 310px;
}

#footer {
color: #c0c0c0;
}

#footer  h3{
color: #999;
}

#footer a {
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#footer li.widget {
clear: both;
padding: 1em 0 10px;
margin: 0;
overflow: auto;
border-bottom: 1px solid #111;
}

#footer li.widget h3.widgettitle {
float: left;
width: 140px;
margin: 0 10px;
}

#footer .main li.widget ul,
#footer .main li.widget .textwidget {
float: left;
width: 440px;
padding: 0 10px;
}

#footer li.widget .textwidget p {
margin-top: 0;
font-size: .857em;
line-height: 1.5em;
}

#footer li.widget .textwidget p  a {
margin-left: -4px;
padding: 4px;
font-style: normal;
}

#footer .main li.widget .textwidget p  a:hover,
#footer #flickr p.more a:hover {
background-color: #000;
text-decoration: none;
}

#footer #flickr {
border-top: 1px solid #3f3f3f; /* #84807f; */
}

#footer #flickr ul {
margin: 0 0 0 -5px;
}

#footer #flickr li {
float: left;
margin: 0; 
}

#footer #flickr li img {
/*
padding: 8px;
background: url(images/bg-thumb.png) left top no-repeat;
*/
/* border: 3px solid #cfcecb; */
margin: 3px 6px;
-moz-box-shadow:1px 1px 8px #121212;
-webkit-box-shadow:1px 1px 8px #121212;
box-shadow:1px 1px 8px #121212;
}

#footer #flickr li.first img {
height:162px;
max-width: 254px;
}

#footer #flickr p.more {
float: right;
width: 440px;
padding: 0 10px;
margin: .417em  0;
font-size: .857em;
}
#footer #flickr p.more a {
padding: 4px;
margin-left: -4px;
}

#footer p.copyright {
clear: both;
border-top: 1px solid #3f3f3f;
margin: 0 0 1em 0;
padding: 12px 0 12px 36px;
font-size: .786em;
font-family: Arial, sans-serif;
background: url(images/logo-footer.gif) 10px 50% no-repeat;
color: #666;
}

#footer .sidebar li.widget h3.widgettitle {
clear:both;
float:none;
}

#footer .sidebar #search form {
margin: 14px 10px 4px;
}

#footer .sidebar #search form div {
padding: 10px;
background-color: #1d1d1d;		/* for non-RGBA browsers */
background-color: rgba(0,0,0,.35);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#footer .sidebar #search input#s {
clear: both;
width: 220px;
height: 18px;
margin-right: 4px;
padding: 2px;
background-color: #777;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.8);
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.8);
box-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

#footer .sidebar #search input#s:focus {
background-color: #bbb;
}

#footer .sidebar #search input.button {
padding: 2px 6px;
width: 38px;
height: 22px;
background-color: #444;
color: #ccc;
cursor: pointer;
font-family: Arial,Helvetica,sans-serif;
font-size: .786em;
font-weight: bold;
text-transform: uppercase;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
box-shadow: 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 -1px 0 #000;
}

#footer .sidebar #search input.button:hover {
background-color:#555;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

#footer .sidebar #search,
#footer .sidebar #rss_links,
#footer .sidebar .widget_text {
border-bottom: 1px solid #111;
}

#footer .sidebar #rss_links,
#footer .sidebar #social_networks,
#footer .sidebar .widget_links,
#footer .sidebar .widget_text {
border-top: 1px solid #3f3f3f;
}

#footer .sidebar #rss_links ul,
#footer .sidebar .widget_links ul,
#footer .sidebar #social_networks ul {
margin: 14px 10px;
}

#footer .sidebar .widget_links ul {
margin-bottom: 0;
font-size: .857em;
line-height: 1.2em;
-moz-column-count: 2;
-webkit-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
}

#footer .sidebar .widget_links ul li {
margin: 0 0 5px -3px;
}

#footer .sidebar .widget_links ul li a {
padding: 3px;
color: #c0c0c0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#footer .sidebar .widget_links ul li a:hover {
background-color: #000;
text-decoration: none;
}

#footer .sidebar #rss_links li a {
padding: 2px 0 2px 22px;
background: url(images/rss_16.png) no-repeat;
font-size:0.857em;
}

#footer .sidebar #social_networks {
border-bottom: none;
}

#footer .sidebar #social_networks li {
float: left;
margin-right: 6px;
}

#footer .sidebar #social_networks li a {
display: block;
width: 16px;
height: 16px;
text-indent: -9999px;
}

#footer .sidebar #social_networks li a.facebook {
background: url(images/facebook_16.png) no-repeat;
}

#footer .sidebar #social_networks li a.twitter {
background: url(images/twitter_16.png) no-repeat;
}

#footer .sidebar #social_networks li a.delicious {
background: url(images/delicious_16.png) no-repeat;
}

#footer .sidebar #social_networks li a.flickr {
background: url(images/flickr_16.png) no-repeat;
}


/* footer ad */
#footer .sidebar #tracsion-ad {
margin: 10px 5px 0;
padding: 5px;
background: #222;
font-family: Arial, Helvetica, sans-serif;
font-size: .857em;
line-height: 1.3em;
}

#footer .sidebar .widget_text #tracsion-ad a {
display: block;
}

#footer .sidebar #tracsion-ad a:nth-child(3) {	/* image link */
float:left;
margin: 0 5px 5px 0;
}

#footer .sidebar #tracsion-ad i {
display: block;
clear: both;
padding: 5px;
margin: -5px;
background: #111;
font-size: .917em;
font-style: normal;
}

#footer .sidebar #tracsion-ad i a {
color: #999;
}


#footer .sidebar #tracsion-ad br {
display: none;
height: 0;
line-height: 0;
}

/* style switcher */

body.js-enabled #footer .mobile-style-switcher {
display: none;
padding: 0 10px;
}

body.js-enabled #footer .mobile-style-switcher .to-mobile {
display: none;
}

/* posts */

.post {
padding: 0.5em 10px;
background: url(images/bg-dottedline1.gif) bottom left repeat-x;
}

/*.post:hover {
background-color: #f5f3f3; 
}*/

.entry-meta {
float: left;
width: 140px;
margin-right: 20px;
}

.entry-meta .entry-date {
font-family: Georgia, serif;
color: #999;
}

.entry-meta .entry-date abbr {
border: none;
}

.home .entry-meta .entry-date,
.single .entry-meta .entry-date {
width: 60px;
text-align: center;
color: #353535;
margin-bottom: 100px;
}

.home .entry-meta .entry-date strong,
.single .entry-meta .entry-date strong {
display: block;
font-size: 3.636em;
font-weight: normal;
line-height: 1em;
color: #353535;
}

.home .entry-meta,
.single .entry-meta {
font-size: .786em;
}

.entry-title, .entry-content {
float: left;
line-height: 140%;
}

.entry-title {
color: #333;
width: 440px;
}

h2.entry-title,
h2.page-title {
letter-spacing: -1px;
}

.home .entry-title,
.single .entry-title {
margin-bottom: 1em;
line-height: 1em;
}

.entry-title a {
display: block;
color: #353535;
font-weight: normal;
}

.home .entry-title a:hover,
.single .entry-title a:hover,
.headlines .entry-title a:hover {
text-decoration: none;
color: #AF0000;
}

.entry-content {
position: relative;
width: 470px;
font-size: 1.143em;
color: #515151;
word-wrap: break-word; 
}

.entry-content a[target="_blank"],
.entry-content a[rel="external"],
.home .sidebar ul.delicious li a {
padding-right: 8px;
background: url(images/arrow-external.png) 100% 3px no-repeat;
}

.entry-content a[target="_blank"].no-arrow,
.entry-content a[rel="external"].no-arrow {
padding: 0;
background: none;
}

.entry-content h2 {
margin-top: 20px;
font-size: 1.25em;
}

.entry-content h3 {
margin: 20px 0 0.5em;
padding:0.5em 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.entry-content .cat-links {
clear: both;
padding: 4px 0;
margin-bottom: 16px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; 
font-size: .688em;
text-transform: uppercase;
line-height: 1.5em;
}

.entry-content ul {
margin: 0 0 1.5em;
}

.entry-content ul li {
list-style-type: disc;
}

.entry-content img {
margin: 10px 0;
}

.entry-content img[align=right] {
margin: 10px 0 10px 10px;
}

.navigation {
padding-left: 160px !important;
}

.navigation .nav-previous,
.navigation .nav-next {
float: left;
}

.navigation .nav-previous span,
.navigation .nav-next span {
display: block;
padding: 0 10px;
font-size: .857em;
color: #999;
text-transform: uppercase;
}

.navigation .nav-previous span span,
.navigation .nav-next span span {
padding: 0;
font-size: 1em;
}

.navigation div a {
display: block;
/* min-height: 60px; */
width: 140px;
padding: 0 10px 10px;
line-height: 1em;
}

.single .archives {
/*margin-top: 20px;*/
}

/* sharing and comments */
.single .entry-content {
padding-bottom: 60px;
}

.single .entry-content .sharing {
position: absolute;
left: 0;
bottom: 10px;
z-index: 2;
padding: 10px 0 0;
width: 90px;
}

.single .entry-content .sharing ul {
margin: 0;
}

.single .entry-content .sharing li {
float: left;
margin: 0 4px 0 0;
list-style-type: none;
}

.single .entry-content .sharing li a {
padding: 0;
background: none !important;
}

.single .entry-content .sharing li img {
margin: 0;
}

.single .entry-content iframe.facebook-like,
.single .entry-content .fb_iframe_widget {
position: absolute;
left: 0;
bottom: 10px;
z-index: 1;
padding: 10px 0 0 90px;
width: 380px;
background: transparent url(images/bg-dottedline1.gif) repeat-x scroll left top;
}

.single #comments {
clear: both;
}

.single #comments .comments {
padding: 20px 0;
width: 960px;
margin: 0 auto;
border-top: 1px solid #ccc;
}

.single #comments .comments h3 {
padding: 10px 10px 20px 170px;
font-size: 1.5em;
color: #333;
}

.single #comments .comments li.comment {
padding: 10px;
position: relative;
/* background: transparent url(images/bg-dottedline1.gif) repeat-x scroll left top; */
min-height: 4em;
}

.single #comments .comments li.bypostauthor,
.single #comments .comments li.comment-author- {
/* background-color: #f3f2ee;
background-color: rgba(220, 217, 208, 0.35);
*/
text-shadow:0 1px 0 #FFFFFF;
color: #333;
}

.single #comments .comments li.comment .comment-meta {
float: left;
width: 140px;
margin-right: 20px;
font-family: Arial, sans-serif;
font-size: 0.786em;
line-height: 1.3em;
}

.single #comments .comments li.comment .comment-meta .comment-author {
width: 100px;
margin-bottom: 5px;
font-size: 1.273em;
font-weight: bold;
font-family: Georgia, serif;
}

.single #comments .comments li.comment .comment-meta .comment-author a {
color: #454545;
}

.single #comments .comments li.comment .comment-meta .comment-author a.twitter-id {
font-weight: normal;
font-size: .786em;
}

.single #comments .comments li.comment .comment-meta .comment-date {
color: #999
}

.single #comments .comments li.comment .comment-meta .avatar {
position: absolute;
left: 120px;
top: 10px;
/*
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
box-shadow: 0px 2px 4px rgba(0,0,0,.2);
*/
}

.single #comments .comments li.comment .comment-meta .edit-link {
margin-left: 5px;
}

.single #comments .comments li.comment .comment-content {
float: left;
padding: 10px;
width: 450px;
line-height: 140%;
background-color: #fff;
border: 1px solid #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.single #comments .comments li.bypostauthor .comment-content,
.single #comments .comments li.comment-author- .comment-content {
background-color: #F0F0E1;
border: 1px solid #C4C0A2;
}

.single #comments .comments li.comment .comment-content p {
margin-top: 0;
}

.single #comments .comments li.comment .comment-content blockquote {
padding: 9px 15px 1px;
background-color: rgba(0, 0, 0, 0.08);
}

.single #comments .comments li.bypostauthor .comment-content blockquote,
.single #comments .comments li.comment-author- .comment-content blockquote {
background-color: rgba(0, 0, 0, 0.03);
}

.single #comments .comments li.comment .comment-content ul {
margin: 0 1em 1.5em;
}

.single #comments .comments li.comment .comment-content ul li {
list-style-type: disc;
}

.single #comments .comments li.comment .comment-content span.arrow {
position: absolute;
top: 20px;
left: 161px;
width: 12px;
height: 12px;
background: url(images/arrow-comment.png);
}

.single #comments .comments li.bypostauthor .comment-content span.arrow,
.single #comments .comments li.comment-author- .comment-content span.arrow {
background: url(images/arrow-twitter.png);
}

/* comment form */
.single #respond {

}

.single #respond .inner {
padding: 10px 0;
width: 960px;
margin: 0 auto;
border-top: 1px solid #ccc;
}

.single #respond h3 {
padding: 10px 10px 0 170px;
font-size: 1.5em;
color: #333;
}

.single #commentform  {
padding: 20px 0 0;
/* background: transparent url(images/bg-dottedline1.gif) repeat-x scroll left top; */
}

.single #commentform p#login {
padding: 0 0 10px 170px;
margin-bottom: 1em;
clear: both;
}

.single #commentform span.required {
font-weight: bold;
color:#af0000;
}

.single #commentform .form-label {
clear: both;
float: left;
width: 140px;
padding-left: 10px;
margin: 0 20px 10px 0;
}

.single #commentform .form-input,
.single #commentform .form-textarea {
float: left;
width: 240px;
margin: 0 0 10px;
color: #333;
font-family: inherit;
font-size: inherit;
} 

.single #commentform .form-input input.text {
width: 230px;
}

.single #commentform .form-textarea {
width: 460px;
margin-bottom: 4px;
}

.single #commentform .form-textarea textarea#comment{
height:13em;
overflow:auto;
width: 460px;
}

.single #commentform p#comment-notes {
padding: 0 0 0 170px;
margin-bottom: 1em;
clear: both;
font-size: .786em;
font-style: italic;
}

.single #commentform .form-option {
padding: 0 0 0 170px;
margin-bottom: 1em;
clear: both;
}

.single #commentform .form-submit {
clear: both;
padding: 10px 0 20px 170px;
}

.single #commentform .form-submit #submit {
padding: 8px 4px;
width: 140px;
background-color: #aa0005;
color: #fff;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: .857em;
font-weight: bold;
text-transform: uppercase;
border: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.single #commentform .form-submit #submit:hover {
background-color: #bc1116;
}

/* pages */
.page-template .entry-title,
.page-template .entry-content {
margin: 0 0 20px 170px;
}

.page-template .entry-content {
 clear: both;
}

/* archives page */
.page-template-archives-php .entry-title {
margin: 0 0 20px 170px;
width: 780px;
}

.page-template-archives-php .entry-content {
width: auto;
margin-left: 0;
font-size: 1em;
}

.page-template-archives-php .headlines {
padding-bottom: 10px;
background: url(images/bg-dottedline1.gif) left bottom repeat-x;
}

.page-template-archives-php .headlines .post {
float: left;
width: 140px;
padding: 10px 10px 0.5em;
background: none;
}

.page-template-archives-php .headlines .post a {
word-wrap: break-word; 
}

.page-template-archives-php #monthly-archives,
.page-template-archives-php #category-archives {
background: url(images/bg-dottedline1.gif) left bottom repeat-x;
}

.page-template-archives-php .headlines h3.entry-title {
padding: 0;
margin: 0;
border: none;
}

.page-template-archives-php .headlines h3.section-title,
.page-template-archives-php #monthly-archives h3,
.page-template-archives-php #category-archives h3 {
float: left;
padding: 10px 20px 10px 10px;
margin: 0;
width: 130px;
color: #666;
font-weight: normal;
border: none;
}

.page-template-archives-php #monthly-archives ul,
.page-template-archives-php #category-archives ul {
float: left;
width: 790px;
padding: 10px 0 20px 10px;
-moz-column-count: 5;
-webkit-column-count: 5;
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
}

.page-template-archives-php #monthly-archives ul li,
.page-template-archives-php #category-archives ul li {
margin-top: 0;
color: #aaa;
font-size: .857em;
list-style-type: none;
}

.page-template-archives-php #monthly-archives ul li a,
.page-template-archives-php #category-archives ul li a {
font-size: 1.167em;
}

/* individual archive page, search results and 404 error */
.archive h2.page-title,
.archive .archive-meta,
.search h2.page-title {
margin: 0 0 20px 170px;
width: 440px;
}

.archive h2.page-title span,
.search h2.page-title span {
color: #af0000;
}

.archive .post,
.search .post,
.search .page {
width: 620px;
padding: 0;
}

.archive .post:hover,
.search .post:hover,
.search .page:hover {
background-color: rgba(175, 0, 0, .05);
}

.archive .post h3.entry-title,
.search h3.entry-title {
width: 460px;
}

.archive .post h3.entry-title a,
.search h3.entry-title a {
padding: .5em 10px;
color: #AF0000;
}

.archive .post .entry-date,
.search .entry-date {
padding: .5em 10px;
}

.search .page {
background: url(images/bg-dottedline1.gif) bottom left repeat-x;
}

.search .page .entry-meta {
visibility: hidden;
}

.search-results .number-results,
.no-results .number-results,
.search-no-results .number-results {
margin: 10px 0 0 170px;
}

.search-results h3.results-pages,
.search-results h3.results-articles,
.search-no-results h3.results-pages,
.search-no-results h3.results-articles {
width: 600px;
margin: 20px 0 0 0;
padding: 10px;
color: #666;
background: url(images/bg-dottedline1.gif) bottom left repeat-x;
}

.no-results,
.not-found {
background: none;
}

.no-results:hover {
background: transparent !important;
}

.no-results h2.entry-title,
.no-results .entry-content,
.no-results .blog-search,
.not-found h2.entry-title,
.not-found .entry-content,
.not-found .blog-search {
margin: 0 0 20px 170px;
}

.no-results .blog-search,
.not-found .blog-search {
width: 470px;
}

.no-results .blog-search input#s-no-results,
.not-found .blog-search input#s-404 {
clear: both;
width: 332px;
height: 18px;
margin-right: 4px;
padding: 2px;
background-color: #efefef;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.8);
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.8);
box-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.no-results .blog-search input#s-no-results:focus,
.not-found .blog-search input#s-404:focus {
background-color: #f9f9f9;
}

.no-results .blog-search input.button,
.not-found .blog-search input.button {
padding: 2px 6px;
height: 24px;
background-color: #888;
color: #fff;
cursor: pointer;
font-family: Arial,Helvetica,sans-serif;
font-size: .786em;
font-weight: bold;
text-transform: uppercase;
border: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
box-shadow: 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 -1px 0 #333;
}

.no-results .blog-search input.button:hover,
.not-found .blog-search input.button:hover {
background-color:#555;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

/* -------------------------- */
/* default sandbox styles */

div.skip-link {
display: none;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
padding: 0 10px;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.gallery dl {
float:left;
}

input#author,input#email,input#url {
width:50%;
}


/* 
special features
-----------------------------------
 */

/* home */ 
.home .headlines {
margin-top: 10px;
}

.home .headlines .section-title,
.home #twitter .section-title {
padding: 10px 10px .5em;
width: 140px;
float: left;
font-size: 1em;
color: #666;
}

.home .headlines .section-title a,
.home #twitter .section-title a {
color: #666;
word-wrap: break-word; 
}

.headlines .post {
padding: 1em 10px .5em;
width: 140px;
min-height: 80px;
float: left;
background: none;
}

/*
.headlines .post:hover {
background-color: #e2e4e1;
background-color: rgba(0, 0, 0, .1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
*/

.home .headlines .entry-meta .entry-date strong {
display: inline;
font-size: 1.636em;
}

.home .headlines .entry-meta .comments-link {
line-height: 1em;
}

.headlines .entry-title { 
font-size: 1.143em; 
width: auto;
}

.home .headlines .archives,
.single .archives {
clear: both;
padding: 4px 0 0 160px;
}

.home .headlines .archives a,
.single .archives a,
.archive .navigation a,
.search-results .navigation a {
display: block;
width: 140px;
margin-bottom: 10px;
padding: 6px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/*
.home .headlines .archives a:hover,
.single .archives a:hover,
.archive .navigation a:hover,
.search-results .navigation a:hover {
color: #fff;
background-color: #af0000;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
*/

.home #twitter {
display: none; /* don't show by default - made visible by main.js if JS is enabled */
background: transparent url(images/bg-dottedline1.gif) repeat-x left top;
padding-top: 10px;
min-height: 106px;
}

.home #twitter .inner {
position: relative;
padding: 8px 10px 0;
width: 780px;
min-height: 80px;
float: left;
background: none;
}

.home #twitter .loading {
 padding: 0 0 0 22px;
 background: transparent url(images/ajax-loader2.gif) no-repeat 0 2px;
}

.home #twitter .tweet_list li {
position: absolute;
width: 780px;
min-height: 84px;
margin: 0;
display: none;
}

.home #twitter .tweet_list li:first-child {
display: block;
}

.home #twitter .tweet_text {
display: block;
padding: 10px;
width: 709px;
height: 40px;
position: absolute;
right: 0;
top: 0;
background-color: #f0f0e1;
border: 1px solid #c4c0a2;
color: #343434;
font-size: 1.143em;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0 1px 0 #FFFFFF;
}

.home #twitter .tweet_follow {
position: absolute; 
top: 66px;
left: 50px;
font-size: .786em;
}

.home #twitter .tweet_date,
.home #twitter .tweet_time a /* newer format */ {
position: absolute; 
top: 66px;
right: 116px;
font-size: .786em;
color: #5e5d59;
}

.home #twitter .inner .newer,
.home #twitter .inner .older { 
position: absolute; 
top: 74px;
font-size: .786em;
cursor: pointer;
right: 11px;
}

.home #twitter .inner .newer.inactive,
.home #twitter .inner .older.inactive {
color: #d67f7d;
cursor: default;
}

.home #twitter .inner .newer.inactive:hover,
.home #twitter .inner .older.inactive:hover {
text-decoration: none;
}

.home #twitter .inner .older {
right: 62px;
}

.home #twitter .inner .arrow {
position: absolute;
top: 20px;
left: 50px;
width: 12px;
height: 12px;
background: url(images/arrow-twitter.png);
}

.home #twitter .inner .shitbird {
position: absolute;
top: -17px;
right: 10px;
width: 42px;
height: 30px;
background: url(images/shitbird.png);
}

.home  #primary.sidebar  {
}

.home  #primary.sidebar  .inner {
/*background-color: #e2e2e2;*/
background: transparent url(images/bg-dottedline1.gif) repeat-x left top;
width: 960px;
margin: 0 auto;
padding-top: 10px;
}

.home  .sidebar ul.delicious {
float: left; 
width: 800px;
}

.home  .sidebar ul.delicious li {
padding: 10px;
margin: 0 0 1em;
width: 140px;
/*min-height: 140px;*/
display: inline-block;
vertical-align: top;
}

/*
.home  .sidebar ul.delicious li:hover {
background-color: rgba(175, 0, 0, .1);
}
*/

.home  .sidebar ul.delicious li a {
font-weight: bold;
}

.home  .sidebar ul.delicious li a:hover {
background-color: #af0000;
color: #fff;
text-decoration: none;
}

.home  .sidebar .more {
clear: both;
padding: 4px 0 0 160px;
font-size: 1.167em;
}

.home  .sidebar .more a {
display: block;
width: 140px;
margin-bottom: 10px;
padding: 6px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/*
.home  .sidebar .more a:hover {
color: #fff;
background-color: #af0000;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
*/


/* tool tips */
.tooltip-logo { 
display: none;
position: absolute;
left: 90px;
top: 6px;
z-index: 1000;
padding: 8px 14px 14px;
width: 124px;
min-height: 54px; 
background-color: #000; 
background-color: rgba(0, 0, 0, .8);
font-size: .786em;
line-height: 1.3em;
color: #f0f0f0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .65);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .65);  
box-shadow:  0 2px 5px rgba(0, 0, 0, .65);
text-shadow: 0 -1px 0 #000;
}

.tooltip-logo:first-line {
line-height: 2.4em;
font-size: 1.273em;
}

.tooltip-logo span.arrow {
position: absolute;
top: 16px;
left: -11px;
width: 12px;
height: 12px;
background: url(images/arrow-tooltip1.png);
}

/* overlays  (gallery, lightbox, etc) */
.overlay { 
display: none; 
z-index: 10000; 
background-color: #0f0f0f; 
width: 500px;     
min-height: 334px; 
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .9);
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .9);  
box-shadow:  0 0 20px rgba(0, 0, 0, .9);
}

.overlay .close { 
position: absolute; 
right: 1px; 
top: 3px; 
width: 29px; 
height: 30px; 
cursor: pointer; 
background: url(images/sprite-overlay.png) left bottom no-repeat; 
}

.overlay .next,
.overlay .prev { 
position:absolute; 
bottom: 6px;
width: 29px; 
height: 30px; 
z-index: 2;
display: block;
cursor: pointer;
background: url(images/sprite-overlay.png) no-repeat; 
color: #fff;
font-size: .857em;
text-indent: -9999px
} 

.overlay .prev {
left: 2px;
background-position: 0 0;
}

.overlay .next {
right: 1px;
background-position: 0 -28px;
}

.overlay .disabled {
visibility:hidden;		
}

.overlay .info {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
padding: 10px 34px;
color: #ccc; 
font-size: .857em;
text-align: center;
line-height: 1.2em;
}

.overlay .info strong {
display: block;
font-weight: normal;
}

.overlay .info span {
font-size: .917em;
color: #999
}

.overlay .info a {
color: #fff;
}

.overlay .progress {
position: absolute;
top: 50%;
left: 50%;
margin: -31px 0 0 -31px;
display: none;
padding: 15px;
background-color: rgba(0, 0, 0, .85);
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .75);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .75);  
box-shadow: 0 2px 5px rgba(0, 0, 0, .75);
}

.overlay .info {
background: #000;
background: rgba(0, 0, 0, .7);
border-top: 1px solid #000;
text-shadow: 0 1px 0 #000;
}

/* contact form */
.page div.wpcf7 {
margin: 30px 0 0 -170px;
font-size: .875em;
}

.page div.wpcf7 .contact-label {
clear: left;
float: left;
width: 140px;
padding-left: 10px;
margin: 0 20px 10px 0;
}

.page div.wpcf7 .wpcf7-form-control-wrap {
float: left;
width: 470px;
margin-bottom: 10px;
}

.page div.wpcf7 .wpcf7-form-control-wrap input,
.page div.wpcf7 .wpcf7-form-control-wrap textarea {
float: left;
}

.page div.wpcf7 .wpcf7-form-control-wrap input {
width: 256px;
padding: 3px;
}

.page div.wpcf7 .wpcf7-form-control-wrap textarea {
width: 464px;
padding: 3px;
}

.page div.wpcf7 .wpcf7-quiz-label {
display: block;
}

.page div.wpcf7 .turing-quiz {
margin-bottom: 20px;
}

.page div.wpcf7 p.action {
clear: left;
margin-left: 170px;
}

.page div.wpcf7 p.action input {
padding: 8px 4px;
width: 140px;
background-color: #aa0005;
color: #fff;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: .857em;
font-weight: bold;
text-transform: uppercase;
border: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.page div.wpcf7 p.action input:hover {
background-color: #bc1116;
}

.page div.wpcf7 .microcopy {
clear: left;
margin-left: 170px;
font-size: .786em;
font-style: italic;
}

.page div.wpcf7 div.wpcf7-response-output {
margin: 20px 0 20px 170px;
padding: 10px;
line-height: 1.3em;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0 1px 0 #FFFFFF;
}

.page div.wpcf7 div.wpcf7-response-output a {
font-style: italic;
}

.page div.wpcf7 div.wpcf7-validation-errors,
.page div.wpcf7 div.wpcf7-mail-sent-ng,
.page div.wpcf7 span.wpcf7-not-valid-tip-no-ajax {
display: block;
color: #af0000;
background-color: #ffdfdf;
border: 1px solid #af0000;
border: 1px solid rgba(175,0,0,.2);
}

.page div.wpcf7 div.wpcf7-mail-sent-ok {
display: block;
color: #2a8e20;
background-color: #e5f8e4;
border: 1px solid #c1e3bd;
}

.page div.wpcf7 span.wpcf7-not-valid-tip-no-ajax {
position: relative;
float: left;
padding: 6px;
width: 175px;
margin: -2px 0 10px 12px;
font-size: .785em;
line-height: 1.3em;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 rgba(175, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(175, 0, 0, 0.5);
}

.page div.wpcf7 span.wpcf7-not-valid-tip-no-ajax span.arrow {
position: absolute;
top: 7px;
left: -10px;
width: 12px;
height: 12px;
background: url(images/arrow-error.png);
}

/* about page */
#post-95 h2.entry-title { width: 450px; letter-spacing:-1px; }
#post-95 .entry-content { width: 440px; padding-right: 10px; }
#post-95 .entry-content h3 { float:left; padding: 0; margin: 0 20px 0 -160px; border: 0; font-size: .875em; } 
#post-95 .entry-content .section { margin-bottom: 20px; padding-bottom: 20px; line-height: 1.3em; background: url(images/bg-dottedline1.gif) left bottom repeat-x; }
#post-95 .entry-meta { min-height: 180px; }
.search-results #post-95 .entry-meta { min-height: 0; }
#post-95 .entry-content .intro a { color: #000; font-style: italic; }
#post-95 .entry-content .wp-image-229 { float: right; margin-right: -280px; }
#post-95 .entry-content .wp-image-231 { margin-top: 4px; }
#post-95 .entry-content .vital-statistics { position: absolute; right: -330px; top: 0; width: 300px; padding-bottom: 10px; background: url(images/bg-dottedline1.gif) left bottom repeat-x; font-size: .75em; }
#post-95 .entry-content .vital-statistics h4 { margin-bottom: 15px; font-size: 1.167em; }
#post-95 .entry-content .vital-statistics dl { margin-bottom: 40px; }
#post-95 .entry-content .vital-statistics dl dt { width: 70px; color: #888; word-wrap: normal;  }
#post-95 .entry-content .vital-statistics dl dd { width: 220px; }

/* 
 content element styling (includes legacy content)
-----------------------------------
 */

.entry-content .frame2 { float: right; margin: 4px 0 4px 10px; }

.entry-content .update {
padding: 6px;
margin: 10px 0;
font-size: .785em;
line-height: 1.3em;
background-color: #ffdfdf;
border: 1px solid #af0000;
border: 1px solid rgba(175,0,0,.2);
color: #333;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0 1px 0 #FFFFFF;
-moz-box-shadow: 0 1px 0 rgba(175, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0 rgba(175, 0, 0, 0.5);
}

.entry-content .update h3 {
color: #af0000;
border: 0;
padding: 0;
margin-top: 0;
}

.dropcap:first-letter { float: left; padding: 1.5ex; margin: 7px 14px 0 0; background-color: #af0000; color: #fff; line-height: 1em; font-weight: bold; text-shadow: 0 -1px rgba(0,0,0,.75); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.entry-content p.intro { padding: 0 0 16px; font-size:1.286em; border-bottom: 1px solid #ccc; color: #333; }
.entry-content .end { margin: 0; vertical-align: middle; }
 
dl.thumbnail-grid { float: left; margin: 20px 0 20px; width: 100%; }
dl.thumbnail-grid dt, dl.thumbnail-grid dd { width: 75px; float: left; }
dl.thumbnail-grid dt { margin: 0 10px 70px 0;} /* vertical space between the images */
dl.thumbnail-grid dd { margin: 80px 10px 0 -85px; font-size: .686em; font-family: Arial, sans-serif; line-height: 112.5%; color: #777; }
dl.thumbnail-grid dd strong { display: block; }
dl.thumbnail-grid img { vertical-align: bottom; border: 0; margin: 0;}

blockquote.pullquote  {
border: none;
color: #C70B15;
float: left;
font: italic 1.188em/1.3em Georgia, serif;
margin: 0 1em 0.5em -4em !important;
text-align: right;
width: 45%;
}

blockquote.pullquote cite {
font-size: .737em;
color: #999;
}


.noFrame1 {
float: right;
border: none;
margin-left: 5px;
margin-bottom: 5px;
}

.noFrame2 {
border: none;
margin-left: 5px;
margin-bottom: 5px;
}

.noFrame3 {
float: left;
border: none;
margin-right: 5px;
margin-bottom: 5px;
}


.home #post-151 h2,
.page-template-archives-php #post-151 h3 { 
font-size: .857em; 
}

/* 
Hide these when JS is enabled 
-----------------------------------
 */
body.js-enabled #container .sidebar ul h3, 
body.js-enabled h2.entry-title, 
body.js-enabled h2.page-title, 
body.js-enabled.home .headlines h2, 
body.js-enabled .headlines h3, 
body.js-enabled.home #twitter h2, 
body.js-enabled.home .post .entry-date, 
body.js-enabled.single .post .entry-date,
body.js-enabled.single #comments h3, 
body.js-enabled.single #respond h3, 
body.js-enabled.page-template-archives-php #monthly-archives h3, .page-template-archives-php #category-archives h3,
body.js-enabled #footer h3.widgettitle, 
body.js-enabled .special-type { 
 visibility: hidden; 
}

/* 
slightly enhanced, universal clearfix hack 
-----------------------------------
 */
.clearfix:after { visibility: hidden; display: block; font-size: 0; 	content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
