/*
Theme name: Phaw Adsense Novice
Theme URI: http://www.phawville.com
Description: Phaw's 2nd WP Theme
Version: 1.0
Author: Phaw
Author URI: http://www.phawville.com
*/

/* 
	Styles default html tags
*/


*{
	margin: 0;
	padding: 0;
}

/*
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}
*/
/*
ul {
	list-style: none;
}
*/


a:link, a:visited{
	text-decoration: none;
	color: #53819b;
}

a:hover{
	color: #7b3b0c;
	text-decoration: none;

}

body{
	font-family: Arial, Georgia,  Helvetica,  Sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/bg-head-rep.png) repeat-x white;
}

img{
	border: none;
}

.clear{
	position:relative;
	clear:both;
}

blockquote{
	border-left: 2px solid gray;
	font-style:italic;
	text-indent: 10px;
}


p{
	padding: 10px 0 0 0;
}

/*
h2{
	padding-top: 20px;
	padding-bottom: 5px;
}
*/
/* 
	Styles customized html tags
*/

div#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	/*border:solid black 1px;	*/
}



h1.header-bg{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	background: url(images/header-image.jpg) no-repeat;
	width: 285px;
	height: 53px;
	text-indent:-9999px;
}

ul#nav{
	list-style: none;
}
	ul#nav li{
		display:inline;
	}
		/*ul#nav li a.search{
			display:block;
			background:url(images/search-bg.png) no-repeat;
			width:316px; 
			height:37px;
			text-indent:-9999px;
		}*/

		ul#nav li a{
			display:block;
			height: 37px;
			text-indent: -9999px;
			float:left;
		}
			ul#nav li a.search{
				background:url(images/search-bg.png) center center no-repeat;
				width:316px;; 
				text-indent:0;
			}
			ul#nav li a.home{
				width: 110px;
				background: url(images/nav-home.jpg) 0 -74px no-repeat;
			}
			ul#nav li a.archive{
				width: 110px;
				background: url(images/nav-archive.jpg) 0 -74px no-repeat;
			}
			ul#nav li a.about {
				width: 110px;
				background: url(images/nav-about.jpg) 0 -74px no-repeat;
			}
				ul#nav li a.home:hover,
				ul#nav li a.archive:hover,
				ul#nav li a.about:hover {
					background-position: 0 0;
				}
				body#home div#wrapper div#header ul#nav li a.home:active,
				body#home div#wrapper div#header ul#nav li a.archive:active,
				body#home div#wrapper div#header ul#nav li a.about:active {
					background-position: 0 0;
				}

div.search{
	position:absolute;
	width:316px; 
	height:37px;
	top: 55px;
	left: 550px;
	background:url(images/search-bg.png) no-repeat;
}

div.search-form{
	position: relative;
	text-align: center;
	top:7px;
	margin: 0 auto;
}

input.search-button{
	background:url(images/li1.gif);
	
}

h3.ri-desc{
	text-align:center;
	font-style:italic;
}

div#rotator{
	margin: 10px;
	float:left;
	text-indent:-9999px;

}


h1.rotating-image1{
	background:url(images/rotating-image.jpg) no-repeat;
	width:800px;
	height:180px;
	background-position: 0 0;
}

h1.rotating-image2{
	background:url(images/rotating-image.jpg) no-repeat;
	width:800px;
	height:180px;
	background-position: 0 -181px;
}

h1.rotating-image3{
	background:url(images/rotating-image.jpg) no-repeat;
	width:800px;
	height:180px;
	background-position: 0 -360px;
}

h1.rotating-image4{
	background:url(images/rotating-image.jpg) no-repeat;
	width:800px;
	height:180px;
	background-position: 0 -540px;;
}

h1.rotating-image5{
	background:url(images/rotating-image.jpg) no-repeat;
	width:800px;
	height:180px;
	background-position: 0% -720px;
}


div#lr-home1{
	width:336px;
	height:280px;
	border:solid black 2px;
	float:left;
	margin: 10px;
}

div#lr-home2{
	width:336px;
	height:280px;
	border:solid black 2px;
	float:left;
	margin: 10px;
}

