/*
Theme Name: yaBloggy Theme 2.0
Theme URI: http://yabloggy.com/
Description: yaBloggy Theme 2.0
Author: yaBloggy
Author URI: http://yaBloggy.com/
*/


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* grid.css */

.container {width:973px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {float:left;margin-right: 11px;}

div.last {margin-right:0;}
.span-1  { width: 71px;}
.span-2  { width: 153px;}
.span-3  { width: 235px;}
.span-4  { width: 317px;}
.span-5  { width: 399px;}
.span-6  { width: 481px;}
.span-7  { width: 563px;}
.span-8  { width: 645px;}
.span-9  { width: 727px;}
.span-10 { width: 809px;}
.span-11 { width: 891px;}
.span-12, div.span-12 { width: 973px; margin: 0; }

.append-1  { padding-right: 82px;}
.append-2  { padding-right: 164px;}
.append-3  { padding-right: 246px;}
.append-4  { padding-right: 328px;}
.append-5  { padding-right: 410px;}
.append-6  { padding-right: 492px;}
.append-7  { padding-right: 574px;}
.append-8  { padding-right: 656px;}
.append-9  { padding-right: 738px;}
.append-10 { padding-right: 820px;}
.append-11 { padding-right: 902px;}

.prepend-1  { padding-left: 82px;}
.prepend-2  { padding-left: 164px;}
.prepend-3  { padding-left: 246px;}
.prepend-4  { padding-left: 328px;}
.prepend-5  { padding-left: 410px;}
.prepend-6  { padding-left: 492px;}
.prepend-7  { padding-left: 574px;}
.prepend-8  { padding-left: 656px;}
.prepend-9  { padding-left: 738px;}
.prepend-10 { padding-left: 820px;}
.prepend-11 { padding-left: 902px;}

div.border{padding-right:4.5px;margin-right:5.5px;border-right:1px solid #eee;}
div.colborder { padding-right:66.5px;margin-right:65.5px;border-right:1px solid #eee;}
.pull-1 { margin-left: -82px;}
.pull-2 { margin-left: -164px;}
.pull-3 { margin-left: -246px;}
.pull-4 { margin-left: -328px;}
.pull-5 { margin-left: -410px;}
.pull-6 { margin-left: -492px;}
.pull-7 { margin-left: -574px;}
.pull-8 { margin-left: -656px;}
.pull-9 { margin-left: -738px;}
.pull-10 { margin-left: -820px;}
.pull-11 { margin-left: -902px;}
.pull-12 { margin-left: -984px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {float:left;position:relative;}

.push-1 { margin: 0 -82px 1.5em 82px;}
.push-2 { margin: 0 -164px 1.5em 164px;}
.push-3 { margin: 0 -246px 1.5em 246px;}
.push-4 { margin: 0 -328px 1.5em 328px;}
.push-5 { margin: 0 -410px 1.5em 410px;}
.push-6 { margin: 0 -492px 1.5em 492px;}
.push-7 { margin: 0 -574px 1.5em 574px;}
.push-8 { margin: 0 -656px 1.5em 656px;}
.push-9 { margin: 0 -738px 1.5em 738px;}
.push-10 { margin: 0 -820px 1.5em 820px;}
.push-11 { margin: 0 -902px 1.5em 902px;}
.push-12 { margin: 0 -984px 1.5em 984px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {float:right;position:relative;}

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* custom */

#top {
	font-family:"Trebuchet MS";
	height:38px;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	background-color: #292929;
}

#top div {
	background-image:url(images/footer.png);
	background-position:-15px -3px;
	background-repeat:no-repeat;
	font-size:11px;
	height:28px;
	margin:auto;
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	width:980px;
}

#top div.awu {
	background-image:url(images/bullet1.png);
	background-position:67% 50%;
	background-repeat:no-repeat;
	float:left;
	height:auto;
	padding-top:0px;
	width:auto;
}

#top a {
	color:White;
}

a.yabloggy {
	margin-right:120px;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 130px;
	float: left;
}

body:first-of-type a.yabloggy{
	display: block;
	width: 100px;
	height: 15px;
	float: left;
	padding: 0px;
}

#top div.aol {
	background-image:none;
	color:White;
	float:right;
	height:auto;
	padding-top:0px;
	width:auto;
}

