
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
/*----------------------------------------------- START -------------------------------------------------*/

body {
	background:#e2e2e2 url(background.png) repeat-x top left;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#524C4C;
}
/*----------------------------------------------- HEADER -------------------------------------------------*/

#header {
	width:980px;
	height:104px;
	padding:0px;
	margin:5px auto 0 auto;
}
#header .logo {
	position:relative;
	width:540px;
	height:104px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}
#header .logo span {
	position:absolute;
	width:540px;
	height:104px;
	left:0;
	top:0;
	margin:0;
	background:url(logo.jpg) no-repeat;
}
#menu {
	width:100%;
	height:46px;
	padding:0px;
	margin:0px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	background-color:#fff;
}
#menu a, #menu a:visited {
	text-decoration:none;
	color:#019DE6;
}
#menu a:hover {
	text-decoration:none;
	color:#383434;
}
#menu ul.nav {
	width:980px;
	height:46px;
	padding:0px;
	margin:0 auto;
	list-style:none;
	font-size:16px;
	color:#383434
}
#menu ul.nav li {
	display:inline;
	float:left;
	height:32px;
	padding:14px 10px 0px 10px;
	border-left:1px solid #e3e3e3;
	font-weight:bold;
	text-transform:uppercase;
}
#menu ul.nav li:hover {
	background-color:#FCFCFC;
}
#menu ul.nav li.rss {
	display:inline;
	float:left;
	height:32px;
	padding:14px 10px 0px 31px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	background: url(rss.png) no-repeat top left;
	font-weight:bold;
	text-transform:uppercase;
}
#menu ul.nav li.rss:hover {
	background:#FCFCFC url(rsshover.png) no-repeat top left;
}
/*----------------------------------------------- CONTAINER -------------------------------------------------*/

#container {
	width:980px;
	padding:0px;
	margin:20px auto;
	overflow:hidden;
}
/*----------------------------------------------- SIDEBAR -------------------------------------------------*/

#sidebar {
	float:right;
	width:368px;
	padding:0px 0px 0px 10px;
	margin:0px;
}
#sidebar .inside {
	background-color:#FFFFFF;
	border:1px solid #E3E3E3;
	overflow:hidden;
	padding:10px 10px 10px 10px;
	margin:0px 0px 10px 0px;
}
#sidebar .inside h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#383434;
	text-transform:lowercase;
	font-weight:bold;
}
#sidebar .inside ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
}
#sidebar .inside ul li {
	display:block;
	width:330px;
	padding:5px 0px 6px 16px;
	border-bottom:1px solid #E3E3E3;
	background: url(liarrow.png) no-repeat top left;
	_background: url(liarrow.gif) no-repeat top left;
}
#sidebar .inside ul li:hover {
	background-color:#FCFCFC;
}
#sidebar .inside ul li a, #sidebar .inside ul li a:visited {
	text-decoration:none;
	color:#019DE6;
}
#sidebar .inside ul li a:hover {
	text-decoration:none;
	color:#383434;
}
#sidebar .inside .right {
	float:right;
	padding:0px 0px 0px 10px;
	width:125px;
	margin:0px;
	border-left:1px solid #E3E3E3;
}
#sidebar .inside .right img { padding:0px 0px 10px 0px; margin:0px 0px 10px 0px; 	border-bottom:1px solid #E3E3E3; }
#sidebar .inside .left {
	float:left;
	padding:0px;
	width:210px;
	margin:0px 0px 0px 0px;
}
#sidebar .inside .left ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
}
#sidebar .inside .left ul li {
	display:block;
	width:186px;
	padding:5px 0px 6px 16px;
	border-bottom:1px solid #E3E3E3;
	background: url(liarrowcat.png) no-repeat top left;
	_background: url(liarrowcat.gif) no-repeat top left;
	text-transform:capitalize;
}
#sidebar .inside .left ul li:hover {
	background-color:#FCFCFC;
}
#sidebar .inside .left ul li a, #sidebar .inside .left ul li a:visited {
	text-decoration:none;
	color:#019DE6;
}
#sidebar .inside .left ul li a:hover {
	text-decoration:none;
	color:#383434;
}
#sidebar .inside .left ul.roll li {
	background: url(liarrowroll.png) no-repeat top left;
}
#sidebar .inside .nofloat {
	float:left;
	clear:both;
}
#sidebar .inside ul.archives {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	clear:both;
}
#sidebar .inside ul.archives li {
	display:inline;
	float:left;
	width:156px;
	padding:5px 0px 6px 16px;
	border-bottom:1px solid #E3E3E3;
	background: url(liarrowyear.png) no-repeat top left;
	_background: url(liarrowyear.gif) no-repeat top left;
}
#sidebar .inside ul.archives li:hover {
	background-color:#FCFCFC;
}
#sidebar .inside ul.archives li a, #sidebar .inside ul.archives li a:visited {
	text-decoration:none;
	color:#019DE6;
}
#sidebar .inside ul.archives li a:hover {
	text-decoration:none;
	color:#383434;
}
#sidebar .searchform {
	width:348px;
	clear:both;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#sidebar .searchformtop {
	border:1px solid #e3e3e3;
	background-color:#fafafa;
	padding:4px 6px;
	text-align:right;
	margin:0px 0px 0px 0px;
	float:left;
	width:332px;
	color:#cccccc;
}
/*----------------------------------------------- POSTS -------------------------------------------------*/

