/*
Theme Name: Name.ly/Cards
Theme URI: http://name.ly/cards/
Description: Digital cards and small jingling sites. 
Version: 0.0.1
Tags: animation, mini, social bookmarks, business cards
Author: Brands-and-Jingles
Author URI: http://www.Brands-and-Jingles.com/
License: All Rights Reserved

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/*	--------------------------------------------------
Global Reset - Resets all browser defaults to 0
-------------------------------------------------- */

html, body {
	margin:0;
	padding:0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
/*	line-height:1; */
	font-family:inherit;
	text-align:left;
}

a.header:link, a.header:visited, a.header:active, a.header:hover {
	color: #000; 
	text-decoration: none; 
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

/*
blockquote {
	font-size: 14px;
	font-style:bold;
}
blockquote:before, blockquote:after {
	content:"";
}
*/

blockquote { background: url(VisitingCard/images/quote.png) no-repeat left 0px; margin:8px 0; padding:0px 10px 0px 20px; font-size:100%; }
blockquote:first-letter { font-size:200%; }
blockquote ul li { margin: 7px 0 8px 16px; }
blockquote ul li:before { content: "\00BB \0020"; }
blockquote ol li { margin: 7px 0 8px 32px; }
blockquote ol li { list-style: decimal outside; }

/* p {
	font-size: inherit;
	font-style: inherit;
} */

a { outline:none; } 
.aright { float:right; }

sub, sup {
	font-size: xx-small;
}




.i_business { background:url(/wp-content/images/icons/11/star.png) no-repeat 4px 4px; }
.i_personal { background:url(/wp-content/images/icons/11/left_arrow.png) no-repeat 4px 4px; }

.i_edit { background:url(/wp-content/images/icons/11/edit.png) no-repeat 4px 4px; }
.i_empty { background:url(/wp-content/images/icons/11/empty.png) no-repeat 4px 4px; }
.i_left_arrow { background:url(/wp-content/images/icons/11/left_arrow.png) no-repeat 4px 4px; }
.i_star { background:url(/wp-content/images/icons/11/star.png) no-repeat 4px 4px; }
.i_web { background:url(/wp-content/images/icons/11/web.png) no-repeat 4px 4px; }

.i_aim { background:url(/wp-content/images/icons/11/aim.png) no-repeat 4px 4px; }
.i_googletalk { background:url(/wp-content/images/icons/11/google_talk.png) no-repeat 4px 4px; }
.i_google_talk { background:url(/wp-content/images/icons/11/google_talk.png) no-repeat 4px 4px; }
.i_icq { background:url(/wp-content/images/icons/11/icq.png) no-repeat 4px 4px; }
.i_mail { background:url(/wp-content/images/icons/11/email.png) no-repeat 4px 4px; }
.i_messenger { background:url(/wp-content/images/icons/11/messenger.png) no-repeat 4px 4px; }
.i_msn { background:url(/wp-content/images/icons/11/messenger.png) no-repeat 4px 4px; }
.i_skype { background:url(/wp-content/images/icons/11/skype.png) no-repeat 4px 4px; }
.i_yahoo { background:url(/wp-content/images/icons/11/yahoo.png) no-repeat 4px 4px; }



.bodywrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 0 -19px 0;
}

.comment { width: 100%; }

/* footer -------------------  */
.footerpush { height: 19px; }

.meta { margin: 0 0 6px 0; }



/* -----------------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS -------------------------------------------------------------- 
------------------------------------------------------------------------------------------------------------ */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #eeeeee;
	background-color: #eeeeee;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

/* -----------------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ----------------------------------------------- 
------------------------------------------------------------------------------------------------------------ */


.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.storycontent ul li {
	margin: 7px 0 8px 16px;
}

.storycontent ul li:before {
	content: "\00BB \0020";
	}

.storycontent ol li {
	margin: 7px 0 8px 32px;
	}

.storycontent ol li {
	list-style: decimal outside;
	}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 

	}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 

	}

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft,
div.alignleft {
   float: left;
   margin: 10px 10px 5px 0;
}

.alignright,
div.alignright {
   float: right;
   margin: 10px 0 5px 10px;
}

/* -----------------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image caption ----------------------------------------------- 
------------------------------------------------------------------------------------------------------------ */
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px 0 0 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
/*   line-height: 13px; */
   padding: 2px 4px 5px;
   margin: 0;
   color: #666;
}