#bottom {
	background-color:#292929;
	height:40px;
}

#bottom div {
	background-image:url(images/footer.png);
	background-position:-15px -3px;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
	font-size:11px;
	height:23px;
	margin:auto;
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	width:980px;
}

#bottom a.yabloggy {
	float:left;
	margin-right:20px;
	height:30px;
}

#bottom ul {
	font-size:11px;
	list-style-type:none;
	margin:0px;
	padding:2px 0px 0px 120px;
}

#bottom ul li {
	float:left;
	padding:0px 7px;
}

#bottom ul li a {
	color:White;
}

body{
	margin: 0px;
}

.container{
	clear: both;
	padding: 10px 0px 0px 0px;
}

.banner{
	position: absolute;
	margin: 35px 0px 0px 240px;
}

.banner img{

}

.logo{
	float: left;
	cursor: pointer;
	margin: 30px 0px 0px 0px; 
}

.menu{
	position: absolute;
	margin: 140px 0px 0px 290px;
	padding: 40px 0px 0px 0px;
	list-style-type: none;
	width: 290px;
	background: transparent url(images/menu.png) no-repeat 0px 0px;
}

.menu li{
	padding: 0px 0px 0px 25px;
	float: left;
	white-space: nowrap;
	width: 115px;
	display: block;
}

.item{
	background: transparent url(images/blog-icon.png) no-repeat 2px 6px;
}

.item:hover{
	background: transparent url(images/blog-icon-over.png) no-repeat 2px 6px;
}

.weekfeatures{
	margin: 0px 20px 0px 0px;
	clear: both;
}

.weekfeatures img{

}

.weekfeatures td{
	padding: 5px;
	vertical-align: top;
}

p{
	font-size: 110%;
}

.weekfeatures p{
	font-size: 120%;
}

body:first-of-type h1{

}

.rightcolumn{
	padding: 140px 0px 0px 0px;
}

.quickmenu{
	padding: 10px 0px 0px 0px; 
}

.quickmenu a.rss{
	background: transparent url(images/rss.png) no-repeat 0px 0px;
	padding: 0px 0px 3px 20px;
}

.search{
	margin: 20px 0px 25px 0px;
}

.search input.text{
	width: 250px;
}

body:first-of-type input.button{
	padding: 2px 10px 2px 10px;
}

.toolsmenu li{
	float: left;
	list-style-type: none;
	font-size: 12px;
	background: transparent url(images/toolsmenu.png) repeat-x 0px 0px;
	padding: 3px 0px 4px 0px;
	margin: 0px 1px 0px 0px;
	text-align: center;
	width: 78px;
}

.toolsmenu li:hover{
	background: transparent url(images/toolsover.png) no-repeat top center;
	color: white;
	cursor: pointer;
}

.toolsmenu li.current{
	background: transparent url(images/toolscurrent.png) no-repeat top center;
	color: white;
	padding: 2px 0px 10px 0px;
}

.shortart div{
	line-height: 130%;
}

.shortart img{
	float: left;
	border: 1px solid #a5a5a3;
}

.shortart div{
	margin: 0px 0px 0px 75px;
}

.shortart ul{
	list-style-type: disc;
	margin: 0px 10px 0px 20px;
	font-size: 120%;
	line-height: 160%;
}

.articledetails {
	font-size:100%;
	margin-bottom:20px;
}

