/*
Theme Name: Lastwebdesigner
Theme URI: http://www.lastwebdesigner.com/
Description: Lastwebdesigner.com theme realized by Antonio Fullone.
Version: 1.0
Author: Antonio Fullone
Author URI: http://lastwebdesigner.com/
	This theme was designed and build byuild by Antonio Fullone,
	only for lastwebdesigner.com, for more information contact me.
*/


/* reset css */
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
/* Begin Typography & Colors */
.clear{
	display: block;
	clear: both;
}

body{
	background: url(images/bg.png) repeat;
	font-family: arial;
	font-size: 12px;
	color: #434343;
	height: 100%;
}

a{
	color: #434343;
	text-decoration: underline;
}
a:visited{
	color: #333;
}
a:hover{
	color: #333;
	text-decoration: underline;
}
h2,h3 {
	font-size: 1.3em;
	padding: 10px 0;
}

blockquote{
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}
blockquote a{
	padding: 10px;
		color: #660000;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.title {
	margin: 10px;
}
.title a{
	font-size: 1.5em;
	color: #660000;
	text-decoration: none;
}
.img-post{
	padding: 10px;
	background: #EAF4F5;
	border: 1px solid #434343;
	margin: 10px 0;
	text-align: center;
}
.download{
	background:#F6F6F6 url(images/download.png) no-repeat 6px 3px;
	display: block;
	text-indent: 26px;
	text-decoration: none;
	height: 24px;
	width: 60%;
	padding: 5px 10px;
	border:1px solid #CCCCCC;	
	margin:10px;
}
a:hover.download{
	background:	#F9f9f9 url(images/download.png) no-repeat  6px 3px;
	text-decoration: none;
}
/* Pages element */
#wrap{
	margin: 0 auto;
	width: 960px;
	position: relative;
} 
/* pages div container */
#pages{
	background: url(images/pages-bg.png) no-repeat;
	width: 940px;height: 38px;
	position: relative;
	/*position: absolute;
	right: 0px;
	top: 10px;
	z-index: 11;*/
}
#pages ul li{
	float: left;
	padding: 10px 10px 3px 10px;
}
#pages ul li a{
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
}
#pages ul li a:hover{
	color: #ccc;
}
/* search styles */
#search{
	position: absolute;
	right: 15px;
}
#pages #s{
	background: url(images/bg-search.png) no-repeat;
	border: none;width: 152px;height: 22px;
	padding: 2px 2px 5px 0;
	text-indent: 10px;
	position: relative;
	top: -7px;
}
/* header */
#header{
	position: relative;
	top: 0;
	height: 265px;
	background: url(images/header-bg.png) no-repeat;
	background-position: bottom right;
	z-index: 2;
}
#rss-subscribe a{
	display: block;
	text-indent: -9999px;
	background: url(images/rss-bg.png) no-repeat;
	width: 179px;height: 60px;
	position: absolute;
	top: 40px;left: -20px;
	z-index: 1000;
}
#rss-baloon{
	display: none;
	background: url(images/rss-baloon.png) no-repeat;
	width: 109px;height: 70px;
	position: absolute;
	padding-top:10px;
	padding-left: 30px;
	top: 10px;
	font-family: georgia;
	font-style: italic;
	left: -85px;
	text-transform: capitalize;
	z-index: 100;
	color: #8d0221;
	font-size: 0.9em;
}
/* logo */
#logo h1 a{
	position: relative;
	top: 100px;
	left: 20px;
	display: block;
	text-indent: -9999px;
	width: 364px;height: 62px;
	background: url(images/logo.png) no-repeat;
}
/* twitter div */
#twitter a{
	display: block;
	width: 103px;height: 70px;
	position: absolute;
	background: url(images/twitter-bg.png) no-repeat;
	text-indent: -9999px;
	top: 10px;left: 180px;
}
/* bookmarking icons 
#saveto{
	position: relative;
	width: 323px;
	height: 46px;
	top: 19px;
	display: none;
	z-index: 1;
	left: -1px;
	background: url(images/save-to.png) no-repeat;
}
#saveto img{
		padding: 7px 10px ;
}*/
/* start content */
#content-wrap{
	position: relative;
	top: 0px;
	padding: 10px 10px 30px 10px;
	height: 100%;
	background: #fff;
}
#content{
	position: relative;
	z-index: 10;
	width: 560px;
	float: left;
	margin: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1.6em;

}
.date{
	width: 60px;height: 82px;
	background: url(images/date-bg.png) no-repeat;
	position: absolute;
	left: -80px;top: 20px;
	font-size: 1.8em;
	color: white;
	padding: 10px 5px 0 10px;
}
.date-post{
	color: white;
	position: relative;
	top: -20px;
	background: url(images/date.png) no-repeat;
	width: 50px;
	height: 60px;
	margin-right: 10px;
	display: block;
	float: left;
}
.title-post{
	position: relative;
	top: -20px;
	line-height: 1.5em;
}
p.postmetadata{
	background: #EAF4F5/* url(images/meta-bg.png) repeat-x;*/;
	color: #999;
	border: 1px solid #ccc;
	font-size: 0.8em;
	padding-left: 5px;
}
p.postmetadata a{
	color: #666;
	text-decoration: none;
}
p.postmetadata a:hover{
	text-decoration: underline;
}
.comment-home{
	background: url(images/comment-home-bg.png) no-repeat;
	width: 44px;height: 46px;
	position: absolute;
	right: 0px;
	font-size: 20px;
	color: #434343;
	top: 20px;
	padding-top: 10px;
	text-align: center;
}
.entry{
	margin: 20px 0;
}
.entry p{
	margin: 10px 0;
}
.post{
	position: relative;
	margin-bottom: 40px;
	margin-top: 10px;
}
.post h1{
	padding: 10px 5px;
	line-height: 1.5em;
	font-size: 24px;
	color: #434343;
	position: relative;
	top: 0px;
	font-family: georgia;
	text-decoration: none;
	text-transform: capitalize;
	width: 90%;
}
.post h1 a{
	font-size: 24px;
	color: #8D0221;
	position: relative;
	top: -20px;
	text-decoration: none;
	text-transform: capitalize;
}
.post h1 a:hover{
	text-decoration: underline;
}
a.more-link{
	color: #8d0221;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: #f3f3f3;
}
/* SIDEBAR */
#sidebar{
	position: relative;
	top: 0px;
	color: #434343;
	left: 0px;
	width: 320px;
	float: right;
	height: 100%;
	padding: 10px 5px;
	font-size: 0.9em;
}
#sidebar ul{
	padding: 0;
	margin: 0;
}
#sidebar ul li a{
	padding: 10px 0 0 10px;
	text-transform: capitalize;
	line-height: 1.4em;
}
#sidebar ul li h2{
	font-size: 14px;
	border:1px solid #dedede;
}
#sidebar ul li ul{
 	margin: 0;
 	padding: 0;
}

