* { 
	margin: 0px; 
	padding: 0px; 
}

body {
	background-color: white;
	font-family: Futura Medium, Century Gothic, AppleGothic, sans-serif;
	color: white;
	color: #666666;
	font-size: .75em;
	text-align: center;
}

form {
	display: inline;
}

a {
	color: #244d74;
	text-decoration: none;
}

ol,li {
	margin-left: 20px;
	list-style-position: outside;
}

a img { border: none; }

a:hover { text-decoration: underline; }

div#bin {
	width: 900px;
	text-align: left;
	margin: 20px auto 10px auto;
}
/* Header */

div#header {
	position: relative;
	height: 100px;
}

div#header div.ad {
	position: absolute;
	top: 25px;
	right: 0px;
	border: 1px solid #cccccc;
	width: 468px;
	height: 60px;
	padding: 0px;
}

div#header img.logo {
	position: absolute;
	bottom: -45px;
	left: 20px;
}

div#header h1 {
	font-size: 40px;
	position: absolute;
	top: 25px;
	/*left: 135px;*/
	left: 0px;
	font-weight: normal;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
}

div#header h4 { 
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	top: 75px;
	/*left: 150px;*/
	left: 0px;
}

/* Navigation */
div#nav {
	margin: 10px 0px 10px 0px;
}

div#nav ul#top_nav {
	list-style: none;
	border-bottom: 2px solid #244d74;
	padding-bottom: 5px;
	/*text-align: right;*/
	text-align: left;
}

div#nav ul#top_nav li {
	display: inline;
	list-style: none;
	font-size: 18px;
	margin-left: 20px;
}

div#nav ul#bottom_nav {
	list-style: none;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

div#nav ul#bottom_nav li {
	display: inline;
	list-style: none;
	font-size: 12px;
}


div#nav ul#top_nav li div { display: inline; }

div#nav ul#top_nav li a,
div#nav ul#bottom_nav li a { 
	color: #222222;
}

div#nav ul#top_nav li a:hover,
div#nav ul#bottom_nav li a:hover {
	color: #244d74;
}

/* Features */
div#features {
	position: relative;
	height: 125px;
}

/* items inside navigator */
div#features div.navi { 
	text-align: center; 
	overflow: auto;
	width: auto;
	padding-left: 434px;
}

div#features div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/wp-content/themes/punchingkitty/scrolling/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div#features div.navi span:hover {
	background-position:0 -8px;      
}

div#features div.navi span.active {
	background-position:0 -16px;     
}

div#features a#feat_rgt {
	position: absolute;
	top: 50px;
	right: -25px;
	background:url(/wp-content/themes/punchingkitty/scrolling/right.png) no-repeat 0 0;
	cursor:pointer;
	width:18px;
	height:18px;
	display:block;
}

div#features a#feat_lft {
	position: absolute;
	top: 50px;
	left: -25px;
	background:url(/wp-content/themes/punchingkitty/scrolling/left.png) no-repeat 0 0;
	cursor:pointer;
	width:18px;
	height:18px;	
	display:block;
}

div#features a#feat_lft:hover,
div#features a#feat_rgt:hover {
	background-position:0 -18px;
}

div#features div#features_bin { height: 110px; }

div#features a.feature {
	width: 213px;
	height: 100px;
	border: 2px solid #cccccc;
	float: left;
	margin-left: 10px;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: white;
}

div#features a.feature:hover {
	border-color: #244d74;
}

div#features a.feature h4 {
	position: absolute;
	bottom: 0px;
	width: 207px;
	padding: 3px;
	color: white;
	background-color: black;
	font-weight: normal;
	font-size: 12px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

div#features a.f1 { margin-left: 0px; }
div#features a.f4,
div#features a.f2 { margin-left: 11px; }

div.shim { clear: both; }

/* Content block */

div#content {
	margin: 10px 0px 10px 0px;
}

div#content div#content_right {
	width: 300px;
	float: right;
}

div#content div#content_left {
	width: 590px;
	margin-right: 10px;
}

div#content div.block {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	background-color: white;
	position: relative;
}

div#content div.block h4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 292px;
	padding: 3px;
	color: white;
	background-color: black;
	font-weight: normal;
	font-size: 12px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

div#content div.video {
	height: 170px;
	border: none;
	background-color: transparent;
}

