/*
Theme Name: ThePassiveDad Custom Design
Theme URI: http://thepassivedad.com
Description: 3-column gossip WordPress theme
Version: 1.01
Author: Katy - Kiss My Code
Author: http://www.kissmycode.com/
*/

blockquote, body, caption, dd, dl, form, h1, h2, h3, h4, h5, h6, input, p, pre, textarea, table, td, th{
	margin: 0;
	padding: 0;
}

blockquote {
	background: #E7E7E7;
}

body, form, h1, h2, h3, h4, h5, h6, input, textarea, table{
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #404040;
}

body{
	text-align: center;
	background: #FFFFFF url(images/bg-body.gif);
	padding-top: 15px;
}

a{
	color: #648B2B;
	text-decoration: none;
}

a:visited{
	color: #648B2B;
	text-decoration: none;
}

a:hover{
	color: #404094;
	text-decoration: none;
}

a:active{
	color: #648B2B;
	text-decoration: none;
}

a img{
	border: 0;

}

blockquote{
	margin: 10px 0 0;
	background: #f9f9f9;
}

blockquote p{
	padding: 20px;
}

blockquote blockquote{
	margin: 0 20px;
	background: #fff;
}

img.alignleft{
	margin: 5px 10px 2px 0;
}

img.alignright{
	margin: 5px 0 2px 10px;
}

img.alignleft, img.alignright{
	padding: 4px;
	border: 1px solid #f2f1e9;
	display: inline;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img{
	max-width: 100%;
}

p{
	padding: 10px 0;
}

small{
	font-size: 11px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.dottop, .dotbottom{
	width: 100%;
	background: url(images/dot.gif) right top no-repeat;
}

.dottop div, .dotbottom div{
	background: url(images/dot.gif) no-repeat;
}

.dottop, .dottop div, .dotbottom, .dotbottom div{
	height: 1px;
	font-size: 1px;
}

#wrapper{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}


#header{
	float: left;
	width: 950px;
	height: 125px;
	background: #FFFFFF url(images/bg-header.gif) no-repeat;
}

#mgkspacer {
	float: left;
	width: 650px;
	margin: 39px 0 0 20px;
	display: inline;
	overflow: hidden;
}

#topnav {
	height:30px;
	width:935px;
	clear:both;
	background-color:#E5E5E5;
	padding-left: 15px;
	}

#topadsense {
	height:30px;
	width:935px;
	clear:both;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-left: 25px;
}

ul.topnav{
	height:30px;
	line-height:30px;
	list-style:none;
	margin:0px;
	padding:0;
	}

ul.topnav li{
	float:left;
	list-style-type:none;
	margin:0;
	}

ul.topnav li a {
	float:left;
	font:11px Verdana;
	color:#404040;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
	border-right:2px solid #EEEEEE;
	}

ul.topnav li a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color:#404094;
	}

#menu{
	float: left;
	width: 442px;
	margin: 20px 0 0 20px;
	display: inline;
}

#menu ul{
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 14px 20px 0 0;
	display: inline;
	position: relative;
}

#menu ul li a{
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 18px;
	background: url(images/x.gif) no-repeat 0 4px;
	color: #dd3f14;
}

#search{
	float: left;
	margin: 44px 0 0;
}

#search form#searchform{
	float: left;
	width: 196px;
	margin: 7px 0 0;
	background: url(images/bg-search-form.gif) repeat-x;
}

#search form#searchform input{
	font: 11px arial, helvetica, sans-serif;
}

#search form#searchform .keyword{
	float: left;
	height: 29px;
	background: url(images/bg-search-input.gif) no-repeat;
}

#search form#searchform .keyword input#s{
	float: left;
	margin: 6px 0 0 10px;
	border: 0;
	display: inline;
	background-color: transparent;
}

#search form#searchform .go{
	float: right;
}

p.alert, p.download, p.info, p.note{
	margin: 10px 0 0;
	padding: 10px 10px 10px 36px;
}

p.alert{
	border-top: 2px solid #f0baa2;
	border-bottom: 2px solid #f0baa2;
	padding: 10px 10px 10px 36px;
	background: #ffd9c8 url(images/alert.png) no-repeat 12px 16px;
}

p.download{
	border-top: 2px solid #d4ebaf;
	border-bottom: 2px solid #d4ebaf;
	background: #edfcd5 url(images/download.png) no-repeat 10px 16px;
}

p.info{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #f9f9f9 url(images/info.png) no-repeat 12px 16px;
}

p.note{
	border-top: 2px solid #efe3ae;
	border-bottom: 2px solid #efe3ae;
	background: #fef6d2 url(images/note.png) no-repeat 14px 16px;
}

.sidebar{
	float: left;
	margin: 10px 0 0;
	width: 330px;
	color: #555;
}

.sidebar ul#primary, .sidebar ul#quaternary{
	width: 330px;
}

.sidebar ul#secondary, .sidebar ul#tertiary{
	float: right; 
	width: 160px;
}

.sidebar ul#tertiary{
	float: left;
}