#sidebar h2{
 margin-top: 10px;
 background: #EAF4F5;
 border: 1px solid #ccc;
 font-size: 1.4em;
 padding: 5px 0 0 10px;
}
#about{
	width: 100%;
	background: #EAF4F5;
	border: 1px solid #ccc;
	/*background: url(images/about-bg.png) no-repeat;*/
}
.about-text{
	padding: 15px 0px 5px 10px;
	font-size: 11px;
	line-height: 1.5em;
}
.about-text h2{
	font-size: 14px;
}
#about a{
	display: inline;
	padding: 0;
	margin: 0;
}
.img-about{
	float: left;
	padding: 5px 5px 0 0;
}
.home-mini{
	margin-top: 20px;
}
.home-mini img{
	padding-right: 3px;
}
.home-mini a{
	padding: 0;
	margin: 0;
}
.rss-sidebar{
	margin-top: 30px;
	padding: 5px;
	border: 1px solid #ccc;
}
.rss-link{
	display: block;
	text-indent: 50px;
	background: #f6f6f6 url(images/rss.png) no-repeat;
	height: 35px;
	padding: 15px 0 0 0;
	font-size: 18px;
	text-decoration: none;
}
.mail-rss{
	display: none;
}
.widget_categories{
	margin-top: 10px;
}
.widget_categories a{
	display: block;
	background: url(images/categories.png) no-repeat;
	text-indent: 22px;
	text-decoration: none;
}
.sponsor-sidebar{
	margin-top: 10px;
	padding: 10px 5px;
}
.sponsor-sidebar img{
	width: 125px;
	padding: 5px;
	border: 1px solid #ccc;
}
.widget_categories a:hover{
	text-decoration: underline;
}
.widget_recent_entries{
	margin-top: 10px;
}
.widget_recent_entries a{
	display: block;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px dotted #dedede;
}
.widget_recent_entries a:hover{
	text-decoration: underline;
}
#recent-comments li{
	margin-left: 10px;
	padding: 5px 0;
}
.recentcomments{
	display: block;
	border-bottom: 1px dotted #dedede;
	text-decoration: none;
	padding: 3px 0;
}
.recentcomments a{
	text-decoration: none;
}
.recentcomments a:hover{
	text-decoration: underline;
}
#wpcumuluscontent{
	margin-top: 10px;
}
/* navigation styles */
.navigation{
	clear: both;
}
/************* about the author in the post ***********/
.aboutauthor{
	padding: 20px 20px 10px 50px;
	background: #EAF4F5 url(images/pencil.png) no-repeat 10px 5px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
/* related posts style*/
.related-title{
	color:#8D0221;
	position: relative;
	margin-top: 30px;
	background: #f5f5f5;
	border: 1px solid #dedede;
	width: 80%;
	padding: 0 10px;
}
ul.related_post{
	position: relative;
	left: 20px;
	margin: 10px;
	width: 60%;	
}
ul.related_post li{
	border-bottom: 1px dotted #ccc;
	list-style-type: disc;
	padding: 5px 0;
}

ul.related_post li a{
	font-size: 1.0em;
	text-decoration: none;
}
/* comments template*/
#comments{
	
}
.comments-container{
	width: 550px;
	clear: both;
	padding: 10px;
	border: 1px dashed #BFBF9B;
}
/* comments form*/
#commentwrap {
	display: block;
	width: 570px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 5px;
}
.commentlist{
	border: 1px dashed #BFBF9B;
	background: #F8F8F8;
	width: 100%;
	margin: auto;
}
.commentlist li{
	padding: 10px;
	background-color: #F2F7D4;
	border: 1px dotted #BFBF9B;
	line-height: 1.6em;
	width: 90%;
	margin: 20px auto;
	position: relative;
}
.comment-author{
	position: relative;
	font-size: 1.5em;
	color: #434343;
	padding: 0;
}
.avatar{

}
.url{
	margin-left: 5px;
}
.comment-meta a{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: bold;
}
.comment-meta p{
	border: 1px solid red;
	padding: 20px 20px;
	line-height: 1.6em;
	font-size: 13px;
}
#commentform{
	margin: 1em 0;
	margin-left: 20px;
}
#commentform textarea {
	background: #f8f7f6;	
	border: 1px solid #d6d3d3;
	width: 370px;
}
#commentform #email {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-image: url(images/comment-email.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}