#posts {
	float:left;
	width:600px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#posts .post {
	padding:10px 15px 18px 15px;
	margin:0px 0px 10px 0px;
	border:1px solid #E3E3E3;
	background-color:#fff;
	color:#383434;
	font-size:14px;
}
#posts .post a, #posts .post a:visited {
	text-decoration:none;
	color:#019DE6;
}
#posts .post a:hover {
	text-decoration:none;
	color:#383434;
}
#posts .post h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	font-size:24px;
	letter-spacing:-1.5px;
}
#posts .post h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	font-size:20px;
	color:#5F5858;
}
#posts .post h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	font-size:16px;
	color:#5F5858;
}
#posts .post h1 a, #posts .post h1 a:visited {
	text-decoration:none;
	color:#383434;
}
#posts .post h1 a:hover {
	text-decoration:none;
	color:#019DE6;
}
#posts .post p {
	letter-spacing:0px;
	word-spacing:1px;
	line-height:17px;
	margin:0px 0px 10px 0px
}
#posts .post ul, #posts .post ol {
	list-style:none;
	margin:4px 0px;
}
#posts .post ul li, #posts .post ol li {
	display:block;
	padding:4px 0px 0px 16px;
	margin:3px 0px 0px 0px;
	background: url(liarrowpost.png) no-repeat top left;
}
#posts .post strong {
	font-weight:bold;
}
#posts .post em {
	font-style:italic
}
#posts .post blockquote {
	width:95%;
	margin:0 auto;
	font-size:13px;
	color:#6C6464;
	background-color:#F5F5F5;
	padding:5px;
	margin:2px auto 10px auto;
}
#posts .post img {
	border-top:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	padding:3px 0px;
	margin:2px 0px;
}
#posts .post img.wp-smiley {
	border:none;
	padding:0px;
	margin:0px;
}
#posts .post .details {
	border-top:1px solid #E3E3E3;
	width:560px;
	padding:5px 5px 0px 5px;
	margin:15px 0px 0px 0px;
	font-size:10px;
	text-transform:uppercase;
}
#posts .post .subscribe {
	border-top:1px solid #E3E3E3;
	width:560px;
	padding:5px 5px 0px 5px;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	text-align:center
}
#posts .post .singleadvertising {
	border-top:1px solid #E3E3E3;
	width:560px;
	background: url(singleadvertising.gif) no-repeat bottom right;
	padding:5px 5px 10px 5px;
	margin:15px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
}
#posts .post .singleadvertising p {
	list-style:disc;
	padding:0px;
	line-height:12px;
	margin:0px 0px 10px 0px;
}
#posts .post .details span {
	color:#BBBBBB;
	margin:0px 0px 0px 5px;
}
#posts .post .makemoneyonline {
	width:550px;
	overflow:hidden;
	background:#f7f7f7;
	border-top:1px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	padding:10px 10px;
	margin:0px 0px 10px 0px;
}
#posts .post .makemoneyonline img { border:none; padding:0px; margin:0px 10px 0px 0px; float:left;}

#posts .post .makemoneyonline h3 { font-size:16px; padding:0px; margin:0px 0px 2px 0px; letter-spacing:-1px; }

#posts .post .makemoneyonline p { font-size:12px; padding:0px; margin:0px; }

