@charset "utf-8";
/* CSS Document */

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;
}
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;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-image:url(images/backg.gif);
	background-repeat:repeat;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
#topnav {
	height:26px;
	background-image:url(images/topnav.gif);
	background-repeat:repeat-x;
}
#intopnav {
	width:1000px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
}
#intopnav li  {
	float:left;
	display:inline;
	color:#CCC;
	padding-right:15px;
	padding-left:5px;
	padding-top:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#intopnav li a {
	text-decoration:none;
	color:#CCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#intopnav li a:hover {
	color:#FFF;
	text-decoration:underline;
}
#topcat {
	height:43px;
	background-image:url(images/121.gif);
	background-repeat:repeat-x;
}
#intopcat {
	width:1000px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
}
#intopcat li  {
	float:left;
	display:inline;
	color:#CCC;
	padding-right:35px;
	padding-left:5px;
	padding-top:10px;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#intopcat li a {
	text-decoration:none;
	color:#CCC;
}
#intopcat li a:hover {
	color:#FFF;
}
#header {
	height:141px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#headerleft {
	height:141px;
	width:648px;
	float:left;
}
#headerright {
	margin-top:1px;
	height:141px;
	width:352px;
	float:right;
}
#logo {
	margin-top:35px;
	margin-left:55px;
	width:234px;
	height:58px;
}
#headsep {
	width:648px;
	height:30px;
	margin-top:18px;
	float:left;
}
.rsstwitter {
	width:352px;
	height:140px;
	float:right;
	margin-top:1px;
}
#content {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
#main {
	width:648px;
	float:left;
}
#sidebar {
	width:352px;
	float:right;
}
#insidebar {
    margin-left: 16px;
	margin-right: 16px;
	margin-top: 10px;
	margin-bottom : 10px;
}
#adds {
	padding-top:60px;
	padding-left:34px;
	background-image:url(images/sponser.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#mainpost {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin bottom : 15px;
}
#title h1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3e5454;
}
#title h1 a {
	color:#3e5454;
	text-decoration:none;