#commentform #author {
	font-size: 1.1em;
	background: #f8f7f6;	
	border: 1px solid #d6d3d3;
	width: 280px;
	background-image: url(images/comment-author.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}

#commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-image: url(images/comment-url.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform #email:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;	
	background-image: url(images/comment-email.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}

#commentform #author:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-author.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}

#commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-url.gif);
	background-position: 7px 7px;	
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}

#commentform input {
	margin-bottom: 3px;
}
#submit{
	background: #f6f6f6;
	border: 1px solid #ccc;
	height: 30px;
	padding: 5px;
	margin-top: 30px;
}
#respond{
	clear: both;
}
#respond h3{
	margin-top: 20px;
	font-size: 1.3em;
	font-family: georgia;
}
/* footer */
#footer{
	clear: both;
	height: 174px;
	background: url(images/footer-bg.png) repeat-x;
	color: white;
	text-align: center;
}
.text-footer{
	background: url(images/text-footer-bg.png) no-repeat;
	padding-top: 20px;
	width: 960px;
	margin: auto;
}

/* search */
.search-results-title{
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	font-family: georgia;
	font-size: 1.2em;
	text-decoration: none;
	
}
.notfound{
	position: relative;
	background: url(images/404.png) no-repeat;
	border-bottom: 1px solid #ccc;
	width: 95%;
	height: 180px;
	top: 100px;
	padding: 5px;
	font-size: 1.3em;
	font-family: georgia;
}
.notfoundtitle{
	font-size:1.5em;
	text-align:center;
	position: relative;
	top: 30px;
	font-family: georgia;
	border: 1px solid #ccc;
	padding: 5px 0;
	background: #dedede;
}
.notfoundtext{
	width: 300px;
	position: absolute;
	top: 90px;
	left: 120px;
}
.customsearchtitle{
	border: 2px dotted #dedede ;
	width: 90%;
	padding: 5px;
}
.custom-search{
	position: relative;
	top: 50px;
}
.google-search{
	margin-top: 30px;
}
.searchresults{
	position: relative;
	background: url(images/search-results.png) no-repeat;
	width: 100%;
	height: 120px;
	top: 0px;
	text-indent: -9999px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-size: 1.3em;
	font-family: georgia;
}
.no-results{
	background: url(images/no-results.png) no-repeat;
	width: 100%;
	height: 170px;
	top: 0px;
	text-indent: -9999px;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	
}
/* share */
#tweetbacks{
	padding: 5px;
	border: 1px dotted #ccc;
	background: #f5f5f5;
	margin-top: 30px;
}
.share{
	border-color:  #dedede;
	border-width: 1px;
	margin-top: 10px;
	padding: 10px;
}
.share-title{
	font-size: 1.4em;
	font-family: georgia;
	padding: 5px;
	border-bottom: 2px solid #ccc;
	margin-top: 20px;
	}
