/*  
Theme Name: Dogs of NYC
Theme URI: http://www.dogsofnyc.com
Version: 1.0
Author: Jeremy Landis
Author URI: http://www.jeremylandis.com/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background-image:url(images/bkg.gif);
	background-repeat:repeat-x;
	background-color: #e8e0d8;
	color: #544f4a;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #423500;
}
h1 {
	font-size: 30px;
}	
h2 {
	font-size: 18px;
}	
a {
	text-decoration: none;
	color: #c67000;
}
a:hover {
	text-decoration: underline;
}
a img{ border: 0; }
abbr, acronym{ border: 0; }
address, dl, p{ padding: 10px 0 0; }
blockquote{
	margin: 10px 0 0;
	background: #eee;
}
blockquote p{ padding: 10px; }
blockquote blockquote{
	margin: 10px;
}
dt{ font-weight: bold; }
dd{ padding: 0 0 0 15px; }
hr{
	clear: both;
	margin: 10px 10px 5px 10px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #eee;
	color: #eee;
}
small{
	font-size: 11px;
}
pre{
	width: 90%;
}
input, textarea{
	font-size: 12px;
	padding: 2px;
}
input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}
input#author, input#email, input#url{
	margin: 0 5px 0 0;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
.subtext {
	color:#a29487;
	font-style:italic;
	font-size: 10px;
}
/***  START HEADER  ***/
.container{
	margin: 0 auto; 
	width: 950px;
	text-align: left;
	vertical-align: top;
}
.page{
	float: left;
	width: 950px;
}
#header{
	display: inline;
	float: left;
	width: 950px;
	overflow: hidden;
	clear: both;
	margin: 0px;
}
#banner{
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0px;
}
#newsletter{
	display: inline;
	float: right;
	overflow: hidden;
	margin-top: 11px;
	width: 310px;
}
#newsletterTop{
	background-image:url(images/newsletterTop.gif);
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
	width: 280px;
	height: 10px;
}
#newsletterBot{
	background-image:url(images/newsletterBot.gif);
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
	width: 280px;
	height: 10px;
}
#newsletterMid{
	background-color: #e8e0d8;
	padding:0 15px 0 15px;
	width: 280px;
}
#newsletterText {
	padding:3px 0 5px 0;
}
#newsletterInput {
	border:#000 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	color:#000;
	width:190px;
	font-size:14px;
}
#newsletterSubmit {
	border:none;
	color:#fff;
	background-color:#c67000;
	margin-left:3px;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 3px 0;
}
***  END HEADER  ***/

/***  START MENU BAR  ***/
#menucontainer {
	width:200px;
	float:left;
	margin:0px 20px 20px -20px;
}
#menucontainer a {
}
.menuitem {
	width:200px;
	height:20px;
	margin: 0px;
	padding:0px 0px 0px 22px;
	font-size:14px;
}
.menuselected {
	width:200px;
	height:40px;
	margin: 0px;
	padding:10px 0px 0px 22px;
}
#menucontainer .menuselected a {
	color:#000;
}
#menucontainer .menuselected a:hover {
	text-decoration:none;
}
/***  END MENU BAR  ***/

/***  START SIDEBAR  ***/
.sidebar{
	display: inline;
	float: right;	
	width: 180px;
}
.sidebar li {
	margin:0px 0px 6px 0px;
}
.sidebar .module_block {
	margin: 0px;
	padding: 0px;
	margin-bottom:30px;
}
.sidebar .module_header {
	margin-bottom:8px;
}
.sidebar .module_subheader {
	color:#ccc;
}
.sidebar .module_text {
	padding: 0 0 0 10px;
}
.sidebar #left_towerad {
	height:600px;
	margin:40px 0px 35px 0px;
}
/***  END SIDEBAR  ***/

/***  START CENTER COLUMN  ***/
.narrowcolumn{
	float: left;	
	display:inline;
	width: 530px;
	margin-bottom:30px;
}
.post{
	width:530px;
}
.post_wrapper{
	background-color:#FFF;
}
.post_top{
	width: 530px;
	height: 11px;
	background-image:url(images/modTop.gif);
	background-repeat:no-repeat;
}
.post_bot{
	width: 530px;
	height: 11px;
	background-image:url(images/modBot.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.post_title {
	float:left;
	padding: 0 15px 0 15px;
	margin-bottom:3px;
}
.post_title a {
}
.post_details {
	float:left;
}
.post_extras {
	float:right;
}
/* entry */
.post_entry {
	clear:both;
	padding: 0 15px 0 15px;
	margin-bottom:15px;
	font-size: 12px;
	line-height:16px;
}
.post_entry span {
}
.post_entry p {
}
.post_entry img{
	padding-bottom:10px;
}
.post_entry a img{
}
.post_entry img.wp-smiley{
	padding: 0;
	border: 0;
}
.post_entry img.alignleft{
	float:left;
}
.post_entry img.alignright{
	float:right;
}
/* footer */
.post_footer {
	padding: 0 15px 10px 15px;
	font-size:11px;
	margin-bottom:5px;
}
.post_footer .relatedposts{
	margin-bottom:10px;
}
.post_footer .relatedposts a{
	margin:0px;
}
.post_footer .tags {
	width:500px;
	margin-bottom:20px;
}
.navigation {
	width:465px;
	font-style:italic;
	font-weight:bold;
}	
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
}
/***  END CENTER COLUMN  ***/

/***  START RIGHT BAR  ***/
.obar{
	float: left;
	width: 200px;
	display:inline;
	margin-left:20px;
}
.obar .module_block {
	margin: 0px;
	padding: 0px;
	width:200px;
	margin-bottom:30px;
}
.obar .module_header {
	margin-bottom:8px;
}
.obar .module_subheader {
	color:#ccc;
}
.obar .module_text {
	padding: 0 0 0 10px;
}
.obar .searchcontainer {
}
.obar #searchform #s {
	width:135px;
	border:#000 1px solid;
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
	color:#000;
	font-size:12px;
}
.obar #searchform #searchsubmit {
	border:none;
	color:#fff;
	background-color:#c67000;
	margin-left:3px;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px 3px 0px;
}
.searchresults_header {
	margin-bottom:10px;
}
.searchresults_header span {
	font-size:14px;
	padding:2px 5px;
}
	