.sidebar ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li h3{
	padding: 8px 10px 6px 10px;
	font: bold 14px Verdana;
	color: #555;
}

.sidebar ul ul{
	float: none;
	line-height: 22px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 4px 10px 3px 12px;
	font: normal 11px Verdana;
}

.sidebar ul ul li a{
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.sidebar ul ul li a:visited{
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.sidebar ul ul li a:hover{
	color: #404094;
	font-weight: normal;
	text-decoration: none;
}

.sidebar ul ul li a:active{
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	border: 0;
	background-image: none;
}

.ads{
	width: 330px;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.sidebar ul li#ads-300x250{
	width: 330px;
	height: 280px;
	overflow: hidden;
	background: #FFFFFF;
}

.sidebar ul li#ads-300x250 .rctop, .sidebar ul li#ads-300x250 .rctop div, .sidebar ul li#ads-300x250 .rcbottom, .sidebar ul li#ads-300x250 .rcbottom div{
}

.sidebar ul li#ads-300x250 ul{
	padding: 0 10px;
}

.sidebar ul li#ads-300x250 ul li{
	padding: 0;
	width: 310px;
	height: 260px;
	background: #fff;
	border: 0;
}

.sidebar ul li#ads-300x250 ul li img{
	margin: 5px 0 0 5px;
}

.sidebar ul li#search{
	float: none;
	margin: 10px 0 0;
}

.sidebar ul li#search form#searchform{
	width: 100%;
}

.sidebar ul li.widget_rss h3{
	padding: 8px 10px 6px 10px;
	background-image: none;
}

.sidebar ul li.widget_rss h3 img{
	width: 9px;
	height: 9px;
}

.sidebar ul li.widget_tag_cloud h3{
	margin: 0 0 10px;
}

.sidebar ul li.widget_tag_cloud a{
	padding: 0 0 0 10px;
}

#comments, #respond{
	margin: 15px 0 0;
}

#comments h3{
	padding: 0 10px 7px 10px;
	font: 20px Verdana;
	color: #404094;
}

#comments h3#comments-count{
	padding: 55px 10px 7px 10px;
}

#comments ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments ol.commentlist li{
	padding: 4px 10px 3px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 22px;
}

#comments ol.commentlist li a{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

#comments ol.commentlist li a:visited{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

#comments ol.commentlist li a:hover{
	color: #404094;
	font-weight: bold;
	text-decoration: none;
}

#comments ol.commentlist li a:active{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

#comments ol.commentlist li.highlighted{
	background: #f9f9f9;
}

#comments .required{
	color: #C00000;
}

#comments textarea{
	width: 75%;
}

#comments input{
	font: bold 12px Verdana;
	background-color: #ECECEC;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #404040;
	}

#comments input:hover{
	font: bold 12px Verdana;
	background-color: #ECECEC;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #404040;
	}

#comments p.nocomments, #respond form{
	padding: 0 10px;
}

#respond h3{
	padding-top: 55px;
}

#comments p#login-req{
	padding: 20px 10px 10px;
}

p.comment_license{
	line-height: 22px;
}

.container{
	float: left;
	width: 950px;
	background: #fff;
}