text-shadow: 1px 1px 1px #CCC;
}
#title h1 a:hover {
	color:#333;
	text-decoration:none;
}
#undertitle {
	height: 34px;
	width: 615px;
	background-image:url(images/undertitle.jpg);
	background-repeat:no-repeat;

}
#autcat {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-left: 10px;
	float:left;
	margin-top: 9px;
}
#autcat a {
	text-decoration:none;
	color: #999;
}
#autcat a:hover {
	text-decoration:none;
	color: #F90;
}
#titledate {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:230px;
	float:right;
	margin-top:9px;
}
#post {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #243953;
	text-align: justify;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom:20px;
}
#post a {
	color:#F90;
	text-decoration:none;
}
#post a:hover {
	color:#666;
	text-decoration:none;
}
#post p {
	padding-bottom: 5px;
	padding-right: 25px;
	padding-top: 5px;
	padding-left: 5px;
}
#post img {
	border: 1px solid #DCDCDC;
	padding: 5px;
	background-color: #fff;
	margin-bottom:10px;
}
#post a:hover img {
	border: 1px solid #373f42;
	padding: 5px;
	background-color: #373f42;
}
#social {
	width:65px;
	float:right;
	margin-top: 5px;
}
#postsep {
	margin-top:20px;
	width:615px;
	height:33px;
	background-image:url(images/postseperator.gif);
	background-repeat:no-repeat;
}
#footer {
	background-image:url(images/footerbg.gif);
	background-repeat:repeat;
	overflow:hidden;
}
#footersep {
	height:19px;
	background-image:url(images/new-ad1_32.gif);
	background-repeat:repeat-x;
}
#poplist {
	margin-top:15px;
	padding-top:65px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/popular.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#poplist li {
	margin-bottom:14px;
	border-bottom:1px solid #e4e3e3;
	font:normal 14px  Tahoma, Geneva, sans-serif;
	color:#3a3a3a;
	clear: both;
	line-height: 1.5em;
	font-size: 12px;
	overflow: hidden;
}
#poplist li a {
	text-decoration:none;
	color:#3e5454;
}
#sidebarlinks a {
	text-decoration:underline;
	color:#3e5454;
}
#sidebarlinks a:hover {
	text-decoration:none;
	color:#F60;
}
#poplist li img {
float:left;
				margin: 0 10px 10px 0;
				padding: 0px;
				border:2px solid #d0dce7;
				background-color: #F5F1DB;
				width: 50px;	
}
#poplist a:hover {
       color:#F60;
}
#poplist li:hover {
	background-color: #eaf0ee;
}
#infooter {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:visible;
}
#infooter a {
	text-decoration:none;
	color: #666;
}
#infooter h2 {
	color: #FFF;
	font-size:22px;
	margin-bottom:10px;
}
#infooter a {
	color:#CCC;
	text-decoration:none;
}
#friends {
	width:233px;
	float:left;
}
#infriends {
	padding-top:35px;
	padding-left:27px;
	padding-right:2px;
}
#infriends li {
	margin-bottom:5px;
}
#infriends li a:hover {
	background:#F60;
	color:#000;
}
#tweetupdate {
	width:434px;
	float:left;
}
#intweetupdate {
	padding-top:35px;
	padding-left:27px;
	padding-right:2px;
}
#aauthor {
	width:333px;
	float:right;
}
#inaauthor {
	padding-top:35px;
	padding-left:27px;
	padding-right:2px;
}
#footerend {
	padding-top:40px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#footerbottom {
	margin-top:1px;
	margin-bottom:70px;
}
#footerbottom1 {
	margin-top:15px;
	margin-left:35px;
	width:665px;
	float:left;
}
#footerbottom2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #999;
	width:200px;
	float:right;
	letter-spacing:1px;
}
#footerbottom2 a:hover {
	color:#F60;
}
#fta {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#rsstwittersub {
	margin:10px;
	color: #3e5454;
}
#rsstwittersub h2 a {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3e5454;
	text-decoration:none;
}
#aboutauthor {
	margin:10px;
	padding: 15px;
	background:#F2F2F2;
	border:1px dashed #DDDDDD;
	list-style:none;
}






#post h1 {
	background-color:#F2F2F2;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	text-transform:capitalize;
	margin-bottom:10px;
	margin-left:7px;
	margin-top:12px;
	font-size:24px;
	color:#3e5454;
    border-bottom:1px dashed #DDDDDD;

}
#post h1 a {
	text-decoration:none;
	color:#3e5454;
}
#post h1 a:hover {
	text-decoration:none;
}
#post h2 {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	text-transform:capitalize;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:17px;
	font-size:20px;
	color:#3e5454;
    border-bottom:1px dashed #DDDDDD;

}
#post h2 a {
	text-decoration:none;
	color: #F90;
}
#post h2 a:hover {
	text-decoration:none;
}

#post h4 {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	text-transform:capitalize;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:17px;
	font-size:18px;
	color:#3e5454;
    border-bottom:1px dashed #DDDDDD;

}
#post h4 a {
	text-decoration:none;
	color:#3e5454;
}
#post h4 a:hover {
	text-decoration:none;
}
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background-color:#FFF;
	border:1px dashed #DDDDDD;
	list-style:none;
	}
.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	display:block;
	padding-top:3px;
	font-style:normal;
	}	

.says {
	display:none;
	} 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.7em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}