a.nmail {
	background-image:url(images/nmail.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	padding-bottom: 4px;
	padding-right:20px;
}

.ncategory {
	background-image:url(images/ncategory.png);
	background-position:0%;
	background-repeat:no-repeat;
	display:inline;
	padding-bottom:4px;
	padding-left:19px;
}

.content{
	margin: 20px 20px 10px 0px;
}

.quote{
	font-size: 110%;
	padding: 5px 10px 15px 10px;
	margin: 0px 0px 0px 70px; 
	line-height: 140%;
}

div.avatar{
	float: left;
	margin: 0px 15px 0px 0px; 
	padding: 2px;
	border: 1px solid #dadada;  
}

.author{
	font-size: 110%;
}

.author a{

}

.content ol{
	font-size: 14px;
	line-height: 130%;
	margin: 15px 0px 15px 40px;
}

.content ul{
	font-size: 14px;
	line-height: 130%;
	margin: 15px 0px 15px 40px;
	list-style-type: square;
}

ul.articletools{
	list-style-type: none;
	margin: 15px 0px 15px 0px;
	float: left;
	width: 100%;
	padding: 0px 0px 3px 10px;
	clear: both;
}

ul.articletools li{
	padding: 6px 2px 4px 2px;
	float: left;
}

ul.articletools li.comments{
	background: transparent url(images/comments.png) no-repeat 0px 6px;
	padding-left: 20px;
	margin: 0px 0px 0px 10px;
}

ul.articletools li.views{
	background: transparent url(images/views.png) no-repeat 0px 6px;
	padding-left: 20px;
	margin: 0px 0px 0px 7px;
}

ul.articletools li.post{
	background: transparent url(images/post.png) no-repeat 0px 6px;
	padding-left: 20px;
	margin: 0px 0px 0px 7px;
}

ul.articletools li.share{
	background: transparent url(images/share.png) no-repeat 0px 6px;
	padding-left: 20px;
	margin: 0px 0px 0px 7px;
}

ul.articletools li.tags{
	background: transparent url(images/tags.png) no-repeat 0px 5px;
	padding-left: 22px;
	margin: 0px 0px 0px 0px;
}

.content p.small{
	font-size: 12px;
	line-height: 130%;
}

a.rss{
	background: transparent url(images/rss-small.png) no-repeat 0px 2px;
	padding: 0px 0px 0px 13px;
}

h3{
	font-size: 170%;
	font-weight: normal;
}

.content ul.stories{
	list-style-type: none;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 140%;
}

.content ul.stories li{
	padding: 0px 0px 0px 25px;
}

.leftcolumn{
	margin: 0px 0px 20px 0px;
}

.comment{
	margin: 5px 0px 0px 0px;
	padding: 10px; 	
}

.rate{
	font-size: 110%;
}

.postcomment{
	margin: 30px 0px 10px 0px;
	background: transparent url(images/postcomment.png) no-repeat 420px 50px;
}

.postcomment input.text{
	width: 330px;
}

.postcomment input.button{
	float: left;
	margin-right: 10px;
}

.postcomment textarea{
	width: 450px;
	height: 100px;
}

.postcomment td{
	padding: 7px 10px 7px 10px;
	font-size: 110%;
}

.commentlist{
	list-style-type: none;
}

.commentlist .quote{
	padding-left: 0px;
	margin-top: 5px;
}

.commentlist em{
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	background-color: #E9E9E9;
	float: left;
}

.commentlist em a{
	text-decoration: none;
}

ul.children{
	background-color: #F7F7F7;
	margin: 0px 0px 0px 30px;
	list-style-type: none;	
	border-bottom: 1px solid #EAEAEA;
}

ul.children ul.children{
	background-color: #FFF;
	margin: 0px 0px 0px 30px;
	list-style-type: none;	
	border-bottom: 1px solid #EAEAEA;
}

ul.children ul.children .quote{
	padding-bottom: 0px;
}

.cancel-comment-reply{
	font-size: 1em;
	display: block;
	float: left;
	padding: 2px 7px;
	background-color: #E1E1E1;
	display: none;
}

.cancel-comment-reply a{
	text-decoration: none;
}

ul.children ul.children textarea{
	width: 400px;
}

ul.children .postcomment{
	background-image: none;
}

.pagging{
	font-size: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.blocks img{
	margin: 5px;
}

.blocks{
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.categories ul{
	list-style-type: none;
	font-size: 120%;
	line-height: 170%;
}

.content .articletext{
	font-size: 14px;
}

.content .articletext p{
	font-size: 14px;
}

.content .articletext img{
	margin: 0px 5px 0px 5px; 
}

.content p{
	font-size: 14px;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
}

#tab4{
	line-height: 200%;
}

#tab4 a{
	text-decoration: none;
}

#tab4 a:hover{
	text-decoration: underline;
}

.related td{
	vertical-align: top;
	width: 50%;
}

#tab1, #tab2, #tab3, #tab4{
	display: none;
} 

.adsbyglam{
	padding: 20px 0px 0px 0px; 
}

.addborder{
	border: 1px solid #D6D6D6; 
}

.sticky{
	background: #FFF url("images/hot.png") no-repeat top right;
}