/* 
	Styles the post
*/

div#container{
	float: left;
	width: 570px;
	margin-right:10px;
	border-left: dotted gray 1px;
	border-right: dotted gray 1px;
	padding: 0 5px;
}



div.post{
	position:relative;
	top:-70px;
}

h1.post-pin{
	position:relative;
	background: url(images/post-pin.png) no-repeat;
	left:-80px;
	top:70px;
	text-indent:-9999px;
	width:72px;
	height:83px;
}

h5.post-date{
	margin-bottom:5px;
	color:#999999;
	font-weight:lighter;
}

div#post-header{
	/*border-bottom: dotted 1px black;*/
	padding-bottom:10px;
}

h2.post-title{
	float:left;
	padding-bottom: 5px;
	font-size:25px;
}

div.post-comment a{
	font-size:18px;
	color:#999999;
	float:left;
	
}

div.post-subscribe{
	line-height:2.0em;
}

div.entry{
	line-height: 1.5em;
	padding: 5px;
	margin-bottom:10px;
	}
	div.entry p{
		padding: 12px 0 0 0;
	}
	div.entry h2{
		padding-top: 20px;
		padding-bottom: 5px;
	}
	div.entry ul{
		padding-top: 10px;
		list-style-position:inside;
	}
	div.entry ol{
		padding-top: 10px;
		list-style-position:inside;
	}
	div.entry ul li,
	div.entry ol li{
		padding-left: 12px;
	}
	div.entry a:link, a:visited{
		text-decoration: underline;
		color: #53819b;
	}
	div.entry a:hover{
		color: #7b3b0c;
		text-decoration: none;
	}



div.after-entry{
	padding-bottom:20px;
	/*border-bottom: 1px dotted black;*/
}

p.postmetadata{
	border-top:dotted 1px black;
}

div.navigation p{
	position:relative;
	top: -10px;
}

/* 
	Styles the sidebar
*/


div.sidebar{
	float: left;
	position: relative;
	left: 0px;
	width: 300px;

	/*border:solid black 2px;*/

	}
	div.sidebar ul{
		list-style: none;
	}
	div.sidebar a:link, 
	div.sidebar a:visited{
		text-decoration: none;
		color: #53819b;
	}
	div.sidebar a:hover{
		color: #7b3b0c;
		text-decoration: none;
	}
	div.sidebar ul.side-ul a{
		font-size:0.7em;
	}



div#side-rss{
	position:relative;
	left: 40px;
	margin-bottom: 20px;
}


a.top-blogs img{
	position:relative;
	left: 90px;
}

h1.subscribe-rss{
	background:url(images/rss.jpg) no-repeat;
	width: 192px;
	height: 176px;
	text-indent: -9999px;
}

div#mybloglog{
	position:relative;
	left: 55px;
	margin-top: 20px;

}


h1.side-worth{
	background:url(images/worth-reading.png) no-repeat;
	width:319px;
	height:94px;
	text-indent:-9999px;
}

h1.side-popular{
	background:url(images/popular-posts.png) no-repeat;
	width:319px;
	height:94px;
	text-indent:-9999px;
}

h1.side-howto{
	background:url(images/how-to.png) no-repeat;
	width:319px;
	height:91px;
	text-indent:-9999px;
}

h1.side-money{
	background:url(images/make-money-online.png) no-repeat;
	width:319px;
	height:100px;
	text-indent:-9999px;
}

h1.side-news-img{
	margin-top: 15px;
	background:url(images/latest-news.png) no-repeat;
	width:306px;
	height:75px;
	text-indent:-9999px;

}

div.side-news{
	padding-left: 25px;
}

li.li1{
	position:relative;
	font-size: 1.5em;
	left:60px;
	list-style-image: url(images/li1.gif);
}

li.li2{
	position:relative;
	font-size: 1.5em;
	left:60px;
	list-style-image: url(images/li2.gif);
}

li.li3{
	position:relative;
	font-size: 1.5em;
	left:60px;
	list-style-image: url(images/li3.gif);
}


