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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	font-family: arial, sans-serif;
	background: url('./images/bg-body.png') repeat left top;
}
h1,
.postTitle
{
	color:#111111;
	font-family:georgia, times, serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:1.5;
	padding-bottom: 1em;
	width: 100%;
}

.postTitle
{
	padding: 0;
}

h1 a,
.postTitle a
{
	color: #111;
	text-decoration: none;
	display: block;
}
h1 a:hover,
.postTitle a:hover
{
	text-decoration: underline;
}
h2,
.archivePostTitle
{
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5;
	font-family:georgia, times, serif;
	padding: 0 0 .5em;
}
h3
{
	font-size: 1.6em;
	line-height: 1.5;
	font-family: georgia, times, sans-serif;
	font-weight: normal;
	padding: 0 0 .5em;
	color: #444;
}
h4
{
	font-size: 1.4em;
	line-height: 1.5;
	font-family: georgia, times, sans-serif;
	font-weight: normal;
}
p,
ul,
ol,
pre
{
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

p.note
{
	background:#F0F0F0;
	font-style:italic;
	font-weight:bold;
	padding:10px;
}

ul,
ol
{
	margin-left: 28px;
}

ul ul,
ul ol,
ul p
{
	font-size: 1em;
}

a
{
	color: #06c;	
}
a:hover
{
	text-decoration: none;
}

.clearfix
{}
.clearfix:after
{
	content: " ";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.error
{
	color: #f22;
}
.disclaimer
{
	font-size: 1.1em;
	color: #333;
	line-height: 1.909;
}
.denotes
{
	margin-bottom: 10px;
}
.inner
{
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
.inner:after
{
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.header
{
	background: url('./images/bg-header.png') left top;
	border-bottom: 5px solid #6ad;
}
.header a
{
	color: #fff;
	text-decoration: none;
}
.header h1
{
	float: right;
	text-align: center;
	width: 300px;
	font-size: 2.4em;
	line-height: 1;
	padding: 0;
	margin: 0;
	height: 55px;
}
.header h1 a
{
	padding: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
	text-indent: -999em;
	background: url('./images/logo-dbz.png') no-repeat center 15px;
	overflow: hidden;
	width: 244px;
	height: 55px;
}
.header ul
{
	float: left;
	/*background: url('./images/bg-navbar-item.png') repeat-y left top;*/
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 2px;
}
.header li
{
	display: inline;
	float: left;
	font-size: 1.4em;
	list-style: none;
}
.header li a
{
	padding: 21px 22px 20px 18px;
	font-weight: bold;
	float: left;
	display: inline;
	/*background: url('./images/bg-navbar-item.png') repeat-y right top;*/
	/*font-style: italic;*/
}
.header li a:hover,
.header li.current_page_item a,
.header li.current_page_ancestor a
{
	background-color: #222;
}
.header li.current_page_item a
{
	/*background-color: rgba(0,0,0,0.6);*/
	/*text-decoration: underline;*/
}
.mainWrapper
{
	background: #fff;
}
.main
{
	width: 640px;
	float: left;
	padding: 20px 21px 20px 0;
	border-right: 1px solid #e0e0e0;
}
.main img
{
	border: 4px solid #e0e0e0;
	padding: 1px;
}
.main .floatLeft
{
	margin-right: 21px;
	margin-bottom: 21px;
	float: left;
}
.main .floatRight
{
	margin-left: 21px;
	margin-bottom: 21px;
	float: right;
}

.postMoreContainer
{
}

.readMoreLink
{
	margin: 0 0 1em 0;
	float: left;
}
.readMoreLink a
{
	text-decoration: none;
	padding: 4px 10px;
}
.readMoreLink a:hover
{
	text-decoration: underline;
}

.tagList
{
	float: right;
	background: url(./images/tag.png) no-repeat left bottom;
	padding: 2px 15px 0 20px;
	font-size: 1.1em;
}
.tagList a
{
	text-decoration: none;
}


.archiveMain h2,
.archiveMain h3
{
	font-weight: normal;
	font-family: georgia, times, sans-serif;
}
.archiveMain h2 a,
.archiveMain h3 a,
.archiveMain li a
{
	text-decoration: none;
	font-family: georgia, times, serif;
	font-weight: normal;
}
.archiveMain h2 a:hover,
.archiveMain h3 a:hover,
.archiveMain li a:hover
{
	text-decoration: underline;
}

.archiveMain h3
{
	margin-left: 11px;
	line-height: 1.75;
	padding-bottom: 14px;
}

.archiveMain ol
{
	margin-left: 29px;
}

.archiveMain li
{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.75;
}

.postMetas
{
	font-size: 1.1em;
	line-height: 1.909;
	margin: 0 0 15px;
	color: #666;
}

.postMetas a
{
	font-weight: normal;
	text-decoration: none;
}

.postMetas a:hover
{
	text-decoration: underline;
}

.postMetas img
{
	border-width: 3px;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

.postDate
{
	float: left;
	padding: 0 10px 0 18px;
	background: url(./images/calendar.png) no-repeat left center;
}

.postAuthor
{
	float: left;
	padding: 0 10px 0 18px;
	background: url(./images/author.png) no-repeat left center;
}

.postCategory
{
	padding: 1px 10px 1px 20px;
	background: url(./images/category.png) no-repeat left center;
}

.commentsLink
{
	float: left;
	padding: 0 10px 0 18px;
	background: url(./images/comment.png) no-repeat left center;
}

/*.tagList
{
	list-style: none;
	font-size: 1em;
	float: left;
	padding: 0 10px 0 19px;
	background: url(./images/tag.png) no-repeat left center;
}*/


.post
{
	margin-bottom: 29px;
	border-bottom: 1px solid #e0e0e0;
}

.archivePost
{
}

.archivePost p
{
}

.archivePost .postMetas
{
}

.metaShareIt
{
	font-size: 1.1em;
	color: #666;
	margin: 0 0 24px;
	padding: 7px 5px 6px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

.bottomMetaShareIt
{
	margin: 0;
}

.metaShareIt a
{
	text-decoration: none;	
	float: left;
	padding: 5px 0 5px 20px;
	margin: 0 25px 0 0;
}
.metaShareIt a:hover
{
	text-decoration: underline;
}

.metaShareIt .twitterShareLink
{
	background: url('./images/shareTwitter.png') no-repeat left center;
	padding-left: 33px;
}
.facebookShareLink
{
	background: url('./images/shareFacebook.png') no-repeat left center;
}
.stumbleShareLink
{
	background: url('./images/shareStumbleupon.png') no-repeat left center;
}
.diggShareLink
{
	background: url('./images/shareDigg.png') no-repeat left center;
}
.deliciousShareLink
{
	background: url('./images/shareDelicious.png') no-repeat left center;
}
.redditShareLink
{
	background: url('./images/shareReddit.png') no-repeat left center;
}

.actualPost
{
	border-bottom: 0;
	margin-bottom: 17px;
}

.singlePostHeading
{
	padding: 0;
}

.articleImage
{
	float: left;
	margin: 0 21px 21px 0;
	background: #e9e9e9;
}
.articleImage img
{
	display: block;
}
.articleImage cite
{
	font-size: 1em;
	display: block;
	color: #666;
	line-height: 1.5;
	padding: 0 0 6px 10px;
}

.articleImageRight
{
	float: right;
	margin: 0 0 21px 21px;
}
.articleImageRight cite
{
	text-align: right;
	padding: 0 10px 6px 0;
}

.bottomMetas
{
	margin: 21px 0 0;
}
.aboutAuthorHeading
{
	color: #444;	
}
.aboutAuthorHeading a
{
	text-decoration: none;
}
.aboutAuthorHeading a:hover
{
	text-decoration: underline;
}
.aboutAuthor
{
	background: #fff;
	padding: 0 0 10px;
}
.authorArchiveAbout
{
	margin-bottom: 30px;
	margin-top: 0;
}

.aboutAuthor img
{
	border: 3px solid #e0e0e0;
	float: left;
	margin-right: 10px;
}

.aboutAuthor p
{
	font-size: 1.2em;
	line-height: 1.75;
	padding: 0;
	margin: 0 0 0 82px;
}

.commentHeader
{
	color: #444;
	padding: 0 0 .75em;
}

.jumpToCommentsLink
{
	font-size: .7em;
	text-decoration: none;
	float: right;
	padding: 5px 0 0;
}

.commentlist
{
	font-size: 1em;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}

.comment
{
	border-top: 1px solid #e0e0e0;
	margin-bottom: 25px;
	padding: 10px 10px 0;
}

.comment img
{
	border-width: 3px;
	float: left;
	margin-right: 10px;
}

.comment h4 a,
.commentDate a
{
	text-decoration: none;
}
.comment h4 a:hover,
.commentDate a:hover
{
	text-decoration: underline;
}

.last-comment
{
	border: none;
}

.comment p,
.comment h4
{
	margin-left: 52px;
}

.commentDate
{
	font-size: 1.2em;
	line-height: 1.75;
}

.pagination
{
	font-family: georgia, times, serif;
	font-size: 1.2em;	
}

.pagination ol
{
	list-style: none;
	margin: 0;
	color: #444;
}

.pagination li
{
	float: left;
	display: inline;
}

.pagination a,
.pagination span
{
	float: left;
	display: inline;
	padding: 4px 6px;
	text-decoration: none;
}
.pagination a:hover
{
	text-decoration: underline;
}
.pagination .title
{
	padding-left:0;
}

/* form styles */
form
{
	
}
form legend
{
	font-family: georgia, times, serif;
	font-size: 1.6em;
	color: #444;
	padding: 0 0 0.5em;
}
form ol
{
	list-style: none;
	margin: 0;
}
form li
{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	list-style: none;
}

form .hRow
{
	display: none;
}

label
{
	float: left;
	width: 70px;
	font-weight: normal;
	font-size: .857em;
	text-align: right;
	padding-right: 20px;
	color: #333;
	padding-top: 4px;
}

input
{
	float: left;
}

.text
{
	border: 2px solid #e0e0e0;
	width: 300px;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size: 1.2em;
}

.textarea 
{
	width: 500px;
	height: 100px;
}

.text:focus
{
	border-color: #3af;
}

.button
{
	background: url('./images/button-comment.png') no-repeat left top;
	border: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	font-family: arial;
	cursor: pointer;
	width: 215px;
	height: 53px;
}

.contactform textarea
{
	width: 300px;
}

/* /form styles */

/* comment form styles */
/* /comment form styles */

.side
{
	border-left:1px solid #E0E0E0;
	float:left;
	margin:0 0 0 -1px;
	padding:10px 0 0 18px;
	width:300px;
}

.sidebarItem
{
	margin-bottom: 15px;
}

.sidebarColBlock
{
}

.sidebarColLeft
{
	float: left;
	padding-left: 0px;
	width: 140px;
}

.sidebarColRight
{
	float: right;
	width: 140px;
	padding-left: 0px;
}

.side h2
{
	margin: 0px;
	padding: 0;
	font-size: 1.6em;
	font-family: georgia, times, sans-serif;
	color: #444;
}

.side a
{
	color: #08c;
}

.side ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.side li
{
	line-height: 1.5;
	padding: 4px 0 4px 0px;
	border-bottom: 1px solid #ddd;
}

.side li a
{
	text-decoration: none;
	display: block;
}
.side li a:hover
{
	text-decoration: underline;
}

/* sidebar search form styles */
.searchForm
{
	margin: 0 auto 18px;
}
.searchForm li
{
	margin: 0;
	padding: 0;
	border: none
}
.searchForm label
{
	display: none;
}
.searchForm input
{
	border: none;
}
.searchTerm
{
	width: 211px;
	height: 19px;
	font-size: 1.2em;
	padding: 8px;
	line-height: 1;
	font-family: arial,sans-serif;
	background: #fff url('./images/bg-searchTerm.png') no-repeat left top;
}
.searchSubmit
{
	color: #444;
	font-weight: bold;
	font-size: 1em;
	font-family: arial, sans-serif;
	background: url('./images/bg-searchSubmit.png') no-repeat left top;
	width: 73px;
	height: 35px;
	padding: 0 0 1px 0;
	cursor: pointer;
}


/* /sidebar search form styles */

/* sidebar social links */
.socialLinkList
{
	
}

.socialLinkList li
{
	border: none;
	padding:0;
	margin:0;
	float: left;
	display: inline;
}

.socialLinkList a
{
	float: left;
	display: inline;
	padding: 40px 0 3px 0;
	width: 65px;
	margin: 0 5px;
	text-align: center;
	font-weight: bold;
}

.twitterLink
{
	background: transparent url('./images/twitter_32.png') no-repeat center 5px;	
}

.rssLink
{
	background: transparent url('./images/rss_32.png') no-repeat center 5px;
}

.emailLink
{
	background: transparent url('./images/email_32.png') no-repeat center 5px;
}

.contributeLink
{
	background: transparent url('./images/contribute_32.png') no-repeat center 5px;
}
/* /sidebar social links */

ul.authorList
{
	padding: 5px 0 0;
}

.authorList li
{
	border: none;
	float: left;
	display: inline;
	padding: 4px 0 0;
}

.authorList li img
{
	border: 3px solid #e0e0e0;
	padding: 1px;
	float: left;
	display: inline;
	margin: 0 5px 1px 0;
}

.authorList li a:hover img
{
	border-color: #08c;
}

.endContent
{
	clear: both;
	background: #222 url('./images/bg-body.png') repeat left top;
	border-top: 5px solid #6ad;
	
}
.endContent p
{
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	padding: 10px 0;	
}

.endContent a
{
	color: #fff;
	text-decoration: none;
}

.endContent a:hover
{
	text-decoration: underline;
}

.kipPara
{
	font-size: 1.1em;
}

.topMiniSocialIcons
{
	padding: 5px 0 0;
	display: block;
}

#diggCompactButton,
#tweetmemeCompactButton
{
	float: left;
}

#diggCompactButton
{
	margin-top: -3px;
}

#tweetmemeCompactButton
{
	padding-left: 5px;
}

.socialButtonsBottom
{
	list-style: none;
	margin: 0 0 20px;
}

.socialItem
{
	float: left;
	margin: 0 15px 0 0;
}

.topSocialIcon
{
	float: none;
	margin: 0 0 10px 0;
}