.digg{
	padding:3px 5px 5px 5px;
	float: left;
	margin-right: 10px;
}
.twitter{
	background: url(images/share/twitter.png) no-repeat;
	display: block;
	float: left;
	margin-left: 10px;
	width: 112px;
	height: 80px;
	text-indent: -9999px;
}
.facebook{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	background: url(images/share/facebook.png) no-repeat;
	text-indent: -9999px;
}
.delicious a{
	width: 115px;
	height: 80px;
	background: url(images/share/delicious.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-left: 20px;
}
.stumbleupon a{
	width: 80px;
	height: 80px;
	background: url(images/share/stumbleupon.png) no-repeat;
	display: block;
	text-indent: -9999em;
	margin-left: 20px;
	float: left;
}
.post-rss{
	height: 50px;
	background: #f6f6f6;
 	padding: 10px;
 	font-size: 1.4em;
 	text-indent: 40px;
 	background:#f2f2f2 url(images/share/rss.png) no-repeat 5px 15px;
 	width: 500px;
 	border: 1px solid #d2d2d2;
}
.post-rss a{
	padding: 10px 0 10px 20px ;
	width: 480px;
	height: 30px;
	text-decoration: none;
	display: block;
	
}
.adsense{
	padding: 10px;
	border: 1px solid #BFBF9B;
	width: 300px;height: 250px;
}