#aboutauthor {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border:1px dashed #DDDDDD;
	list-style:none;
}
#textad {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border:1px dashed #DDDDDD;
	list-style:none;
        overflow:hidden;
}
ul#twitter_update_list li {
	padding-bottom:7px;
	padding-right:7px;
	padding-top:7px;
	border-bottom:1px dashed  #333;
}
ul#twitter_update_list li a:hover {
	background-color:#F60;
	color:#000;
}
.related_posts {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border:1px dashed #DDDDDD;
}
.related_posts ul {
	padding-left:20px;
}
.related_posts li {
	margin-bottom:14px;
    border-bottom:1px dashed #DDDDDD;
	border-top:1px dashed #DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	letter-spacing:1px;
}
.related_posts li:hover {
	background-color: #eaf0ee;
}
.Nav {
	font-size: 11px;
	float: left;
	margin: 10px 0px 20px 0px;
}
.Nav a {
	padding: 0.2em 0.5em;
	color: #666;
	background-color: #CCC;
	font-size: 11px;
	border: 1px solid #5A5A5A;
}
.Nav a.on, .Nav a:hover {
	color: #FFF;
	background: #F90;
	border: 1px solid  #999;
}
#adds {
	overflow: hidden;
	padding-top:60px;
	padding-left:25px;
	background-image:url(images/sponser.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#adds a {
	float: left;
	margin: 7px;
}
#adds1 {
	overflow: hidden;
	padding-left:30px;

}
#adds1 a {
	float: left;
	margin: 7px;
}
#adds3 {
	overflow: hidden;
	padding-top:60px;
	padding-left:10px;
	background-image:url(images/sponser.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#adds3 a {
	float: left;
	margin: 7px;
}
.yg a {
font-size: 14px;
color:#3e5454;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.yg a:hover {
color:#F90
}
.yg img {
float:left;
border: 1px solid #DCDCDC;
	padding: 2px;
	background-color: #fff;
	margin-right:10px;
}
.yg {
overflow: hidden;
padding:10px;
}
.adby a {
font-size:10px;
}
.sbutton, .sbutton span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sbutton {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
sbutton::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
sbutton.sbutton  {
	padding:0px;
	margin:0;
}
.sbutton.full, .sbutton.full span {
	display: block;
}
.sbutton:hover, .sbutton.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.sbutton:active, .sbutton.active {
	top:1px;
}
.sbutton span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.sbutton.small span {
	font-size:12px;
}
.sbutton.medium span {
	font-size:14px;
}
.sbutton.large span {
	font-size:18px;
}

/* Button Color Scheme
---------------------------------------------------------- */
.sbutton.black {
	background-color: #333333;
}
.sbutton.gray {
	background-color: #666666;
}
.sbutton.white {
	background-color: #FFFFFF;
}
.sbutton.white span{
	color: #666666;
}
.sbutton.red {
	background-color: #e62727;
}
.sbutton.orange {
	background-color: #ff5c00;
}
.sbutton.magenta {
	background-color: #A9014B;
}
.sbutton.yellow {
	background-color: #ffb515;
}
.sbutton.blue {
	background-color: #00ADEE;
}
.sbutton.pink {
	background-color: #e22092;
}
.sbutton.green {
	background-color: #91bd09;
}
.sbutton.rosy {
	background-color: #F16C7C;
}
.sbutton.brown {
	background-color: #804000;
}
.sbutton.purple {
	background-color: #800080;
}
.sbutton.cyan {
	background-color: #46C7C7;
}
.sbutton.gold {
	background-color: #D4A017;
}







#mojo {
	background-image:url(http://acrisdesign.com/wp-content/uploads/2011/04/mtbg.png);
	background-repeat:repeat-x;
	height:90px;
}
#s_mojo {
	width:728px;
	margin-left:auto;
	margin-right:auto;
}
#i_mojo {
	width:800px;
	float:left;
color:#FFF;
}
#i_mojo h1 {
padding-top:13px;
font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
font-size:14px;font-weight:lighter;
}
#s_mojo h2 {
padding-top:13px;
font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
font-size:13px;
}
#b_mojo {
	width:100px;
	float:left;
color:#f6f85e;
}
#mojo a {
color:#f6f85e;
text-decoration:none;
}
#mojo a:hover {
color:#f6f85e;
text-decoration:underline;
}
#d_mojo {
	width:100px;
	float:left;
color:#f6f85e;
}
