/*  
Theme Name: Catster Site News Blog
Description: The theme for Catster Site News.
Version: 0.1
Author: Tim Barkow
Author URI: http://thinkcorps.com/
*/
html, body { height:100% }
body {
	color: #394A58;
	/*text-align: center;*/
	margin: 0 auto;
	padding: 0; 
	background-color: #b1d347;
	height:100%;
	}

#content {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:10px 0px 10px 20px;
	_margin: 10px 0px 10px 10px;
	padding: 0px;
	width:973px;
	_width: 1000px;
	background-color: #E6F7B1;
	}
#posts {
	padding: 12px;
	background-color: #ffffdd;
	width:708px;
	border-right:1px solid #b1d347;	
	}
#wrap {
	margin:0 auto;
	width:786px;
	height:100%;
	border:3px solid #f79910;
	border-top:0px;
	border-bottom:0px;
	}
#page {
	margin:0 auto;
	background-color:#f6f9d7;
	text-align: left;
	width:780px;
	height:100%;
	border:3px solid #b04a3c;
	border-top:0px;
	border-bottom:0px;
	}
#page td { vertical-align:top; }

.postdate {
    color:#036868;
    float:left;
    font-weight: bold;
    padding-top: 0px;
    margin-right:40px;
    margin-top:-10px;
    }
.postcomment {
    color:#036868;
    float:right;
    font-weight: normal;
    padding-top: 0px;
    margin-right:40px;
    margin-top:-10px;
    }

#header {
	position:relative;
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 100px !important;
	width: 100%;
	cursor:pointer;
	cursor:hand;
	}
#header img.header {
	position:relative;	
	top:-50px;
	left:0;
	margin:0 0 -50px 0 !important;
	padding:0;
	height:100px;
}
#rssbox {
	position:relative;
	z-index:3;
	top:0;
	right:0;
	height:50px;
	padding:0 !important;
	margin:0;
}
#rssbox div {
	float:right;
	text-align:right;
	font: bold 1em/100% 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0 12px 12px;
	margin-top:8px;
	color:#fff;
}
#rssbox div .feedicon {
	margin-bottom:-12px;
}
#rssbox a:link, #rssbox a:visited {
	color: #fff;
	}

#rssbox a:active, #rssbox a:hover {
	color: #479;
	text-decoration: underline;
	}
/*this is used for the pet image in each post*/
div.entry div {
	/*float:right;
	text-align:center;
	width: 240px;*/
	height: auto;
	}
div.entry div img{
	background-color:#FFFFFF;
	/*width: 130px;*/
	padding: 3px;
	margin: 3px;
	border: solid 1px #A2280E;
	}
.narrowcolumn, .widecolumn {
	/*font-size: 1.2em;*/
	padding: 0;
	width: 458px;
	height:98%;
	padding-top:0px;
	}
#sidebar {
	padding: 0px 10px 10px;
	width: 220px !important;
	/*height: 100%;*/
	margin:0px;
	overflow:hidden;
	/*background-color:#ffffbf;*/
	/*background-color:#d7efea;*/
	font-family: Verdana, Arial, Sans-Serif;
	float:right;
	font-size:80%;
	}
#footer {
	clear:both;
	/*margin:0 auto;*/
	width:970px;
	height:60px;
	padding-right: 30px;
/*	border-top: 1px dotted #4E7B94;*/
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	}

h1 {
	display: inline;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 10px 0px;
}


/*-- POSTS ------------------------------*/

.post {
    margin:0px 0 40px;
    padding-top:10px;
    padding-bottom:10px;
	text-align: left;
	width:670px;
    border-bottom:3px solid #B1D347;
	}
	
.widecolumn .post {
	margin: 0;
	}

.imgdate {
	float:none;
	margin:6px 6px 6px 3px;
	}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 5pt 0px 2px 0px;
    margin: 0 0 10px 0;
    border-bottom:1px solid #B1D347;
    border-top:3px solid #B1D347;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0B7521;
	}

h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h2 a:hover, h3 a:hover {
	color: #EE7700 !important;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

.narrowcolumn .entry, .pagecolumn .entry {
	font: normal 1.3em/1.4em Georgia, Times, serif;
    margin: 6px 0 20px 0;
	padding:0;
	clear:both;
	}
.pagecolumn h2, .pagecolumn .entry { margin-left:20px !important; }


.entry p { margin: 6px 0 8px }

.entry p a { text-decoration: underline; }

.postmetadata, .pagecolumn .postmetadata {
	background:transparent url(../dotw/images/commentslink.gif) no-repeat scroll 0px 2px;
	border-bottom:1px dotted #4E7B94;
	border-top:1px dotted #4E7B94;
	color:#333366;
	font: normal .9em/1em Arial, Verdana, serif;
	font-size-adjust:none;
	line-height:1em;
	padding: 2px 8px 3px 18px;
	margin:20px 0px 0;
	text-align:left;
	}

.tag_list {
	margin-top:20px;
}	

h2.pagetitle {
	/*font-size: 1.6em;*/
	}
h3 {
	/*font-size: 1.3em;*/
	padding: 0;
	margin: 30px 0 0;
	}
	
h4 { /*used for labels in post, like "favorite toy"*/
	font-size: 77%;
	color: #f60;
	text-transform:uppercase;
	display: inline;
}

/*-- SIDEBAR -------------------------------*/
#sidebar ul {
	_margin-left: -10px;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}	