.rctop, .rctop div, .rcbottom, .rcbottom div{
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.rss{
	padding-left: 115px;
	margin-left: 25px;
	background: url(images/rss-bg.gif) no-repeat;
	width: 300px;
	height: 110px;
	margin-top: 45px;
}

.rss a{
	color: #404094;
	font-weight: bold;
	text-decoration: none;
}

.rss a:visited{
	color: #404094;
	font-weight: bold;
	text-decoration: none;
}

.rss a:hover{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

.rss a:active{
	color: #404094;
	font-weight: bold;
	text-decoration: none;
}

.content{
	float: left;
	margin: 10px 10px 0;
	width: 580px;
	display: inline;
	overflow: hidden;
}

.post, .page{
	padding: 14px 0 0;
	text-align:justify;
}

.entry-head{
	float: left;
	width: 530px;
	padding: 0 0 7px;
}

.entry-head h2, .entry-meta{
	margin: 0 0 0 10px;
}

.entry-head h2{
	font: 20px Verdana;
	padding-top: 25px;
}

.entry-head h2 a{
	color: #404094;
	font-weight: normal;
	text-decoration: none;
}

.entry-head h2 a:visited{
	color: #404094;
	font-weight: normal;
	text-decoration: none;
}

.entry-head h2 a:hover{
	color: #648B2B;
	font-weight: normal;
	text-decoration: none;
}

.entry-head h2 a:active{
	color: #404094;
	font-weight: normal;
	text-decoration: none;
}

.page .entry-head{
	float: none;
	background-image: none;
}

.page .entry-head h2{
	margin: 0 0 0 10px;
}

.entry-meta{

	padding: 1px 0 0;
	font-size: 11px;
	color: #777;
}

span.entry-date{
	padding: 0 0 0 12px;
	background: url(images/entrymeta-calendar.gif) no-repeat 0 3px;
}

span.author{
	padding: 0 0 0 13px;
	background: url(images/entrymeta-pencil.gif) no-repeat 0 3px;
}

span.comments-link{
	padding: 0 0 0 14px;
	background: url(images/entrymeta-comment.gif) no-repeat 0 3px;
}

span.comments-link a{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

span.comments-link a:visited{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

span.comments-link a:hover{
	color: #777777;
	font-weight: normal;
	text-decoration: underline;
}

span.comments-link a:active{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

.entry-content{
	padding: 0 10px;
	line-height: 22px;
}

.entry-content p a{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

.entry-content p a:visited{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

.entry-content p a:hover{
	color: #404094;
	font-weight: bold;
	text-decoration: none;
}

.entry-content p a:active{
	color: #648B2B;
	font-weight: bold;
	text-decoration: none;
}

.entry-content h2{
	font: 20px Verdana;
	color: #404094;
	line-height: 28px;
}

.entry-content h3{
	font: 18px Verdana;
	color: #404094;
	line-height: 24px;
}

.entry-content h4{
	font: 16px Verdana;
	font-weight: bold;
	color: #404094;
	line-height: 20px;
}

.entry-content h5{
	font: 12px Verdana;
	font-weight: bold;
	color: #404094;
	line-height: 16px;
}

.entry-content h6{
	font: 10px Verdana;
	font-weight: bold;
	color: #404094;
	line-height: 14px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.entry-foot {
	color: #404040;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 5px; 5px 5px;
	background: #ECECEC;
}

.entry-foot a {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

.entry-foot a:visited {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

.entry-foot a:hover {
	color: #777777;
	font-weight: normal;
	text-decoration: underline;
}

.entry-foot a:active {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

.ads-468x60 img{
	margin: 20px 0 0 20px;
}

.navigation{
	float: left;
	width: 500px;
	margin: 17px 0 7px;
	display: inline;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}


#footer{
	float: left;
	width: 950px;
	height: 115px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	color: #6F6F6F;
	font: 10px Verdana;
	background: url(images/bg-footer.gif) no-repeat;
}

#footer a{
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited{
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #404094;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:active{
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}

#footer p{
	padding: 10px 80px 20px 10px;
}

table#MBL_COMM td.mbl_fo_hidden {
	display:none;
	}

table#MBL_COMM {
	margin-top: 0px; /* all browsers including Mac IE */
	*margin-top: -10px; /* IE 7 and below */
	margin-top: -10px; /* IE 6 and below */
	}

img#wpstats {
	width:0px;
	height:0px;
	overflow:hidden;
	}
 
#mybloglogblock {
	float:left;
	width:322px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

#mybloglogblock ul {
	list-style-type:none;
	margin:0;
	margin-top: 20px;
	margin-right: 20px;
	padding:0;
	}

#blogcatalog {
	float:left;
	width:322px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

#blogcatalog ul {
	list-style-type:none;
	margin:0;
	margin-top: 20px;
	margin-right: 20px;
	padding:0;
	}

#entrecard {
	float:left;
	width:322px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

#entrecard ul {
	list-style-type:none;
	margin:0;
	margin-top: 20px;
	margin-right: 20px;
	padding:0;
	}

.tabs-block {
	float: left;
	width: 300px;
	padding: 0;
	margin: 20px 0 15px 8px !important; 
	margin: 20px 0 15px 3px; 
	display: block; 
	}

.tabbed {
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}

.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent; 
	}

.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	border: 0px;
	}

.tabbed ul.tabs li a {
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #404094; 
	}

.tabs-block ul.tabs li a { 
	padding: 5px .7em; 
	}

.tabbed ul.tabs li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: #404094;
	text-decoration: none;
	}

.tabbed ul.tabs li a.tab-current {
	background: #648B2B; 
	}

.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background: #648B2B;
	display: none;
	}

div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10 { 
	display: none;
	}

.tabs-block .tabbed div.t1, #home .tabbed div.c1 {
	display: block;
	}

.tabs-block .tabbed div { 
	width: 300px; 
	}

.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #648B2B;
	}

.tabbed div ul a {
	color: #000000;
	text-decoration: none;
	}

.tabbed div ul a:visited {
	color: #000000;
	text-decoration: none;
	}

.tabbed div ul a:hover {
	color: #000000;
	text-decoration: underline;
	}

.tabbed div ul a:active {
	color: #000000;
	text-decoration: none;
	}

.tabbed div ul li {
	clear: left;
	background: transparent; 
	}

.tabbed div ul li a {
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none; 
	color:#000000;
	}

.tabbed div ul li a:visited {
	color: #000000;
	text-decoration: none;
	}

.tabbed div ul li a:hover { 
	color:#000000;
	text-decoration: underline; 
	}

.tabbed div ul li a:active {
	color: #000000;
	text-decoration: none;
	}

.tabbed div ul li {
	border: 0px; 
	padding: 5px; 
	margin: 0; 
	}

.rsidebar{
	font: 13px  Verdana;
	color:#303030;
	float:right;
	width:152px;
	padding-left:20px;
	}