div#flickr_badge_wrapper { 
	margin-bottom: 50px;
}

div#content div.ad_square {
	width: 300px;
}

div#content div.blogroll {
	padding-bottom: 25px;
}

div#content div.blogroll table {
	text-align: center;
	width: 300px;
}
div#content div.blogroll table td { padding: 3px 0px 3px 0px; width: 145px;}

div#content div.tips {
	border: 2px solid #cccccc;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 10px 10px 35px 110px;
	font-size: 14px;
}

div#content div.tips p {
	margin-top: 10px;
	color: #000000;
}

div#content div.tips h4 {
	-moz-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	
	width: 290px;
}

div#content div.tips img.tips_icon {
	position: absolute;
	top: -30px;
	left: -30px;
	/*z-index: 100;*/
}

/* Posts */

div#content div.post {
	
}

div#content div.post h2 {
	padding: 5px 3px 5px 3px;
}

div#content div.post h2,
div#content div.post h2 a {
	color: #222222;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size: 28px;
	text-decoration: none;
}

div#content div.post h2 a:hover {
	color: #244d74;
}

div#content div.post div.post_byline {
	text-align: right;
	padding: 3px;
	font-size: 11px;
	color: #666666;
}

div#content div.post div.post_body {
	padding: 3px;
	color: #222222;
	font-size: 13px;
	line-height: 1.5em;
	overflow: auto;
}

div#content div.post div.post_body h3 {
	margin: 5px 0px 5px 0px;
}

div#content div.post div.post_body ol {
	list-style-position: outside;
	padding-left: 10px;
	margin: 10px;
}

div#content div.post div.post_body blockquote {
	margin: 10px 10px 10px 50px;
	border-left: 3px solid #244d74;
	padding: 5px;
	background-color: #eeeeee;
}

div#content div.post div.post_body p {
	margin-top: 10px;
}

div#content div.post div.post_body img { border: none; }

div#content div.post div.post_body img.alignright {
	float: right;
	margin: 5px;
}
div#content div.post div.post_body img.aligncenter {
	margin: 5px auto 5px auto;
}

div#content div.post div.post_info {
	border-top: 2px solid #244d74;
	margin-top: 10px;
	padding: 5px 3px 5px 3px;
	text-align: right;
	background-color: #222222;
}

div#content div.navigation {
	padding: 5px 3px 5px 3px;
	overflow: auto;
}

div#content div.navigation div.alignleft { float: left; }
div#content div.navigation div.alignright { float: right; }


div#content div.alt {
	text-align: center;
}

/* Comments */
h3#comments {
	padding: 5px 3px 5px 3px;
	color: #222222;
}

div#content ol.commentlist {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

div#content ol.commentlist li {
	list-style: none;
	padding: 5px 3px 25px 3px;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
	border: 1px solid #cccccc;
	color: #222222;
	font-size: 13px;
	line-height: 1.5em;
	z-index: 100;
}

div#content ol.commentlist li.tweetback img.tb_icon {
	position: absolute;
	top: -10px;
	left: -79px;
	z-index: 99;
}

div#content ol.commentlist li img.avatar {
	float: right;
	border: none;
}

div#content ol.commentlist li div.comment-meta {
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 3px 5px 3px 5px;
	text-align: right;
}

div#content ol.commentlist li div.reply { 
	font-size: 11px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 3px 5px 3px 5px;
	text-align: right;
}

div#content ol.commentlist li p {
	margin: 5px 20px 5px 10px;
}

div#content div#respond {
	padding: 5px 3px 10px 3px;
}

div#content div#respond h3 {
	color: #222222;
}

div#content div#respond input {
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #222222;
	padding: 3px;
}

div#content div#respond input#submit {
	margin-top: 10px;

	width: 112px;
	height: 38px;
	border: none;
	background: white url('http://punchingkitty.com/wp-content/themes/punchingkitty/images/ok_single.jpg') no-repeat center center;
}


/* Footer */

div#footer {
	height: 125px;
	background-color: #222222;
	border-top: 2px solid #244d74;
	color: white;
	padding: 3px;
}

div#footer span {
	line-height: 2em;
	display: block;
}

div#footer ul {
	text-align: right;
	list-style: none;
	float: right;
}

div#footer ul li {
	list-style: none;
	font-size: 20px;
}