#posts .post .makemoneyonline em { float:right; clear:both; font-size:13px; font-weight:bold; color:#d6d6d6; }
#navigation {
	padding:10px;
	margin-bottom:0px;
	font-size:12px;
	clear:both;
	background-color:#fff;
	border:1px solid #E3E3E3;
	color:#6C6464;
}
#navigation a {
	padding: 2px 5px;
	border-right: 1px solid #BCBCAD;
	color:#000;
	text-decoration: none;
}
#navigation a:visited {
	padding: 2px 5px;
	border-right: 1px solid #BCBCAD;
	color:#000;
	text-decoration: none;
}
#navigation a:hover {
	padding: 2px 5px;
	text-decoration: none;
	color:#019DE6
}
#navigation span {
	padding: 2px 5px;
	color:#6C6464;
}
#navigation .on {
	padding: 2px 5px;
	color:#6C6464;
	border-right: 1px solid #BCBCAD;
}
/*----------------------------------------------- COMMENTS -------------------------------------------------*/
#comments {
	padding:10px 15px 18px 15px;
	margin:0px 0px 10px 0px;
	border:1px solid #E3E3E3;
	background-color:#fff;
	color:#383434;
	font-size:14px;
}
#comments h3 {
	font-size:16px;
	letter-spacing:-1px;
}
#listcomments {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
	overflow:hidden;
}
#listcomments li {
	display:block;
	margin:5px 0px 5px 0px;
	padding:0px 10px;
	overflow:hidden;
	background-color:#F7F7F7;
}
#listcomments li .gravatar {
	width:50px;
	height:44px;
	float:right;
	text-align:left;
	padding:8px 0px 0px 6px;
}
#listcomments li h4 {
	width:480px;
	height:44px;
	padding:8px 10px 0px 0px;
	text-align:right;
	color:#BBBBBB;
}
#listcomments li h4 span {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#BBBBBB;
}
#listcomments li h4 span a, #listcomments li h4 span a:visited {
	text-decoration:none;
	color:#383434;
}
#listcomments li h4 span a:hover {
	text-decoration:none;
	color:#019DE6;
}
#listcomments li h4 em {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BBBBBB;
}
#listcomments li h4 em a, #listcomments li h4 em a:visited {
	text-decoration:none;
	color:#019DE6;
}
#listcomments li h4 em a:hover {
	text-decoration:none;
	color:#383434;
}
#listcomments li .comtext {
	margin:0px auto 0 auto;
	padding:5px 0px;
	color:#383434;
	font-size:14px;
}
#listcomments li .comtext p {
	margin:5px 0px 5px 0px;
}
#listcomments li .comtext a, #listcomments li .comtext a:visited {
	text-decoration:none;
	color:#5B9DED;
}
#listcomments li .comtext a:hover {
	text-decoration:none;
	color:#2973CE;
}
#listcomments li .comtext img {
	padding:0px;
	margin:0px;
	border:0px;
}
#form {
	background-color:#F7F7F7;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0px 0px 0px;
}
#form a, #form a:visited {
	text-decoration:none;
	color:#019DE6;
}
#form a:hover {
	text-decoration:none;
	color:#000;
}
#form small {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	font-size:10px;
}
#form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
#form input.submitcom {
	width: 93px;
	height: 30px;
	background: url(submitcom.png) no-repeat;
	margin:0px;
}
#form input.submitcom:hover {
	background: url(submitcom.png) no-repeat 0 -30px;
	margin:0px;
}
/*----------------------------------------------- FOOTER -------------------------------------------------*/

#footer {
	width:100%;
	height:150px;
	background: url(footerbg.png) repeat-x top left;
	padding:0px;
	margin:0px;
	clear:both;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#019DE6
}
#footer a:hover {
	text-decoration:none;
	color:#383434
}
#footer .fmenu {
	width:100%;
	height:75px;
	padding:0px;
	margin:0px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	background-color:#fff;
}
#footer .credits {
	width:940px;
	height:55px;
	padding:25px 20px 0px 20px;
	margin:0 auto;
	font-size:24px;
	letter-spacing:-1.4px
}
#footer .credits .r {
	float:right;
}
#footer .credits .l {
	float:left;
}


#sidebar .inside .right .bonus{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding-top:3px;
padding-bottom:3px;
padding-left:5px;
}

#sidebar .inside .right .down{
padding-top:5px;
padding-bottom:11px;
padding-left:3px;
font-size:11px;
font-weight:bold;



}


#posts .post h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	font-size:24px;
	letter-spacing:-1.5px;
	color:#383434;
}

#posts .post h2 a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#383434;
	text-decoration:none;
}

#posts .post h2 a:hover{
	color:#019DE6;
	text-decoration:none;
}

#posts .post h2 a:visited{
	color:#019DE6;
	text-decoration:none;
}


#posts .post a, #posts .post h2 a:visited {
	text-decoration:none;
	color:#019DE6;
	}
	
	
	
	#sidebar .inside h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#383434;
	text-transform:lowercase;
	font-weight:bold;
}