#sidebar .box {
	border:none;
}
#sidebar p.archive { 
	font: normal 1.2em/120% 'Trebuchet MS', Arial, Sans-Serif;
	color: #394A58;
	background:transparent url(../dotw/images/bullet.png) top left no-repeat;
	padding-left:16px;
}

#sidebar li.bg {
	list-style-type:none;
	margin:2px 0 0;
	padding:0;
	min-height:15px;
}

#sidebar li.box {
	list-style-type:none;
	/*background: #cee7e8 url(images/sbox2.png) bottom right no-repeat;*/
	padding: 0 0 0 0 !important;
}
#sidebar li.box ul {
	list-style-type:none;
	margin:0 .1em 0 0 !important;
	padding: 2px 0px 10px 0px;
	}
#sidebar li.box ul li {
	margin:0;
	background: transparent url(../dotw/images/bullet.png) top left no-repeat;
	padding: 1px 0px 2px 16px !important;
}
#sidebar li.box p {
	/*background: transparent url(images/sbox1.png) bottom left no-repeat;*/
	padding: 0 0px 5px;
}

#sidebar h2 {
	list-style-type:none;
	font-size: 1.4em;
	margin: 0;
	padding: 2px 0 2px 5px;
	color:#519A44;
	}
	
#sidebar li.box #searchform {
	/*background: transparent url(images/sbox1.png) bottom left no-repeat;*/
	padding: 4px 6px 6px 12px !important;
	margin: 0;
	}

#sidebar li.box #searchform table {
	padding: 0px 2px !important;
	margin: 0;
	}
#searchform #s {
	width: 115px;
	/*font-size:1em;*/
	padding: 1px;
	margin:2px 0 0;
	border-right:2px solid #eee;
	border-bottom:2px solid #eee;
	border-left:2px solid #999;
	border-top:2px solid #999;
	background:#f6f9d7;
	}

#searchsubmit {
	margin: 2px 0 0 6px;
	padding: 0px;
	}


/*-- COMMENTS -------------------------------*/

h3#comments, #respond {
	font: bold 1em/100% 'Trebuchet MS', Arial, Sans-Serif;
	padding: 0;
	margin: 40px auto 12px 3px;
	padding:2px 0 0 48px;
}
h3#comments {
	background: transparent url(../dotw/images/comment_bullet.png) top left no-repeat;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin: 0 20px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	color:#752;
	}

.commentlist cite {
	font: bold 1em/100% 'Trebuchet MS', Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	float:right;
	margin: 0;
	display: block;
	}
	
.commentlist p {
	margin: 2px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.alt {	}

.commentlist a:link, .commentlist a:visited {
	color: #e70;
	text-decoration: none;
	}

.commentlist a:hover, .commentlist a:active {
	color: #479;
	text-decoration: underline;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentform { 
	width: 350px !important; 
	margin: 0 12px 0 50px; 
	}

#commentform p {
	margin: 5px 0;
	font-family: Verdana, Arial, Sans-Serif;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 290px;
	width:98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: none;
	}
.commenttags {
	margin:2px 0;
	padding:4px 6px;
	background:#fffff5;
	-moz-border-radius:12px;

}
#commentform .req {
	font-weight:bold;
	color:#c00;
}

/*-- MISC -------------------------------*/
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link, a:visited {
	color: #0B7521;
	text-decoration: none;
	}

a:hover, a:active {
	color: #EE7700;
	text-decoration: underline;
	}

.entry a:link, a:visited {
	font-weight:bold; 
	text-decoration: none;
	}

.tag_list a:link, a:visited {
	text-decoration: none;
	}
		
#footer a:link, #footer a:visited {
	color: #346;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}

#sidebar a:link, #sidebar a:visited {
	color: #e70 !important;
	text-decoration: none;	

	}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	color: #e70 !important;
	}


/*-- Images ------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}




/*-- Lists ---------------------------------*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	Xcontent: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */



/* Begin Various Tags & Classes */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-top:.2em;
	padding-left:.6em;
	padding-right:.6em;
	padding-bottom:.4em;
	margin-top:.4em;
	margin-left:1em;
	margin-right:1em;
	margin-bottom:.4em;
	color:#752;
	font: normal 1em/1.2em  Georgia;
 	border: 2px dotted #4E7B94;
	background-color: #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	font-size:.8em;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
	
.navigation a {
	font-weight:normal;
}

.postcomment a {
	font-weight:normal;
}
	

.previousnext {
	padding-top: 10px;
	font-size:1.2em;
	padding-left: 10px;
	padding-right: 10px;
	}


