/*
	Theme Name:	Cat Tummy
	Theme URI:	http://www.cat-tummy.com/
	Description:	Site theme for Cat Tummy
	Version:	1.1
	Author:		Claire and Jacob Luna Lundberg
	Author URI:	http://www.estelledesign.com/
*/

body {
	background:	#fff;
	color:		#000;
	font-family:	serif;
	margin:		5px;
}

a {
	border:		0;
	color:		#339;
	margin:		0;
	text-decoration: none;
}

a:link {
	color:		#0d4dac;
	text-decoration: none;
}

a:visited {
	color:		#8666c0;
	text-decoration: none;
}

a:active {
	color:		#9c6;
}

a:hover {
	color:		#ffa1bc !important;
	outline:	1px dotted #999;
}

img {
	border:		0;
	margin:		0;
}

div.main {
	min-width:	630px;
	min-height:	300px;
	padding:	1ex;
}

div.sidebar {
	background:	#ffdee5;
	color:		#333;
	float:		left;
	text-align:	center;
	width:		25%;
}

div.side {
	margin:		2em 0;
}

div.side ul {
	list-style:	none !important;
	margin-left:	1ex;
	overflow:	hidden;
	padding-left:	0;
}
div.side ul a {
	margin-left:	0;
	white-space:	nowrap;
}
div.side ul img {
	display:	none !important;
}

div.sidetitle {
	background:	#ffedf3;
	border:		1px solid #ffc2db;
	color:		#666;
	margin:		0 1em;
	font-size:	100% !important;
	text-align:	center;
}

div.side > div {
	margin-top:	1em;
}

div.contentbar {
	clear:		none;
	float:		right;
	width:		75%;
}

div.logo {
	margin:		0 6ex 1em 0;
	text-align:	center;
}

div.logo a {
	background:	none !important;
	outline:	none !important;
}

div.content {
	background:	#fff;
	clear:		both;
	margin:		0 3ex;
	padding:	2em 0;
}

div.content img {
	background:	#fff;
	border:		2px solid #f6f6d4;
	margin:		0 1ex 0 0;
	padding:	4px 2px 4px 2px;
}

span.title {
	color:		#036;
	font-weight:	bold;
	font-size:	120%;
}

span.subtitle {
	font-size:	90%;
	font-style:	italic;
	margin-left:	1em;
}

img.titlemark {
	border:		none !important;
	margin:		none !important;
	padding:	none !important;
}

div.catnav {
	font-size:	120%;
	margin:		1em;
	text-align:	center;
}