.obar .tag_cloud {
}
.obar .tag_cloud a {
}
.obar .tag_cloud a:hover {
}
.obar ul.link_list li {
	margin:6px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.obar ul.link_list, .obar ul.videos, .obar ul.most_popular, .obar ul.recent_comments {
	list-style:none;
	margin:0px;
	padding:0px;
}
.obar ul.link_list li h2, .obar ul.videos li.title, .obar ul.most_popular li.title, .obar ul.recent_comments li.title {
	margin-bottom:4px;
}
.obar ul.videos li.excerpt, .obar ul.most_popular li.excerpt, .obar ul.recent_comments li.excerpt {
	font-size:12px;
	font-style:italic;
	margin:5px 0 15px 0;
}
.obar ul.recent_comments li.reference {
}

/***  END RIGHT BAR  ***/


/*** START COMMENTS ***/
.comments-template {
	margin: 10px 15px 20px 15px;
	padding-top: 10px;
}
.comments-template h2 {
	margin-left: -15px;
}
.comments-template .title {
	color:#000;
}
.commentmetadata {
	font-size: 11px;
}
.commentmetadata .comment_author {
	float:left;
}
.commentmetadata .comment_author span {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.commentmetadata .comment_details {
	float:right;
}
.commentmetadata .comment_pending {
	clear:both;
	float:left;
	color:#bbb;
}
.comment_entry {
	clear:both;
	padding-bottom:5px;
	margin:0px;
}
.comment_entry span {
}	
.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 20px;
}

.comment_status {
	font-style:italic;
}	
.comments-template p.nocomments{
	padding: 0;
}

#respond {
}
/***  END COMMENTS  ***/


/***  START TAGS  ***/
.tags_title {
	margin-bottom:20px;	
}
/***  END TAGS  ***/


/***  START SEND TO A FRIEND (STAF)  ***/
.staf_header {
	font-size:12px;
	width:130px;
}
.staf_requiredmsg {
	text-align:right;
	font-size:10px;
	color:#bbb;
}
.staf_label span.staf_star, .staf_requiredmsg span.staf_star {
	color:#f00;
	background-color:#fff;
}
.staf_label {
	clear:both;
	float:left;
	width:110px;
	font-size:12px;
	margin-bottom:5px;
}

.staf_input {
	float:left;
	width:360px;
	margin-bottom:5px;
}
.staf_imgverify {
	margin-right:10px;
}
#imageverify{
	width:50px;
}

.staf_input input, .staf_input textarea {
	width:355px;
}
.staf_emailmultiple {
	clear:both;
	float:left;
	margin:-5px 0 5px 110px;
	width:290px;
	font-size:10px;
	color:#bbb;
}
.staf_submit {
	clear:both;
	text-align:right;
}
/***  END SEND TO A FRIEND (STAF)  ***/



/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #ddd;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer{
	font-family: "Times New Roman", Georgia, Times, serif;
	color:#b2b2b2;
	font-style:italic;
	float: left;
	text-align:center;
	width: 950px;
	margin-top:10px;
	margin-bottom:20px;
}
#footer .links{
	margin-bottom:10px;
}
#footer a{
}
#footer a:hover {
	text-decoration:underline;
}

#secureimgdiv{	
	margin-top:5px;
}
	
#secureimgdiv small{
	
}
#secureimginput {
	display:block;
	margin-bottom:5px;
}
#secureimginput img{
	vertical-align:top;
	margin-top:8px;
}

input#securitycode{
	height:16px;
	margin:10px 2px 8px 2px;
	padding: 3px;
	width:100px;
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
}

input#submit{
	margin:8px 0 0 0;
	padding:0;
}

#commentform{
	margin:0;
	padding:0;
}

#post-769 .nocomments{
	display:none;
}

#post-769 .post_footer{
	display:none;
}

#post-769 .comment_status{
	display:none;
}

#post-769 .post_details{
	display:none;
}