li.li4{
	position:relative;
	font-size: 1.5em;
	left:60px;
	list-style-image: url(images/li4.gif);
}

/************

Styles pages

**************/

div.page{
	position:relative;
	top:20px;
	left: 20px;
}

/*
div.footer{
	height:365px;
	width:900px;
	background: url(images/footer-bg.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
}
*/

div#footer{
	height:351px;
	background: url(images/footer-bg-rep.jpg) repeat-x scroll 0 0;
	color: white;
	font-family: Georgia, Arial,  Helvetica,  Sans-serif;
}

div#footer-inside{
	height:351px;
	width:900px;
	background: url(images/footer-bg.jpg) no-repeat scroll 0 0;
	margin: 0 auto;
	position:relative;

}

div#footer a:link,
div#footer a:visited{
	text-decoration: none;
	color: white;
}
div#footer a:hover{
	color: #7b3b0c;
	text-decoration: none;
}

div#footer-author{
	position: relative;
	width:300px;
	top: 80px;
	left: 280px;
	
}

div#footer-fb{
	position: absolute;
	bottom: -100px;
	left: -50px;
}

div#footer-navigation{
	position: relative;
	top: 110px;
	left: 280px;
	width:300px;

}

div#footer-friends{
	position: relative;
	top: -190px;
	left: 590px;
	width:300px;

}

div#footer-copyright{
	position: relative;
	top: 100px;
	left: 650px;
	width:300px;
	text-align:center;

}

div#footer-disclaimer{
	position: relative;
	top: 80px;
	left: 280px;
	width:300px;
	color: #CCCCCC;
	font-size: 0.8em;

}

h2.foot-author,
h2.foot-nav,
h2.foot-friends{
	color: #2e5c74;
}


ul.foot-nav-ul{
	position:relative;
	left:15px;
	list-style: none;
}
	ul.foot-nav-ul li a:link,
	ul.foot-nav-ul li a:visited{
		color: white;
	}
	ul.foot-nav-ul li a:hover{
		text-decoration: none;
		color: #53819b;
	}

ul.foot-friends-ul{
	position:relative;
	left:15px;
	list-style: none;

}
	ul.foot-friends-ul li a:link,
	ul.foot-friends-ul li a:visited{
		color: white;
	}
	ul.foot-friends-ul li a:hover{
		text-decoration: none;
		color: #53819b;
	}


p.foot-author-p{
	display: block;
	width: 280px;
	text-indent: 20px;
}




/* 
	Styles the comments
*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	/*border-bottom: 1px solid #ccc;*/
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

li.alt{
	background-color: #CCCAAA;
	border: 1px dashed gray;
}

div.actual-comment p{
	padding:15px;
}

.commentmetadata{
	padding:10px;
	font-size: 12px;
}



/* 

Styles Adsense Ads

*/

div#larrec336x280{
	float: left;
	width: 336px;
	height: 280px;
	/*border: 1px solid black;*/
	/*margin-left: 10px;*/
	margin-bottom: 10px;
	margin: 5px auto;
	text-align:center;
}

div#larrec336x280_2{
	margin: 20px auto;
	text-align:center;
	/*float: left;*/
	width: 336px;
	height: 280px;
	/*border-top: 1px dotted black;*/
}

div.side-link{
	float:left;
	padding-left:30px;
	padding-top:10px;
	width:120px;
	height:90px;
}

div.up-link{
	padding-left:5px;
	paddin-top: 10px;
	width:728px;
	height:15px;

}

div.side-oramd{
	width:150px;
	height:400px;
	padding-left:40px;
	padding-top:20px;
}

div#chitika-up{
	text-align:center;
	width: 10px auto;
}

div#proactol{
	width:200px;
	height:200px;
	margin: 10px 0 10px 30px;

}

div#linkside1{
	width: 120px;
	height:90px;
	margin: 5px 0 10px 45px;
}

div#ssside1{
	width: 120px;
	height:600px;
	margin: 5px 0 5px 45px;
}


/*
Misc styles
*/

h2 ul.rw, h2 ul.rp{
	list-style:none;
}